summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/creates_commit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* refactors blob_controllertiagonbotelho2016-07-121-0/+8
* removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* refactors blob_controllertiagonbotelho2016-07-121-0/+8
* removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* refactors blob_controllertiagonbotelho2016-07-121-0/+8
* creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho2016-07-121-1/+2
* successfully adds the new version with the updated name on the projects repotiagonbotelho2016-07-121-1/+2
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* Use the adequate success path on the JSON endpoint.Rubén Dávila2016-02-191-1/+1
* Fix build and add specsRubén Dávila2016-02-191-1/+3
* Some updates after last code review.Rubén Dávila2016-02-191-15/+27
* Add link to fork if user can't revert MR.Rubén Dávila2016-02-191-1/+1
* Make MRs with revert commit work.Rubén Dávila2016-02-191-3/+14
* Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-1/+1
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-0/+103