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

Implement org/user agents #3539

Merged
merged 64 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
3e2368f
Start: implement server side filters for agents
6543 Sep 12, 2024
d5881ad
fix
6543 Sep 13, 2024
0934b5d
Add List func for Argents of {Org,Repo} to store
6543 Sep 13, 2024
9d5949c
revert OwnerID change and define seperate cols to save the info
6543 Sep 13, 2024
ed779bb
generate
6543 Sep 13, 2024
a632982
add api for org and repo agents
6543 Sep 13, 2024
4707747
Update server/grpc/auth_server.go
6543 Sep 13, 2024
0499d2e
rename to make purpose clear
6543 Sep 13, 2024
a27947d
refactor
6543 Sep 13, 2024
9bd9eb7
cleanup
6543 Sep 13, 2024
28637f8
database migration
6543 Sep 13, 2024
de615ed
next
6543 Sep 13, 2024
1bc1b63
document the intentions of -1 and test it
6543 Sep 13, 2024
baf84b7
tests and fix
6543 Sep 13, 2024
60f4653
gen docs
6543 Sep 13, 2024
04a17af
fix-wrong-route
6543 Sep 13, 2024
47f4076
dont set owner lable and hide the enforced labels in webui
6543 Sep 13, 2024
ea97f46
fix bug and also now cover it by test
6543 Sep 13, 2024
a1d263c
fix filter of system agents
6543 Sep 13, 2024
1481c20
web add now api endpoints
6543 Sep 13, 2024
2e6baaf
make it consistent
6543 Sep 13, 2024
ef2c36e
fmt
6543 Sep 13, 2024
aacc368
add badge to see repo and org agents labled as such
6543 Sep 13, 2024
e875628
fix messedup from refactor
6543 Sep 13, 2024
299514b
fix test
6543 Sep 13, 2024
bcb0348
Merge branch 'main' into server-side-agent-filters
6543 Sep 14, 2024
449f581
Merge branch 'main' into server-side-agent-filters
6543 Sep 15, 2024
1a4d05c
add filters to global agent webui
6543 Sep 15, 2024
4976749
make the saved message the right order
6543 Sep 15, 2024
ad94d57
create org and repo agent tab based on agent tab
6543 Sep 15, 2024
5b1fb0b
fix linting
6543 Sep 15, 2024
e8a2743
clarify
6543 Sep 15, 2024
ebc4dc1
fix lint
6543 Sep 15, 2024
1e1abf1
text
6543 Sep 16, 2024
c49f1c3
Merge branch 'main' into server-side-agent-filters
6543 Sep 16, 2024
2733816
move doublestar.Match to #4122
6543 Sep 16, 2024
df5d0ad
Apply suggestions from code review
6543 Sep 16, 2024
5b436ef
Merge branch 'main' into server-side-agent-filters
6543 Sep 17, 2024
5f3845f
fin
6543 Sep 17, 2024
da66bdc
Merge branch 'main' into server-side-agent-filters
6543 Sep 19, 2024
f40356a
clean
6543 Sep 19, 2024
18f7015
Apply suggestions from code review
6543 Sep 19, 2024
7d181b0
unrelated
6543 Sep 19, 2024
fd6a92e
mv
6543 Sep 19, 2024
f41478f
Merge branch 'main' into server-side-agent-filters
6543 Sep 20, 2024
b091341
remove server side agent filters for now
6543 Sep 20, 2024
a2487f8
Revert "remove server side agent filters for now"
6543 Sep 20, 2024
6c2deaf
Reapply "remove server side agent filters for now"
6543 Sep 20, 2024
9b8b6fc
test adopt rename
6543 Sep 20, 2024
595703b
Merge branch 'main' into server-side-agent-filters
6543 Sep 20, 2024
7f49dfc
Merge branch 'main' into server-side-agent-filters
6543 Sep 22, 2024
3e6b938
dedup code and add user agents
6543 Sep 22, 2024
4f50119
Merge branch 'main' into server-side-agent-filters
6543 Sep 22, 2024
c3871a4
fix lint
6543 Sep 22, 2024
44ab14a
Update server/grpc/rpc.go
6543 Sep 25, 2024
28c2040
Merge branch 'main' into server-side-agent-filters
6543 Sep 25, 2024
1a47abb
rename all
6543 Sep 25, 2024
1043ee8
Merge branch 'main' into server-side-agent-filters
6543 Sep 30, 2024
2445bb6
remove repoAgent routes from rest api
6543 Sep 30, 2024
b8e4282
remove repoAgent routes from WebUI
6543 Sep 30, 2024
dc61a24
fix rename
6543 Sep 30, 2024
494c6fd
fix lint
6543 Sep 30, 2024
dc67296
criple
6543 Sep 30, 2024
f31795a
nits
anbraten Sep 30, 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
387 changes: 387 additions & 0 deletions cmd/server/docs/docs.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pipeline/rpc/proto/woodpecker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pipeline/rpc/proto/woodpecker_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading