summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Fix pipeline fixtures for development environmentGrzegorz Bizon2016-09-221-1/+1
* Merge branch 'post-merge-improve-of-ci-permissions' into 'master' Rémy Coutable2016-09-211-2/+5
|\
| * Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-2/+5
* | Merge branch '21170-cycle-analytics' into 'master' Stan Hu2016-09-211-0/+20
|\ \
| * | Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-8/+9
| * | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-204-26/+58
| |\ \ | | |/
| * | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-1/+1
| * | Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-0/+19
* | | Merge branch 'fix-regression-in-handling-build-updated' into 'master' Rémy Coutable2016-09-201-7/+10
|\ \ \ | |_|/ |/| |
| * | Fix build_updatedfix-regression-in-handling-build-updatedKamil Trzcinski2016-09-191-1/+2
| * | Fix processing of events when build finished.Kamil Trzcinski2016-09-191-7/+9
* | | Merge branch 'per-build-token-without-lfs' into 'master' Rémy Coutable2016-09-191-12/+18
|\ \ \
| * \ \ Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-192-7/+12
| |\ \ \ | | |/ /
| * | | 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
* | | | | Merge branch 'fix/import-export-db-errors' into 'master' Rémy Coutable2016-09-191-5/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-191-5/+6
* | | | | 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
|/ / / /
* | | | Merge branch '20870-secret-variables-sorted-by-key' into 'master' Rémy Coutable2016-09-161-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Sort secret variables by key (fix #20870)Diego Souza2016-09-091-2/+4
| |/ /
* | | Merge branch 'issue_21825' into 'master' Rémy Coutable2016-09-121-0/+11
|\ \ \ | |/ / |/| |
| * | Add information about user and manual build start to runner as variablesSergey Gnuskov2016-09-091-0/+11
* | | Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-081-1/+10
|\ \ \ | |/ / |/| |
| * | Show how long this pipeline was queuedLin Jen-Shin2016-09-051-0/+7
| * | Forget about pending duration for now, need more discussionLin Jen-Shin2016-09-051-2/+1
| * | Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-021-2/+2
| |\ \
| * | | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-021-7/+2
| * | | no point to set duration while not started yetLin Jen-Shin2016-08-291-0/+2
| * | | Fix constant nameLin Jen-Shin2016-08-291-1/+1
| * | | Smartly calculate real running time and pending timeLin Jen-Shin2016-08-291-1/+7
* | | | Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runnersKamil Trzcinski2016-09-071-1/+1
| |_|/ |/| |
* | | 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
* | | Handle error on trace raw download with old builds (DB stored)Tomasz Maczukin2016-09-011-0/+4
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-262-3/+3
|\ \ | |/
| * Merge branch 'statuseable-hasstatus' into 'master' Robert Speicher2016-08-251-1/+1
| |\
| | * rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-1/+1
| * | Reduce number of database queries on builds tab13912-reduce-pipeline-db-queriesPaco Guzman2016-08-252-2/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-242-1/+10
|\ \ | |/
| * Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-192-0/+5
| |\
| | * Fix rubocop offense in pipeline modelmark-as-processableGrzegorz Bizon2016-08-191-1/+1
| | * Make all future skipped builds as processable when retrying a buildKamil Trzcinski2016-08-182-0/+5
| * | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-192-1/+5
| |\ \
| * | | Use travel_to instead of dependency injection, feedback:Lin Jen-Shin2016-08-191-2/+2