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-03-08Call after_create_branch in Repository#add_branchYorick Peterse
2016-03-08Call the right hooks in Repository#add_tagYorick Peterse
2016-03-08Call the right hooks when removing branchesYorick Peterse
2016-03-08Cache & flush tag/branch countsYorick Peterse
2016-03-07adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho
2016-03-07removes unused methods that I forgottiagonbotelho
2016-03-07moves method to repository modeltiagonbotelho
2016-03-02Add some specs for Repository#revert.Rubén Dávila
2016-03-02Check for conflicts before creating target branch.Rubén Dávila
2016-02-25Moved exists condition in Repository#before_deleteYorick Peterse
2016-02-23Move Repository#expire_all_caches to before_deleteYorick Peterse
2016-02-23Moved cache expiration code to Repository hooksYorick Peterse
2016-02-20Flush emptiness caches whenever neededYorick Peterse
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-19Make more robust the test to see if a commit has been previously reverted.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-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-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-19Create reverse branch and generate MR with new branch. #3409Rubén Dávila
2016-02-18Handle raw_repository returning nil in exists?Yorick Peterse
2016-02-18Use Repository#exists? in Repository#commit?Yorick Peterse
2016-02-18Fixed Repository#exists? to handle errorsYorick Peterse
2016-02-18Only set autocrlf when creating/updating filesYorick Peterse
2016-02-17Merge branch 'expire-fork-import-caches' into 'master' Douwe Maan
2016-02-17Merge branch 'klowner/gitlab-ce-fix-compare-by-tag-crash' into 'master' Douwe Maan
2016-02-17Fix 500 error when comparing by tagsMark Riedesel
2016-02-17Flush all repository caches when deleting a repoYorick Peterse
2016-02-17Expire caches after forking/importing a repositoryYorick Peterse
2016-02-16Cleaned up Repository#initializeYorick Peterse
2016-02-10Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher
2016-02-09Smarter flushing of branch statistics cachesYorick Peterse
2016-02-08Cache various Repository Git operationsYorick Peterse
2016-02-08Actually use the `skip_merges` option in Repository#commitsTony Chu
2016-02-04Dedicated method for counting commits between refsYorick Peterse