-
Microsoft
Popular repositories Loading
-
inspektor-gadget
inspektor-gadget PublicForked from inspektor-gadget/inspektor-gadget
Introspecting and debugging Kubernetes applications using eBPF "gadgets"
C
-
-
pflag
pflag PublicForked from spf13/pflag
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Go
-
bumblebee
bumblebee PublicForked from alban/bumblebee
Get eBPF programs running from the cloud to the kernel in 1 line of bash
C
-
ebpf
ebpf PublicForked from cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
Go
-
dalec
dalec PublicForked from Azure/dalec
📦 Produce secure packages and containers with declarative configurations
Go
670 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 27 commits in 3 repositories
Created a pull request in inspektor-gadget/inspektor-gadget that received 13 comments
CI/Integration tests: Skip building gadgets
Fixes: c6dda02 We want to run the integration tests for builtin gadgets and image based gadgets. This PR fixes the part for the image based gadgets…
Opened 4 other pull requests in 2 repositories
inspektor-gadget/inspektor-gadget
3
open
-
Add advise_networkpolicy as image based gadget
This contribution was made on Mar 7
-
KubeNameResolver: Add support for image based gadgets
This contribution was made on Mar 4
-
operators/KubeIPResolver: Set kind to raw when its not a pod and svc
This contribution was made on Mar 4
Azure/vscode-aks-tools
1
merged
-
packages: Update Inspektor Gadget to v0.38.0
This contribution was made on Mar 3
Reviewed 35 pull requests in 2 repositories
inspektor-gadget/inspektor-gadget
25 pull requests
-
go: bump github.com/containers/image/v5 from 5.34.1 to 5.34.2 in the containers group across 1 directory
This contribution was made on Mar 11
-
pkg/gadget-context: sort operators by priority and name to be deterministic
This contribution was made on Mar 10
-
go: bump github.com/tklauser/numcpus from 0.9.0 to 0.10.0
This contribution was made on Mar 10
-
gadgets: Uniform filtering for networking gadgets
This contribution was made on Mar 10
-
go: bump github.com/giantswarm/crd-docs-generator from 0.11.2 to 0.11.3
This contribution was made on Mar 10
-
go: bump the otel group across 3 directories with 9 updates
This contribution was made on Mar 10
-
ci: bump google-github-actions/get-gke-credentials from 2.3.1 to 2.3.3
This contribution was made on Mar 10
-
ci: bump peter-evans/create-pull-request from 7.0.7 to 7.0.8
This contribution was made on Mar 10
-
Dockerfiles: Use --mount-type=cache
This contribution was made on Mar 10
-
go: bump sigs.k8s.io/controller-runtime from 0.20.2 to 0.20.3
This contribution was made on Mar 10
-
ci: Compute checksums for SBOMs
This contribution was made on Mar 7
-
go: bump the golang-x group across 5 directories with 5 updates
This contribution was made on Mar 7
-
operators: Add pre stop lifecycle
This contribution was made on Mar 7
-
KubeNameResolver: Add support for image based gadgets
This contribution was made on Mar 7
-
ci: Use main instead of latest for container tags
This contribution was made on Mar 5
-
wasm: Use cache to speed-up things
This contribution was made on Mar 5
-
operators/wasm: Fix return code for fieldSet
This contribution was made on Mar 5
-
docs: Document how to print custom output from a gadget
This contribution was made on Mar 5
-
go: bump the golang-x group across 5 directories with 1 update
This contribution was made on Mar 5
-
go: bump google.golang.org/grpc from 1.70.0 to 1.71.0
This contribution was made on Mar 5
-
go: bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1
This contribution was made on Mar 5
-
CI/Integration tests: Skip building gadgets
This contribution was made on Mar 4
-
go: bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1
This contribution was made on Mar 4
-
go: bump github.com/containers/common from 0.62.0 to 0.62.1 in the containers group across 1 directory
This contribution was made on Mar 4
-
Artifact Hub: Update gadgets version to v0.38.0
This contribution was made on Mar 3
- Some pull request reviews not shown.
inspektor-gadget/website
1 pull request
-
docs: Add documentation for v0.38.0
This contribution was made on Mar 4
Created an issue in inspektor-gadget/inspektor-gadget that received 1 comment
[RFE] Improve WASM init time
With #4130 merged the initialization time of the WASM module got increased. We should find ways to lower that time