summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dz-nested-groups-title-ui' into 'master' Sean McGivern2016-12-167-8/+28
|\
| * Refactor Namespace#parents methoddz-nested-groups-title-uiDmitriy Zaporozhets2016-12-151-11/+1
| * Use full_name for Group in UIDmitriy Zaporozhets2016-12-131-1/+1
| * Add parents method to NamespaceDmitriy Zaporozhets2016-12-131-5/+20
| * Use full group name for admin group index and show pagesDmitriy Zaporozhets2016-12-132-2/+2
| * Show full path for nested groups at dashboard groups listDmitriy Zaporozhets2016-12-132-1/+9
| * Show full path in header UI for nested groups/projectsDmitriy Zaporozhets2016-12-132-4/+11
* | Fix eslint errorsfix-master-eslint-errorsAlfredo Sumaran2016-12-154-10/+10
* | Merge branch '24877-bulk-edit-only-keeps-common-labels-when-searching' into '...Fatih Acet2016-12-156-126/+154
|\ \
| * | Address feedback24877-bulk-edit-only-keeps-common-labels-when-searchingAlfredo Sumaran2016-12-144-17/+23
| * | Improve issuable's bulk assignment implementationAlfredo Sumaran2016-12-146-122/+144
* | | Merge branch '25617-todos-filter-placeholder' into 'master' Annabel Dunstone Gray2016-12-151-3/+3
|\ \ \
| * | | 25617 Fix placeholder color of todo filters25617-todos-filter-placeholdertauriedavis2016-12-141-3/+3
* | | | Merge branch '24824-dropdown-items-focus' into 'master' Annabel Dunstone Gray2016-12-151-1/+0
|\ \ \ \
| * | | | 24824 Add focus state to dropdowns24824-dropdown-items-focustauriedavis2016-12-141-1/+0
* | | | | Merge branch 'show-commit-status-from-latest-pipeline' into 'master' Grzegorz Bizon2016-12-153-13/+25
|\ \ \ \ \
| * | | | | Don't call anything on a block, use simple ifLin Jen-Shin2016-12-151-4/+6
| * | | | | Introduce latest_status and add a few testsLin Jen-Shin2016-12-143-3/+7
| * | | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-1414-41/+46
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-14438-4074/+5994
| |\ \ \ \ \
| * | | | | | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-243-10/+6
| * | | | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-24178-1423/+2931
| |\ \ \ \ \ \
| * | | | | | | Filter against status first, otherwise we can'tLin Jen-Shin2016-11-221-1/+1
| * | | | | | | Use latest_for in latest_successful_forLin Jen-Shin2016-11-211-1/+1
| * | | | | | | Still use compound pipeline status, but group byLin Jen-Shin2016-11-213-19/+16
| * | | | | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-21433-2026/+5331
| |\ \ \ \ \ \ \
| * | | | | | | | There's not always a pipelineLin Jen-Shin2016-11-081-1/+1
| * | | | | | | | Also show latest pipeline for ImageForBuildServiceLin Jen-Shin2016-11-081-3/+10
| * | | | | | | | Show commit status from latest pipelineLin Jen-Shin2016-11-082-8/+14
* | | | | | | | | Merge branch 'remove-unnecessary-message-mr-commits-tab' into 'master' Fatih Acet2016-12-151-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unnecessary messageVictor Wu2016-12-091-4/+0
* | | | | | | | | | Merge branch 'gfm-autocomplete-char-in-middle' into 'master' Fatih Acet2016-12-151-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed bug with +1 not autocompletinggfm-autocomplete-char-in-middlePhil Hughes2016-12-151-2/+3
| * | | | | | | | | | Fixed GFM autocomplete to disallow non-word characters in stringPhil Hughes2016-12-121-1/+1
* | | | | | | | | | | Merge branch 'add-object-assign-polyfill' into 'master' Fatih Acet2016-12-151-0/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix eslint violations in Object.assign polyfilladd-object-assign-polyfillMike Greiling2016-12-141-9/+8
| * | | | | | | | | | | Add Object.assign polyfillAlfredo Sumaran2016-12-141-0/+27
* | | | | | | | | | | | Merge branch '23962-docker-file-dropdown-should-be-properly-positioned' into ...Annabel Dunstone Gray2016-12-151-1/+48
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Unify margin widthsAnnabel Dunstone Gray2016-12-151-5/+4
| * | | | | | | | | | | | Fixed the use of display:flex to display:block23962-docker-file-dropdown-should-be-properly-positionedJosé Iván Vargas López2016-12-141-6/+5
| * | | | | | | | | | | | Fixed file template dropdown for the "New File" editor for smaller/zoomed scr...Jose Ivan Vargas Lopez2016-12-131-1/+50
* | | | | | | | | | | | | Merge branch '22864-add-clean-environment-name' into 'master' Kamil Trzciński2016-12-153-4/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-152-2/+25
| * | | | | | | | | | | | | Create environments when the build referencing them is createdNick Thomas2016-12-151-2/+13
| * | | | | | | | | | | | | Add an environment slugNick Thomas2016-12-151-0/+50
* | | | | | | | | | | | | | Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-153-57/+18
* | | | | | | | | | | | | | Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-156-41/+99
* | | | | | | | | | | | | | Merge branch 'katex-math' into 'master' Sean McGivern2016-12-156-9/+78
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-147-84/+104
| * | | | | | | | | | | | | Don't double renderMunken2016-12-081-0/+3