summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | Add changelogFabio Papa2019-07-011-0/+5
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Apply recomended changes from merge coachFabio Papa2019-07-023-9/+10
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fix some code style issuesFabio Papa2019-07-022-11/+14
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Adjust the documentation on subgroup permissionsFabio Papa2019-07-021-1/+3
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Adjust the documentation on subgroupsFabio Papa2019-07-021-6/+9
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Modify API spec to expect a maintainer to be able to create subgroupFabio Papa2019-07-021-4/+0
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-022-2/+19
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Apply changes recomended by merge request coachFabio Papa2019-07-028-26/+29
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add descriptions to examplesFabio Papa2019-07-021-2/+2
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fix group creat_service_spec to contain maintainer contextFabio Papa2019-07-021-2/+2
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Clean up the show_spec examples previously addedFabio Papa2019-07-021-18/+18
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-021-6/+0
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-029-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 subgroupsFabio Papa2019-07-022-4/+14
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Remove an example that is no longer necessaryFabio Papa2019-07-021-9/+0
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Style rules; Revert some examplesFabio Papa2019-07-028-22/+52
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Update schemaFabio Papa2019-07-021-0/+1
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add feature examples specing maintainers creating subgroupsFabio Papa2019-07-021-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.ymlFabio Papa2019-07-021-1/+1
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add policy to allow maintainers to create subgroups when enabledFabio Papa2019-07-021-0/+5
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Make the group model return maintainer level when it is not setFabio Papa2019-07-021-0/+4
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add "allowed to create subgroups" dropdown to group settings formFabio Papa2019-07-023-0/+11
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add subgroup_creation_level to the list of allowed group paramsFabio Papa2019-07-022-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For both groups_controller and admin/groups_controller
| | | * | | | | | | | | | | | | Add constants representing Owner and Maintainer group access levelsFabio Papa2019-07-021-0/+4
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add a subgroup_creation_level column to the namespaces tableFabio Papa2019-07-021-0/+20
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Reset group policy to only allow >= owners to create subgroupsFabio Papa2019-07-021-1/+1
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-026-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 subgroupFabio Papa2019-07-022-6/+2
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Update the group policy to allow >= maintainer to create subgroupsFabio Papa2019-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All specs passing
| | | * | | | | | | | | | | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-022-2/+19
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Add failing feature spec detailing a maintainer creating a subgroupFabio Papa2019-07-021-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 changelogFabio Papa2019-07-021-0/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-051-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update index.mdFabio Papa2019-07-051-9/+10
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa2019-07-051-1/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-051-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-051-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa2019-07-051-1/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply recomended changes from merge coachFabio Papa2019-07-051-2/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix group creat_service_spec to contain maintainer contextFabio Papa2019-07-051-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Clean up the show_spec examples previously addedFabio Papa2019-07-051-4/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove AR hook to set the default subgroup_creation_levelFabio Papa2019-07-051-6/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-054-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 subgroupsFabio Papa2019-07-051-4/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Style rules; Revert some examplesFabio Papa2019-07-054-14/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-053-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 subgroupFabio Papa2019-07-051-4/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-052-2/+19
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Apply changes recomended by merge request coachFabio Papa2019-07-053-11/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix group creat_service_spec to contain maintainer contextFabio Papa2019-07-051-2/+2
| | | | | | | | | | | | | | | |