summaryrefslogtreecommitdiff
path: root/spec/features/admin
Commit message (Collapse)AuthorAgeFilesLines
* Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable2017-10-301-0/+23
| | | | | | doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
* Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-1/+3
| | | | Instead of from the configuration file
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-0711-19/+19
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Merge branch 'fly-out-top-level-item' into 'master'Filipa Lacerda2017-09-072-3/+3
|\ | | | | | | | | | | | | Add top level items to fly-out navigation Closes #36294 See merge request !13981
| * Add top level items to fly-out navigationPhil Hughes2017-09-062-3/+3
| | | | | | | | | | | | This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
* | Merge branch 'tc-test-admin-log-links' into 'master'Dmitriy Zaporozhets2017-09-061-3/+5
|\ \ | |/ |/| | | | | Put Admin loggers in before_action for easier overriding in EE See merge request !14081
| * Put loggers in before_action for easier overriding in EEtc-test-admin-log-linksToon Claes2017-09-061-3/+5
| | | | | | | | | | | | | | | | Make it easier to override the set of loggers, by putting them in a separate method. Also modify spec so it tests for links, instead of checking for regular text.
* | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into ↵Robert Speicher2017-09-011-0/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
| * | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
| * | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+20
| |/ | | | | | | | | | | | | | | This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
* | fixed up a bunch of specsPhil Hughes2017-08-292-6/+6
|/ | | | some caused by webkit prefixes
* Add an option to list only archived projectsMehdi Lahmam2017-08-241-0/+8
| | | | Closes #35994
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+2
|
* Move hostname to Gitlab::EnvironmentBob Van Landuyt2017-08-041-1/+1
|
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-1/+23
|
* Merge branch 'fix-oauth-checkboxes' into 'master'Filipa Lacerda2017-08-031-0/+8
|\ | | | | | | | | | | | | Fixed sign-in restrictions buttons not toggling active state Closes #35882 See merge request !13270
| * Fixed sign-in restrictions buttons not toggling active statefix-oauth-checkboxesPhil Hughes2017-08-031-0/+8
| | | | | | | | Closes #35882
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-028-11/+11
|/
* Merge branch '35643-impersonate-spec' into '9-4-stable-patch-2'cherry-pick-41db362cRémy Coutable2017-07-281-1/+3
| | | | | Resolve "Impersonation Tokens creation spec failure in admin_users_impersonation_tokens_spec.rb" See merge request !13145
* Merge branch 'rs-empty_project-features' into 'master'Rémy Coutable2017-07-284-11/+14
|\ | | | | | | | | Use `:empty_project` where possible in feature specs See merge request !13118
| * Use `empty_project` where possible in spec/features/adminRobert Speicher2017-07-274-11/+14
| |
* | Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-0/+5
|/
* Remove superfluous type defs in specsKeifer Furzland2017-07-2718-18/+18
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-2/+2
|
* Merge branch '20817-please-add-coordinator-url-to-admin-area-runner-page' ↵Grzegorz Bizon2017-07-201-5/+4
|\ | | | | | | | | | | | | | | | | into 'master' Add coordinator url to admin area runner page Closes #20817 See merge request !11603
| * Add #registration_token for %code20817-please-add-coordinator-url-to-admin-area-runner-pageShinya Maeda2017-07-201-1/+1
| |
| * Add an id for the tag(#registration_token). Wrap long lines.Shinya Maeda2017-07-201-2/+2
| |
| * Fix specShinya Maeda2017-07-201-1/+1
| |
| * Add coordinator url to admin area runner pageShinya Maeda2017-07-201-4/+3
| | | | | | | | | | | | | | | | Use partial and shring same UI Swap two. Like the project runner section. Fix tests
* | Wrong data type when testing webhooksAlexander Randa2017-07-201-2/+4
|/
* Update specs for new upload pathBob Van Landuyt2017-07-181-2/+2
|
* Update test description to reflect behaviour19629-remove-inactive-tokens-listkushalpandya2017-07-141-1/+1
|
* Update tests to cover removal of inactive tokens tablekushalpandya2017-07-141-4/+6
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-0/+13
|\
| * Merge branch '32408-enable-disable-all-restricted-visibility-levels' into ↵Douwe Maan2017-07-051-0/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Unable to disable all restricted visibility levels" Closes #32408 See merge request !12649
| | * Allow admin to disable all restricted visibility levels32408-enable-disable-all-restricted-visibility-levelsTiago Botelho2017-07-051-0/+13
| | |
| * | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-053-6/+6
| |/
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-063-6/+6
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-2926-31/+38
|/
* Add explicit message when no runners on adminTakuya Noguchi2017-06-261-19/+42
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-6/+6
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-1926-30/+30
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-143-4/+14
|
* Help landing page customizationsRobin Bobbitt2017-06-141-0/+5
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-2/+2
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan2017-06-081-1/+3
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
| * Fixing more broken unscoped testsTim Zallmann2017-06-071-1/+3
| |
* | Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-18/+45
|\ \ | |/ |/| | | | | | | | | Implement ability to update deploy keys Closes #3191 See merge request !10383
| * Implement ability to update deploy keysAlexander Randa2017-06-021-18/+45
| |