Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test the ExpireJobCacheWorker and related changeszj-fix-pipeline-etag | Z.J. van de Weg | 2017-05-22 | 1 | -1/+1 |
| | | | | These were untested by the cherry picked commit. | ||||
* | Add MISSING e-tag refresh of resource for Job, and Pipeline Graph | Kamil Trzcinski | 2017-05-22 | 1 | -0/+1 |
| | |||||
* | Merge branch 'retried-in-database-mysql' into 'master' | Regis Boudinot | 2017-05-10 | 1 | -8/+3 |
|\ | | | | | | | | | | | | | Retried in database Closes #25737 See merge request !11115 | ||||
| * | Make retried to be nullable | Kamil Trzcinski | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | Store retried in database for CI buildsretried-in-database-mysql | Kamil Trzcinski | 2017-05-07 | 1 | -8/+3 |
| | | |||||
* | | remove gl_project_id for I/E version updatefix/gl-project-id | James Lopez | 2017-05-02 | 1 | -6/+0 |
|/ | |||||
* | Also track auto-cancelling in jobs, detail: | Lin Jen-Shin | 2017-04-06 | 1 | -0/+5 |
| | | | | | | | | Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried. | ||||
* | Make CI build to use optimistic locking only on status change | Kamil Trzcinski | 2017-03-28 | 1 | -0/+4 |
| | |||||
* | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 1 | -1/+7 |
| | |||||
* | Ignore optional actions when calculating warnings | Grzegorz Bizon | 2017-03-06 | 1 | -2/+4 |
| | |||||
* | Fix invalid description in commit status specs | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Reinstitute a core `manual` status for manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -6/+6 |
| | |||||
* | Add support for blocking actions to CI/CD pipeline | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Refactor code related to pipeline blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -5/+5 |
| | |||||
* | Make manual actions blocking | Kamil Trzcinski | 2017-03-06 | 1 | -5/+5 |
| | |||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -5/+5 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Move up delegate calls | Douwe Maan | 2017-02-23 | 1 | -2/+1 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -5/+5 |
| | |||||
* | Enable Rails/Validation | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -5/+5 |
| | |||||
* | Add after_stage scope to commit status class | Grzegorz Bizon | 2017-02-14 | 1 | -3/+3 |
| | |||||
* | Skip job only when canceling the pipeline it belongs to | Grzegorz Bizon | 2017-02-13 | 1 | -2/+1 |
| | |||||
* | Fix pipeline specs related to canceling builds | Grzegorz Bizon | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | Skip buils that were canceled but not started yet | Grzegorz Bizon | 2017-02-13 | 1 | -1/+2 |
| | |||||
* | rename sort method | Mike Greiling | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | add natural sorting token for build names | Mike Greiling | 2017-01-02 | 1 | -0/+6 |
| | |||||
* | Improve readability in methods for detailed status | Grzegorz Bizon | 2016-12-13 | 1 | -1/+3 |
| | |||||
* | Fix auto loading of constants for Ci Statuses | Kamil Trzcinski | 2016-12-12 | 1 | -2/+2 |
| | |||||
* | Added Ci::Status::Build | Kamil Trzcinski | 2016-12-12 | 1 | -0/+4 |
| | |||||
* | Fix handling of allowed to failure jobs | Kamil Trzcinski | 2016-12-06 | 1 | -6/+1 |
| | |||||
* | Introduce `Ci::Stage`, right now this is artificial object that is build ↵ | Kamil Trzcinski | 2016-12-06 | 1 | -7/+2 |
| | | | | dynamically. | ||||
* | Support pipelines API | Kamil Trzcinski | 2016-12-06 | 1 | -10/+1 |
| | | | | Pass `updated_at` to get only incremental changes since last update | ||||
* | Move has_trace? to CommitStatus than GenericCommitStatus | Lin Jen-Shin | 2016-11-22 | 1 | -3/+7 |
| | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762721 | ||||
* | Fix optimistic locking | Kamil Trzcinski | 2016-10-26 | 1 | -6/+6 |
| | |||||
* | Remove redundant class_name and foreign_key overrides | David Wagner | 2016-10-24 | 1 | -1/+1 |
| | | | | | | They were Rails' default and are unnecessarily overridden. Signed-off-by: David Wagner <david@marvid.fr> | ||||
* | Do not return from proc-closure in pipeline transition | Grzegorz Bizon | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelines | Grzegorz Bizon | 2016-10-12 | 1 | -10/+14 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (221 commits) Add CHANGELOG entry for 8.12.6 Added 'Download' button to snippet view Merge branch 'api-fix-project-group-sharing' into 'security' Add 8.12.5, 8.11.9, and 8.10.12 CHANGELOG entries FIx JS bug with select2 because of missing `data-field` attribute in select box. Remove pointless `.vagrant_enabled` file allow multiple labels commands Move some CHANGELOG entries to the 8.13.0 part Move operations/ to new location Move health check docs under user/admin_area/monitoring Make guests unable to view MRs Add examples of fake tokens to be used in docs Remove duplicate CHANGELOG entry Allow browsing branches that end with '.atom' Refactor the SubGit/SVN documentation Document the new CI_DEBUG_TRACE variable Remove redundant images changed the scss for the top line connectors to be exactly centered Rearrange GitLab basics READMEs New images for GitLab basics "Create MR" docs ... Conflicts: app/models/commit_status.rb | ||||
| * | Check for transition loopback in commit statusfix/async-pipeline-processing-stale-data | Grzegorz Bizon | 2016-10-08 | 1 | -1/+3 |
| | | |||||
| * | Add temporary fix for race condition in MWBS | Grzegorz Bizon | 2016-10-08 | 1 | -0/+3 |
| | | |||||
| * | Improve transitions and run hooks after transaction | Grzegorz Bizon | 2016-10-08 | 1 | -18/+20 |
| | | |||||
| * | Fix ci pipeline processing with async jobs | Grzegorz Bizon | 2016-10-07 | 1 | -14/+17 |
| | | |||||
* | | Rename pipeline workers to match current convention | Grzegorz Bizon | 2016-10-06 | 1 | -2/+2 |
| | | |||||
* | | Move MWBS trigger from build to pipeline event | Grzegorz Bizon | 2016-10-06 | 1 | -4/+0 |
|/ | |||||
* | Merge branch 'feature/improve-async-pipeline-processing' into 'master' | Kamil Trzciński | 2016-10-06 | 1 | -6/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve asynchronous pipeline processing ## What does this MR do? This MR improves asynchronous processing of pipeline. ## Why was this MR needed? It eliminates some race conditions and improves performance. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing ## What are the relevant issue / merge request numbers? Related merge request: !6410 Extracted from !6411 See merge request !6650 | ||||
| * | Do not return false in commit status transitionfeature/improve-async-pipeline-processing | Grzegorz Bizon | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Fix hipchat service specs after changes in pipeline | Grzegorz Bizon | 2016-10-04 | 1 | -3/+2 |
| | | |||||
| * | Update order of build transition callbacks | Grzegorz Bizon | 2016-10-04 | 1 | -12/+13 |
| | | |||||
| * | Extract updating pipeline status to async worker | Grzegorz Bizon | 2016-10-04 | 1 | -4/+8 |
| | | |||||
| * | Use internal commit status API to check if finished | Grzegorz Bizon | 2016-10-04 | 1 | -2/+2 |
| | |