summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-158-11/+149
* Merge branch 'fix-slack-pipeline-message-by-api' into 'master' Kamil Trzciński2016-12-151-9/+21
|\
| * Fix Slack pipeline message by APIfix-slack-pipeline-message-by-apiLin Jen-Shin2016-12-131-9/+21
* | Merge branch '22849-ci-build-ref-slug' into 'master' Kamil Trzciński2016-12-151-0/+19
|\ \
| * | Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+19
* | | Merge branch 'fix/transient-failing-analytics-spec' into 'master' James Lopez2016-12-151-0/+8
|\ \ \
| * | | fix transient timing failure adding timecopfix/transient-failing-analytics-specJames Lopez2016-12-141-0/+8
* | | | Merge branch 'clean-no-undef' into 'master' Alfredo Sumaran2016-12-1529-31/+86
|\ \ \ \
| * | | | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-1417-18/+46
| * | | | expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-1313-14/+41
* | | | | Merge branch '22864-kubernetes-service' into 'master' Kamil Trzciński2016-12-143-0/+140
|\ \ \ \ \
| * | | | | Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-143-0/+140
| | |/ / / | |/| | |
* | | | | Merge branch '24927-custom-event-polyfill-test' into 'master' Alfredo Sumaran2016-12-141-0/+43
|\ \ \ \ \
| * | | | | Fix broken test in chrome24927-custom-event-polyfill-testFilipa Lacerda2016-12-131-3/+3
| * | | | | Fix broken testFilipa Lacerda2016-12-091-3/+3
| * | | | | Adds tests for Custom Event polyfillFilipa Lacerda2016-12-081-0/+43
* | | | | | Merge branch 'master' into 'dz-remove-namespaces-path-uniq'Dmitriy Zaporozhets2016-12-1464-268/+1625
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'dz-fix-admin-routes' into 'master' Sean McGivern2016-12-144-6/+18
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Add support for nested groups to admin routingdz-fix-admin-routesDmitriy Zaporozhets2016-12-114-6/+18
| * | | | | | Merge branch 'build-statuses' into 'master' Rémy Coutable2016-12-1428-86/+795
| |\ \ \ \ \ \
| | * | | | | | Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-144-4/+4
| | * | | | | | Add some missing tests for detailed status methodsbuild-statusesGrzegorz Bizon2016-12-143-2/+32
| | * | | | | | Make it possible to mix `Gitlab::Routing` inGrzegorz Bizon2016-12-131-0/+23
| | * | | | | | Extract abilities checking module from ability modelGrzegorz Bizon2016-12-131-0/+27
| | * | | | | | Extend tests for pipeline detailed status helpersGrzegorz Bizon2016-12-131-12/+18
| | * | | | | | Add tests for common build detailed status helpersGrzegorz Bizon2016-12-131-0/+37
| | * | | | | | Add missing tests for build `cancelable?` methodGrzegorz Bizon2016-12-131-0/+36
| | * | | | | | Add tests for detailed build statuses factoryGrzegorz Bizon2016-12-131-0/+141
| | * | | | | | Make it possible to retry build that was canceledGrzegorz Bizon2016-12-131-0/+8
| | * | | | | | Make build retryable only if complete and executedGrzegorz Bizon2016-12-131-8/+30
| | * | | | | | Add tests for build cancelable/retryable statusesGrzegorz Bizon2016-12-132-0/+172
| | * | | | | | Extend specs for build play/stop detailed statusesGrzegorz Bizon2016-12-132-7/+55
| | * | | | | | Refine build stop/play extended status specsGrzegorz Bizon2016-12-132-31/+31
| | * | | | | | Fix detailed status specs for pipeline stage modelGrzegorz Bizon2016-12-121-1/+3
| | * | | | | | Fix pipeline specs for detailed statusesGrzegorz Bizon2016-12-121-8/+12
| | * | | | | | Add specs for build stop extended detailed statusGrzegorz Bizon2016-12-121-0/+59
| | * | | | | | Add tests for build play extended detailed statusGrzegorz Bizon2016-12-122-3/+69
| | * | | | | | Fix some detailed statuses specs related to abilitiesGrzegorz Bizon2016-12-127-17/+41
| | * | | | | | Fix tests related to detailed statuses and permissionsGrzegorz Bizon2016-12-1214-41/+45
| * | | | | | | Merge branch '25651-fix-master' into 'master' Rémy Coutable2016-12-141-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix wrong error message expectation in API::Commits spec25651-fix-masterRémy Coutable2016-12-141-1/+1
| * | | | | | | | Merge branch 'process-commit-worker-migration-encoding' into 'master' Rémy Coutable2016-12-141-2/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Encode when migrating ProcessCommitWorker jobsprocess-commit-worker-migration-encodingYorick Peterse2016-12-131-2/+25
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch '25136-last-deployment-link' into 'master' Grzegorz Bizon2016-12-141-0/+37
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Changes after review25136-last-deployment-linkFilipa Lacerda2016-12-071-17/+14
| | * | | | | | | Changes after reviewFilipa Lacerda2016-12-071-4/+4
| | * | | | | | | Updates testsFilipa Lacerda2016-12-071-12/+30
| | * | | | | | | Fix broken link for latest deploymentFilipa Lacerda2016-12-071-0/+22
| * | | | | | | | Merge branch 'api-cherry-pick' into 'master' Rémy Coutable2016-12-131-0/+70
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make rubocop happyapi-cherry-pickRobert Schilling2016-12-131-1/+1