Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ci
AgeCommit message (Collapse)Author
2017-02-22Grapfiy the CI::Triggers APIRobert Schilling
2017-02-22No more and/orDouwe Maan
2017-02-15rubocop: Align the operands of an expressionLin Jen-Shin
C: Style/MultilineOperationIndentation: Align the operands of an expression in an assignment spanning multiple lines.
2017-02-15Use the same syntax for default expirationLin Jen-Shin
Feedback: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9219#note_23343951 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9219#note_23344036 * https://gitlab.com/gitlab-org/gitlab-ce/issues/27762#note_23344797
2017-02-15Initial implementation for default artifacts expirationLin Jen-Shin
TODO: Add tests and screenshots
2017-02-02Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan
Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
2017-01-25Return struct instead of multiple valuesKamil Trzcinski
2017-01-25Fix specsKamil Trzcinski
2017-01-25Fix picking CI buildsKamil Trzcinski
The conflict happens when we try to update a build, but fail to do so due to fact that we update the same build concurrently for two different runners.
2017-01-25Remove unneeded code and fix offensesKamil Trzcinski
2017-01-25Simplify coverage setting and comply to some requests in code reviewLeandro Camargo
2017-01-25Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo
Instead of using: `coverage: /\(\d+.\d+%\) covered/` This structure must be used now: ``` coverage: output_filter: /\(\d+.\d+%\) covered/` ``` The surrounding '/' is optional.
2017-01-25Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo
This commit: * Turns `coverage_regex` into `coverage` entry in yml file * Fixes smaller requests from code reviewers for the previous commit * This commit is temporary (will be squashed afterwards) This commit does not (further commits will do though): * Add global `coverage` entry handling in yml file as suggested by Grzegorz * Add specs * Create changelog * Create docs
2017-01-25Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo
* Instead of using the proposed `coverage` key, this expects `coverage_regex`
2017-01-20Backport changes introduced by ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1083
2017-01-19Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski
2017-01-09Merge branch '19086-double-newline' into 'master' Sean McGivern
Fix Double Spaced CI Log Closes #19086 See merge request !8349
2017-01-09Don't instrument 405 Grape callsRémy Coutable
Fixes #26051. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-04WIP: Add tests and make sure that headers are setLin Jen-Shin
* We realized that headers were not set whenever we give 204 because `render_api_error!` doesn't preserve the headers. * We also realized that `update_runner_info` would be called in POST /builds/register every time therefore runner is updated every time, ticking the queue, making this last_update didn't work very well, and the test would be failing due to that.
2016-12-29Replace carriage return combos with line breaks tagsJared Deckard
2016-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-20Merge branch 'fix-forbidden-for-build-api-for-deleted-project' into 'master' Grzegorz Bizon
Give forbidden if project for the build was deleted I guess we don't need a change log entry because this is just for an internal corner case fix. Closes #25309 See merge request !8091
2016-12-19Use a block to insert extra check for authenticate_build!Lin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8091#note_20253762
2016-12-19Keep the value type for YAML variablesLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8088#note_20235080
2016-12-19Prefer unless over if notLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/builds/7606797
2016-12-19Use a separate method to skip validationLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8091#note_20222666
2016-12-16Do things in the correct orderKim "BKC" Carlbäcker
2016-12-16#NamingThingsKim "BKC" Carlbäcker
2016-12-16Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker
2016-12-16lintingKim "BKC" Carlbäcker
2016-12-15Convert CI YAML variables keys into stringsLin Jen-Shin
So that this would be more consistent with the other variables, which all of them are string based. Closes #25554
2016-12-14Give forbidden if project for the build was deletedLin Jen-Shin
Closes #25309
2016-12-14typo-oKim "BKC" Carlbäcker
2016-12-14Add BuildQueueWorker for injecting redis-keysKim "BKC" Carlbäcker
2016-12-14First attemptKim "BKC" Carlbäcker
2016-11-21Send credentials array with build dataTomasz Maczukin
2016-11-16Send registry_url with build data to GitLab RunnerTomasz Maczukin
2016-11-14Improve naming convention in ci configuration moduleGrzegorz Bizon
2016-10-18Add logical validation to gitlab-ci.ymlKamil Trzcinski
2016-10-03Extract method that checks if ci runner needs updateGrzegorz Bizon
2016-10-03Update runner version only when updating contacted_atKamil Trzcinski
2016-09-30Expose jobs to viewKatarzyna Kobierska
2016-09-30Add missing values to linterKatarzyna Kobierska
2016-09-29Remove duplicate VersionInfo classRobert Speicher
This was brought over during the CI merge and already exists at `lib/gitlab/version_info.rb`.
2016-09-20Improve JwtController implementationKamil Trzcinski
2016-09-20Post-merge improve of CI permissionsKamil Trzcinski
2016-09-19Merge branch 'master' into per-build-tokenKamil Trzcinski
2016-09-19Don't leak build tokens in build logsKamil Trzcinski
2016-09-19Fix CI job environment configuration attributesGrzegorz Bizon
2016-09-19Properly create deployment using all possible optionsKamil Trzcinski