Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim
fix changelog MR reference add non-HEAD builds finder and add `created` pipelines to scope add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec more refactoring for spec adds option for auto-cancel into CI/CD settings fix spec to new configuration fix rubocop fix schema.rb fix schema.rb replace Gitlab 9.0 with 9.1 in doc change wording on pipeline settings added auto_canceled_by field as identifier of autocancel subject remove unnecessary index replace service with retry_lock replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model) fix schema.rb fix schema.rb remove projekt attribute and clean up spec clean up spec withcouple of shared examples added spec for "It does not cancel current pipeline" scenario add some specs to auto-cancel add spec for another branch pipelines
2017-02-22Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'Rémy Coutable
Add AsciiDoc snippet for CI/CD Badges Closes #26087 See merge request !9164
2017-02-21changed changelog text to be normal casedimitrieh
2017-02-21Changed coverage reg expression placeholder text to be more like a placeholderdimitrieh
2017-02-20Add AsciiDoc snippet for CI/CD BadgesJan Christophersen
This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087. I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext) Add testcase for to_asciidoc Update test case for Badges list
2017-02-06Corrected titles on the triggers and pipelines sectionsJose Ivan Vargas
2017-02-06Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas
2017-02-03Adds changelog entryFilipa Lacerda
Replace "builds" in project settings Replace "builds" in admin area
2016-12-05Add excoveralls examplePotHix
There was no example for Elixir in gitlab-ci examples, this commit adds the missing example. excoveralls repository was pointing to an old example that doesn't exist anymore.
2016-12-01Fixed row margins on Pipeline Settings page in order to unify stylesRyan Harris
2016-10-27Use better wording for test coverage parsing help textAchilleas Pipinellis
2016-10-27Rearrange the Pipelines settings page sections and link to docsAchilleas Pipinellis
2016-10-19Fix name of feature that restricts builds tracesGrzegorz Bizon
2016-10-18Reload pipeline settings when saving new settingsGrzegorz Bizon
2016-08-15Render collection of badges instead of using iteratorGrzegorz Bizon
2016-08-15Extract pipeline badges to the separate view partialGrzegorz Bizon
2016-08-15Expose coverage report badge in pipeline settingsGrzegorz Bizon
2016-07-20Create PipelinesSettingsController for showing settings pageKamil Trzcinski