summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-1/+2
* Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-151-2/+18
* Merge branch '22849-ci-build-ref-slug' into 'master' Kamil Trzciński2016-12-151-0/+12
|\
| * Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+12
* | Make it possible to retry build that was canceledGrzegorz Bizon2016-12-131-1/+1
* | Make build retryable only if complete and executedGrzegorz Bizon2016-12-131-1/+2
* | Improve readability in methods for detailed statusGrzegorz Bizon2016-12-131-1/+3
* | Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-121-3/+3
* | Improve actionsKamil Trzcinski2016-12-121-0/+4
* | Added Ci::Status::BuildKamil Trzcinski2016-12-121-0/+4
|/
* Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-011-1/+1
* Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński2016-11-211-0/+4
|\
| * Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin2016-11-211-8/+1
| * Send credentials array with build dataTomasz Maczukin2016-11-211-0/+11
* | Do not create TODO when build is allowed to failGrzegorz Bizon2016-11-211-1/+5
* | Merge branch '23205-information-about-environments-build-page' into 'master' Fatih Acet2016-11-181-0/+30
|\ \
| * | Fix tests and add has_environment?Kamil Trzcinski2016-11-171-3/+7
| * | Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-2/+18
| * | Expose `last_deployment` on `Ci::Builds` [ci skip]Kamil Trzcinski2016-11-081-3/+7
| * | Add switch statement & last_deployment methodAnnabel Dunstone Gray2016-11-081-0/+6
| |/
* | Update the updated_at of a build while patching the traceTomasz Maczukin2016-11-151-0/+5
|/
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-2/+2
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-171-13/+9
|\
| * Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-2/+1
| * Calculate build coverage asynchronouslyGrzegorz Bizon2016-10-141-2/+1
| * Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-131-12/+9
| * Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-131-2/+3
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-041-4/+7
|\ \ | |/
| * Revert to use Mounter method to check existence22768-revert-to-touch-file-systemPaco Guzman2016-09-301-1/+1
| * Fix pipeline fixtures for development environmentGrzegorz Bizon2016-09-221-1/+1
| * Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-2/+5
* | Sorry, was confused.Lin Jen-Shin2016-09-211-1/+1
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-211-17/+26
|\ \ | |/
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-5/+8
| |\
| | * Update support for dynamic environmentsKamil Trzcinski2016-09-191-1/+1
| | * Properly create deployment using all possible optionsKamil Trzcinski2016-09-191-7/+8
| | * Add support for dynamic environmentsKamil Trzcinski2016-09-191-1/+3
| * | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-6/+10
| * | Improve code commentsKamil Trzcinski2016-09-161-1/+1
| * | Fix existing authorization specsKamil Trzcinski2016-09-151-0/+1
| * | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-151-0/+11
| |\ \ | | |/
| * | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-6/+7
* | | Make various trace methods take last_lines argument:Lin Jen-Shin2016-09-211-9/+11
* | | Avoid using the same name with methodLin Jen-Shin2016-09-211-4/+4
* | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-141-0/+11
|\ \ \ | | |/ | |/|
| * | Add information about user and manual build start to runner as variablesSergey Gnuskov2016-09-091-0/+11
| |/
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-121-6/+23
|\ \ | |/
| * Refactor Ci::Build#raw_tracefix/handle-raw-trace-error-on-old-buildsTomasz Maczukin2016-09-011-5/+2
| * Update specs - add mocks to simulate old versionsTomasz Maczukin2016-09-011-1/+9
| * Refactorize CI::Build modelTomasz Maczukin2016-09-011-2/+10