You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Albright 887a8fe242 Allow cross-repository dependencies on issues (#7901)
* in progress changes for #7405, added ability to add cross-repo dependencies

* removed unused repolink var

* fixed query that was breaking ci tests; fixed check in issue dependency add so that the id of the issue and dependency is checked rather than the indexes

* reverted removal of string in local files becasue these are done via crowdin, not updated manually

* removed 'Select("issue.*")' from getBlockedByDependencies and getBlockingDependencies based on comments in PR review

* changed getBlockedByDependencies and getBlockingDependencies to use a more xorm-like query, also updated the sidebar as a result

* simplified the getBlockingDependencies and getBlockedByDependencies methods; changed the sidebar to show the dependencies in a different format where you can see the name of the repository

* made some changes to the issue view in the dependencies (issue name on top, repo full name on separate line). Change view of issue in the dependency search results (also showing the full repo name on separate line)

* replace call to FindUserAccessibleRepoIDs with SearchRepositoryByName. The former was hardcoded to use isPrivate = false on the repo search, but this code needed it to be true. The SearchRepositoryByName method is used more in the code including on the user's dashboard

* some more tweaks to the layout of the issues when showing dependencies and in the search box when you add new dependencies

* added Name to the RepositoryMeta struct

* updated swagger doc

* fixed total count for link header on SearchIssues

* fixed indentation

* fixed aligment of remove icon on dependencies in issue sidebar

* removed unnecessary nil check (unnecessary because issue.loadRepo is called prior to this block)

* reverting .css change, somehow missed or forgot that less is used

* updated less file and generated css; updated sidebar template with styles to line up delete and issue index

* added ordering to the blocked by/depends on queries

* fixed sorting in issue dependency search and the depends on/blocks views to show issues from the current repo first, then by created date descending; added a "all cross repository dependencies" setting to allow this feature to be turned off, if turned off, the issue dependency search will work the way it did before (restricted to the current repository)

* re-applied my swagger changes after merge

* fixed split string condition in issue search

* changed ALLOW_CROSS_REPOSITORY_DEPENDENCIES description to sound more global than just the issue dependency search; returning 400 in the cross repo issue search api method if not enabled; fixed bug where the issue count did not respect the state parameter

* when adding a dependency to an issue, added a check to make sure the issue and dependency are in the same repo if cross repo dependencies is not enabled

* updated sortIssuesSession call in PullRequests, another commit moved this method from pull.go to pull_list.go so I had to re-apply my change here

* fixed incorrect setting of user id parameter in search repos call
5 years ago
..
activity.go Git statistics in Activity tab (#4724) 5 years ago
attachment.go Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) 5 years ago
blame.go Respect LFS File Lock on UI (#8719) 5 years ago
branch.go [Branch View] Add Included TAG (#8449) 5 years ago
commit.go Add pagination to commit graph page (#8360) 5 years ago
compare.go Create PR on Current Repository by Default (#8670) 5 years ago
download.go Add missed close in ServeBlobLFS (#8527) 5 years ago
editor.go Fix editor commit to new branch if PR disabled (#8375) 5 years ago
editor_test.go Use gitea forked macaron (#7933) 5 years ago
http.go Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
issue.go Allow cross-repository dependencies on issues (#7901) 5 years ago
issue_dependency.go Allow cross-repository dependencies on issues (#7901) 5 years ago
issue_label.go Move issue label operations to issue service package (#8553) 5 years ago
issue_label_test.go fix go vet error (#3740) 6 years ago
issue_lock.go Implement "conversation lock" for issue comments (#5073) 5 years ago
issue_stopwatch.go Automatically clear stopwatch on merging a PR (#4327) 5 years ago
issue_timetrack.go Handle refactor (#3339) 7 years ago
issue_watch.go Trace Logging on Permission Denied & ColorFormat (#6618) 5 years ago
lfs.go Add basic repository lfs management (#7199) 5 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
middlewares.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 years ago
milestone.go Display ui time with customize time location (#7792) 5 years ago
pull.go Move issue notifications (#8713) 5 years ago
pull_review.go Fix review webhooks (#8570) 5 years ago
release.go Extract actions on deletereleasebyid from models to release service (#8219) 5 years ago
release_test.go Fix missing branch in release bug (#3108) 7 years ago
repo.go Move some repositories' operations to a standalone service package (#8557) 5 years ago
search.go Unifies pagination template usage (#6531) (#6533) 5 years ago
setting.go Move some repositories' operations to a standalone service package (#8557) 5 years ago
setting_protected_branch.go Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
settings_test.go Add teams to repo on collaboration page. (#8045) 5 years ago
topic.go Add API endpoint for accessing repo topics (#7963) 5 years ago
view.go Respect LFS File Lock on UI (#8719) 5 years ago
webhook.go Change general form binding to gogs form (#8334) 5 years ago
wiki.go Check for either escaped or unescaped wiki filenames (#8408) 5 years ago
wiki_test.go Improve listing performance by using go-git (#6478) 5 years ago