Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up MergeRequest::RefreshService spec by combining examplessh-speed-up-refresh-service | Stan Hu | 2017-03-08 | 1 | -47/+57 |
* | Fix transient failure in TodoService spec | Robert Speicher | 2017-03-07 | 1 | -1/+1 |
* | Merge branch 'master' into orderable-issues | Douwe Maan | 2017-03-07 | 2 | -4/+11 |
|\ | |||||
| * | Merge branch 'feature/runner-jobs-v4-api' into 'master' | Kamil Trzciński | 2017-03-07 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix spec for Ci::RegisterJobService | Tomasz Maczukin | 2017-03-06 | 1 | -3/+3 |
| | * | Refactor JobRequest response structure | Tomasz Maczukin | 2017-03-02 | 1 | -1/+1 |
| * | | Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushSer... | gpongelli | 2017-03-07 | 1 | -0/+7 |
* | | | [Issue Board Sorting] More accurate move through the listorderable-issues | Valery Sizov | 2017-03-07 | 1 | -7/+7 |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-07 | 4 | -313/+504 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into 'rs-carrierwave-db'rs-carrierwave-db | Douwe Maan | 2017-03-06 | 1 | -4/+18 |
| |\ \ | |||||
| | * \ | Merge branch 'zj-create-mattermost-team' into 'master' | Kamil Trzciński | 2017-03-06 | 1 | -4/+18 |
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into 'zj-create-mattermost-team' | Zeger-Jan van de Weg | 2017-03-06 | 2 | -2/+38 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-03-06 | 2 | -50/+36 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into 'zj-create-mattermost-team' | Luke "Jared" Bennett | 2017-03-02 | 1 | -50/+0 |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | * | | | | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-03-02 | 13 | -63/+267 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Improve UX | Z.J. van de Weg | 2017-03-02 | 1 | -6/+0 |
| | | * | | | | | Fix tests | Z.J. van de Weg | 2017-02-24 | 1 | -1/+5 |
| | | * | | | | | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-02-24 | 15 | -113/+166 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-02-20 | 9 | -29/+433 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Transactional mattermost team creation | Z.J. van de Weg | 2017-02-20 | 1 | -2/+9 |
| | | * | | | | | | | Add tests for Mattermost team creation | Z.J. van de Weg | 2017-02-16 | 1 | -4/+13 |
| * | | | | | | | | | Fix Projects::UploadService spec | Robert Speicher | 2017-03-06 | 1 | -7/+7 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actions | Grzegorz Bizon | 2017-03-06 | 2 | -2/+38 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| * | | | | | | | | Extend pipeline retry specs with blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -11/+50 |
| * | | | | | | | | Add specs for new pipeline and build action events | Grzegorz Bizon | 2017-03-06 | 1 | -1/+0 |
| * | | | | | | | | Extend specs for pipelines with manual blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -0/+59 |
| * | | | | | | | | Adjust pipeline retry specs to use manual statuses | Grzegorz Bizon | 2017-03-06 | 1 | -4/+4 |
| * | | | | | | | | Always actionize build when it is a manual action | Grzegorz Bizon | 2017-03-06 | 1 | -24/+48 |
| * | | | | | | | | Fix Rubocop offenses in pipeline processing specs | Grzegorz Bizon | 2017-03-06 | 1 | -32/+32 |
| * | | | | | | | | Reinstitute a core `manual` status for manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -2/+2 |
| * | | | | | | | | Add support for blocking actions to CI/CD pipeline | Grzegorz Bizon | 2017-03-06 | 1 | -23/+47 |
| * | | | | | | | | Make pipeline processing specs more consistent | Grzegorz Bizon | 2017-03-06 | 1 | -278/+316 |
| * | | | | | | | | Fix pipeline retry specs for optional blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -8/+7 |
| * | | | | | | | | Fix specs for pipeline processing with manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -6/+6 |
| * | | | | | | | | Remove duplication in process pipeline service specs | Grzegorz Bizon | 2017-03-06 | 1 | -38/+33 |
| * | | | | | | | | Refactor code related to pipeline blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -2/+2 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Address review comments | Valery Sizov | 2017-03-07 | 2 | -3/+3 |
* | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-06 | 2 | -2/+38 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'introduce-pipeline-triggers' into 'master' | Sean McGivern | 2017-03-06 | 1 | -2/+16 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Make triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 1 | -2/+16 |
| | |/ / / / / / | |||||
| * | | | | | | | Improve docs and specs related to pages artifacts | Grzegorz Bizon | 2017-03-06 | 1 | -1/+3 |
| * | | | | | | | Delete artifacts for pages unless expiry date is specifieddelete-pages | Kamil Trzcinski | 2017-03-05 | 1 | -0/+20 |
| |/ / / / / / | |||||
* | | | | | | | Addressing review comments | Valery Sizov | 2017-03-06 | 1 | -1/+3 |
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-03 | 11 | -161/+153 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'revert_disallow_system_notes_for_closed_issuables' into 'master' | Sean McGivern | 2017-03-03 | 1 | -39/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Revert "Disallow system notes for closed issuables"revert_disallow_system_notes_for_closed_issuables | Felipe Artur | 2017-03-02 | 1 | -39/+0 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge branch 'fix/gb/fix-build-retry-tags-assignment' into 'master' | Kamil Trzciński | 2017-03-03 | 1 | -11/+36 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Move unused consts from retry build service to specs | Grzegorz Bizon | 2017-03-02 | 1 | -10/+21 |
| | * | | | | | Improve build retry service tests for cloning data | Grzegorz Bizon | 2017-03-01 | 1 | -2/+5 |
| | * | | | | | Fix runner tags assignment when retrying a job | Grzegorz Bizon | 2017-03-01 | 1 | -9/+20 |