summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/creates_commit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'mas...Douwe Maan2018-11-071-1/+1
* Update other linksblackst0ne2018-10-261-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-1/+3
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-2/+6
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-9/+9
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-5/+11
* WIPLin Jen-Shin2017-11-061-4/+5
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+5
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+2
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-5/+0
* Refactor changing files in web UIDouwe Maan2017-04-201-33/+29
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-33/+24
* Fix creating a file in an empty repo using the APIDouwe Maan2017-03-011-6/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Fix code for copsDouwe Maan2017-02-231-7/+8
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Fix issue where files on a fork could not be editedDouwe Maan2017-02-171-12/+4
* Make sure different project gets a merge requestLin Jen-Shin2017-01-261-2/+4
* @tree_edit_project is no longer usedLin Jen-Shin2017-01-261-4/+1
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-3/+3
* Detect if we really want a new merge request properlyLin Jen-Shin2017-01-061-2/+5
* Properly fix the edge case!Lin Jen-Shin2017-01-061-2/+15
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-3/+3
* Don't set invalid @mr_source_branch when create_merge_request?Lin Jen-Shin2017-01-061-6/+3
* Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-3/+9
* Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-3/+1
* Merge request terms are reversed for GitOperationServiceLin Jen-Shin2017-01-051-4/+4
* I think I am really confused, should be @tree_edit_projectLin Jen-Shin2017-01-051-1/+1
* Indent the way rubocop likesLin Jen-Shin2017-01-051-2/+2
* Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-1/+1
|\
| * Fix redirect after update file when user has forked projectFelipe Artur2016-12-291-1/+1
* | Try to use those @mr variables for full correctnessLin Jen-Shin2016-12-141-4/+6
* | Fix source_project and also pass source_projectLin Jen-Shin2016-12-141-2/+2
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-4/+2
|\ \ | |/
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-4/+2
* | We still need it for empty repo for web UI!Lin Jen-Shin2016-12-081-1/+2
* | We probably don't need this anymore, not sure whyLin Jen-Shin2016-12-081-2/+1
* | Try if branch_exists? would work, feedback:Lin Jen-Shin2016-11-151-1/+1
* | @ref might not existLin Jen-Shin2016-11-151-1/+1
* | Don't pass source_branch if it doesn't existLin Jen-Shin2016-11-151-1/+2
|/
* fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-2/+1
* refactors update action to change commit_params with the correct pathtiagonbotelho2016-07-121-1/+0
* changes the usasge of path to file_path on blob_controller for compatibillity...tiagonbotelho2016-07-121-1/+1
* removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* refactors blob_controllertiagonbotelho2016-07-121-0/+8