summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport changes from EE to minimize the CE/EE diff in Projects::Settings::In...6020-extract-ee-specific-controller-linesRémy Coutable2018-05-161-1/+9
* Display help text below auto devops domain with nip.io domain name (#45561)45584-add-nip-io-domain-suggestion-in-auto-devopsDylan Griffith2018-05-151-0/+1
* Don't create import_state until project is persistedDouwe Maan2018-05-081-2/+8
* Merge branch 'dm-project-factory-import-state' into 'master'Robert Speicher2018-05-071-18/+18
|\
| * Force creation of new import_state when setting an import state fieldDouwe Maan2018-05-071-18/+18
* | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-071-0/+41
|\ \ | |/ |/|
| * Adds remote mirror table migrationTiago Botelho2018-05-071-1/+1
| * Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+41
* | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-071-61/+118
|\ \ | |/
| * Merge branch '44542-move-import-specific-attributes-out-of-the-project-model-...Douwe Maan2018-05-041-55/+99
| |\
| | * Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-55/+99
| * | Add ci_cd_settings delete_all dependency on projectJames Lopez2018-05-041-1/+1
| |/
| * Fix Project#group_runners_enabled as it was doing nothingDylan Griffith2018-05-031-1/+6
| * Introduce Project#all_runners and use in Ci::UpdateBuildQueueServiceDylan Griffith2018-04-301-3/+6
| * Bring back shared_runners_available? method since it is overriden in EEDylan Griffith2018-04-271-1/+5
| * Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-271-1/+1
| * Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-261-11/+3
| * Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-15/+15
| |\
| * | add `active` scope only once, inline methodsAlexis Reigel2018-04-231-12/+2
| * | use union for Project#any_runners?Alexis Reigel2018-04-231-3/+3
| * | project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-231-0/+5
| * | add project_settings (Project#settings)Alexis Reigel2018-04-231-0/+8
| * | include group runners in Project#any_runners?Alexis Reigel2018-04-231-6/+12
* | | Use prepend: true to evaluate always perform_fast_destroy than dependent: :d...Shinya Maeda2018-05-041-3/+0
* | | Fix typo for comments in project.rbShinya Maeda2018-05-031-1/+1
* | | Introduce `use_fast_destroy` helper for parent associations. Rename method n...Shinya Maeda2018-05-021-4/+5
* | | Introduces `FastDestroyAll` moduleShinya Maeda2018-05-011-8/+6
* | | Fix specs. Align with the new table name ci_build_trace_chunkShinya Maeda2018-04-261-1/+1
* | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-261-7/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-251-7/+3
| |\ \
| | * | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-7/+3
| | |/
* | | Merge branch 'master' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-251-8/+12
|\ \ \ | |/ /
| * | Merge branch 'bvl-fix-maintainer-push-error' into 'master'Douwe Maan2018-04-241-8/+2
| |\ \
| | * | Allow admins to push to empty reposBob Van Landuyt2018-04-241-8/+2
| * | | Merge branch '10244-add-project-ci-cd-settings' into 'master'Kamil Trzciński2018-04-241-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-241-15/+19
| | |\ \ | | | |/
| | * | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-161-0/+6
| * | | Refactor deploy token methods on Ci::BuildMayra Cabrera2018-04-201-2/+1
| * | | Rename special deploy token to make it more descriptiveMayra Cabrera2018-04-201-1/+1
| * | | Expose deploy token to CI/CD jobs as environment variableMayra Cabrera2018-04-201-0/+5
| | |/ | |/|
* | | Implement efficient destroy of job_trace_chunksKamil Trzciński2018-04-241-0/+9
|/ /
* | Merge branch '5320-fix-gitlab-features-env-var' into 'master'Grzegorz Bizon2018-04-191-0/+4
|\ \
| * | Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#featu...5320-fix-gitlab-features-env-varDylan Griffith2018-04-091-0/+4
* | | Revert the addition of goldiloaderYorick Peterse2018-04-181-14/+14
* | | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
| |/ |/|
* | Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-11/+11
* | Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-3/+3
|/
* Include ProjectDeployTokensMayra Cabrera2018-04-061-1/+2
* Create barebones for DeploytokenMayra Cabrera2018-04-061-0/+1
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-1/+3