summaryrefslogtreecommitdiff
path: root/spec/factories/groups.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+3
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+8
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-10/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+0
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+0
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+0
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+0
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+0
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-1/+4
| | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
* Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+1
| | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
* Add part of needed codeGosia Ksionek2019-04-051-0/+1
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+8
| | | | | | | | | | | | - 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
* Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-0/+8
|
* porting changes from upstream3867-port-to-ceMicaël Bergeron2018-02-011-1/+1
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport avatar-related spec changes from gitlab-org/gitlab-ee@4b464eaaeebackport-ee-4b464eaaeeRémy Coutable2017-05-041-0/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport changes introduced by ↵Kamil Trzcinski2017-01-201-1/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1083
* Create nested group factoryDmitriy Zaporozhets2016-12-111-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make access request specs explicitly enable or disable access requests as ↵Nick Thomas2016-11-111-0/+4
| | | | required
* Improve group visibility level featureZeger-Jan van de Weg2016-03-181-0/+12
|
* Move all factory definitions to their own fileRobert Speicher2016-03-041-0/+7