summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests.import-current-userDouwe Maan2015-04-013-34/+281
* Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user i...Douwe Maan2015-03-315-3/+17
* Merge branch 'file-commit-list' into 'master'Douwe Maan2015-03-311-1/+1
|\
| * Fixed issue where only 25 commits would load in file listingsPhil Hughes2015-03-301-1/+1
* | Merge branch 'doc_issue_closing' into 'master'Robert Schilling2015-03-312-4/+35
|\ \
| * | Missing dot.Achilleas Pipinellis2015-03-301-1/+1
| * | Update documentation on issue closing pattern.Achilleas Pipinellis2015-03-302-3/+34
* | | Better legend for contribution calendar pt2 :)Dmitriy Zaporozhets2015-03-311-1/+1
* | | Better legend for contribution calendarDmitriy Zaporozhets2015-03-311-3/+3
* | | Merge branch 'commits-count-badge' into 'master'Dmitriy Zaporozhets2015-03-301-1/+3
|\ \ \
| * | | Added badge to commits tabPhil Hughes2015-03-301-1/+3
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-303-2/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'events-paginate' into 'master'Douwe Maan2015-03-302-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Updated api method GET /projects/:id/events to use paginate instead of a self...Stephan van Leeuwen2015-03-242-5/+3
| * | | Merge branch 'upgrade-dockerfile-7.9.1' into 'master'Achilleas Pipinellis2015-03-301-1/+1
| |\ \ \
| | * | | Bump Docker build to GitLab v7.9.1Stan Hu2015-03-301-1/+1
| |/ / /
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-302-7/+10
|\ \ \ \
| * \ \ \ Merge pull request #9056 from mavimo/patch-3Dmitriy Zaporozhets2015-03-301-6/+9
| |\ \ \ \
| | * | | | Fix merge errors on CHANGELOGMarco Vito Moscaritolo2015-03-301-6/+9
| |/ / / /
| * | | | Merge pull request #9053 from firstrow/patch-1Robert Schilling2015-03-301-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | LICENSE year updateAndrew2015-03-301-1/+1
| |/ / /
* | | | Fix adding new members to groupDmitriy Zaporozhets2015-03-303-1/+35
|/ / /
* | | Include brakeman in rake testDmitriy Zaporozhets2015-03-291-0/+1
* | | Refactor star btn logic for non-logged in user and fix testsDmitriy Zaporozhets2015-03-294-17/+26
* | | Refactor star/fork buttonsDmitriy Zaporozhets2015-03-295-24/+47
* | | Merge branch 'file-type' of https://github.com/Soullivaneuh/gitlabhq into Sou...Dmitriy Zaporozhets2015-03-299-8/+171
|\ \ \
| * | | Improve file icons rendering on treeSullivan SENECHAL2015-03-289-8/+171
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-297-46/+33
|\ \ \ \
| * \ \ \ Merge branch 'repo-buttons' into 'master'Dmitriy Zaporozhets2015-03-295-45/+24
| |\ \ \ \
| | * | | | Alignment fixes for repo buttonsPhil Hughes2015-03-294-11/+18
| | * | | | Moved download button into sidebarPhil Hughes2015-03-292-10/+9
| | * | | | Changed button typePhil Hughes2015-03-272-3/+3
| | * | | | Fork/Star button re-designPhil Hughes2015-03-264-44/+17
| | | |_|/ | | |/| |
| * | | | Merge branch 'clear-note-form-on-succcess' into 'master'Dmitriy Zaporozhets2015-03-292-1/+9
| |\ \ \ \
| | * | | | Prevent note form from being cleared when submitting failed.clear-note-form-on-succcessDouwe Maan2015-03-272-1/+9
* | | | | | Merge pull request #9041 from tsigo/rs-maintain-test-schemaDmitriy Zaporozhets2015-03-291-0/+2
|\ \ \ \ \ \
| * | | | | | Add ActiveRecord::Migration.maintain_test_schema! to spec_helperRobert Speicher2015-03-271-0/+2
* | | | | | | Merge pull request #9044 from tsigo/rs-git-template-envDmitriy Zaporozhets2015-03-291-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Define GIT_TEMPLATE_DIR environment variable in TestEnvRobert Speicher2015-03-271-1/+7
| |/ / / / / /
* | | | | | | Merge pull request #9040 from tsigo/rs-refactor-nav-collapseDmitriy Zaporozhets2015-03-291-8/+3
|\ \ \ \ \ \ \
| * | | | | | | Simplify toggle-nav-collapse JSRobert Speicher2015-03-271-8/+3
| |/ / / / / /
* | | | | | | Merge pull request #9045 from tsigo/rs-move-asana-specDmitriy Zaporozhets2015-03-291-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Move asana_service_spec to its correct locationRobert Speicher2015-03-271-0/+0
* | | | | | | | Merge pull request #9048 from NARKOZ/apiDmitriy Zaporozhets2015-03-291-4/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | properly paginate project events in APINihad Abbasov2015-03-291-4/+1
* | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-294-136/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #9047 from NARKOZ/patch-7Nihad Abbasov2015-03-293-135/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | update acts-as-taggable-onNihad Abbasov2015-03-293-135/+4
| |/ / / / / /
| * | | | | | Merge pull request #9043 from skburgart/fix/merge-wordingRobert Schilling2015-03-281-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Change merging notification to sound more naturalSteven Burgart2015-03-271-1/+1
| | |/ / / /