summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid conditional in pipeline create serviceGrzegorz Bizon2017-06-021-2/+1
* Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-023-78/+72
* Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-011-0/+1
|\
| * Use stage_id column in code that needs to know about itGrzegorz Bizon2017-06-011-0/+1
* | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-312-16/+18
* | Refine pipeline stages seeds classGrzegorz Bizon2017-05-312-47/+62
* | Add stage seed class that represents attributesGrzegorz Bizon2017-05-301-0/+47
* | Implement CI/CD config attributes for persisted stagesGrzegorz Bizon2017-05-301-1/+40
|/
* Merge branch 'dm-outdated-system-note' into 'master'Grzegorz Bizon2017-05-242-89/+227
|\
| * Fix specsdm-outdated-system-noteDouwe Maan2017-05-231-0/+1
| * Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-89/+226
* | Merge branch 'dm-fix-routes' into 'master'Robert Speicher2017-05-241-0/+368
|\ \
| * | Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-233-410/+418
| * | Fix specsDouwe Maan2017-05-231-26/+26
| * | Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-232-24/+384
* | | Merge branch '29852-latex-formatting' into 'master'Robert Speicher2017-05-243-0/+56
|\ \ \ | |_|/ |/| |
| * | Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-243-0/+56
* | | Merge branch 'issue_32225' into 'master'Robert Speicher2017-05-231-6/+4
|\ \ \
| * | | Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-6/+4
| | |/ | |/|
* | | Merge branch 'zj-fix-pipeline-etag' into 'master'Kamil Trzciński2017-05-231-0/+11
|\ \ \
| * | | Add Etag caching for Pipeline#Show actionZ.J. van de Weg2017-05-221-0/+11
| |/ /
* | | Merge branch 'fix-backup-raketask' into 'master'Timothy Andrew2017-05-231-11/+19
|\ \ \
| * | | Fix testsAchilleas Pipinellis2017-05-231-14/+15
| * | | Add tests for removing old backups with the new timestampAchilleas Pipinellis2017-05-231-6/+13
| |/ /
* | | Make sure that Arel.sql would work for update_column_in_batchestest-update_column_in_batches-with-sql-mysqlLin Jen-Shin2017-05-231-0/+8
|/ /
* | Merge branch 'dm-catch-uri-errors' into 'master'Robert Speicher2017-05-181-0/+7
|\ \
| * | Catch all URI errors in ExternalLinkFilterdm-catch-uri-errorsDouwe Maan2017-05-181-0/+7
* | | Fixes for the rename reserved paths helpersBob Van Landuyt2017-05-182-1/+35
* | | Remove Services count from usage ping payload.Ruben Davila2017-05-181-1/+0
|/ /
* | Merge branch 'gitaly-local-branches' into 'master'Douwe Maan2017-05-183-2/+102
|\ \
| * | Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-173-2/+105
* | | Properly handle container registry redirects to fix metadata stored on a S3 b...sh-fix-container-registry-s3-redirectsStan Hu2017-05-172-1/+40
| |/ |/|
* | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-0/+25
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-163-21/+21
|/
* Merge branch '32231-fix-transient-failure-of-deployment-query-spec' into 'mas...Robert Speicher2017-05-161-10/+11
|\
| * Due to DB rounding timestamp to 1s resolution - freeze date on non fractional...Pawel Chojnacki2017-05-151-10/+11
* | Merge branch 'dm-rename-column-concurrently-with-null' into 'master' Yorick Peterse2017-05-151-2/+4
|\ \
| * | Disallow NULL on renamed column after default has been setDouwe Maan2017-05-151-2/+4
* | | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-153-21/+21
|/ /
* | Merge branch 'rename-rendered_title' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \
| * | Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
* | | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-153-21/+21
|\ \ \
| * | | Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-153-21/+21
* | | | Don't reuse gRPC channelsJacob Vosmaer2017-05-152-7/+16
|/ / /
* | | Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-152-2/+10
|\ \ \
| * | | Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-2/+10
* | | | Merge branch 'rename-column-concurrently-defaults' into 'master' Rémy Coutable2017-05-151-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix adding defaults for concurrent column renamesrename-column-concurrently-defaultsYorick Peterse2017-05-121-2/+6
* | | | Merge branch 'dturner/username' into 'master' Rémy Coutable2017-05-151-0/+1
|\ \ \ \
| * | | | Add username field to push webhookDavid Turner2017-05-101-0/+1