summaryrefslogtreecommitdiff
path: root/spec/features/admin
Commit message (Collapse)AuthorAgeFilesLines
* add tag filter to admin runners pageAlexis Reigel2019-02-271-0/+50
|
* Port EE System Header And Footer feature to CEDouwe Maan2019-02-211-0/+32
| | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* Add last activity to user administrationBrandon Labuschagne2019-02-051-4/+38
| | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* Update UI of admin appearance settingsAnnabel Dunstone Gray2019-02-011-6/+6
| | | | | Updates the layout of the admin appearance settings to be consistent with other settings pages across GitLab
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixes Auto DevOps Domain title on admin settingsMayra Cabrera2019-01-081-1/+1
| | | | Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
* Fix and move specs into admin_disables_git_access_protocol_spec.rbStan Hu2018-12-241-4/+55
|
* Merge branch 'replace-admin-sidebar-feature-spec-with-view-spec' into 'master'Robert Speicher2018-12-051-90/+0
|\ | | | | | | | | Replace admin sidebar feature spec with view spec See merge request gitlab-org/gitlab-ce!23551
| * Replace admin sidebar feature spec with view specRémy Coutable2018-12-041-90/+0
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Keep sorting selection when search users on admin panelDmitriy Zaporozhets2018-12-041-2/+12
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix losing search query when sort users on admin users pageDmitriy Zaporozhets2018-12-031-0/+43
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add config to disable impersonationImre Farkas2018-11-291-29/+72
| | | | | | | | Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected.
* Merge branch ↵46166-add-constraints-that-prevent-ci_builds-from-being-associated-with-null-pipeline-projectSean McGivern2018-11-191-1/+17
|\ | | | | | | | | | | | | | | | | '54093-the-default_value_for-gem-doesn-t-handle-actioncontroller-parameters-correctly' into 'master' Replace the `default_value_for` gem with the `gitlab-default_value_with` gem which handles `ActionController::Parameters` correctly Closes #54093 See merge request gitlab-org/gitlab-ce!23114
| * Add a test for the creation of an internal user by an admin54093-the-default_value_for-gem-doesn-t-handle-actioncontroller-parameters-correctlyRoger Rüttimann2018-11-151-1/+17
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-0/+5
|/ | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
* Resolve "Create new group: Rename form fields and update UI"Martin Wortschack2018-10-301-4/+24
|
* 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