Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-22No more and/orDouwe Maan
2017-02-10Rename Files::DeleteService to Files::DestroyServicedixpac
2017-02-07Address feedbackDouwe Maan
2017-02-07Add feature specsDouwe Maan
2017-02-07Improve performance of finding last deployed environmentDouwe Maan
2017-02-07Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan
2016-11-29Merge branch 'jej-22869' into 'security'Douwe Maan
2016-11-15Unify anchor link format for MR diff files !7298Yar
2016-09-10fixes distinction between renaming a file and updating its content andtiagonbotelho
2016-08-15Prevents accidental overwrites of commits from UIFrank West
2016-08-04Add unfold links for Side-by-Side viewTim Masliuchenko
2016-07-13renames :file_name to :file_pathtiagonbotelho
2016-07-12test for nil params :file_nametiagonbotelho
2016-07-12refactors update action to change commit_params with the correct pathtiagonbotelho
2016-07-12changes the usasge of path to file_path on blob_controller for compatibillity...tiagonbotelho
2016-07-12fixes merge request edit bug where it would generate a cloned file and not re...tiagonbotelho
2016-07-12implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-07-12creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho
2016-07-12successfully adds the new version with the updated name on the projects repotiagonbotelho
2016-07-12implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-07-12remove prints and useless commentstiagonbotelho
2016-07-12successfully adds the new version with the updated name on the projects repotiagonbotelho
2016-07-12implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-07-12fixes merge request edit bug where it would generate a cloned file and not re...tiagonbotelho
2016-07-12refactors blob_controllertiagonbotelho
2016-07-12creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho
2016-07-12implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-07-12remove prints and useless commentstiagonbotelho
2016-07-12successfully adds the new version with the updated name on the projects repotiagonbotelho
2016-07-12implements the form for renaming the new filename on the file edit pagetiagonbotelho
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-06-25Validate presence of essential params for diff renderingRuben Davila
2016-02-19Add a `Blob` model that wraps `Gitlab::Git::Blob`Robert Speicher
2016-02-01Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer
2016-02-01WIP lazy blobsJacob Vosmaer
2016-01-22Make sure non-highlighted diffs are still escapedDouwe Maan
2016-01-15Add inline diff markers in highlighted diffs.Douwe Maan
2016-01-12Reuse existent vars with ref and path. #3945Rubén Dávila
2016-01-08Change strategy to highlight diffs. #3945Rubén Dávila
2015-12-31Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-08Default target branch to patch-n when editing file in protected branchDouwe Maan
2015-11-18DRY up codeDouwe Maan
2015-11-17Add "Start a new merge request" option to every commit formDouwe Maan
2015-11-17Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-editDouwe Maan
2015-10-29Add ability to create directories in the editorBen Ford
2015-10-20Add option to create merge request when editing/creating a fileDirceu Pereira Tiegs
2015-10-13Only render 404 page from /publicValery Sizov