summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| |/ / / /
* | | | | Merge branch 'frozen_string_spec_support' into 'master'Douwe Maan2019-07-2578-0/+156
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add frozen_string_literal to spec/supportThong Kuah2019-07-2578-0/+156
| | |/ / | |/| |
* | | | 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
|/ / /
* | | 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
|/ /
* | Properly identify task lists inside a blockquote64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-savedBrett Walker2019-07-191-0/+21
* | Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-162-3/+3
* | Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon2019-07-121-8/+0
|\ \
| * | Refactor: model errors for multi cluster validationDylan Griffith2019-07-111-8/+0
* | | Merge branch 'banzai-avoid-redis-if-db-cache' into 'master'Douwe Maan2019-07-111-0/+51
|\ \ \ | |_|/ |/| |
| * | Banzai - avoid redis if attr is in DB cachebanzai-avoid-redis-if-db-cacheMario de la Ossa2019-07-101-0/+51
| |/
* | GraphQL mutations for managing NotesLuke Duncalfe2019-07-101-0/+61
|/
* Merge branch 'issue/55953' into 'master'Sean McGivern2019-07-031-1/+1
|\
| * Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-032-3/+118
| |\
| * | updated tests for !29553Michel Engelen2019-07-021-1/+1
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-035-13/+206
|\ \ \ | | |/ | |/|
| * | Merge branch '63690-issue-trackers-title' into 'master'Dmitriy Zaporozhets2019-07-021-0/+31
| |\ \
| | * | Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-0/+31
| | |/
| * | Includes logic to persist namespace statisticsMayra Cabrera2019-07-021-3/+87
| |/
| * Merge branch 'set-higher-ttl-for-trace-write' into 'master'Kamil Trzciński2019-06-281-1/+1
| |\
| | * Set higher TTL to write lock for tracesset-higher-ttl-for-trace-writeShinya Maeda2019-06-281-1/+1
| * | Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff2019-06-281-9/+53
| * | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-281-0/+34
| |/
* | Merge branch 'security-59581-related-merge-requests-count' into 'master'Marin Jankovski2019-07-021-0/+37
|\ \ | |/ |/|
| * Expose merge requests count based on user accessAlexandru Croitor2019-06-181-0/+37
* | refactor: remove Sentry from application settingsRoger Meier2019-06-251-39/+0
* | Revert "Merge branch..."Kamil Trzciński2019-06-241-1/+1