summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tooltip title and persist state18743-sidebar-pin-tooltipAlfredo Sumaran2016-06-211-13/+27
* Update CHANGELOGAnnabel Dunstone2016-06-211-0/+1
* Add tooltip on pin/unpin navAnnabel Dunstone2016-06-212-1/+3
* Merge branch '18709-reduce-git-calls' into 'master' Yorick Peterse2016-06-218-12/+19
|\
| * Provide default branch/file path for ProjectsController#show18709-reduce-git-callsPaco Guzman2016-06-201-1/+7
| * Get ref_names from branch_names/tag_names cachedPaco Guzman2016-06-202-0/+5
| * Unify check branch name existPaco Guzman2016-06-206-11/+7
* | Merge branch '18760-remove-explicate-assignment-on-metrics-action' into 'mast...Yorick Peterse2016-06-212-2/+1
|\ \
| * | Remove explicit Gitlab::Metrics.action assignments, are already automatic.18760-remove-explicate-assignment-on-metrics-actionPaco Guzman2016-06-182-2/+1
* | | Merge branch 'email-on-push' into 'master' Achilleas Pipinellis2016-06-213-1/+18
|\ \ \
| * | | Document email on push serviceChris Wilson2016-06-203-1/+18
* | | | Merge branch 'fix-list-style' into 'master' Jacob Schatz2016-06-203-13/+19
|\ \ \ \
| * | | | Make lists looks the same when preview mode and publishedfix-list-styleAlfredo Sumaran2016-06-173-13/+19
* | | | | Merge branch 'lbennett/gitlab-ce-18113-edit-note-shortcut-conflicting' into '...Jacob Schatz2016-06-201-1/+4
|\ \ \ \ \
| * | | | | restricted note edit shortcut to only up keylbennett/gitlab-ce-18113-edit-note-shortcut-conflictingLuke "Jared" Bennett2016-06-171-1/+4
* | | | | | Merge branch 'lbennett/gitlab-ce-18490-top-area-css-tablet-view' into 'master' Jacob Schatz2016-06-201-1/+2
|\ \ \ \ \ \
| * | | | | | Corrected top area css media query paramslbennett/gitlab-ce-18490-top-area-css-tablet-viewLuke "Jared" Bennett2016-06-171-1/+2
| |/ / / / /
* | | | | | Merge branch 'lbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentati...Jacob Schatz2016-06-203-1/+6
|\ \ \ \ \ \
| * | | | | | Added shortcut to help shortcuts viewlbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentationLuke "Jared" Bennett2016-06-173-1/+6
| |/ / / / /
* | | | | | Merge branch 'fix-merge-on-success-widget-buttons' into 'master' Jacob Schatz2016-06-201-3/+12
|\ \ \ \ \ \
| * | | | | | Started fixing, not found dropdown button yet....fix-merge-on-success-widget-buttonsLuke "Jared" Bennett2016-06-171-3/+12
* | | | | | | Merge branch 'diff-commit-id-weight' into 'master' Jacob Schatz2016-06-201-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixes font family of commit ID in diffsdiff-commit-id-weightPhil Hughes2016-06-171-0/+1
| * | | | | | | Fixes font weight of commit id on view file buttonPhil Hughes2016-06-161-0/+4
* | | | | | | | Merge branch 'empty-state-project-page' into 'master' Jacob Schatz2016-06-201-8/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Use existing color variables.empty-state-project-pageConnor Shea2016-06-191-4/+4
| * | | | | | | Fix regressions in the design of the project statistics bar.Connor Shea2016-06-191-6/+12
* | | | | | | | Merge branch 'image-border' into 'master' Jacob Schatz2016-06-204-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Emoji shouldn't have borders. #EmojiWithoutBordersConnor Shea2016-06-193-3/+3
| * | | | | | | | Add borders to images in issues, MRs, and Help.Connor Shea2016-06-194-0/+22
| |/ / / / / / /
* | | | | | | | Merge branch 'note-emoji-system-note' into 'master' Jacob Schatz2016-06-201-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Uses not when checking for system notenote-emoji-system-notePhil Hughes2016-06-171-2/+2
| * | | | | | | | Hides award emoji & access level on system notesPhil Hughes2016-06-131-2/+2
* | | | | | | | | Merge branch 'async-refs-dropdown' into 'master' Jacob Schatz2016-06-2015-86/+133
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed issue with returning ref in commits JSONasync-refs-dropdownPhil Hughes2016-06-203-4/+24
| * | | | | | | | | Fixed Ruby to use excludePhil Hughes2016-06-182-2/+2
| * | | | | | | | | Correctly adds commit ID into dropdownPhil Hughes2016-06-185-70/+10
| * | | | | | | | | Pulls back tags if any existPhil Hughes2016-06-181-2/+6
| * | | | | | | | | Escapes branch names before appending to domPhil Hughes2016-06-182-2/+2
| * | | | | | | | | Tests fix for ref switcherPhil Hughes2016-06-187-16/+37
| * | | | | | | | | Refs dropdown is now loaded asyncPhil Hughes2016-06-187-11/+73
* | | | | | | | | | Merge branch '18584-document-request-access-feature' into 'master' Achilleas Pipinellis2016-06-2017-1/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update images for the 'Project users' documentation18584-document-request-access-featureRémy Coutable2016-06-1510-1/+1
| * | | | | | | | | | Add documentation for the 'request access to group' featureRémy Coutable2016-06-154-0/+22
| * | | | | | | | | | Add documentation for the 'request access to project' featureRémy Coutable2016-06-154-0/+22
* | | | | | | | | | | Merge branch '18757-fix' into 'master' Stan Hu2016-06-202-14/+52
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fallback to group's owners/masters when a project has none18757-fixRémy Coutable2016-06-202-14/+52
* | | | | | | | | | | | Merge branch 'markdowner' into 'master' Jacob Schatz2016-06-209-11/+148
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Added text_utility to JS testsmarkdownerPhil Hughes2016-06-201-6/+7
| * | | | | | | | | | | | Made markdown buttons work on all markdown textareasPhil Hughes2016-06-174-24/+27