-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add API to manage issue dependencies #17935
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
2e4bacc
Add API to manage issue dependencies
qwerty287 39cda9b
Merge branch 'main' into deps-api
qwerty287 610dc7c
Fix swagger
qwerty287 657cf90
Merge branch 'main' into deps-api
qwerty287 9a033fb
Fix merge
qwerty287 8a586d0
fmt
qwerty287 5b90bf0
Merge branch 'main' into deps-api
qwerty287 881c215
Merge branch 'main' into deps-api
qwerty287 e3a7e53
Merge branch 'main' into deps-api
qwerty287 954f316
Merge branch 'main' into deps-api
qwerty287 0dc9bbc
Update func name
qwerty287 b9c7353
Merge branch 'main' into deps-api
qwerty287 7b47b95
Merge branch 'deps-api' of github.com:qwerty287/gitea into deps-api
qwerty287 2663781
Don't load attrs
qwerty287 dde1c05
Fix permissions
qwerty287 49706f1
Fix lint
qwerty287 c76b957
Merge branch 'main' into deps-api
qwerty287 0c5f827
Merge branch 'main' into deps-api
qwerty287 38be2e1
Merge branch 'main' into deps-api
qwerty287 8e5f138
Merge branch 'main' into deps-api
qwerty287 3e39b7a
Merge branch 'main' into deps-api
qwerty287 d1c188d
Fix merge
qwerty287 69e582c
Merge branch 'main' into deps-api
qwerty287 6d983bd
Merge branch 'main' into deps-api
qwerty287 9040b3d
Merge branch 'main' into deps-api
qwerty287 0f1be7e
Merge branch 'main' into deps-api
qwerty287 f87ca3c
Fix merge
qwerty287 f7f4f29
Merge branch 'main' into deps-api
qwerty287 6f6c084
Merge branch 'main' into deps-api
6543 8fe30ba
adopt refactor
6543 d39a04d
Merge branch 'main' into deps-api
qwerty287 b3a38cf
Adapt refactors
qwerty287 e1beca7
Merge branch 'main' into deps-api
qwerty287 21ef6f9
Merge branch 'main' into deps-api
qwerty287 33eb8da
Merge main
MaeIsBad efb3f99
Merge branch 'main' into deps-api
qwerty287 8d59495
Merge branch 'main' into deps-api
qwerty287 33f5fe0
Merge branch 'main' into deps-api
qwerty287 dc5afba
Merge branch 'main' into deps-api
qwerty287 7aa5241
Merge branch 'main' into deps-api
6543 627a698
Merge branch 'main' into deps-api
qwerty287 e846811
Merge branch 'main' into deps-api
qwerty287 eaaa412
Merge branch 'main' into deps-api
6543 0d068b5
Merge branch 'main' into deps-api
6543 968e54a
Merge branch 'main' into deps-api
6543 60d0c06
Merge branch 'main' into deps-api
qwerty287 cee38a8
Check if issue can be accessed
qwerty287 62704ac
Merge branch 'main' into deps-api
6543 ea9f55b
rm reqRepoWriter
qwerty287 bec7f23
Merge branch 'main' into deps-api
qwerty287 4932e2d
Merge branch 'main' into deps-api
6543 b7eb74e
Merge branch 'main' into deps-api
qwerty287 699639a
Merge branch 'deps-api' of github.com:qwerty287/gitea into deps-api
qwerty287 9e68e22
Merge branch 'main' into deps-api
qwerty287 2f16641
Merge branch 'main' into deps-api
qwerty287 5722075
Merge branch 'main' into deps-api
qwerty287 4141bd9
fix merge
qwerty287 39e65f4
Get perms before issue
qwerty287 6f9926c
Move to new file `issue_dep`
qwerty287 8863019
Merge branch 'main' into deps-api
qwerty287 d81caf9
Merge branch 'main' into deps-api
qwerty287 221c460
Apply patch
qwerty287 98732ed
Merge branch 'main' into deps-api
qwerty287 6ba39d0
make fmt
qwerty287 bac7eb6
Update routers/api/v1/api.go
qwerty287 96831f4
Use full name
zeripath 1b1e755
More adjustments
zeripath b3ae625
Merge pull request #4 from zeripath/deps-api
qwerty287 259b1a4
Merge branch 'main' into deps-api
qwerty287 8616ea2
Merge branch 'main' into deps-api
qwerty287 7351a1e
fix swagger
zeripath 3c24b3b
apply patch by @zeripath
qwerty287 c58d97e
Merge branch 'main' into deps-api
qwerty287 b790153
Merge branch 'main' into deps-api
qwerty287 d075ffd
Merge branch 'main' into deps-api
qwerty287 44a120e
Properly handle permissions in the UI and avoid the permissions map
zeripath 21dd56d
Merge pull request #5 from zeripath/deps-api
qwerty287 ee56bd5
Merge branch 'main' into deps-api
qwerty287 37081b4
ignore hidden (fix nil pointer)
qwerty287 aed6ee7
Revert "ignore hidden (fix nil pointer)"
qwerty287 ebef894
fix nil pointer correctly
qwerty287 2dd02de
Merge branch 'main' into deps-api
qwerty287 cba5d17
Update routers/api/v1/repo/issue_dependency.go
qwerty287 e7b9aca
Merge branch 'main' into deps-api
qwerty287 438c87b
Merge branch 'main' into deps-api
qwerty287 55c43e6
Merge branch 'main' into deps-api
lunny 7029b97
Merge branch 'main' into deps-api
lunny 749b034
Merge branch 'main' into deps-api
lunny 56a916b
Merge branch 'main' into deps-api
jolheiser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.