summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Return struct instead of multiple valuesKamil Trzcinski2017-01-251-1/+1
* Add 409 conflict testsfix-ci-requests-concurrencyKamil Trzcinski2017-01-251-0/+14
* Fix specsKamil Trzcinski2017-01-251-1/+1
* Remove unneeded code and fix offensesbackport-ee-changes-for-build-minutesKamil Trzcinski2017-01-251-47/+0
* Merge remote-tracking branch 'origin/master' into backport-ee-changes-for-bui...Kamil Trzcinski2017-01-2451-262/+1558
|\
| * Merge branch '24923_nested_tasks' into 'master' Sean McGivern2017-01-242-1/+67
| |\
| | * fix nested tasks in ordered listJarka Kadlecova2017-01-242-1/+67
| * | Merge branch '24833-Allow-to-search-by-commit-hash-within-project' into 'mast...Sean McGivern2017-01-243-0/+173
| |\ \
| | * | Search feature: redirects to commit page if query is commit sha and only comm...YarNayar2017-01-241-0/+25
| | * | Allows to search within project by commit's hashYarNayar2017-01-243-0/+148
| * | | Merge branch 'grapify-deploy-keys' into 'master' Rémy Coutable2017-01-241-7/+2
| |\ \ \
| | * | | Grapify all endpoints of the deploy keys APIgrapify-deploy-keysRobert Schilling2017-01-231-7/+2
| * | | | Merge branch 'backport-ee-1051-approvals-reset-on-closed-mr' into 'master' Sean McGivern2017-01-241-14/+37
| |\ \ \ \
| | * | | | Backport EE changes on approvals reset for closed MRsbackport-ee-1051-approvals-reset-on-closed-mrOswaldo Ferreira2017-01-231-14/+37
| * | | | | Merge branch 'rs-pick-security-fixes' into 'master' Robert Speicher2017-01-235-3/+126
| |\ \ \ \ \
| | * | | | | Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-0/+12
| | * | | | | Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-232-1/+43
| | * | | | | Merge branch 'fix/rename-group-export-vuln' into 'security' Robert Speicher2017-01-232-2/+71
| * | | | | | Merge branch '22619-add-an-email-address-to-unsubscribe-list-header-in-email'...Douwe Maan2017-01-236-4/+122
| |\ \ \ \ \ \
| | * | | | | | Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-136-4/+122
| * | | | | | | Merge branch '22638-creating-a-branch-matching-a-wildcard-fails' into 'master' Douwe Maan2017-01-231-1/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Allow creating protected branch when it doesn't existPawel Chojnacki2017-01-131-1/+8
| * | | | | | | | Merge branch 'issue-filter-click-to-search' into 'master' Jacob Schatz2017-01-236-29/+29
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | update tests to correspond with new behaviorMike Greiling2017-01-216-29/+29
| * | | | | | | | Merge branch '22974-trigger-service-events-through-api' into 'master' Douwe Maan2017-01-232-1/+11
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-0/+1
| | * | | | | | | adds events to services api deserializationTiago Botelho2017-01-221-1/+10
| | |/ / / / / /
| * | | | | | | Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' Kamil Trzciński2017-01-2311-150/+615
| |\ \ \ \ \ \ \
| | * | | | | | | Fix warnings argument memoization in CI/CD stagefeature/success-warning-icons-in-stages-buildsGrzegorz Bizon2017-01-191-5/+19
| | * | | | | | | Add a default status const to common status concernGrzegorz Bizon2017-01-181-0/+6
| | * | | | | | | Improve readability of specs for pipeline stagesGrzegorz Bizon2017-01-181-39/+64
| | * | | | | | | Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-182-6/+17
| | * | | | | | | Extend pipeline detailed status factory specsGrzegorz Bizon2017-01-121-17/+28
| | * | | | | | | Fix a Rubocop offense in detailed status factoryGrzegorz Bizon2017-01-121-1/+1
| | * | | | | | | Use detailed status for failed but allowed buildsGrzegorz Bizon2017-01-121-12/+113
| | * | | | | | | Expose methods that match statuses in status factoriesGrzegorz Bizon2017-01-121-17/+45
| | * | | | | | | Make it possible to combine extended CI/CD statusesGrzegorz Bizon2017-01-121-7/+90
| | * | | | | | | Add extended status for build failed but allowed toGrzegorz Bizon2017-01-111-0/+110
| | * | | | | | | Add specs for two new methods defined in stage classGrzegorz Bizon2017-01-112-1/+48
| | * | | | | | | Add concrete success warning status to stage factoryGrzegorz Bizon2017-01-114-71/+100
| | * | | | | | | Extract abstract success with warnings CI/CD statusGrzegorz Bizon2017-01-112-2/+2
| * | | | | | | | Merge branch 'use-archived-trait' into 'master' Rémy Coutable2017-01-234-4/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use archived trait for project in specs instead model columnSemyon Pupkov2017-01-224-4/+4
| * | | | | | | | | Merge branch '26622-fix-transient-failure-in-cycle_analytics_events_spec' int...Robert Speicher2017-01-221-21/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Make cycle_analytics_events_spec.rb side-effect free26622-fix-transient-failure-in-cycle_analytics_events_specRémy Coutable2017-01-161-21/+14
| * | | | | | | | | | Added spec testsmerge-dropdown-this-contextPhil Hughes2017-01-221-0/+41
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-219-81/+32
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'fix_auto_merging' into 'master' Grzegorz Bizon2017-01-211-9/+51
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Extend feature tests for merge when pipeline succeedsGrzegorz Bizon2017-01-211-9/+51
| * | | | | | | | | Fixed failing JS specsPhil Hughes2017-01-211-4/+16