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-02-13Respect autocrlf setting when creating/updating file through web UIDouwe Maan
2017-02-07Address feedbackDouwe Maan
2017-02-07Add feature specsDouwe Maan
2017-02-07Improve performance of finding last deployed environmentDouwe Maan
2017-02-07Add testsDouwe Maan
2017-02-07Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan
2017-02-03Backport changes from EE squashSean McGivern
2017-02-02Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2017-01-26Fix Error 500 when repositories contain annotated tags pointing to blobsStan Hu
2017-01-26Use commit rather than branch, and rename to avoid confusionLin Jen-Shin
2017-01-26Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2017-01-15Expire related caches after changing HEADMinqi Pan
2017-01-06Rename from base to start because base could mean merge baseLin Jen-Shin
2017-01-06Rename source to base to avoid confusion from MRLin Jen-Shin
2017-01-04Remove tag with git hooksLin Jen-Shin
2017-01-04Introduce Repository#with_repo_branch_commitLin Jen-Shin
2017-01-04Indent the way rubocop likesLin Jen-Shin
2017-01-04Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin
2016-12-20Merge two methods.Hiroyuki Sato
2016-12-20Rename sha to idHiroyuki Sato
2016-12-20Cache last commit sha for pathHiroyuki Sato
2016-12-13Also check blob path from source branchLin Jen-Shin
2016-12-12Not sure why, but apparently SHA works betterLin Jen-Shin
2016-12-09Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-12-09Pass source_commit so that we save a few lookupsLin Jen-Shin
2016-12-09Use rugged.references.delete to delete referenceLin Jen-Shin
2016-12-09Introduce git_action and normalize previous_pathLin Jen-Shin
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-08Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-12-08Introduce Repository#with_tmp_ref which we needLin Jen-Shin
2016-12-08Cleanup parameters, easier to understand andLin Jen-Shin
2016-12-08find the commit properly and replicate gitlab_gitLin Jen-Shin
2016-12-07Spaces around hash bracesLin Jen-Shin
2016-12-07We need to normalize the path for all actionsLin Jen-Shin
2016-12-07Use branch_name to find the branch rather than refLin Jen-Shin
2016-12-07Restore the check for update in commit_fileLin Jen-Shin
2016-12-07Use commit_file for commit_dirLin Jen-Shin
2016-12-07Use multi_action to commit which doesn't need toLin Jen-Shin
2016-12-07Not sure why rubocop prefers this but anywayLin Jen-Shin
2016-12-07Commit outside the hooks if possible:Lin Jen-Shin
2016-12-07Pass source_branch properly for cherry-pick/revertLin Jen-Shin
2016-12-06Remove caching of Repository#has_visible_content?Yorick Peterse
2016-12-05Introduce GitOperationService and wrap everyLin Jen-Shin
2016-12-03Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-11-28Pass tag SHA to post-receive hook when tag is created via UIAdam Niedzielski
2016-11-28Revert "Pass correct tag target to post-receive hook when creating tag via UI"Adam Niedzielski
2016-11-25Add some explanation to Repository#update_branch_with_hooksLin Jen-Shin
2016-11-24Fix local name from branch to branch_nameLin Jen-Shin
2016-11-24Should also pass source_commit to raw_ensure_branchLin Jen-Shin
2016-11-22Move all branch creation to raw_ensure_branch,Lin Jen-Shin