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 (Collapse)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
As of Ruby 1.9, this is the correct way to handle `respond_to?` for methods implemented by `method_missing`. See https://robots.thoughtbot.com/always-define-respond-to-missing-when-overriding
2015-06-02Remove files in web editor using ruggedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-01Create and edit files in web editor via ruggedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
* count opening of issues and merge requests * dont trigger git repository - use events from database * much-much faster since does not affected by repository size
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
Add changelog, license and contribution guide links to project sidebar. If the version is known, the "Version: 7.9.0pre" button links to the changelog, otherwise a "View changelog" button is shown. ![Screen_Shot_2015-03-18_at_14.22.29](https://dev.gitlab.org/gitlab/gitlabhq/uploads/747acc018ec9a188098e0f0bc4e91cc3/Screen_Shot_2015-03-18_at_14.22.29.png) See merge request !1708
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 ↵Stan Hu
every email address the user has associated with his account. This fixes one of the problems mentioned in gitlab-org/gitlab-ce#1162 and makes the behavior of the commit calendar as described in the profile. "All email addresses will be used to identify your commits."
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
Abstracts away the lower-level implementation details from the Repository model.
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-30Merge pull request #7906 from mr-vinn/fix-graph-logDmitriy Zaporozhets
Replace Gitlab::Git::GitStats
2014-09-30Fix contributors apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-30Replace Gitlab::Git::GitStatsVinnie Okada
The `GitStats` class has been removed from gitlab_git, so parse commits directly in `Repository#graph_log`.
2014-09-29Keep tmp/repositories during clean-upJacob Vosmaer
2014-09-29Faster branch contains detection for commitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-29Improve commits data loading on Tree pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-26Rewrite graphs featureDmitriy Zaporozhets
* remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-25Fix graphsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-25Rollback diff drop and set default commit id to HEADDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. ↵Sean Edge
Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
2014-08-11Revert "history for files follows after rename"Dmitriy Zaporozhets
This reverts commit a54735613324cd0501e90c4744a698c46cfdc128. Because grit does not respect offset setting when follow: true which cause invalid commit history for file
2014-08-11Merge pull request #7417 from woita/follow-history-for-filesDmitriy Zaporozhets
history for files follows after rename
2014-08-02history for files follows after renameWalter Kreilinger
2014-07-31Repository#path_to_repo should always return absolute pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-28Improve MR buildingDmitriy Zaporozhets
* fix 500 error when no parent for initial commit * fix link from diff files to wrong commit Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-12Use gitlab_git to get commit_count in repo. It allows get commits count for ↵Dmitriy Zaporozhets
git repos with 100k+ commits Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-03Project commit count respects default branch. Closes #299Corey Hinshaw
2014-05-23Move protected branches to Project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Remove archives older than 2 hours.Marin Jankovski
2014-02-26Merge pull request #6382 from jvanbaarsen/contribution-guide-linkDmitriy Zaporozhets
Contribution guide link
2014-02-24Fix submodules 500 errorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>