-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow cross-repository dependencies on issues #7901
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 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
86442ad
in progress changes for #7405, added ability to add cross-repo depend…
bhalbright ce3312a
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright f33a34b
removed unused repolink var
bhalbright 6647aa8
fixed query that was breaking ci tests; fixed check in issue dependen…
bhalbright f1bae29
reverted removal of string in local files becasue these are done via …
bhalbright 935eae4
removed 'Select("issue.*")' from getBlockedByDependencies and getBloc…
bhalbright 0473eca
changed getBlockedByDependencies and getBlockingDependencies to use a…
bhalbright 52f0e19
simplified the getBlockingDependencies and getBlockedByDependencies m…
bhalbright 0b9e67b
made some changes to the issue view in the dependencies (issue name o…
bhalbright b426606
replace call to FindUserAccessibleRepoIDs with SearchRepositoryByName…
bhalbright 2f257d0
some more tweaks to the layout of the issues when showing dependencie…
bhalbright 3c78743
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 662cf44
added Name to the RepositoryMeta struct
bhalbright 4e90f86
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 6d741b7
updated swagger doc
bhalbright cf015b6
fixed total count for link header on SearchIssues
bhalbright e630aa7
fixed indentation
bhalbright 2af7328
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 1b08937
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 3a5f40b
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright deb2ff3
fixed aligment of remove icon on dependencies in issue sidebar
bhalbright b7cd0f5
removed unnecessary nil check (unnecessary because issue.loadRepo is …
bhalbright a707ea7
reverting .css change, somehow missed or forgot that less is used
bhalbright 25c40a4
updated less file and generated css; updated sidebar template with st…
bhalbright 3a9028f
added ordering to the blocked by/depends on queries
bhalbright 9dd2fc0
fixed sorting in issue dependency search and the depends on/blocks vi…
bhalbright e629f7e
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 0327365
re-applied my swagger changes after merge
bhalbright 17b7888
fixed split string condition in issue search
bhalbright 2ab1058
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 690442c
changed ALLOW_CROSS_REPOSITORY_DEPENDENCIES description to sound more…
bhalbright cf36916
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright ea04606
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 49b7d2a
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 2ec084d
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright c77a950
when adding a dependency to an issue, added a check to make sure the …
bhalbright c19468c
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 171465c
Merge branch 'master' into master
lunny 50680e4
Merge branch 'master' into master
techknowlogick 074edcf
Merge branch 'master' into master
zeripath ddd3488
Merge branch 'master' of https://github.com/go-gitea/gitea
bhalbright 1d8bd09
updated sortIssuesSession call in PullRequests, another commit moved …
bhalbright 22c5dd2
fixed incorrect setting of user id parameter in search repos call
bhalbright 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
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.