Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | | | Merge branch 'maintainers-can-create-subgroup' of ↵ | Fabio Papa | 2019-07-01 | 0 | -0/+0 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup | |||||
| | | | | * | | | | | | | | | | | Add descriptions to examples | Fabio Papa | 2019-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Fix group creat_service_spec to contain maintainer context | Fabio Papa | 2019-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Clean up the show_spec examples previously added | Fabio Papa | 2019-07-01 | 1 | -18/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Remove AR hook to set the default subgroup_creation_level | Fabio Papa | 2019-07-01 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Make subgroup_creation_level default to maintainer at SQL level | Fabio Papa | 2019-06-30 | 9 | -25/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples | |||||
| | | | | * | | | | | | | | | | | Make maintainers the default setting for creating subgroups | Fabio Papa | 2019-06-28 | 2 | -4/+14 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Remove an example that is no longer necessary | Fabio Papa | 2019-06-28 | 1 | -9/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Style rules; Revert some examples | Fabio Papa | 2019-06-28 | 8 | -22/+52 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Update schema | Fabio Papa | 2019-06-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Add feature examples specing maintainers creating subgroups | Fabio Papa | 2019-06-28 | 1 | -4/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both with subgroup_creation_level set to owners and to maintainers. Also fixed the naming of some other examples in the same spec as they were contradicting what they were actually performing in the test. These examples were probably copy/pasted, and not renamed. | |||||
| | | | | * | | | | | | | | | | | Merge branch 'maintainers-can-create-subgroup' of ↵ | Fabio Papa | 2019-06-27 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup | |||||
| | | | | | * | | | | | | | | | | | Apply suggestion to changelogs/unreleased/maintainers-can-create-subgroup.yml | Fabio Papa | 2019-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Add policy to allow maintainers to create subgroups when enabled | Fabio Papa | 2019-06-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Make the group model return maintainer level when it is not set | Fabio Papa | 2019-06-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Add "allowed to create subgroups" dropdown to group settings form | Fabio Papa | 2019-06-27 | 3 | -0/+11 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Add subgroup_creation_level to the list of allowed group params | Fabio Papa | 2019-06-27 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For both groups_controller and admin/groups_controller | |||||
| | | | | * | | | | | | | | | | | | Add constants representing Owner and Maintainer group access levels | Fabio Papa | 2019-06-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Add a subgroup_creation_level column to the namespaces table | Fabio Papa | 2019-06-27 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Reset group policy to only allow >= owners to create subgroups | Fabio Papa | 2019-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Add examples specing the setting to choose who can create subgroups | Fabio Papa | 2019-06-27 | 6 | -10/+99 | |
| | | | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing. | |||||
| | | | | * | | | | | | | | | | | Modify API spec to expect a maintainer to be able to create subgroup | Fabio Papa | 2019-06-16 | 2 | -6/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Update the group policy to allow >= maintainer to create subgroups | Fabio Papa | 2019-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All specs passing | |||||
| | | | | * | | | | | | | | | | | Add failing unit test specifying a maintainer creating a subgroup | Fabio Papa | 2019-06-16 | 2 | -2/+19 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | Add failing feature spec detailing a maintainer creating a subgroup | Fabio Papa | 2019-06-14 | 1 | -13/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change the two existing feature examples that create a subgroup to elucidate that the owner is creating the subgroup - Nest two more specs inside the 'subgroup support' context detailing what happens when a maintainer attempts to add a subgroup (one with subgroup support, and one without) | |||||
| | | | | * | | | | | | | | | | | Add changelog | Fabio Papa | 2019-06-14 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Apply changes recomended by merge request coach | Fabio Papa | 2019-07-01 | 8 | -26/+29 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add descriptions to examples | Fabio Papa | 2019-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Fix group creat_service_spec to contain maintainer context | Fabio Papa | 2019-07-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Clean up the show_spec examples previously added | Fabio Papa | 2019-07-01 | 1 | -18/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Remove AR hook to set the default subgroup_creation_level | Fabio Papa | 2019-07-01 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Make subgroup_creation_level default to maintainer at SQL level | Fabio Papa | 2019-07-01 | 9 | -25/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples | |||||
| | | | * | | | | | | | | | | | | Make maintainers the default setting for creating subgroups | Fabio Papa | 2019-07-01 | 2 | -4/+14 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Remove an example that is no longer necessary | Fabio Papa | 2019-07-01 | 1 | -9/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Style rules; Revert some examples | Fabio Papa | 2019-07-01 | 8 | -22/+52 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Update schema | Fabio Papa | 2019-07-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add feature examples specing maintainers creating subgroups | Fabio Papa | 2019-07-01 | 1 | -4/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both with subgroup_creation_level set to owners and to maintainers. Also fixed the naming of some other examples in the same spec as they were contradicting what they were actually performing in the test. These examples were probably copy/pasted, and not renamed. | |||||
| | | | * | | | | | | | | | | | | Apply suggestion to changelogs/unreleased/maintainers-can-create-subgroup.yml | Fabio Papa | 2019-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add policy to allow maintainers to create subgroups when enabled | Fabio Papa | 2019-07-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Make the group model return maintainer level when it is not set | Fabio Papa | 2019-07-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add "allowed to create subgroups" dropdown to group settings form | Fabio Papa | 2019-07-01 | 3 | -0/+11 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add subgroup_creation_level to the list of allowed group params | Fabio Papa | 2019-07-01 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For both groups_controller and admin/groups_controller | |||||
| | | | * | | | | | | | | | | | | Add constants representing Owner and Maintainer group access levels | Fabio Papa | 2019-07-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add a subgroup_creation_level column to the namespaces table | Fabio Papa | 2019-07-01 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Reset group policy to only allow >= owners to create subgroups | Fabio Papa | 2019-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add examples specing the setting to choose who can create subgroups | Fabio Papa | 2019-07-01 | 6 | -10/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing. | |||||
| | | | * | | | | | | | | | | | | Modify API spec to expect a maintainer to be able to create subgroup | Fabio Papa | 2019-07-01 | 2 | -6/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Update the group policy to allow >= maintainer to create subgroups | Fabio Papa | 2019-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All specs passing | |||||
| | | | * | | | | | | | | | | | | Add failing unit test specifying a maintainer creating a subgroup | Fabio Papa | 2019-07-01 | 2 | -2/+19 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | Add failing feature spec detailing a maintainer creating a subgroup | Fabio Papa | 2019-07-01 | 1 | -13/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change the two existing feature examples that create a subgroup to elucidate that the owner is creating the subgroup - Nest two more specs inside the 'subgroup support' context detailing what happens when a maintainer attempts to add a subgroup (one with subgroup support, and one without) |