summaryrefslogtreecommitdiff
path: root/spec/features/admin
Commit message (Collapse)AuthorAgeFilesLines
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-0/+28
| | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted.
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-24/+2
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Add copy to clipboard button for application id and secretGeorge Tsiolis2018-10-031-2/+2
|
* Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-13/+61
|\ | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
| * add type filter to admin runners pageAlexis Reigel2018-09-241-13/+61
| |
* | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-10/+0
| | | | | | | | We remove this feature as it never worked properly
* | Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-202-240/+275
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * | Groups test cases by contextMartin Wortschack2018-09-181-278/+266
| | |
| * | fix test for usage statisticsMartin Wortschack2018-09-071-0/+2
| | |
| * | merge master and resolve conflictsMartin Wortschack2018-09-061-0/+9
| |\ \
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+1
| | | |
| * | | fix testsMartin Wortschack2018-09-051-1/+1
| | | |
| * | | fix testsMartin Wortschack2018-09-051-2/+47
| | | |
* | | | Fix grammar in runner-related specs, views and localisations.Marcel Amirault2018-09-191-2/+2
| |_|/ |/| |
* | | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-20/+91
|\ \ \ | |_|/ |/| | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * | unify the usage of factorybot's 'create'Alexis Reigel2018-08-291-19/+19
| | |
| * | only run the specs as :js that actually need toAlexis Reigel2018-08-291-5/+5
| | |
| * | convert admin runners table to responsive tableAlexis Reigel2018-08-291-14/+10
| | |
| * | add sort dropdown to admin runners pageAlexis Reigel2018-08-291-0/+30
| | |
| * | use filtered search bar for admin runnersAlexis Reigel2018-08-291-53/+20
| | |
| * | add status filter to admin runners pageAlexis Reigel2018-08-201-9/+87
| | |
* | | Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett2018-09-061-0/+9
| |/ |/|
* | Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-302-0/+58
| |
* | Merge branch 'Expose-users-id-in-admin-users-show-page' into 'master'Phil Hughes2018-08-281-0/+1
|\ \ | |/ |/| | | | | Expose user's id in /admin/users/ show page. See merge request gitlab-org/gitlab-ce!21297
| * Expose user's id in /admin/users/ show page.Eva Kadlecová2018-08-211-0/+1
| |
* | clarify runners currently online textBen Bodenmiller2018-08-201-2/+2
|/
* Backport of EE changes in ↵Jacopo2018-08-071-1/+14
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6804
* Resolve "System level labels UI broken"André Luís2018-08-071-1/+1
|
* Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-1/+1
|
* Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett2018-07-272-55/+0
|
* Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern2018-07-272-0/+55
| | | | | into 'master'" This reverts merge request !20679
* Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett2018-07-262-55/+0
|
* Merge branch '47419-Fix-breadcrumbs' into 'master'Phil Hughes2018-07-181-0/+38
|\ | | | | | | | | | | | | Resolve "broken breadcrumb in admin/user when switching tabs" Closes #47419 See merge request gitlab-org/gitlab-ce!19608
| * Fix broken breadcrumb in admin/userRobin Naundorf2018-07-171-0/+38
| | | | | | | | | | | | * Fix broken breadcrumb when switching tabs in admin/user Closes #47419
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-112-3/+3
| |
* | Resolve "Disable GCP free credit banner at instance level"Dennis Tang2018-07-101-0/+10
| |
* | Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-0511-66/+66
|/
* Ignore unknown OAuth sources in ApplicationSetting46783-removed-omniauth-provider-causing-invalid-application-settingRémy Coutable2018-06-261-0/+23
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Bring changes from EELin Jen-Shin2018-06-221-0/+1
|
* Users can accept terms during registrationBob Van Landuyt2018-06-081-1/+1
| | | | | | | | | | When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
* Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho2018-06-071-1/+1
|\ | | | | | | | | | | | | Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
| * Use the default strings of timeago.js for timeagoTakuya Noguchi2018-06-041-1/+1
| |
* | allow only png, ico for favicon uploadsAlexis Reigel2018-06-051-1/+1
| | | | | | | | | | | | the related omnibus graphicsmagick package only supports those formats. see https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1975
* | remove favicon preview on appearance pageAlexis Reigel2018-06-051-3/+2
| |
* | create favicon overlay on the clientAlexis Reigel2018-06-051-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
* | whitelist allowed file types for custom faviconsAlexis Reigel2018-06-051-0/+6
| |
* | feature spec for managing appearance > faviconAlexis Reigel2018-06-051-0/+34
|/
* Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński2018-05-311-7/+10
| | | | runner
* Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-1/+1
|
* Fix pagination spec, forgot to add spaceClement Ho2018-05-241-1/+1
|