summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz2016-06-158-31/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Checks against date parsing instead of stringissuable-sidebar-boldPhil Hughes2016-06-102-3/+3
| * | | | | | | | | Fixed testsPhil Hughes2016-06-101-2/+2
| * | | | | | | | | Uses already defined color for text in sidebarPhil Hughes2016-06-101-2/+2
| * | | | | | | | | Updated link colorPhil Hughes2016-06-101-1/+1
| * | | | | | | | | Corrected all sidebar font weights to correctly match the designPhil Hughes2016-06-107-30/+28
| * | | | | | | | | Fixed issue with bold in issuable sidebarPhil Hughes2016-06-103-6/+7
* | | | | | | | | | Merge branch '18434-emoji-icon-styling' into 'master' Jacob Schatz2016-06-151-1/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed notes action buttonsLuke "Jared" Bennett2016-06-131-1/+11
* | | | | | | | | | | Merge branch '18340-cannot-click-find-and-download-on-file-page' into 'master' Jacob Schatz2016-06-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | .tree-controls stacking context now above .tree-holdrLuke "Jared" Bennett2016-06-101-0/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'commits-ui' into 'master' Jacob Schatz2016-06-1510-106/+140
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated text expander text colorcommits-uiPhil Hughes2016-06-091-1/+1
| * | | | | | | | | | | Fixed horizontal and veritcal alignment of commit action buttonsPhil Hughes2016-06-081-4/+18
| * | | | | | | | | | | Changed margin to better align verticallyPhil Hughes2016-06-081-1/+1
| * | | | | | | | | | | Vertical alignment of buttons in commit rowPhil Hughes2016-06-082-4/+4
| * | | | | | | | | | | Added short commit ID to mobilePhil Hughes2016-06-082-4/+3
| * | | | | | | | | | | SCSS lint fixPhil Hughes2016-06-081-1/+1
| * | | | | | | | | | | Sends correct parameter to commit_author_link for avatarPhil Hughes2016-06-081-1/+1
| * | | | | | | | | | | Improved spacing on mobilePhil Hughes2016-06-083-6/+16
| * | | | | | | | | | | Updated failing testsPhil Hughes2016-06-084-10/+7
| * | | | | | | | | | | Updated testsPhil Hughes2016-06-083-2/+9
| * | | | | | | | | | | Updated some commit UI colorsPhil Hughes2016-06-084-20/+19
| * | | | | | | | | | | Updated commits UIPhil Hughes2016-06-087-96/+104
* | | | | | | | | | | | Merge branch 'issue_18575' into 'master' Jacob Schatz2016-06-156-7/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add handler icon to prioritized labelsissue_18575Alfredo Sumaran2016-06-156-7/+32
* | | | | | | | | | | | | Merge branch 'new-project-mobile' into 'master' Jacob Schatz2016-06-153-22/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move group creation text to below the 'Project owner' field.Connor Shea2016-06-151-5/+5
| * | | | | | | | | | | | | Fix test.Connor Shea2016-06-151-1/+2
| * | | | | | | | | | | | | Improve New Project page for mobile.Connor Shea2016-06-152-20/+12
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'pinned-sidebar' into 'master' Jacob Schatz2016-06-1511-139/+169
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Moved pinned button to the bottomPhil Hughes2016-06-156-21/+36
| * | | | | | | | | | | | | Clicking body closes navpinned-sidebarPhil Hughes2016-06-152-1/+18
| * | | | | | | | | | | | | Increased speed of sidebar transitionPhil Hughes2016-06-155-80/+30
| * | | | | | | | | | | | | Pinned sidebar navigation optionPhil Hughes2016-06-159-75/+123
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'update-changelog-8.8.5' into 'master' Robert Speicher2016-06-151-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update CHANGELOG for 8.8.5 releaseStan Hu2016-06-151-8/+10
* | | | | | | | | | | | | | Merge branch 'fair-usage-of-shared-runners' into 'master' Stan Hu2016-06-153-6/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Make sure that we test RegisterBuildService behavior for deleted projectsfair-usage-of-shared-runnersKamil Trzcinski2016-06-151-0/+22
| * | | | | | | | | | | | | Fix typoKamil Trzcinski2016-06-151-1/+1
| * | | | | | | | | | | | | Optimise SQL queryKamil Trzcinski2016-06-141-13/+11
| * | | | | | | | | | | | | Fair usage of Shared RunnersKamil Trzcinski2016-06-133-6/+60
* | | | | | | | | | | | | | Merge branch '18131-pressing-merge-when-build-succeeds-at-the-same-exact-time...Robert Speicher2016-06-152-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Rename ci_commit to pipeline18131-pressing-merge-when-build-succeeds-at-the-same-exact-time-that-a-build-is-failing-will-merge-the-failed-buildZ.J. van de Weg2016-06-152-6/+6
| * | | | | | | | | | | | | | Fix race condition on auto mergeZeger-Jan van de Weg2016-06-152-3/+13
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'project-services-inverse-of' into 'master' Rémy Coutable2016-06-153-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Set inverse_of for Project/Services relationYorick Peterse2016-06-153-2/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'remove-shell-env' into 'master' Douwe Maan2016-06-155-37/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Get rid of Gitlab::ShellEnvJacob Vosmaer2016-06-155-37/+13
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '18338-change-admin-navigation-to-match-new-ui' into 'master' Dmitriy Zaporozhets2016-06-1515-603/+634
|\ \ \ \ \ \ \ \ \ \ \ \ \