Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makes CommitStatus and GenericCommitStatus respond to presentable | Mayra Cabrera | 2018-05-15 | 1 | -0/+1 |
| | | | | | | | | | methods Includes Presentable module into CommitStatus. This fixes presenter methods being called on those classes. Closes #46177 | ||||
* | [Rails5] Fix enum question mark methods | blackst0ne | 2018-05-02 | 1 | -0/+7 |
| | |||||
* | Ensure that enqueuing a commit status always sets 'queued_at' value | Tomasz Maczukin | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | Revert "Allow CI/CD Jobs being grouped on version strings" | Zeger-Jan van de Weg | 2018-04-04 | 1 | -1/+1 |
| | | | | This reverts commit 4f2cdb51df0f2729055ec4dc6960ae347163da16. | ||||
* | Allow CI/CD Jobs being grouped on version strings | Zeger-Jan van de Weg | 2018-03-01 | 1 | -1/+1 |
| | | | | | This makes grouping on version number available. In general I'd like to group based on MAJOR.MINOR version numbers for Gitaly. | ||||
* | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Fail jobs if its dependency is missing | Shinya Maeda | 2017-12-06 | 1 | -1/+2 |
| | |||||
* | Allow to drop jobs for deleted projects | Kamil Trzcinski | 2017-11-27 | 1 | -6/+10 |
| | |||||
* | Extract ensure stage service from commit status class | Grzegorz Bizon | 2017-11-06 | 1 | -27/+3 |
| | |||||
* | Use existing pipeline stage if stage already exists | Grzegorz Bizon | 2017-11-06 | 1 | -3/+11 |
| | |||||
* | Make sure that every job has a stage assigned | Grzegorz Bizon | 2017-11-06 | 1 | -1/+27 |
| | |||||
* | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_builds | Shinya Maeda | 2017-09-05 | 1 | -2/+3 |
| | |||||
* | - Allow runner API to pass failure_reason | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
| | | | | - Fix spec | ||||
* | Fix enum lists | Shinya Maeda | 2017-09-05 | 1 | -10/+4 |
| | |||||
* | Fix enum wording | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Implement `failure_reason` on `ci_builds` | Shinya Maeda | 2017-09-05 | 1 | -0/+18 |
| | |||||
* | Update related stage status when job status is changed | Grzegorz Bizon | 2017-07-24 | 1 | -0/+1 |
| | |||||
* | Do not implement CI/CD job to stage association yet | Grzegorz Bizon | 2017-07-24 | 1 | -11/+4 |
| | |||||
* | Use a new stage_id reference to a persisted stage | Grzegorz Bizon | 2017-07-20 | 1 | -3/+1 |
| | |||||
* | Add a workaround for a tmp job -> stage relation | Grzegorz Bizon | 2017-07-04 | 1 | -0/+9 |
| | | | | | | We still didn't migrate `ci_builds.stage_id`, so we can't use a belongs_to association. We also have `ci_builds.stage` string attribute, that we need to phase out in favor of `ci_stages.name`. | ||||
* | Handle legacy jobs without namezj-commit-status-sortable-name | Z.J. van de Weg | 2017-06-13 | 1 | -2/+2 |
| | | | | | | | | Older pipelines can contain jobs without a name, in which case 'nameless' is used right now, so we can properly still handle other actions on these jobs. Fixes gitlab-org/gitlab-ce#33403 | ||||
* | Merge branch 'fix/import-commit-status-issue' into 'master' | Douwe Maan | 2017-06-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Ignore commit status name validation on importing Closes #33490 See merge request !12039 | ||||
| * | ignore name validation on importingfix/import-commit-status-issue | James Lopez | 2017-06-12 | 1 | -1/+1 |
| | | |||||
* | | Improve Job detail view to make it refreshed in real-time instead of reloading | Filipa Lacerda | 2017-06-12 | 1 | -0/+5 |
|/ | |||||
* | Merge branch 'master' into feature/gb/persist-pipeline-stages | Grzegorz Bizon | 2017-06-05 | 1 | -2/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: app/serializers/pipeline_entity.rb db/schema.rb spec/factories/ci/stages.rb spec/lib/gitlab/import_export/safe_model_attributes.yml spec/services/ci/create_pipeline_service_spec.rb spec/spec_helper.rb | ||||
| * | Merge branch 'zj-job-view-goes-real-time' into 'master' | Kamil Trzciński | 2017-06-05 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | | | | | | | Initial implementation for real time job view Closes #31397 See merge request !11651 | ||||
| | * | retryable? is now available for CommitStatuszj-job-view-goes-real-time | Z.J. van de Weg | 2017-06-04 | 1 | -1/+6 |
| | | | |||||
| * | | Don’t schedule workers from inside transactions | Douwe Maan | 2017-06-02 | 1 | -3/+4 |
| |/ | |||||
* | | Refine implementation of pipeline stage seeds | Grzegorz Bizon | 2017-06-02 | 1 | -2/+2 |
|/ | |||||
* | 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 |
| |