Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect the inheritance chain between Ci::Build and CommitStatus46177-fix-present-on-generic-commit-status | Mayra Cabrera | 2018-05-16 | 1 | -5/+2 |
| | | | | Also moves the assertions were they belong | ||||
* | Makes CommitStatus and GenericCommitStatus respond to presentable | Mayra Cabrera | 2018-05-15 | 1 | -0/+9 |
| | | | | | | | | | methods Includes Presentable module into CommitStatus. This fixes presenter methods being called on those classes. Closes #46177 | ||||
* | Ensure that enqueuing a commit status always sets 'queued_at' value | Tomasz Maczukin | 2018-04-10 | 1 | -0/+32 |
| | |||||
* | Revert "Allow CI/CD Jobs being grouped on version strings" | Zeger-Jan van de Weg | 2018-04-04 | 1 | -3/+1 |
| | | | | This reverts commit 4f2cdb51df0f2729055ec4dc6960ae347163da16. | ||||
* | Allow CI/CD Jobs being grouped on version strings | Zeger-Jan van de Weg | 2018-03-01 | 1 | -1/+3 |
| | | | | | This makes grouping on version number available. In general I'd like to group based on MAJOR.MINOR version numbers for Gitaly. | ||||
* | Use existing pipeline stage if stage already exists | Grzegorz Bizon | 2017-11-06 | 1 | -0/+23 |
| | |||||
* | Make sure that every job has a stage assigned | Grzegorz Bizon | 2017-11-06 | 1 | -2/+48 |
| | |||||
* | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_builds | Shinya Maeda | 2017-09-05 | 1 | -3/+3 |
| | |||||
* | Fix spec | Shinya Maeda | 2017-09-05 | 1 | -1/+4 |
| | |||||
* | - Allow runner API to pass failure_reason | Shinya Maeda | 2017-09-05 | 1 | -6/+4 |
| | | | | - Fix spec | ||||
* | Fix enum lists | Shinya Maeda | 2017-09-05 | 1 | -0/+20 |
| | |||||
* | Merge branch 'master' into backstage/gb/migrate-stages-statuses | Grzegorz Bizon | 2017-08-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1000 commits) Fix username autocomplete group name with no avatar alignment Fix 'Projected tags' typo in protected_tags_spec.rb Many Repo Fixes Repo Editor Fixes Docs: New index for permissions link article from CI index link tech articles from the landing page new articles come first fix relative link fix date format Fixed changed files dropdown not being shown Update publication date Remove deprecated field from workhorse API responses Fix API responses when dealing with txt files Make sure MySQL would not use CURRENT_TIMESTAMP Add two more project templates Allow usage of any_projects? with an Array Copyedit Artifactory and GitLab article Rename Artifactory and GitLab article file Display GPG status loading spinner only when Ajax request is made ... | ||||
| * | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into ↵ | Grzegorz Bizon | 2017-07-31 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backstage/gb/migrate-stages-statuses * commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3': (270 commits) Add a note about EFS and GitLab log files Projects logo are not centered vertically on projects page Fix spec/features/projects/branches_spec Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_id Fix a spec that was assuming to be on the wrong page Add copy about search terms to ux guide Update documentation of user creation by replacing the 'confirm' param with 'skip_confirmation' Fix replying to commit comments on MRs from forks Fix 500 error when rendering avatar for deleted project creator Load and process at most 100 commits when pushing into default branch Ensure Gitlab::Application.routes.default_url_options are set correctly in Capybara + :js specs Add log messages to clarify log messages about API CSRF token verification failure Update gitlab_flow.md, Teatro seems to be completely dead, see also https://forum.gitlab.com/t/gitlab-flow-documentation-teatro/7774 Fix diff commenting results just after changing view Update CHANGELOG.md for 9.4.2 none is not a CSS Value for sizes ;-) Merge issuable "reopened" state into "opened" Make access level more compatible with EE Add link to JIRA article in docs Expand pipeline_trigger_service_spec by godfat request ... | ||||
| * | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Do not implement CI/CD job to stage association yet | Grzegorz Bizon | 2017-07-24 | 1 | -12/+0 |
| | | |||||
* | | Use a new stage_id reference to a persisted stage | Grzegorz Bizon | 2017-07-20 | 1 | -3/+4 |
| | | |||||
* | | Freeze mutable constants in stages migration code | Grzegorz Bizon | 2017-07-11 | 1 | -1/+0 |
| | | |||||
* | | Add a workaround for a tmp job -> stage relation | Grzegorz Bizon | 2017-07-04 | 1 | -3/+15 |
|/ | | | | | | 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`. | ||||
* | Check warnings when building compound status SQL query | Grzegorz Bizon | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Add test for using overridden status method with scopes | Grzegorz Bizon | 2017-06-20 | 1 | -0/+11 |
| | |||||
* | Move custom compound status method to commit status | Grzegorz Bizon | 2017-06-20 | 1 | -0/+24 |
| | |||||
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 1 | -10/+32 |
| | |||||
* | Test the ExpireJobCacheWorker and related changeszj-fix-pipeline-etag | Z.J. van de Weg | 2017-05-22 | 1 | -0/+10 |
| | | | | These were untested by the cherry picked commit. | ||||
* | Store retried in database for CI buildsretried-in-database-mysql | Kamil Trzcinski | 2017-05-07 | 1 | -4/+20 |
| | |||||
* | Make sure that's canceled | Lin Jen-Shin | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Fix typo | Lin Jen-Shin | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Add missing tests and update test description | Lin Jen-Shin | 2017-04-06 | 1 | -0/+1 |
| | |||||
* | Also track auto-cancelling in jobs, detail: | Lin Jen-Shin | 2017-04-06 | 1 | -0/+26 |
| | | | | | | | | 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/+36 |
| | |||||
* | Fix Rubocop offenses in commit status/build specs | Grzegorz Bizon | 2017-03-06 | 1 | -8/+8 |
| | |||||
* | Ignore optional actions when calculating warnings | Grzegorz Bizon | 2017-03-06 | 1 | -0/+19 |
| | |||||
* | Improve specs for calculating pipeline result status | Grzegorz Bizon | 2017-03-06 | 1 | -2/+4 |
| | |||||
* | Fix invalid description in commit status specs | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Add specs for after_stage scope, update specs file | Grzegorz Bizon | 2017-02-14 | 1 | -4/+18 |
| | |||||
* | Use `:empty_project` where possible in model specsrs-empty_project-models | Robert Speicher | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | revise sortable_name test formatting | Mike Greiling | 2017-01-13 | 1 | -4/+1 |
| | |||||
* | prefer unit test on model over view testfix-build-sort-order | Mike Greiling | 2017-01-02 | 1 | -0/+22 |
| | |||||
* | Add some missing tests for detailed status methodsbuild-statuses | Grzegorz Bizon | 2016-12-14 | 1 | -0/+9 |
| | |||||
* | Fix handling of allowed to failure jobs | Kamil Trzcinski | 2016-12-06 | 1 | -44/+1 |
| | |||||
* | Add test for CommitStatus.exclude_ignored | Lin Jen-Shin | 2016-10-03 | 1 | -15/+40 |
| | |||||
* | Merge branch 'group-similar' into 'master' | Rémy Coutable | 2016-09-15 | 1 | -0/+29 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group similar builds We group builds by removing from the builds name two numbers which are delimited by whitespace or colon: * `name 0 1` => `name` * `name 0:1` => `name` * `name 0/1` => `name` * `name 0:1 ruby` => `name ruby` * `name 0/1 ruby` => `name ruby` * `0 1 name ruby` => `name ruby` * `0:1 name ruby` => `name ruby` * `0/1 name ruby` => `name ruby` See merge request !6242 | ||||
| * | Add more regexp tests | Kamil Trzcinski | 2016-09-14 | 1 | -0/+2 |
| | | |||||
| * | Add grouping tests | Kamil Trzcinski | 2016-09-14 | 1 | -0/+27 |
| | | |||||
* | | Fix styling | Lin Jen-Shin | 2016-09-13 | 1 | -7/+7 |
|/ | |||||
* | adds second batch of tests changed to active tenseactive-tense-test-coverage | tiagonbotelho | 2016-08-09 | 1 | -6/+6 |
| | |||||
* | Fix stage status shown for pipelinesfix-stage-status-show-for-pipelines | Kamil Trzcinski | 2016-07-15 | 1 | -5/+19 |
| | |||||
* | Avoid `describe`-ing symbols in specsrs-describe-symbols | Robert Speicher | 2016-07-12 | 1 | -7/+7 |
| | |||||
* | Fix builds API response not including commit data | Grzegorz Bizon | 2016-06-21 | 1 | -4/+15 |
| | |||||
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 1 | -22/+22 |
| |