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
2015-06-20Convert CRLF newlines to LF when committing using the web editor.Douwe Maan
2015-06-10Add `respond_to_missing?` for Commit and RepositoryRobert Speicher
2015-06-02Remove files in web editor using ruggedDmitriy Zaporozhets
2015-06-01Create and edit files in web editor via ruggedDmitriy Zaporozhets
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-03-31Archive repositories in background worker.Douwe Maan
2015-03-22Replace commits calendar with contributions calendarDmitriy Zaporozhets
2015-03-21Cache head commit and head treeDmitriy Zaporozhets
2015-03-21Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets
2015-03-21Cache project branches and tags into variablesDmitriy Zaporozhets
2015-03-18Merge branch 'changelog-link' into 'master'Dmitriy Zaporozhets
2015-03-18Add license and contribution guide links to project sidebar.Douwe Maan
2015-03-18Link project version to changelog if there is one.Douwe Maan
2015-03-18Move finding of contributing file from tree to repository.Douwe Maan
2015-03-18Extend the commit calendar to show the actual commits for a dateHannes Rosenögger
2015-03-13Everything from gitlab_git is already UTF-8.Douwe Maan
2015-03-10This MR extends the commit calendar so it searches for commits made with ever...Stan Hu
2015-03-03Count commits in branches as well in the commit calendarHannes Rosenögger
2015-02-26Fix git syntax issueDmitriy Zaporozhets
2015-01-29Refactor Repository to use new RepositoryCache classRobert Speicher
2015-01-29Cleanup and make contribution calendar fasterDmitriy Zaporozhets
2015-01-29Add a commit calendar to the user profileHannes Rosenögger
2015-01-17Show tags in commit viewHannes Rosenögger
2014-10-10Dont raise exception when wrong commit id passedDmitriy Zaporozhets
2014-09-30Merge pull request #7906 from mr-vinn/fix-graph-logDmitriy Zaporozhets
2014-09-30Fix contributors apiDmitriy Zaporozhets
2014-09-30Replace Gitlab::Git::GitStatsVinnie Okada
2014-09-29Keep tmp/repositories during clean-upJacob Vosmaer
2014-09-29Faster branch contains detection for commitDmitriy Zaporozhets
2014-09-29Improve commits data loading on Tree pageDmitriy Zaporozhets
2014-09-26Rewrite graphs featureDmitriy Zaporozhets
2014-09-25Fix graphsDmitriy Zaporozhets
2014-09-25Rollback diff drop and set default commit id to HEADDmitriy Zaporozhets
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge
2014-08-11Revert "history for files follows after rename"Dmitriy Zaporozhets
2014-08-11Merge pull request #7417 from woita/follow-history-for-filesDmitriy Zaporozhets
2014-08-02history for files follows after renameWalter Kreilinger
2014-07-31Repository#path_to_repo should always return absolute pathDmitriy Zaporozhets
2014-07-28Improve MR buildingDmitriy Zaporozhets
2014-07-18Fix timeout error when preparing git graph.Steven Mok
2014-07-02Use Contributor class instead of hashDmitriy Zaporozhets
2014-07-02Move API contributors logic to repository modelDmitriy Zaporozhets
2014-06-25Show VERSION information on project sidebarDmitriy Zaporozhets
2014-06-12Use gitlab_git to get commit_count in repo. It allows get commits count for g...Dmitriy Zaporozhets
2014-06-03Project commit count respects default branch. Closes #299Corey Hinshaw
2014-05-23Move protected branches to Project settingsDmitriy Zaporozhets
2014-04-09Remove archives older than 2 hours.Marin Jankovski
2014-02-26Merge pull request #6382 from jvanbaarsen/contribution-guide-linkDmitriy Zaporozhets
2014-02-24Fix submodules 500 errorDmitriy Zaporozhets