-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[UI] IssuePage multi repo select #8741
[UI] IssuePage multi repo select #8741
Commits on Mar 19, 2019
-
Make repository list @ issues/PR page persist
Will partially fix go-gitea#6355
Oscar Löfwenhamn committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 16222fe - Browse repository at this point
Copy the full SHA 16222feView commit details -
Enable multiple selections in repo list @ issues/PR page
Part of issue go-gitea#6355 * Add RepoIDs to UserIssueStatsOptions to make "type" count correct when selecting one/multiple repos. * Replace variable "repo" with list "repos[]" and enable multiple selections of repositories from list by including/excluding RepoIDs in list. *
Oscar Löfwenhamn committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 14d711a - Browse repository at this point
Copy the full SHA 14d711aView commit details
Commits on Mar 26, 2019
-
Oscar Löfwenhamn committed
Mar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 95a0853 - Browse repository at this point
Copy the full SHA 95a0853View commit details -
Configuration menu - View commit details
-
Copy full SHA for a555ce6 - Browse repository at this point
Copy the full SHA a555ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da7a50 - Browse repository at this point
Copy the full SHA 1da7a50View commit details
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0fcd877 - Browse repository at this point
Copy the full SHA 0fcd877View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7fa02 - Browse repository at this point
Copy the full SHA fd7fa02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab937d - Browse repository at this point
Copy the full SHA 6ab937dView commit details
Commits on Apr 1, 2019
-
Merge branch 'master' into master
Oscar Löfwenhamn committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 662966b - Browse repository at this point
Copy the full SHA 662966bView commit details -
Improves functionality of the page, so that backtracking is not necessary to reset the page
Oscar Löfwenhamn committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 070a7d1 - Browse repository at this point
Copy the full SHA 070a7d1View commit details -
Completely replace 'RepoID' with 'RepoIDs' and remove redundant code
Oscar Löfwenhamn committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 827b3ff - Browse repository at this point
Copy the full SHA 827b3ffView commit details
Commits on Apr 5, 2019
-
Oscar Löfwenhamn committed
Apr 5, 2019 Configuration menu - View commit details
-
Copy full SHA for c1c2aab - Browse repository at this point
Copy the full SHA c1c2aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for f44626b - Browse repository at this point
Copy the full SHA f44626bView commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5351328 - Browse repository at this point
Copy the full SHA 5351328View commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a2efda - Browse repository at this point
Copy the full SHA 2a2efdaView commit details
Commits on May 9, 2019
-
Merge branch 'origin/master' into master
* Change "if exists" test to "for each" to account for multiple selection functionality
Oscar Löfwenhamn committedMay 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 097e8d0 - Browse repository at this point
Copy the full SHA 097e8d0View commit details -
Revert part of code to previous version to troubleshoot build failure
Oscar Löfwenhamn committedMay 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 72d602e - Browse repository at this point
Copy the full SHA 72d602eView commit details -
Implement old and new pieces of code whilst adhering to multi select
Oscar Löfwenhamn committedMay 9, 2019 Configuration menu - View commit details
-
Copy full SHA for ce103d7 - Browse repository at this point
Copy the full SHA ce103d7View commit details -
Attempt to join the two versions
Last commit passed tests but doesn't work in practice, this works in practice and hopefully passes the tests.
Oscar Löfwenhamn committedMay 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 1cc586f - Browse repository at this point
Copy the full SHA 1cc586fView commit details -
Oscar Löfwenhamn committed
May 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 898a7bc - Browse repository at this point
Copy the full SHA 898a7bcView commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 11ce5ec - Browse repository at this point
Copy the full SHA 11ce5ecView commit details -
Merge remote-tracking branch 'origin/master'
Oscar Löfwenhamn committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 283ed33 - Browse repository at this point
Copy the full SHA 283ed33View commit details -
Fix pagination implementation and tests
* Pass repoIDs as `repos=[1,2,3...]` instead of several `repos[]=..` * Update tests file to reflect new functionality * Update template with new `repos` format * Implement new solution to show constant "total issues" count for "All" button
Oscar Löfwenhamn committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for f476dc4 - Browse repository at this point
Copy the full SHA f476dc4View commit details -
Merge branch 'feature/multiselect-issue-repos'
Oscar Löfwenhamn committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 5562f9b - Browse repository at this point
Copy the full SHA 5562f9bView commit details -
Correct behavior when passing zero to array
Oscar Löfwenhamn committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 6ef65ff - Browse repository at this point
Copy the full SHA 6ef65ffView commit details
Commits on May 15, 2019
-
Merge remote-tracking branch 'origin/master'
Oscar Löfwenhamn committedMay 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 7038fdf - Browse repository at this point
Copy the full SHA 7038fdfView commit details
Commits on May 20, 2019
-
Merge remote-tracking branch 'origin/master'
Oscar Löfwenhamn committedMay 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 8695d21 - Browse repository at this point
Copy the full SHA 8695d21View commit details -
Comment out test url returning 404
This keeps returning 404 in the test despite working in practice, for the sake of running more tests I am commenting it out
Oscar Löfwenhamn committedMay 20, 2019 Configuration menu - View commit details
-
Copy full SHA for a2179e6 - Browse repository at this point
Copy the full SHA a2179e6View commit details -
Comment out another test url returning 404
Last attempt, if more tests crash I will uncomment the urls and request assistance.
Oscar Löfwenhamn committedMay 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 3fc7bb1 - Browse repository at this point
Copy the full SHA 3fc7bb1View commit details
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 847510e - Browse repository at this point
Copy the full SHA 847510eView commit details -
* Re-enable tests * Make selecting "In your repositories" reset selection as passing IDs of repos belonging to other profiles causes breakage * Remove unnecessary (with multi-selection enable) code
Oscar Löfwenhamn committedMay 27, 2019 Configuration menu - View commit details
-
Copy full SHA for a4580a1 - Browse repository at this point
Copy the full SHA a4580a1View commit details -
Drop repo from repo map and total count if permission denied
Oscar Löfwenhamn committedMay 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e0754b - Browse repository at this point
Copy the full SHA 0e0754bView commit details -
Oscar Löfwenhamn committed
May 27, 2019 Configuration menu - View commit details
-
Copy full SHA for e0f3579 - Browse repository at this point
Copy the full SHA e0f3579View commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 08fc6e5 - Browse repository at this point
Copy the full SHA 08fc6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157a6f8 - Browse repository at this point
Copy the full SHA 157a6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a89ba - Browse repository at this point
Copy the full SHA a6a89baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2def7 - Browse repository at this point
Copy the full SHA 0c2def7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6108e - Browse repository at this point
Copy the full SHA 5c6108eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f44e1 - Browse repository at this point
Copy the full SHA 85f44e1View commit details
Commits on Nov 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5b843a8 - Browse repository at this point
Copy the full SHA 5b843a8View commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 21448cb - Browse repository at this point
Copy the full SHA 21448cbView commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5519862 - Browse repository at this point
Copy the full SHA 5519862View commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4d6747a - Browse repository at this point
Copy the full SHA 4d6747aView commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d347252 - Browse repository at this point
Copy the full SHA d347252View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3df4ef - Browse repository at this point
Copy the full SHA e3df4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ae260c - Browse repository at this point
Copy the full SHA 9ae260cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f0a2d - Browse repository at this point
Copy the full SHA e2f0a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd913d9 - Browse repository at this point
Copy the full SHA cd913d9View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50c70bb - Browse repository at this point
Copy the full SHA 50c70bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855a1de - Browse repository at this point
Copy the full SHA 855a1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1498c7 - Browse repository at this point
Copy the full SHA f1498c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d916a4 - Browse repository at this point
Copy the full SHA 2d916a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d19684 - Browse repository at this point
Copy the full SHA 5d19684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e0502 - Browse repository at this point
Copy the full SHA 91e0502View commit details
Commits on Nov 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bce9432 - Browse repository at this point
Copy the full SHA bce9432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3838c - Browse repository at this point
Copy the full SHA 9b3838cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff4124 - Browse repository at this point
Copy the full SHA 7ff4124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fbe89 - Browse repository at this point
Copy the full SHA 39fbe89View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfd142 - Browse repository at this point
Copy the full SHA bdfd142View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7ef06 - Browse repository at this point
Copy the full SHA df7ef06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ffb6da - Browse repository at this point
Copy the full SHA 9ffb6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a48ee - Browse repository at this point
Copy the full SHA 05a48eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a2fcf - Browse repository at this point
Copy the full SHA 96a2fcfView commit details
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d7377fe - Browse repository at this point
Copy the full SHA d7377feView commit details
Commits on Nov 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 17cd0bd - Browse repository at this point
Copy the full SHA 17cd0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b72e44 - Browse repository at this point
Copy the full SHA 3b72e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8aab33 - Browse repository at this point
Copy the full SHA d8aab33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1773335 - Browse repository at this point
Copy the full SHA 1773335View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc74b1f - Browse repository at this point
Copy the full SHA fc74b1fView commit details
Commits on Nov 21, 2019
-
dont replace -> cut fisrt & last string
Co-Authored-By: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 753e961 - Browse repository at this point
Copy the full SHA 753e961View commit details -
dont mind as long as it has the same result and is performatn ... Co-Authored-By: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 93d2d13 - Browse repository at this point
Copy the full SHA 93d2d13View commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bee6c40 - Browse repository at this point
Copy the full SHA bee6c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee3a5a - Browse repository at this point
Copy the full SHA 8ee3a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cb140 - Browse repository at this point
Copy the full SHA e9cb140View commit details
Commits on Nov 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8736f3f - Browse repository at this point
Copy the full SHA 8736f3fView commit details
Commits on Nov 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc7cc12 - Browse repository at this point
Copy the full SHA dc7cc12View commit details
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5dcf6be - Browse repository at this point
Copy the full SHA 5dcf6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a02b3 - Browse repository at this point
Copy the full SHA 59a02b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a4333 - Browse repository at this point
Copy the full SHA c8a4333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ccafe - Browse repository at this point
Copy the full SHA 86ccafeView commit details -
dont make a workaround or something else
this need a refactor itself and is out of scope for this PR
Configuration menu - View commit details
-
Copy full SHA for 745c223 - Browse repository at this point
Copy the full SHA 745c223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066126c - Browse repository at this point
Copy the full SHA 066126cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf8a18 - Browse repository at this point
Copy the full SHA fdf8a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f3f5c - Browse repository at this point
Copy the full SHA e8f3f5cView commit details
Commits on Nov 26, 2019
-
Co-Authored-By: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 0fb0542 - Browse repository at this point
Copy the full SHA 0fb0542View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c124c - Browse repository at this point
Copy the full SHA a8c124cView commit details
Commits on Nov 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5370c8 - Browse repository at this point
Copy the full SHA b5370c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a129421 - Browse repository at this point
Copy the full SHA a129421View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a6a61ce - Browse repository at this point
Copy the full SHA a6a61ceView commit details
Commits on Nov 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c4037ed - Browse repository at this point
Copy the full SHA c4037edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a490171 - Browse repository at this point
Copy the full SHA a490171View commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ccc6316 - Browse repository at this point
Copy the full SHA ccc6316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f86f49 - Browse repository at this point
Copy the full SHA 6f86f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3ae82 - Browse repository at this point
Copy the full SHA 6f3ae82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605821b - Browse repository at this point
Copy the full SHA 605821bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5decbde - Browse repository at this point
Copy the full SHA 5decbdeView commit details
Commits on Dec 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 04939b7 - Browse repository at this point
Copy the full SHA 04939b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7312446 - Browse repository at this point
Copy the full SHA 7312446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028a625 - Browse repository at this point
Copy the full SHA 028a625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 064c27b - Browse repository at this point
Copy the full SHA 064c27bView commit details