summaryrefslogtreecommitdiff
path: root/app/controllers/projects/builds_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Add checks before redirect, remove status/traceLin Jen-Shin2017-05-241-8/+2
* Use controllers to redirectLin Jen-Shin2017-05-231-0/+27
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-131/+0
* Merge request widget redesignFatih Acet2017-05-091-1/+1
* Require build to be present in the controllerGrzegorz Bizon2017-05-051-2/+1
* Authorize build update on per object basisGrzegorz Bizon2017-05-051-4/+19
* Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-5/+10
* Count number of queriesKamil Trzcinski2017-04-071-0/+5
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-20/+22
* Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-271-1/+3
|\
| * Fix rspec failureShinya Maeda2017-03-231-2/+1
| * with_status to only_statusShinya Maeda2017-03-231-1/+1
| * Remove legacy def status from builds_controllerShinya Maeda2017-03-231-3/+0
| * Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-7/+7
| * Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-231-0/+6
* | No need to authorize_update_build! if 'trace' requested (as same as 'raw')Shinya Maeda2017-03-231-1/+1
|/
* Don't override presentee methods for Gitlab::View::Presenter::DelegatedRémy Coutable2017-01-241-1/+1
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-181-1/+1
* Add Presentable concernRémy Coutable2017-01-181-1/+1
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-211-1/+5
|\
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-1/+1
| |\
| * | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-1/+5
* | | Make various trace methods take last_lines argument:Lin Jen-Shin2016-09-211-1/+3
| |/ |/|
* | Fix spelling: sucessfully -> successfullyStan Hu2016-09-151-1/+1
|/
* Update specs - add mocks to simulate old versionsTomasz Maczukin2016-09-011-2/+2
* Change 404 to 410 error when raw trace is unavailableTomasz Maczukin2016-09-011-1/+1
* Handle error on trace raw download with old builds (DB stored)Tomasz Maczukin2016-09-011-1/+1
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1
* Improve code designKamil Trzcinski2016-07-181-6/+2
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-1/+1
* Add implementation of manual actionsKamil Trzcinski2016-07-181-0/+9
* Add Pending Tab to Admin BuildsKatarzyna Kobierska2016-07-181-1/+3
* Added initial version of deploymentsKamil Trzcinski2016-06-101-1/+1
* CI build page UI updatePhil Hughes2016-06-101-1/+1
* Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-061-1/+1
|\
| * Remove 'unscoped' from project builds selectionTomasz Maczukin2016-06-041-1/+1
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-2/+2
|/
* Encode state as base64 stringKamil Trzcinski2016-05-091-8/+1
* Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-0/+15
* Use Rails-way to send file by X-SendfileTomasz Maczukin2016-04-191-5/+2
* Add feature specs for raw traceTomasz Maczukin2016-04-191-1/+1
* Switch raw trace to use X-Sendfile headerTomasz Maczukin2016-04-191-3/+6
* Add raw trace output for GitLab WorkhorseTomasz Maczukin2016-04-191-1/+9
* Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-191-2/+2
* Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-1/+1
* Add build eraseable feature implementationGrzegorz Bizon2016-02-191-4/+4
* Add build remove button to build summary viewGrzegorz Bizon2016-02-191-0/+6
* Move builds badge implementation to new badges controllerGrzegorz Bizon2016-02-111-10/+0
* Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-10/+4