summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-145-4/+104
|\
| * Remove Gitlab::Ci::Config::Entry::DockerImageTomasz Maczukin2017-06-123-34/+23
| * Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+9
| * Add support for docker image configuration in .gitlab-ci.ymlTomasz Maczukin2017-06-125-2/+106
* | Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-1/+1
* | Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-0/+4
|/
* Translate project & repository pagesBob Van Landuyt2017-06-0710-20/+20
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-056-28/+33
|\
| * Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-261-23/+28
| |\
| | * Resolve static analysys. Use until instead of negative whileShinya Maeda2017-05-251-2/+2
| | * Adopt ayufan scriptShinya Maeda2017-05-241-12/+13
| | * put force_encoding in def reverse_lineShinya Maeda2017-05-241-3/+3
| | * Append gurad clause. remove unless debris.emptyShinya Maeda2017-05-241-1/+3
| | * Avoid tap. Use unless&empty.Shinya Maeda2017-05-241-7/+5
| | * Improve calc_read_sizeShinya Maeda2017-05-241-6/+2
| | * Optimize reverse_lineShinya Maeda2017-05-241-12/+13
| | * much betterShinya Maeda2017-05-241-7/+1
| | * Refer reverse_line from read_last_linesShinya Maeda2017-05-241-22/+7
| | * Use force_encoding(regex.encoding)Shinya Maeda2017-05-241-2/+2
| | * Use force_encoding when regex contains UTF-8 charShinya Maeda2017-05-241-1/+1
| | * Use each_line. Avoid comparison of partial. Add UTF-8 spec.Shinya Maeda2017-05-241-5/+3
| | * Fix reverse_line from chunk basedShinya Maeda2017-05-241-2/+17
| | * Fix while trueShinya Maeda2017-05-241-13/+8
| | * Add reverse_lineShinya Maeda2017-05-241-1/+21
| * | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-175-5/+5
| |/
* | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-022-62/+49
* | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-311-1/+5
* | Refine pipeline stages seeds classGrzegorz Bizon2017-05-312-38/+58
* | Add stage seed class that represents attributesGrzegorz Bizon2017-05-301-0/+38
|/
* Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-152-1/+11
|\
| * Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-1/+11
* | Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler from...Dosuken shinya2017-05-101-1/+1
* | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-0610-28/+36
|\ \
| * | Refine inheritance model of extended CI/CD statusesGrzegorz Bizon2017-05-059-32/+16
| * | Introduce generic manual action extended status classGrzegorz Bizon2017-05-053-6/+26
| * | Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-1/+1
| * | Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-052-2/+23
| |\ \
| * | | Extend action tooltop to show info about abilitiesGrzegorz Bizon2017-05-011-1/+5
| * | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-221-9/+8
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-134-50/+292
| |\ \ \
| * | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-1/+1
| * | | | Do not show play action if user not allowed to run itGrzegorz Bizon2017-04-061-1/+1
* | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-062-0/+34
| |_|_|/ |/| | |
* | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+6
* | | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-2/+17
| |_|/ |/| |
* | | Improves support for long build traces:Filipa Lacerda2017-04-181-1/+1
* | | Use &. because rubocop. Seriously I don't think this makes senseLin Jen-Shin2017-04-181-1/+1
* | | Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-10/+3
* | | Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-8/+8
* | | Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-172-5/+8