summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Improves the graphql_helpers used in GraphQL testsce-delete-designs-v2Alex Kalderimis2019-07-301-2/+6
* Merge branch 'determinstic_dns_specs' into 'master'Douglas Barbosa Alexandre2019-07-301-0/+13
|\
| * Stub DNS to return IPv4 addressdeterminstic_dns_specsThong Kuah2019-07-291-0/+13
* | Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉2019-07-296-16/+22
|/
* Merge branch 'tp-qtt182-2' into 'master'Mayra Cabrera2019-07-291-6/+6
|\
| * Change qa-* class references to rspec-*tp-qtt182-2Tanya Pazitny2019-07-261-6/+6
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-0/+10
|\ \
| * \ Merge branch 'security-60551-fix-upload-scope' into 'master'GitLab Release Tools Bot2019-07-261-0/+10
| |\ \
| | * | Queries for Upload should be scoped by modelAdam Hegyi2019-07-111-0/+10
* | | | Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'mast...Stan Hu2019-07-271-15/+0
* | | | Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'Stan Hu2019-07-261-0/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use NotesFinder in module IssuableActionsPatrick Derichs2019-07-261-0/+15
* | | | Merge branch '32495-improve-slack-notification-on-pipeline-status' into 'master'Robert Speicher2019-07-262-3/+4
|\ \ \ \
| * | | | Improve pipeline status Slack notifications32495-improve-slack-notification-on-pipeline-statusNathan Friend2019-07-252-3/+4
* | | | | Merge branch 'rs-resource-label-events-api' into 'master'Lin Jen-Shin2019-07-261-0/+44
|\ \ \ \ \
| * | | | | Simplify resource_label_events API shared examplers-resource-label-events-apiRobert Speicher2019-07-251-0/+1
| * | | | | Extract resource_label_events API shared examplesRobert Speicher2019-07-251-0/+43
* | | | | | Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin2019-07-262-4/+4
|\ \ \ \ \ \
| * | | | | | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-252-4/+4
* | | | | | | Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master'Robert Speicher2019-07-261-0/+63
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | 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 notifications63568-access-email-notifications-custom-emailMario de la Ossa2019-07-251-1/+1
| |/ / / / / /
* | | | | | | 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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix frozen string errorThong Kuah2019-07-251-4/+5
| * | | | | | Add frozen_string_literal to spec/supportThong Kuah2019-07-25247-0/+494
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'refactor-redis-usage-counter-specs' into 'master'Nick Thomas2019-07-251-0/+57
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Refactor usage data counters specsrefactor-redis-usage-counter-specsAlex Kalderimis2019-07-221-0/+57
* | | | | | Merge branch 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt2019-07-251-0/+253
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make RelativePositioning reusablemake-relative-positioning-module-reusableAdam Hegyi2019-07-241-0/+253
| | |_|/ / | |/| | |
* | | | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-43/+60
|/ / / /
* | | | Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-1/+1
| |/ / |/| |
* | | Merge branch 'safe-archiving-for-traces' into 'master'Kamil Trzciński2019-07-231-0/+52
|\ \ \
| * | | Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-0/+52
| |/ /
* | | Make pipeline emails respect group email setting63485-fix-pipeline-emails-to-use-group-settingHeinrich Lee Yu2019-07-231-30/+5
|/ /
* | Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-221-1/+1
|\ \
| * | Resolve some issues in MRFabio Papa2019-07-191-2/+2
| * | Merge branch 'maintainers-can-create-subgroup' of https://gitlab.com/fapapa/g...Fabio Papa2019-07-191-2/+2
| |\ \
| | * \ Merge branch 'master' into 'maintainers-can-create-subgroup'Fabio Papa2019-07-1215-37/+264
| | |\ \
| | * \ \ Merge branch 'maintainers-can-create-subgroup' of https://gitlab.com/fapapa/g...Fabio Papa2019-07-051-2/+2
| | |\ \ \
| | | * | | 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
| | | * | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-021-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
| | * | | | Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-051-10/+6
| | * | | | Modify API spec to expect a maintainer to be able to create subgroupFabio Papa2019-07-051-4/+0