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

Merge main to Release 1.0 #63

Merged
merged 36 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
582f817
Mocks for public APIs
jayanthvn Aug 15, 2023
151e9e3
PR feedback
jayanthvn Aug 16, 2023
111809a
Merge pull request #23 from jayanthvn/main
achevuru Aug 16, 2023
1c4c6bb
Make the sdk client global for mocks
jayanthvn Aug 16, 2023
3941711
Merge pull request #24 from jayanthvn/main
achevuru Aug 16, 2023
ed84377
Update sdk client for NA mocks (#26)
jayanthvn Aug 17, 2023
f53b681
API interface change and UTs for TC functions (#25)
jayanthvn Aug 18, 2023
3c81de2
UTs for recovery and progs (#27)
jayanthvn Aug 22, 2023
a6944b9
UTs for cache and kprobes (#28)
jayanthvn Aug 22, 2023
7baafdb
Xdp and Events UT (#29)
jayanthvn Aug 25, 2023
1886b04
Third party attribution doc
jayanthvn Aug 26, 2023
f6c75cd
Merge pull request #31 from jayanthvn/attributiondoc
achevuru Aug 28, 2023
136330d
readme-v1 (#30)
jayanthvn Aug 28, 2023
fe6b55b
Update README.md (#33)
jayanthvn Aug 28, 2023
1de786e
Update README.md
jayanthvn Aug 28, 2023
fce2aaa
Merge pull request #34 from aws/jayanthvn-patch-1
achevuru Aug 28, 2023
8938dad
chore: spelling in README (#36)
AlexsJones Aug 29, 2023
cde5984
Add github action for functional tests
dims Aug 30, 2023
a0b8779
Merge issue with func tests (#38)
jayanthvn Aug 30, 2023
99a3782
test-data: Fix to use __builtin_memset() instead of memset() (#40)
shun159 Sep 5, 2023
3f5271f
Bump golang.org/x/sys from 0.6.0 to 0.12.0 (#41)
dependabot[bot] Sep 5, 2023
7c74cf1
Fixup poller for events race condition (#43)
jayanthvn Sep 6, 2023
8103f70
makefile: fix to remove unused option from build-bpf target (#42)
shun159 Sep 7, 2023
07b0ce0
test-data: fix to solve compile warning for test-data (#45)
shun159 Sep 14, 2023
9148455
kprobe: Add defer statements for resource cleanup in KprobeAttach()/K…
shun159 Sep 17, 2023
f141814
Add v6 test and inc log level (#53)
jayanthvn Oct 13, 2023
70a8615
Fix verifier log buffer size (#54)
jayanthvn Oct 17, 2023
d0cca99
Use defer close
jayanthvn Nov 7, 2023
e40c71d
Merge pull request #57 from jayanthvn/deferclose
achevuru Nov 7, 2023
85c3cb5
Minor cleanup
jayanthvn Nov 8, 2023
4f88511
Merge pull request #60 from jayanthvn/minornit
achevuru Nov 8, 2023
e650b34
Bump go.uber.org/zap from 1.25.0 to 1.26.0 (#52)
dependabot[bot] Nov 8, 2023
0d8c15e
Bump golang.org/x/sys from 0.12.0 to 0.14.0 (#59)
dependabot[bot] Nov 8, 2023
7c59e83
Update pr-tests.yaml (#62)
jayanthvn Nov 8, 2023
4a388b7
Merge main to release-1.0
jayanthvn Nov 9, 2023
ca15eba
Update gomod
jayanthvn Nov 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- "main"
- "release*"

permissions:
contents: read
Expand Down Expand Up @@ -52,4 +53,4 @@ jobs:
- name: Build
run: make build-linux
- name: Functional test
run: cd test && sudo make run-test
run: cd test && sudo make run-test
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/sys v0.12.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)

Expand Down
9 changes: 4 additions & 5 deletions test/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
Expand All @@ -18,12 +17,12 @@ github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZla
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk=
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
go.uber.org/multierr v1.10.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
go.uber.org/zap v1.25.0 h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c=
go.uber.org/zap v1.25.0/go.mod h1:JIAUzQIH94IC4fOJQm7gMmBJP5k7wQfdcnYdPoEXJYk=
go.uber.org/zap v1.26.0 h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=
go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so=
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=