summaryrefslogtreecommitdiff
path: root/spec/features/groups/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-3/+3
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-242-13/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-0/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-2/+43
| | | | | | | | | | | | - Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
* Simplify runner registration token resettingTomasz Maczukin2018-10-041-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
* Move badge settings to general settingsWinnie Hellmann2018-09-031-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* [skip ci] Convert panel related class names to cardClement Ho2018-04-101-8/+8
|
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+124