summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-042-10/+17
|\
| * Merge branch 'master' into 'web-hooks-log-pagination'Douwe Maan2018-07-033-20/+24
| |\
| | * Merge branch 'sh-fix-bamboo-change-set' into 'master'Rémy Coutable2018-07-031-10/+12
| | |\
| | | * Fix Bamboo CI status not showing for branch plansStan Hu2018-06-291-10/+12
| * | | Fixed pagination of web hook logsYorick Peterse2018-07-031-0/+5
* | | | Add spec for ExclusiveLeaseHelpersShinya Maeda2018-07-031-1/+1
* | | | Fix error messageShinya Maeda2018-07-031-1/+1
* | | | Rename persistable_store instead of persist_storeShinya Maeda2018-07-031-2/+2
* | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-0312-45/+78
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '48653-mr-target-branch-missing' into 'master'Sean McGivern2018-07-021-9/+11
| |\ \ \
| | * | | Fix notify_conflict? raising exception when branches do not existMark Chao2018-07-021-9/+11
| | |/ /
| * | | Merge branch 'dm-user-without-projects-performance' into 'master'Yorick Peterse2018-07-021-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Improve performance of User.without_projects scopeDouwe Maan2018-07-021-1/+1
| * | | Merge branch 'fix/gb/make-root-ref-default-instead-of-head' into 'master'Douwe Maan2018-07-021-2/+2
| |\ \ \
| | * | | Use root ref instead of HEAD to find latest repository commitGrzegorz Bizon2018-06-291-2/+2
| | |/ /
| * | | Merge branch '44725-expire_correct_methods_after_change_head' into 'master'Grzegorz Bizon2018-07-021-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Expire correct method caches after HEAD changedImre Farkas2018-06-291-1/+5
| * | | Fix ambiguous due_date column for Issue scopesImre Farkas2018-06-291-2/+2
| | |/ | |/|
| * | Merge branch '46783-removed-omniauth-provider-causing-invalid-application-set...Stan Hu2018-06-261-8/+5
| |\ \
| | * | Ignore unknown OAuth sources in ApplicationSetting46783-removed-omniauth-provider-causing-invalid-application-settingRémy Coutable2018-06-261-8/+5
| * | | Merge branch 'unify-some-models' into 'master'Douwe Maan2018-06-262-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | Port Namespace#root_ancestor to CELin Jen-Shin2018-06-261-0/+4
| | * | Bring changes from EEunify-some-modelsLin Jen-Shin2018-06-261-1/+1
| * | | Fix sorting by name on explore projects pageDouglas Barbosa Alexandre2018-06-251-2/+2
| |/ /
| * | Merge branch 'zj-create-from-bundle-mandatory' into 'master'Douwe Maan2018-06-251-1/+1
| |\ \
| | * | Moves another RPC to mandatoryZeger-Jan van de Weg2018-06-251-1/+1
| * | | Notify conflict only for opened/locked merge requestsMark Chao2018-06-251-3/+5
| * | | Merge branch 'enforce-variable-value-to-be-a-string' into 'master'Grzegorz Bizon2018-06-252-5/+5
| |\ \ \ | | |/ / | |/| |
| | * | Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-252-5/+5
| * | | Merge branch 'osw-delete-non-latest-mr-diff-files-upon-merge' into 'master'Sean McGivern2018-06-252-12/+32
| |\ \ \
| | * | | Delete non-latest merge request diff files upon diffs reloadosw-delete-non-latest-mr-diff-files-upon-mergeOswaldo Ferreira2018-06-242-12/+32
| | | |/ | | |/|
| * | | Fix auto_cancel_pending_pipelines checkJan Provaznik2018-06-251-0/+4
| |/ /
* | | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-2/+2
* | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-2511-11/+53
|\ \ \ | |/ /
| * | Changes tab VUE refactoringFelipe Artur2018-06-215-0/+17
| |/
| * Merge branch 'dm-label-reference-period' into 'master'Sean McGivern2018-06-211-5/+10
| |\
| | * Properly detect label reference if followed by period or question markDouwe Maan2018-06-181-5/+10
| * | Notify only when unmergeable due to conflictMark Chao2018-06-201-2/+11
| * | Merge branch 'zj-can-be-merged' into 'master'Douwe Maan2018-06-201-1/+1
| |\ \
| | * | Move mergablility check to Gitalyzj-can-be-mergedZeger-Jan van de Weg2018-06-201-1/+1
| * | | Resolve "Unable to install Prometheus on Clusters: 'Error: Chart incompatible...Mayra Cabrera2018-06-201-1/+2
| * | | More gitaly disk access blocksJacob Vosmaer (GitLab)2018-06-201-1/+4
| * | | Merge branch '47959-rails5-redis-timewithzone' into 'master'Sean McGivern2018-06-201-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix redis_cacheable deserialization47959-rails5-redis-timewithzoneMario de la Ossa2018-06-191-1/+1
| | |/
| * | Merge branch '45487-slack-tag-push-notifs' into 'master'Sean McGivern2018-06-191-0/+1
| |\ \
| | * | ChatNotificationService - fix sending tag notifications when "only default br...45487-slack-tag-push-notifsMario de la Ossa2018-06-141-0/+1
| * | | Eliminate N+1 queries in LFS file locks checks during a pushsh-optimize-locks-check-ceStan Hu2018-06-181-0/+6
| | |/ | |/|
* | | Added spec for build trace chunkShinya Maeda2018-06-251-10/+11
* | | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-11/+7
* | | Fix dead lock by in_lock conflicts. Shared out in_lock logic. Changed key_r...Shinya Maeda2018-06-153-37/+30