summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix file mode going to next line in diff headerimprove-diff-headerDmitriy Zaporozhets2015-03-232-11/+12
* Make panel heading font boldDmitriy Zaporozhets2015-03-221-0/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-2217-11/+172
|\
| * Merge branch 'fix-broken-new-project-import' into 'master'Dmitriy Zaporozhets2015-03-237-4/+54
| |\
| | * Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu2015-03-227-4/+54
| |/
| * Merge branch 'disable-ref-generation-in-code-blocks' into 'master'Dmitriy Zaporozhets2015-03-223-1/+28
| |\
| | * Disable reference creation for comments surrounded by code/preformatted blocksStan Hu2015-03-193-1/+28
| * | Merge branch 'fix-dots-in-wiki-title' into 'master'Dmitriy Zaporozhets2015-03-224-2/+45
| |\ \
| | * | Fix dots in Wiki slug causing errorsStan Hu2015-03-214-2/+45
| * | | Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-03-221-1/+1
| |\ \ \
| | * | | Updated upgrader to highlight nodejs as required package [ci skip]Paul Beattie2015-03-221-1/+1
| * | | | Merge branch 'fix-import-from-modal' into 'master'Dmitriy Zaporozhets2015-03-224-3/+44
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix "Import projects from" button to show the correct instructionsStan Hu2015-03-224-3/+44
| * | | | Merge branch 'remove_old_auth_image' into 'master'Dmitriy Zaporozhets2015-03-221-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove old GitLab auth imageRobert Schilling2015-03-221-0/+0
| |/ / /
* | | | Merge pull request #8997 from kahwee/patch-1Robert Schilling2015-03-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the "unreleased" word from v7.9.0 changelogKahWee Teng2015-03-231-1/+1
|/ / /
* | | Merge branch 'improve-profile' into 'master'Dmitriy Zaporozhets2015-03-2218-54/+59
|\ \ \ | |/ / |/| |
| * | Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-2111-54/+59
| * | Remove 32px oauth imagesDmitriy Zaporozhets2015-03-217-0/+0
|/ /
* | Merge branch 'backup-permissions' into 'master'Dmitriy Zaporozhets2015-03-213-25/+82
|\ \
| * | Call chdir() with a blockVinnie Okada2015-03-191-18/+17
| * | Move backup permission changes to version 7.10Vinnie Okada2015-03-191-1/+1
| * | Change permissions on backup filesVinnie Okada2015-03-173-12/+70
* | | Merge branch 'add-sidetiq' into 'master'Dmitriy Zaporozhets2015-03-213-0/+8
|\ \ \
| * | | Add sidetiq dependencyVinnie Okada2015-03-213-0/+8
* | | | Merge branch 'topic/push_tag_events_for_ci' of https://github.com/ayufan/gitl...Dmitriy Zaporozhets2015-03-217-45/+97
|\ \ \ \
| * | | | Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-217-45/+97
| |/ / /
* | | | Merge branch 'performance-tune' into 'master'Dmitriy Zaporozhets2015-03-212-3/+37
|\ \ \ \
| * | | | Cache head commit and head treeDmitriy Zaporozhets2015-03-211-2/+10
| * | | | Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets2015-03-211-1/+10
| * | | | Cache project branches and tags into variablesDmitriy Zaporozhets2015-03-212-0/+17
| |/ / /
* | | | Add CHANGELOG item with print view fixDmitriy Zaporozhets2015-03-211-0/+1
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-211-0/+4
|\ \ \ \
| * \ \ \ Merge branch 'fix-print-css' into 'master'Dmitriy Zaporozhets2015-03-211-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Hide UI elements when print md files or wiki pagesfix-print-cssDmitriy Zaporozhets2015-03-211-0/+4
| |/ / /
* | | | Merge branch 'fix-upgrade-guide' into 'master'Dmitriy Zaporozhets2015-03-212-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix link in patch update guideVinnie Okada2015-03-212-1/+2
|/ / /
* | | Merge branch 'improve-avatar-header' into 'master'Dmitriy Zaporozhets2015-03-215-30/+45
|\ \ \
| * | | Improve header with avatar for group and user pagesDmitriy Zaporozhets2015-03-205-30/+45
* | | | Prevent diff header overflowDmitriy Zaporozhets2015-03-201-1/+3
|/ / /
* | | Merge branch 'user-location' into 'master'Dmitriy Zaporozhets2015-03-217-2/+18
|\ \ \
| * | | Add location to user pageDmitriy Zaporozhets2015-03-201-0/+4
| * | | Add location to user profileDmitriy Zaporozhets2015-03-206-2/+14
* | | | Merge branch 'change_the_name_of_key' into 'master'Dmitriy Zaporozhets2015-03-202-9/+10
|\ \ \ \
| * | | | Fix typo.Marin Jankovski2015-03-201-1/+1
| * | | | Change the name of the key used for bitbucket importer.Marin Jankovski2015-03-202-9/+10
* | | | | Merge branch 'link_to_ci_with_ref' into 'master'Dmitriy Zaporozhets2015-03-2010-24/+25
|\ \ \ \ \
| * | | | | Link to CI with refValery Sizov2015-03-2010-24/+25
* | | | | | Fix votes inline renderingDmitriy Zaporozhets2015-03-201-2/+2