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
2016-02-20Merge branch 'rs-blob' into 'master' Douwe Maan
2016-02-20Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan
2016-02-19Merge branch 'issue_3276' into 'master' Jacob Schatz
2016-02-19Merge branch 'commit-status-fix' into 'master' Kamil Trzciński
2016-02-19Fix missing ignored? for GenericCommitStatusKamil Trzcinski
2016-02-19More updates from the last code review.Rubén Dávila
2016-02-19Don't use `self` when looking for cross-references!Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila
2016-02-19Don't show revert button if commit/MR has already been reverted.Rubén Dávila
2016-02-19Make more robust the test to see if a commit has been previously reverted.Rubén Dávila
2016-02-19Refactor commit message for revert commit.Rubén Dávila
2016-02-19No longer need to ignore temporary branch.Rubén Dávila
2016-02-19Use a reference to the MR when reverting MRs.Rubén Dávila
2016-02-19Fix build and add specsRubén Dávila
2016-02-19Some fixes and refactors for code related to forks.Rubén Dávila
2016-02-19Don't make Repository#revert aware of MRs.Rubén Dávila
2016-02-19Some updates after last code review.Rubén Dávila
2016-02-19Add link to fork if user can't revert MR.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Remove no longer required methods on MR.Rubén Dávila
2016-02-19Big refactor for #revert_commit.Rubén Dávila
2016-02-19Fix commit message plus other little fix.Rubén Dávila
2016-02-19Show list of branches plus some fixes.Rubén Dávila
2016-02-19Some fixes required for conflicts on revert.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila
2016-02-19Make MRs with revert commit work.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Create branch if it doesn't exists.Rubén Dávila
2016-02-19Add some specs plus some refactor.Rubén Dávila
2016-02-19Remove no longer required method.Rubén Dávila
2016-02-19Use #iid for revert branch name so it's consistent when the MR id in the URL.Rubén Dávila
2016-02-19Some refactor to the revert commit creation.Rubén Dávila
2016-02-19Save merge commit id when MR is mergedRubén Dávila
2016-02-19Add merge_commit_sha column to merge_requests.Rubén Dávila
2016-02-19Create reverse branch and generate MR with new branch. #3409Rubén Dávila
2016-02-19Move build erasable implementation from concern to modelGrzegorz Bizon
2016-02-19Fix name of build erasable, remove superfluous method from itGrzegorz Bizon
2016-02-19Create method that checks if build has been erasedGrzegorz Bizon
2016-02-19Remove boolean erase column from ci build and foreign keyGrzegorz Bizon
2016-02-19Update relevant build fields when build is erasedGrzegorz Bizon
2016-02-19Add build eraseable columns to ci builds tableGrzegorz Bizon
2016-02-19Make CI build eraseable only if build is completedGrzegorz Bizon
2016-02-19Add build eraseable feature implementationGrzegorz Bizon
2016-02-19Move eraseable implementation to build concernGrzegorz Bizon
2016-02-19Add methods to build eraseable componentGrzegorz Bizon
2016-02-19Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin
2016-02-19Improve #set_award! on the Note modelZeger-Jan van de Weg