summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Add CHANGELOG entrysecrets-yamlKamil Trzcinski2015-07-101-0/+1
|
* Merge branch 'builds-path' into 'master'Kamil Trzciński2015-07-091-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Make configurable builds_path in application.yml We have a new option in `application.yml`: ``` gitlab_ci: builds_path: builds/ ``` /cc @marin @vsizov See merge request !193
| * Make configurable builds_path in application.ymlbuilds-pathKamil Trzcinski2015-07-081-1/+2
| |
* | Merge branch 'allow-per-job-failure' into 'master'Kamil Trzciński2015-07-081-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to define per-job allow_failure parameter It allows to ignore status of specific build when computing status for commit YAML syntax: ```yaml rspec: script: aa allow_failure: true ``` ![Screen_Shot_2015-07-08_at_11.28.53](https://gitlab.com/gitlab-org/gitlab-ci/uploads/0af264f026cac18921aef339bcf41fe2/Screen_Shot_2015-07-08_at_11.28.53.png) /cc @vsizov @sytses See merge request !191
| * Allow to defined per-job allow_failure parameterallow-per-job-failureKamil Trzcinski2015-07-081-0/+1
| | | | | | | | It allows to ignore status of specific job when computed for commit
* | Merge branch 'trace_in_file' into 'master'Kamil Trzciński2015-07-081-0/+1
|\ \ | |/ |/| | | | | | | | | | | Build trace in file https://dev.gitlab.org/gitlab/gitlab-ci/issues/272 See merge request !167
| * build trace in fileValery Sizov2015-06-251-0/+1
| |
* | Added support for image and servicesKamil Trzcinski2015-07-061-0/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciJacob Vosmaer2015-07-031-0/+1
|\ \
| * | Get rid of private message usageoauth_everywhereValery Sizov2015-07-021-0/+1
| | |
* | | Add 7.12.2 CHANGELOG entriesJacob Vosmaer2015-07-031-0/+3
|/ /
* | change faviconValery Sizov2015-06-301-0/+1
| |
* | Redirect back after authorizationValery Sizov2015-06-301-0/+1
| |
* | update changelogValery Sizov2015-06-301-0/+1
| |
* | Fix status badgeValery Sizov2015-06-291-0/+1
| |
* | Improved validation of .gitlab-ci.ymlValery Sizov2015-06-291-2/+1
| |
* | fix list of branches in only sectionValery Sizov2015-06-291-0/+1
| |
* | Merge branch 'coverage_fix' into 'master'Valery Sizov2015-06-261-0/+1
|\ \ | | | | | | | | | | | | | | | Fix coverage colcalation on the commit page See merge request !171
| * | fix coverage calculation on commit pageValery Sizov2015-06-261-0/+1
| | |
* | | update changelogValery Sizov2015-06-261-0/+1
|/ /
* | update changelogValery Sizov2015-06-261-5/+6
|/
* update changelogValery Sizov2015-06-251-0/+1
|
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-241-0/+1
|
* not_found status of commitValery Sizov2015-06-241-0/+1
|
* Merge branch 'lint_improve' into 'master'Valery Sizov2015-06-241-0/+2
|\ | | | | | | | | | | | | | | Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163
| * improved lint stabilityValery Sizov2015-06-241-0/+2
| |
* | Merge branch 'cancel_commit' into 'master'Dmitriy Zaporozhets2015-06-241-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | Ability to cancel all builds in the commit at once https://dev.gitlab.org/gitlab/gitlab-ci/issues/289 ![joxi_screenshot_1435066221235](https://gitlab.com/gitlab-org/gitlab-ci/uploads/c7a74956d05a86f40097c64ce5b2b2c3/joxi_screenshot_1435066221235.png) See merge request !160
| * Ability to cancel all builds in the commit at onceValery Sizov2015-06-241-0/+1
| |
* | update webhook exampleValery Sizov2015-06-241-0/+1
| |
* | update changelogValery Sizov2015-06-241-0/+1
|/
* no runner notification can see managers onlyValery Sizov2015-06-231-0/+3
|
* Build registering fixValery Sizov2015-06-221-0/+3
|
* update changelogValery Sizov2015-06-181-0/+1
|
* update changelogValery Sizov2015-06-171-0/+1
|
* fix API: project createValery Sizov2015-06-171-0/+1
|
* rails updateValery Sizov2015-06-171-0/+1
|
* update changelogValery Sizov2015-06-091-0/+1
|
* Fix of creation project with the same nameValery Sizov2015-06-091-0/+1
|
* Merge branch 'active_runners' into 'master'Valery Sizov2015-06-081-0/+1
|\ | | | | | | | | | | | | | | | | | | Show number of runners actively checking in on runners page https://dev.gitlab.org/gitlab/gitlab-ci/issues/241 ![joxi_screenshot_1433751389715](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6f08e9e35a5c63396486d46792b703dc/joxi_screenshot_1433751389715.png) See merge request !127
| * active runnersValery Sizov2015-06-081-0/+1
| |
* | Merge branch 'commit_creation_fix' into 'master'Dmitriy Zaporozhets2015-06-081-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Fix builds retrying when we remove commit from branch and push it again https://dev.gitlab.org/gitlab/gitlab-ci/issues/255 See merge request !124
| * | update changelogValery Sizov2015-06-081-0/+1
| |/
* | implementation of variablesValery Sizov2015-06-051-0/+1
|/
* Merge branch 'runner_link' into 'master'Valery Sizov2015-06-031-0/+1
|\ | | | | | | | | | | | | | | Link to the runner from the build page https://dev.gitlab.org/gitlab/gitlab-ci/issues/240 See merge request !115
| * link to runner from build pageValery Sizov2015-06-031-0/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciDmitriy Zaporozhets2015-06-031-0/+1
|\ \
| * | update changelogValery Sizov2015-06-031-0/+1
| |/
* | update changelogValery Sizov2015-06-031-0/+1
|/
* update changelogValery Sizov2015-05-211-0/+1
|
* Merge branch 'runners_ui_fix' into 'master'Dmitriy Zaporozhets2015-05-191-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Fix runners page UI https://dev.gitlab.org/gitlab/gitlab-ci/issues/199 Removed ID column from table ![Screenshot_2015-05-15_13.06.28](https://gitlab.com/gitlab-org/gitlab-ci/uploads/72673840008afae3b9d981d020618d33/Screenshot_2015-05-15_13.06.28.png) See merge request !103