summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-051-7/+7
|\
| * Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-7/+7
| |\
| | * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-7/+7
* | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon2018-06-051-6/+0
|\ \ \ | |/ /
| * | Remove unused running_or_pending_build_countremove-unused-query-in-hooksKamil Trzciński2018-06-041-6/+0
* | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-3/+5
|\ \ \ | |/ /
| * | 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 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon2018-05-291-2/+9
|\ \ | |/
| * 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
* | | Fix memoization-related rubocop offense in projectGrzegorz Bizon2018-05-221-3/+7
* | | Memoize project active runners to avoid N+1 queriesGrzegorz Bizon2018-05-221-1/+3
* | | Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-0/+1
|/ /
* | 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
| |\ \