summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-7/+6
* Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-312-77/+35
* Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-1/+1
* Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-3022-84/+153
|\
| * Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-08-301-16/+33
| |\
| | * Further break with_repo_branch_commit into partsperf.slow-issuableLin Jen-Shin2017-08-291-19/+24
| | * Make sure inspect doesn't generate crazy stringLin Jen-Shin2017-08-291-0/+4
| | * It doesn't seem that rubocop is complaining for meLin Jen-Shin2017-08-291-3/+1
| | * Merge remote-tracking branch 'upstream/master' into perf.slow-issuableLin Jen-Shin2017-08-2916-148/+315
| | |\
| | * | skip the branch fetch if we already have the shahttp://jneen.net/2017-08-211-12/+16
| | * | implement Repository#==http://jneen.net/2017-08-211-0/+6
| * | | Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse2017-08-301-1/+2
| |\ \ \
| | * | | Move the logic to a concernHiroyuki Sato2017-08-291-1/+2
| | * | | Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-251-1/+1
| | |/ /
| * | | Add filter by my reactionHiroyuki Sato2017-08-301-0/+15
| * | | Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-2911-23/+23
| |\ \ \ | | |_|/ | |/| |
| | * | replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-292-2/+2
| | * | replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-291-1/+1
| | * | replace `is_update?` with `update?`Maxim Rydkin2017-08-292-6/+6
| | * | replace `is_overlap?` with `overlap?`Maxim Rydkin2017-08-291-2/+2
| | * | replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-292-3/+3
| | * | replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-292-2/+2
| | * | replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-292-4/+4
| | * | replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-292-2/+2
| | * | replace `is_edited?` with `edited?`Maxim Rydkin2017-08-291-1/+1
| * | | Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-1/+1
| * | | Add changelogOswaldo Ferreira2017-08-281-1/+1
| * | | Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-3/+9
| * | | Remove locked? check when unlocking a merge requestOswaldo Ferreira2017-08-281-1/+1
| |/ /
| * | Merge branch '36792-inline-user-refresh-when-creating-project' into 'master'Douwe Maan2017-08-281-2/+2
| |\ \
| | * | Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-2/+2
| * | | Merge branch 'bugfix.notify-custom-participants' into 'master'Sean McGivern2017-08-281-27/+26
| |\ \ \
| | * | | don't rely on order of notification levelshttp://jneen.net/2017-08-211-27/+26
| | | |/ | | |/|
| * | | Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels"jej/remove-dependent-destroy-from-protected-refsJames Edwards-Jones2017-08-251-1/+1
| * | | Merge branch 'fix/gb/fix-invalid-stage-status-transition' into 'master'Kamil Trzciński2017-08-251-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Set a default CI/CD status when it is not knownfix/gb/fix-invalid-stage-status-transitionGrzegorz Bizon2017-08-221-0/+4
| * | | Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-241-1/+1
| |\ \ \
| | * | | Avoid committer = linesgit-operation-userJacob Vosmaer2017-08-241-18/+9
| | * | | Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-231-1/+1
| | * | | Decouple GitOperationService from UserJacob Vosmaer2017-08-231-9/+18
| * | | | Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'Kamil Trzciński2017-08-241-1/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-2312-109/+278
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Run job hooks after transation commits after createGrzegorz Bizon2017-08-231-1/+1
| | * | | | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-1/+4
| * | | | | Merge branch 'archived-projects-only' into 'master'Douwe Maan2017-08-241-0/+1
| |\ \ \ \ \
| | * | | | | Add an option to list only archived projectsMehdi Lahmam2017-08-241-0/+1
| * | | | | | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-3/+10
| * | | | | | Merge branch '36262_merge_request_reference_in_merge_commit_global' into 'mas...Sean McGivern2017-08-241-2/+1
| |\ \ \ \ \ \
| | * | | | | | [ci skip] changelog entry added for full merge request ref changeshaseeb2017-08-231-1/+0
| | * | | | | | fix Merge request reference in merge commit is not globalhaseeb2017-08-131-2/+2