summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "e" shortcut to edit issuableissue_13510Alfredo Sumaran2016-02-231-0/+8
* Merge branch 'dz-small-ui-fixes' into 'master' Jacob Schatz2016-02-2322-94/+110
|\
| * Fix spinach test for wiki markdown renderDmitriy Zaporozhets2016-02-131-2/+10
| * Update tests to match new wiki headerDmitriy Zaporozhets2016-02-094-5/+11
| * Set of small improvements to wiki frontendDmitriy Zaporozhets2016-02-0710-54/+64
| * Set of small UI fixes to project and profile pagesDmitriy Zaporozhets2016-02-079-34/+26
* | Merge branch 'uploads-700' into 'master' revert-53176717Marin Jankovski2016-02-232-8/+10
|\ \
| * | Simplify permissions creationuploads-700Achilleas Pipinellis2016-02-102-3/+3
| * | Restrict permissions on public/uploadsAchilleas Pipinellis2016-02-092-9/+11
* | | Merge branch 'files-view-row-click' into 'master' Jacob Schatz2016-02-233-8/+7
|\ \ \
| * | | Correctly checks if tree view is on screenPhil Hughes2016-02-232-2/+2
| * | | Fixes issue with file view rows not clickable on project main viewfiles-view-row-clickPhil Hughes2016-02-233-8/+7
* | | | Merge branch 'patch-1' into 'master' Rémy Coutable2016-02-231-13/+13
|\ \ \ \
| * | | | fix some linksnozo2016-02-141-13/+13
* | | | | Merge branch 'empty-repo-instructions-fix' into 'master' Jacob Schatz2016-02-236-2/+23
|\ \ \ \ \
| * | | | | fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-232-5/+1
| * | | | | Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-225-1/+26
* | | | | | Merge branch 'milestone-drag-empty-list' into 'master' Jacob Schatz2016-02-231-9/+21
|\ \ \ \ \ \
| * | | | | | Issues can be dragged & dropped into empty milestone listsPhil Hughes2016-02-231-9/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'dashboard-misaligned-buttons' into 'master' Jacob Schatz2016-02-231-0/+1
|\ \ \ \ \ \
| * | | | | | Fixed mis-aligned buttons on dashboard/issuesdashboard-misaligned-buttonsPhil Hughes2016-02-231-0/+1
| |/ / / / /
* | | | | | Merge branch 'issue_11874' into 'master' Jacob Schatz2016-02-236-56/+127
|\ \ \ \ \ \
| * | | | | | Do not use calc and fix background spinner for high density displaysissue_11874Alfredo Sumaran2016-02-221-3/+5
| * | | | | | Use or create variablesAlfredo Sumaran2016-02-223-8/+9
| * | | | | | Simpler way to place arrowAlfredo Sumaran2016-02-221-3/+2
| * | | | | | Delete unused CSS ruleAlfredo Sumaran2016-02-221-7/+0
| * | | | | | Update dropdown menu styleAlfredo Sumaran2016-02-225-37/+85
| * | | | | | Make select2 design consistentAlfredo Sumaran2016-02-215-29/+57
* | | | | | | Merge branch 'ci/extend-summary-status-specs' into 'master' Kamil Trzciński2016-02-231-21/+51
|\ \ \ \ \ \ \
| * | | | | | | Extend specs for summary build statusci/extend-summary-status-specsGrzegorz Bizon2016-02-201-21/+51
* | | | | | | | Merge branch 'fix-autocomplete-spec' into 'master'Robert Speicher2016-02-231-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'project-type-icon-your-projects' into 'master' Jacob Schatz2016-02-221-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Show project visibility level on project listproject-type-icon-your-projectsPhil Hughes2016-02-221-0/+3
* | | | | | | | Merge branch 'blame-line-link' into 'master' Jacob Schatz2016-02-223-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Added line links to blame tableblame-line-linkPhil Hughes2016-02-223-4/+8
* | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher2016-02-222-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #10044 from qingyang1014/corrent-compare_branches-png-nameRobert Schilling2016-02-201-0/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | correct compare_braches.png to /compare_branches.png and make sure it works ...yuxiao.lxy2016-02-201-0/+0
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #10042 from sestus/masterRobert Schilling2016-02-191-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Typo fix in README.mdMike Milonakis2016-02-181-1/+1
* | | | | | | | | | | Add missing word to GitLab Flow docRobert Speicher2016-02-221-1/+1
* | | | | | | | | | | Merge branch 'fix/13631-error-with-merged-mr' into 'master' Rémy Coutable2016-02-222-1/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-222-1/+35
* | | | | | | | | | | | Merge branch 'saml-link-default' into 'master' Robert Speicher2016-02-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Properly set `auto_link_saml_user` default value in the Settings loader.Patricio Cano2016-02-221-0/+1
* | | | | | | | | | | | | Merge branch 'fix-moving-revert-button' into 'master' Jacob Schatz2016-02-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed revert button tooltip placement causing movementfix-moving-revert-buttonPhil Hughes2016-02-221-2/+2
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Make sure we recommend 2GBSytse Sijbrandij2016-02-221-2/+2
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'status-indicator-size' into 'master' Jacob Schatz2016-02-221-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Changed the size of status indicatorsstatus-indicator-sizePhil Hughes2016-02-221-6/+3
| |/ / / / / / / / / / /