summaryrefslogtreecommitdiff
path: root/app/models/project_auto_devops.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove un-used methodsThong Kuah2019-05-241-8/+0
* Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-241-11/+0
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Fixes technical debt issues for cluster domain57397-fixes-technical-debt-for-cluster-domainMayra Cabrera2019-02-071-1/+2
* Addresses backend/db review commentsMayra Cabrera2019-02-041-1/+3
* Moves domain setting to Cluster settingMayra Cabrera2019-02-041-0/+3
* Add timed incremental rollout to Auto DevOpsAlessio Caiazza2018-10-051-5/+15
* Resolve "Enable Auto DevOps instance-wide on GitLab.com"Dylan Griffith2018-08-161-5/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-251-2/+2
* Merge remote-tracking branch 'origin/master' into 38542-application-control-p...Kamil Trzciński2018-06-071-0/+21
|\
| * Resolve "Automatically provide a Deploy Token to projects when Auto DevOps is...Mayra Cabrera2018-06-071-0/+21
* | Use 0 continuous default for deploy strategyMatija Čupić2018-06-071-2/+2
* | Reverse logic of manual and continuous deploy strategiesMatija Čupić2018-06-061-1/+1
* | Make deploy_strategy zero basedMatija Čupić2018-06-061-2/+2
* | Add deploy strategy related predefined variablesMatija Čupić2018-06-011-0/+5
* | Add deploy_strategy to ProjectAutoDevopsMatija Čupić2018-06-011-0/+5
|/
* Fix rubocop offense in auto devops predefined variablesGrzegorz Bizon2018-03-131-3/+4
* DRY project-level predefined variablesGrzegorz Bizon2018-03-131-4/+6
* Use domain.presence instead of domain to avoid empty strings38175-add-domain-field-to-auto-devops-application-settingMatija Čupić2018-02-061-1/+1
* Use Gitlab::CurrentSettings instead of current_application_settingsMatija Čupić2018-02-031-3/+1
* Read the AutoDevOps instance domain in ProjectAutoDevOpsMatija Čupić2018-02-011-2/+8
* Add warning message if domain or cluster are not configuredbokebilly2017-09-191-0/+4
* Add auto devops enabled/disabled to usage pingZeger-Jan van de Weg2017-09-121-0/+3
* Add tests to cover all introduced changesKamil Trzcinski2017-09-061-1/+1
* Improve config source handling codeKamil Trzcinski2017-09-061-0/+6
* Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-1/+1
* Incorporate another round of feedbackZeger-Jan van de Weg2017-09-061-1/+1
* Incorporate reviewZeger-Jan van de Weg2017-09-041-0/+2
* Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-0/+3