summaryrefslogtreecommitdiff
path: root/app/finders/admin
Commit message (Collapse)AuthorAgeFilesLines
* add type filter to admin runners pageAlexis Reigel2018-09-241-4/+14
|
* Cleaned up CI runner administration codeYorick Peterse2018-09-141-2/+1
| | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
* Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-0/+53
|\ | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * enable frozen string literal on runners finderAlexis Reigel2018-08-291-0/+2
| |
| * add sort dropdown to admin runners pageAlexis Reigel2018-08-291-1/+9
| |
| * use filtered search bar for admin runnersAlexis Reigel2018-08-291-2/+3
| |
| * extract filter/sort/paging logic to finder classAlexis Reigel2018-08-201-0/+42
| |
* | Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\ \ | | | | | | | | | | | | Enable frozen string in app/graphql + app/finders See merge request gitlab-org/gitlab-ce!21681
| * | Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
| |/ | | | | | | Partially addresses #47424.
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
|/ | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-2/+2
| | | | | | This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
|
* Remove N+1 queries in /admin/projects pageStan Hu2018-03-191-0/+1
|
* Fix timeouts loading /admin/projects pagesh-optimize-admin-projects-pageStan Hu2018-03-151-2/+1
| | | | | | | These extra sort keys caused sequential scans on the namespaces and projects page. Removing them makes the page load on GitLab.com. Closes #44338
* Add an option to list only archived projectsMehdi Lahmam2017-08-241-1/+7
| | | | Closes #35994
* Refactor Admin::ProjectsFinder by extracting finders as private methodsMehdi Lahmam2017-08-241-23/+51
|
* Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-1/+1
|
* Decrease ABC threshold to 56.96Maxim Rydkin2017-07-241-0/+33