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-07-20Remove repository graph log to fix slow cache updates after push eventStan Hu
2015-07-17Merge branch 'even-faster-search' into 'master' Dmitriy Zaporozhets
2015-07-17Store commit count in project tableDmitriy Zaporozhets
2015-07-17Build missing cache items in background job after each pushDmitriy Zaporozhets
2015-07-13Avoid copy of strings in memory for parsing git grep resultDmitriy Zaporozhets
2015-07-12Add tests for repository search filesDmitriy Zaporozhets
2015-07-12Fix search blobs for wikiDmitriy Zaporozhets
2015-07-10Implement search of code via git grepDmitriy Zaporozhets
2015-07-01Refactor can_be_merged logic for merge requestDmitriy Zaporozhets
2015-07-01Merge branches inside one repository using rugged instead of satellitesDmitriy Zaporozhets
2015-07-01Repository#blob_at should return nil for 00000000... shaDmitriy Zaporozhets
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