summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove `rescue` clause from `repository_size` helperrs-repository-size-formatRobert Speicher2016-05-041-5/+0
* Use `number_to_human_size` helper to show repository sizeRobert Speicher2016-05-041-1/+2
* Merge branch '17000-comment-links' into 'master' Jacob Schatz2016-05-041-4/+0
|\
| * Remove break-all from links17000-comment-linksAnnabel Dunstone2016-05-041-4/+0
* | Merge branch 'fix-files-page-colors' into 'master' Jacob Schatz2016-05-042-4/+2
|\ \
| * | Fix table bordersfix-files-page-colorsDmitriy Zaporozhets2016-05-021-3/+1
| * | Use correct border color between table rowsDmitriy Zaporozhets2016-05-022-2/+2
* | | Merge branch 'improve-milestone-ui' into 'master' Jacob Schatz2016-05-043-8/+8
|\ \ \
| * | | Improve milestone page UIimprove-milestone-uiDmitriy Zaporozhets2016-05-033-8/+8
* | | | Merge branch 'invalid-exists-on-new-push' into 'master' Yorick Peterse2016-05-043-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Expire repository exists? and has_visible_content? caches after a push if nec...Stan Hu2016-05-043-0/+3
* | | | Merge branch 'clean-user-profile-classes' into 'master' Jacob Schatz2016-05-042-2/+2
|\ \ \ \
| * | | | Remove unused .contributed-projects classKarlo Soriano2016-04-272-2/+2
* | | | | Merge branch 'limit-mr-seedfu' into 'master' Robert Speicher2016-05-041-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Limit the number of merge requests per project to avoid long seedsStan Hu2016-05-041-1/+4
* | | | | Merge branch 'gravatar-fix' into 'master' Rémy Coutable2016-05-043-3/+3
|\ \ \ \ \
| * | | | | Use the new admin settings for gravatarArtem Sidorenko2016-05-043-3/+3
* | | | | | Merge branch 'compact-files-list' into 'master' Jacob Schatz2016-05-041-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Make files list more compact by reducing row height from 47px to 44pxcompact-files-listDmitriy Zaporozhets2016-05-021-1/+1
* | | | | | Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master' Rémy Coutable2016-05-041-1/+1
|\ \ \ \ \ \
| * | | | | | fix: in recent versions of Docker, the /.dockerinit file doesn't exist; use /...Jason Roehm2016-04-261-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'exec-in-launch-wrappers' into 'master' Douwe Maan2016-05-042-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use 'exec' in Unicorn and Sidekiq launch scriptsJacob Vosmaer2016-04-282-3/+3
* | | | | | Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-049-67/+105
|\ \ \ \ \ \
| * | | | | | Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-045-53/+102
| * | | | | | Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-047-49/+38
* | | | | | | Merge branch 'fix-typo-in-user-steps' into 'master' Rémy Coutable2016-05-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix typo in user steps featureKarlo Soriano2016-04-271-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'doc-fix-db-gem-install-instructions' into 'master' Rémy Coutable2016-05-041-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add explicit --with statement for postgres and mysql gem groups as necessary....mike2016-04-271-2/+2
* | | | | | | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-0411-9/+71
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-2911-9/+71
| |/ / / / /
* | | | | | Merge branch 'feature-proposal-contribution-guidelines' into 'master' Douwe Maan2016-05-041-0/+10
|\ \ \ \ \ \
| * | | | | | feature proposal issue template in contributing guidefeature-proposal-contribution-guidelinesJob van der Voort2016-04-281-0/+10
* | | | | | | Merge branch 'lstrip-cop' into 'master' Rémy Coutable2016-05-041-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Enable LstripRstrip copConnor Shea2016-04-271-2/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'add-instrumentation-for-15137' into 'master' Yorick Peterse2016-05-042-15/+25
|\ \ \ \ \ \ \
| * | | | | | | Instrument methods used in email diffsSean McGivern2016-05-042-15/+25
* | | | | | | | Merge branch 'remove-unnecessary-method-call-in-events-view' into 'master' Rémy Coutable2016-05-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unnecessary method call in events viewKarlo Soriano2016-05-011-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'create-wikis-during-check' into 'master' Douwe Maan2016-05-042-16/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Initialize wikis on legacy projects during checkJacob Vosmaer2016-04-262-16/+51
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'revert-devise-async' into 'master' Rémy Coutable2016-05-045-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Remove the Devise Async gem."Connor Shea2016-05-035-2/+6
* | | | | | | | | Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-044-22/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-194-22/+29
* | | | | | | | | | Merge branch 'fix-performance-links' into 'master' Yorick Peterse2016-05-041-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Fixed username links in the performance guideYorick Peterse2016-05-041-3/+3
* | | | | | | | | | Merge branch 'fix-master-spec' into 'master' Rémy Coutable2016-05-041-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix a spec that was failing due to !3483Rémy Coutable2016-05-041-1/+1
|/ / / / / / / / /