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
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2018-04-04Use ChronicDurationAttribute to handle CI/CD timeout settingTomasz Maczukin
2018-03-22Refactor AutoDevops pipeline logic into methodMatija Čupić
2018-03-12Add empty repo check before running AutoDevOps pipelineMatija Čupić
2017-12-04Remove Auto DevOps checkboxes - backendbikebilly
2017-11-28Add checkboxes to automatically run AutoDevops pipelineEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-08-31Form for setting project auto devops settingsZeger-Jan van de Weg
2017-07-06Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon
Resolve "Project option to allow customizing CI/CD config path" Closes #32815 and #33130 See merge request !12509
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-05Rename ci_config_file to ci_config_pathLin Jen-Shin
2017-06-28Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ...
2017-05-11Rename CI/CD Pipelines to Pipelines in the project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
Added tests to verify the access policy to the new controller
2017-02-06Fixed badges testJose Ivan Vargas
2017-02-06changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas
2017-02-06Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas
2016-11-22Fix wrong template rendered when CI/CD settings aren't update successfullyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-08Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope
2016-08-15Expose coverage report badge in pipeline settingsGrzegorz Bizon
2016-08-15Move badges to separate modules and add base classGrzegorz Bizon
2016-07-28Extract build status badge metadata to separate classGrzegorz Bizon
2016-07-20Change how we style redirect_toKamil Trzcinski
2016-07-20Use flash[:notice] onlyKamil Trzcinski
2016-07-20Create PipelinesSettingsController for showing settings pageKamil Trzcinski