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
2013-04-22version up to 5.0v5.1.0Dmitriy Zaporozhets
2013-04-22Fix 500 error on edit with uiDmitriy Zaporozhets
2013-04-21fix typo in README. Closes #3654Yves Senn
2013-04-20require gitlab:shell v1.3.0Dmitriy Zaporozhets
2013-04-20Add support for git-archive in gitlab internal apiDmitriy Zaporozhets
2013-04-205.1 rc1Dmitriy Zaporozhets
2013-04-19Merge pull request #3625 from chr1831/masterDmitriy Zaporozhets
Use secure Gravatar url when https is set to true in the configuration
2013-04-19Redesign team.members pagesDmitriy Zaporozhets
2013-04-19use green bg for merged MR badgeDmitriy Zaporozhets
2013-04-19Show CI status even for closed MR. Use green bg for "Merged by username" ↵Dmitriy Zaporozhets
message and red for closed one
2013-04-19hime last push widget if user already has MR createdDmitriy Zaporozhets
2013-04-19Increase usage of $primary_color variableDmitriy Zaporozhets
2013-04-19Fix issues search overflow on low res.Dmitriy Zaporozhets
2013-04-19move promo section in shared partialDmitriy Zaporozhets
2013-04-19Keep update docs inside repo so people can submit PRDmitriy Zaporozhets
2013-04-19remove unicorn config since we use puma nowDmitriy Zaporozhets
2013-04-19Show last commit for treeDmitriy Zaporozhets
2013-04-18Minor usability improvementsDmitriy Zaporozhets
2013-04-18Invoke shell setup after backup restoreDmitriy Zaporozhets
2013-04-18Merge pull request #3209 from tsl0922/masterDmitriy Zaporozhets
Fix: API 500 error when project does not exists
2013-04-18Merge pull request #3315 from yujinakayama/fix-project-summary-box-overflowDmitriy Zaporozhets
Fix overflow of text in the project summary box in Chrome and Safari
2013-04-18Merge pull request #3583 from ↵Dmitriy Zaporozhets
karlhungus/update_dev_setup_to_not_use_hard_coded_path_to_gitlab_shell Updated setup to reference the gitlab-shell var
2013-04-18Merge pull request #3603 from axilleas/os-nameDmitriy Zaporozhets
Added os_name support for systems running systemd.
2013-04-18Merge pull request #3602 from axilleas/check-redisDmitriy Zaporozhets
Added check_redis_version to check.rake
2013-04-18Merge pull request #3604 from axilleas/config-typoDmitriy Zaporozhets
Fixed typo in gitlab.yml.example
2013-04-18Prevent 500 error on git blame if empty fileDmitriy Zaporozhets
2013-04-18Override gravatar url to use SSL if gitlab has the SSL flag set to true.Sylas
2013-04-18Merge branch 'feedback-forum-link' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-04-18Feedback forum link is cname now.Sytse Sijbrandij
2013-04-17add gitlab shell version and updated CHANGELOGDmitriy Zaporozhets
2013-04-16some usability improvementsDmitriy Zaporozhets
2013-04-16render tabs on milestone -> showDmitriy Zaporozhets
2013-04-16Ability to close milestone from milestones -> indexDmitriy Zaporozhets
2013-04-16Merge pull request #3610 from senny/doc_no_feature_requests_in_issue_trackerDmitriy Zaporozhets
contribution guidelines: no feature requests on the Github issue tracker
2013-04-16Restyle milestones indexDmitriy Zaporozhets
2013-04-16migrate milestones with nil stateDmitriy Zaporozhets
2013-04-16contribution guidelines: no feature requests on the Github issue trackerYves Senn
State clearly that the issue tracker is not used for feature requests and link to http://feedback.gitlab.com.
2013-04-16Gitlab::Git::Stats specsDmitriy Zaporozhets
2013-04-16Gitlab::Git::Diff specsDmitriy Zaporozhets
2013-04-16symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets
2013-04-16Fix duplicating participants in milestoneDmitriy Zaporozhets
2013-04-16Merge branch 'feature/project_labels' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-04-16Dashboard -> projects -> filtering by project labelDmitriy Zaporozhets
2013-04-16Add project labels supportDmitriy Zaporozhets
2013-04-16Paginate users in users apiDmitriy Zaporozhets
2013-04-15Merge branch 'check-redis' of github.com:axilleas/gitlabhq into check-redisAxilleas Pipinellis
2013-04-15Added check_redis_version. Fixes #3449axilleas
Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide.
2013-04-15Fixed identation...Axilleas Pipinellis
2013-04-15Fixed redis-cli check functionAxilleas Pipinellis
2013-04-15Added new output information, fixed typoAxilleas Pipinellis