summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master'Robert Speicher2019-07-261-0/+63
|\ | | | | | | | | | | | | Find build by sha from ref Closes #64534 and #45697 See merge request gitlab-org/gitlab-ce!30843
| * Extract common spec elements to shared_examplesmc/feature/find-all-artifacts-for-shaMatija Čupić2019-07-261-0/+63
| |
* | Merge branch '63568-access-email-notifications-custom-email' into 'master'Lin Jen-Shin2019-07-261-1/+1
|\ \ | | | | | | | | | | | | Respect alt email when sending group access notifications See merge request gitlab-org/gitlab-ce!31089
| * | Respect alt email when sending group access notifications63568-access-email-notifications-custom-emailMario de la Ossa2019-07-251-1/+1
| |/ | | | | | | | | When sending access granted/rejected emails we should also respect custom emails set for groups/sub-groups
* | Feature test for gfm embedding metricsTristan Read2019-07-261-0/+8
| |
* | Merge branch 'frozen_string_spec_support' into 'master'Douwe Maan2019-07-25247-4/+499
|\ \ | | | | | | | | | | | | Add frozen_string_literal to spec/support See merge request gitlab-org/gitlab-ce!31132
| * | Fix frozen string errorThong Kuah2019-07-251-4/+5
| | |
| * | Add frozen_string_literal to spec/supportThong Kuah2019-07-25247-0/+494
| | | | | | | | | | | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* | | Merge branch 'refactor-redis-usage-counter-specs' into 'master'Nick Thomas2019-07-251-0/+57
|\ \ \ | | | | | | | | | | | | | | | | Refactor usage data counters specs See merge request gitlab-org/gitlab-ce!31013
| * | | Refactor usage data counters specsrefactor-redis-usage-counter-specsAlex Kalderimis2019-07-221-0/+57
| | | | | | | | | | | | | | | | This makes these tests available for other implementations
* | | | Merge branch 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt2019-07-251-0/+253
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
| * | | Make RelativePositioning reusablemake-relative-positioning-module-reusableAdam Hegyi2019-07-241-0/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RelativePositioning module was heavily dependent on the Issue model. This changes makes it easier to reuse the functionality provided by RelativePositioning in other models. Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
* | | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-43/+60
|/ / / | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-1/+1
| |/ |/| | | | | | | Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
* | Merge branch 'safe-archiving-for-traces' into 'master'Kamil Trzciński2019-07-231-0/+52
|\ \ | | | | | | | | | | | | Extra logging for new live trace architecture See merge request gitlab-org/gitlab-ce!30892
| * | Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-0/+52
| |/ | | | | | | | | Often live traces are removed even though the archived trace doesn't exist. This commit checkes the existence strictly.
* | Make pipeline emails respect group email setting63485-fix-pipeline-emails-to-use-group-settingHeinrich Lee Yu2019-07-231-30/+5
|/ | | | | When a user's notification email is set for a group, we should use that for pipeline emails
* Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-221-1/+1
|\ | | | | | | | | Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
| * Resolve some issues in MRFabio Papa2019-07-191-2/+2
| |
| * Merge branch 'maintainers-can-create-subgroup' of ↵Fabio Papa2019-07-191-2/+2
| |\ | | | | | | | | | https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup
| | * Merge branch 'master' into 'maintainers-can-create-subgroup'Fabio Papa2019-07-1215-37/+264
| | |\ | | | | | | | | | | | | # Conflicts: # doc/user/permissions.md
| | * \ Merge branch 'maintainers-can-create-subgroup' of ↵Fabio Papa2019-07-051-2/+2
| | |\ \ | | | | | | | | | | | | | | | https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup
| | | * | Fixed a failing testFabio Papa2019-07-051-10/+6
| | | | |
| | | * | 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-021-2/+10
| | | | |
| | | * | Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-021-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-021-4/+0
| | | | |
| | | * | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-021-2/+10
| | | | |
| | * | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-051-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-2/+10
| | | | |
| | * | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-051-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-2/+10
| | | | |
| | * | | Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-051-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-2/+10
| | | | |
| * | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-4/+0
| | | | |
| * | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-191-2/+10
| | | | |
| * | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-4/+0
| | | | |
| * | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-191-2/+10
| | | | |
| * | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-4/+0
| | | | |
| * | | | Add failing unit test specifying a maintainer creating a subgroupFabio Papa2019-07-191-2/+10
| | | | |
| * | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-4/+0
| | | | |