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-04-15Delete tags via ruggedRobert Schilling
2016-04-15Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan
2016-04-13Fix repository cache invalidation issue when project is recreated with an emp...Stan Hu
2016-04-11Dont return nullJeroen Bobbeldijk
2016-04-11Add changelog, change code to guard clauseJeroen Bobbeldijk
2016-04-11Check head unborn in ruggedJeroen Bobbeldijk
2016-04-10Escape the query argument provided to `git grep` by `search_files`Robert Speicher
2016-04-07Expire caches after project creation to ensure a consistent stateStan Hu
2016-04-05Flush repository cache before import project dataDouglas Barbosa Alexandre
2016-04-04Merge branch 'update_repository_from_ee' into 'master' Douwe Maan
2016-04-02Don't fetch any tags from a forked repoStan Hu
2016-04-01Migrate Repository#local_branches from gitlab-ee.Rubén Dávila
2016-03-27Expire the exists cache before deletion to ensure project dir actually existsStan Hu
2016-03-27Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu
2016-03-25rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodDmitriy Zaporozhets
2016-03-25Don't attempt to look up an avatar in repo if repo directory does not existStan Hu
2016-03-25Make sure Repository#gitlab_ci_yml is safe to use even when repository is mis...Dmitriy Zaporozhets
2016-03-24Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets
2016-03-24Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets
2016-03-19Cache output of Repository#exists?Yorick Peterse
2016-03-17Don't rebuild diverging commit count cachesYorick Peterse
2016-03-17Removed Repository#rebuild_cacheYorick Peterse
2016-03-17Cache project avatars stored in GitYorick Peterse
2016-03-17Fix wiki search results point to raw sourceHiroyuki Sato
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