Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from u-root:main #31

Open
wants to merge 187 commits into
base: main
Choose a base branch
from
Open

[pull] main from u-root:main #31

wants to merge 187 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 9, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 4 commits June 8, 2024 23:07
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

---
updated-dependencies:
- dependency-name: pug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@pull pull bot added the ⤵️ pull label Jun 9, 2024
jensdrenhaus and others added 25 commits June 11, 2024 09:44
Signed-off-by: Jens Drenhaus <jens.drenhaus@9elements.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
…lCase

Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
conversion

Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com>
ChriMarMe and others added 30 commits August 8, 2024 18:19
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
tcpdump takes an network-interface as an argument and dumps its traffic.
The traffic can be filtered according to a BPFFilter (see libpcap documentation).
The underlying gopacket library uses c-binding, hence we use go-pcap as well for a pure native go implementation.

Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
…es} options

Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
…, xx, A, F, verbose, quiet flags

Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
Add conditional compilation to exclude any use of network packages for
now. Further, `klauspost/zstd` is used, so to build this cmdlet with
tinygo requires to set the build tag `noasm` as well:

```
tinygo build -tags noasm .
```

Signed-off-by: leongross <leon.gross@9elements.com>
result of:

    find cmds integration pkg tools -name '*.go' -exec perl -n -i -e 'print unless m/^\/\/ *\+build/' {} \;

Signed-off-by: Roger Standridge <9526806+archie2x@users.noreply.github.com>
tsort is not really experimental, but for size reasons, we
think it should not be in core. Many commands in exp are like
that.

mkdir cmds/extra and move tsort to it.

Signed-off-by: Ronald G Minnich <rminnich@gmail.com>
get rid of:
WARN [config_reader] The configuration option `run.skip-dirs` is deprecated,
please use `issues.exclude-dirs`.

Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
Signed-off-by: Fabian Wienand <fabian.wienand@9elements.com>
This current commit is for snapcheck, allowing us to quickly
measure cluster health.

Commands are in the next commit.

Signed-off-by: Ron Minnich <rminnich@google.com>
du command without any flags

Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Meng Zhuo <mzh@golangcn.org>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Signed-off-by: Siarhiej Siemianczuk <pdp.eleven11@gmail.com>
Takes no arguments, dumps useful information.

Signed-off-by: Ron Minnich <rminnich@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet