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

chore(workflow): add release workflow etc. #61

Merged
merged 62 commits into from
Oct 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
7b205ff
support watch record print to console
hengyoush Oct 16, 2024
b6c635a
support watch record print to console
hengyoush Oct 16, 2024
aa23280
fix. fix npe issue
hengyoush Oct 16, 2024
12da23a
fix. fix pid filter not works
hengyoush Oct 16, 2024
15ee67d
feat. support filter pid for forked child proc
hengyoush Oct 16, 2024
c7ddbc4
test. add some e2e tests
hengyoush Oct 16, 2024
4202ae3
test. add test workflow
hengyoush Oct 17, 2024
171e551
update btf file & print more info when find btf file failed
hengyoush Oct 17, 2024
cbf5027
fix. fix test issue
hengyoush Oct 17, 2024
9de7140
fix. fix test issue
hengyoush Oct 17, 2024
9b690d8
fix. fix test issue
hengyoush Oct 17, 2024
6107dab
test. add Test filter by l3/l4 info to e2e test
hengyoush Oct 18, 2024
b6f52f6
test. add install dig command before test
hengyoush Oct 18, 2024
81e3f63
test. use /sys/kernel/btf/vmlinux as default btf
hengyoush Oct 18, 2024
8a3bd62
test. fix workflow bug
hengyoush Oct 18, 2024
d993c56
test. fix workflow bug
hengyoush Oct 18, 2024
68b43e8
test. fix workflow bug
hengyoush Oct 18, 2024
cb3ec6f
test. fix workflow issue
hengyoush Oct 19, 2024
e94eaea
test. fix workflow issue
hengyoush Oct 19, 2024
d5970d8
test. uncomment testdata/run_e2e.sh
hengyoush Oct 19, 2024
a110189
test. uncomment testdata/run_e2e.sh
hengyoush Oct 19, 2024
56de4ea
test. add test docker filter by container id
Oct 19, 2024
4a41819
test. uncomment testdata/run_e2e.sh
hengyoush Oct 19, 2024
222596d
test. add Test filter by pid
hengyoush Oct 19, 2024
e948574
test. add log options
hengyoush Oct 19, 2024
a4dc8d5
test. add log options
hengyoush Oct 19, 2024
df6b667
ci. add go release config
hengyoush Oct 19, 2024
82d98e7
ci. fix ci config bug
hengyoush Oct 19, 2024
9fe89d9
ci. fix ci config bug
hengyoush Oct 19, 2024
5985fe8
ci. fix ci config bug
hengyoush Oct 19, 2024
a44360b
ci. fix ci config bug
hengyoush Oct 19, 2024
284ddb4
ci. fix ci config bug
hengyoush Oct 19, 2024
2853a1a
ci. fix ci config bug
hengyoush Oct 19, 2024
a20e1c5
ci. fix ci config bug
hengyoush Oct 19, 2024
7dcefb4
ci. fix bug
hengyoush Oct 19, 2024
4bf09cb
test. add some log
hengyoush Oct 19, 2024
406dd00
feat(ci) support more arch and os vendor btf file embed
hengyoush Oct 19, 2024
efd4050
test. add test output
hengyoush Oct 19, 2024
991b7d1
test. add test output
hengyoush Oct 19, 2024
f8ca9b9
test. add test output
hengyoush Oct 19, 2024
584b28e
fix(ci) fix workflow
hengyoush Oct 19, 2024
9580e98
fix(ci)
hengyoush Oct 19, 2024
34f9648
fix(ci)
hengyoush Oct 19, 2024
4590043
fix(ci)
hengyoush Oct 19, 2024
32abc6d
fix(ci)
hengyoush Oct 19, 2024
6af22c5
fix(ci)
hengyoush Oct 19, 2024
8615411
fix(ci)
hengyoush Oct 19, 2024
f5fbd1b
fix(ci)
hengyoush Oct 19, 2024
1a68cee
fix(ci)
hengyoush Oct 19, 2024
4959881
fix(ci)
hengyoush Oct 19, 2024
51f76a9
fix(ci)
hengyoush Oct 19, 2024
9bf48b6
fix(ci)
hengyoush Oct 19, 2024
a6b7b74
fix(ci)
hengyoush Oct 19, 2024
5be3538
fix(ci)
hengyoush Oct 19, 2024
c1ab519
fix(ci)
hengyoush Oct 19, 2024
b87ec7e
fix(ci)
hengyoush Oct 19, 2024
0ea683b
fix(ci)
hengyoush Oct 19, 2024
0625e80
feat(ci) add release workflow
hengyoush Oct 19, 2024
7c516e2
modify release workflow name
hengyoush Oct 20, 2024
803e95f
chore(workflow): add goreleaser github_token config
hengyoush Oct 20, 2024
dc94495
chore(git): add Commitizen config
hengyoush Oct 20, 2024
caa8131
Merge branch 'main' into feature/e2e
hengyoush Oct 20, 2024
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
Prev Previous commit
Next Next commit
fix(ci)
  • Loading branch information
hengyoush committed Oct 19, 2024
commit 0ea683b144313615bd682777ba9f92d21565fb07
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
name: kyanos_v0.0.0-next_linux_amd64.tar.gz
path: dist/kyanos.0.0-next_linux_amd64.tar.gz
path: dist/kyanos_v0.0.0-next_linux_amd64.tar.gz

- name: Store Releases
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
Expand Down
Loading