summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-011-1/+1
|\
| * Add `Ci::Runner` inverse_of'sKamil Trzciński2018-05-311-1/+1
* | Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-2/+3
|/
* Fix project destruction failing due to idle in transaction timeoutssh-batch-dependent-destroysStan Hu2018-05-241-0/+1
* Merge branch 'issue_38418' into 'master'Rémy Coutable2018-05-241-2/+2
|\
| * Fix sidebar issue countissue_38418Felipe Artur2018-05-241-2/+2
* | Expose readme url in Project APIImre Farkas2018-05-221-0/+7
* | Merge branch '6020-extract-ee-specific-controller-lines' into 'master'Robert Speicher2018-05-171-1/+9
|\ \
| * | 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
| |/
* | Changed order of includeJan Provaznik2018-05-161-1/+1
* | Delete remote uploadsJan Provaznik2018-05-161-2/+1
|/
* 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
| | |/ | |/|