summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto annotate models on migrationannotate-modelsZeger-Jan van de Weg2016-05-061-0/+44
* Annotate the modelsZeger-Jan van de Weg2016-05-0672-323/+485
* Merge branch 'teamcity-changelog-fix' into 'master' Yorick Peterse2016-05-051-1/+1
|\
| * Moved TeamCity changelog entry to 8.7.3Yorick Peterse2016-05-051-1/+1
|/
* Merge branch 'log-impersonation-events' into 'master' Stan Hu2016-05-053-0/+5
|\
| * Log to application.log when an admin starts and stops impersonating a userStan Hu2016-05-043-0/+5
* | Merge branch 'new-badge-url' into 'master' Rémy Coutable2016-05-051-1/+1
|\ \
| * | Use new build badge URLsTakuya Noguchi2016-05-041-1/+1
* | | Merge branch 'fix-team-build-state-in-mr-widget' into 'master' Stan Hu2016-05-043-10/+57
|\ \ \
| * | | Feedback from stanhuBenedikt Huss2016-05-053-14/+26
| * | | Merge request widget displays TeamCity build state and code coverage correctl...Benedikt Huss2016-05-052-6/+41
* | | | Merge branch 'rs-repository-size-format' into 'master' Stan Hu2016-05-041-6/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 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 'sanitize-new-project-error-message' into 'master' Robert Speicher2016-05-044-1/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Sanitize repo paths in new project error messageStan Hu2016-05-044-1/+17
* | | | 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
| | |/ / / / / / | |/| | | | | |