summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-33/+18
* Use rugged.references.delete to delete referenceLin Jen-Shin2016-12-091-3/+3
* Introduce git_action and normalize previous_pathLin Jen-Shin2016-12-091-26/+46
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-0819-97/+119
|\
| * Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable2016-12-077-19/+31
| |\
| | * Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-067-19/+31
| * | Merge branch 'remove-has-visible-content-caching' into 'master' Douwe Maan2016-12-071-13/+1
| |\ \
| | * | Remove caching of Repository#has_visible_content?remove-has-visible-content-cachingYorick Peterse2016-12-061-13/+1
| * | | Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-063-1/+13
| |\ \ \
| | * | | Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-053-1/+13
| | |/ /
| * | | Merge branch 'refine-ci-statuses' into 'master' Kamil Trzciński2016-12-061-0/+4
| |\ \ \
| | * | | Expose pipeline detailed status using status factoryGrzegorz Bizon2016-12-051-0/+4
| | | |/ | | |/|
| * | | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-069-64/+69
| |\ \ \
| | * | | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-029-64/+69
| | |/ /
| * | | Authorize users into imported GitLab projectfix/authorize-users-into-imported-gitlab-projectAhmad Sherif2016-12-051-0/+1
| | |/ | |/|
* | | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-082-1/+17
* | | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-43/+48
* | | find the commit properly and replicate gitlab_gitLin Jen-Shin2016-12-081-1/+5
* | | Spaces around hash bracesLin Jen-Shin2016-12-081-9/+9
* | | We need to normalize the path for all actionsLin Jen-Shin2016-12-081-4/+6
* | | Use branch_name to find the branch rather than refLin Jen-Shin2016-12-081-2/+2
* | | Restore the check for update in commit_fileLin Jen-Shin2016-12-081-0/+8
* | | Use commit_file for commit_dirLin Jen-Shin2016-12-081-14/+24
* | | Use multi_action to commit which doesn't need toLin Jen-Shin2016-12-071-63/+36
* | | Not sure why rubocop prefers this but anywayLin Jen-Shin2016-12-071-2/+2
* | | Commit outside the hooks if possible:Lin Jen-Shin2016-12-071-2/+14
* | | Pass source_branch properly for cherry-pick/revertLin Jen-Shin2016-12-071-4/+8
* | | Introduce GitOperationService and wrap everyLin Jen-Shin2016-12-061-151/+23
* | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-0319-182/+126
|\ \ \ | |/ /
| * | Merge branch '24921-hide-prompt-to-add-ssh-key-if-ssh-protocol-is-disabled' i...Sean McGivern2016-12-031-1/+1
| |\ \ | | |/ | |/|
| | * If SSH prototol is disabled don't say the user requires SSH keysAndrew Smith2016-12-011-1/+1
| * | Merge branch 'process-commit-worker-improvements' into 'master' Douwe Maan2016-12-021-0/+4
| |\ \
| | * | Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-0/+4
| | |/
| * | Merge branch 'use-st-commits-where-possible' into 'master' Yorick Peterse2016-12-013-12/+17
| |\ \ | | |/ | |/|
| | * Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-013-12/+17
| * | Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-011-28/+29
| |/
| * Merge branch 'fix/rename-merge-request-head-pipeline' into 'master' Kamil Trzciński2016-11-302-4/+4
| |\
| | * Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-292-4/+4
| * | Merge branch 'ee-1137-follow-up-protected-branch-users-and-groups' into 'mast...Douwe Maan2016-11-303-14/+10
| |\ \ | | |/ | |/|
| | * CE-specific changes gitlab-org/gitlab-ee#1137ee-1137-follow-up-protected-branch-users-and-groupsTimothy Andrew2016-11-293-14/+10
| * | Merge branch 'hoopes/gitlab-ce-21027-add-diff-hunks-to-notification-emails' i...Douwe Maan2016-11-291-3/+9
| |\ \
| | * | Tidy up text emailsSean McGivern2016-11-281-2/+5
| | * | Add keyword arguments to truncated_diff methodhhoopes2016-11-251-3/+4
| | * | Change diff highlight/truncate for reusabilityhhoopes2016-11-251-5/+7
| * | | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-2/+2
| * | | Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-282-4/+6
| * | | Merge branch '24813-project-members-with-developer-access-can-no-longer-creat...Sean McGivern2016-11-281-10/+4
| |\ \ \
| | * | | Pass tag SHA to post-receive hook when tag is created via UI24813-project-members-with-developer-access-can-no-longer-create-tagsAdam Niedzielski2016-11-281-2/+3
| | * | | Revert "Pass correct tag target to post-receive hook when creating tag via UI"Adam Niedzielski2016-11-281-10/+3
| | | |/ | | |/|
| * | | Prevent error when submitting a merge request and pipeline is not defined24860-actionview-template-error-undefined-method-size-for-nil-nilclassAdam Niedzielski2016-11-281-1/+1
| |/ /