summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Remove unused repo store keysEric Eastwood2017-08-142-17/+1
| | * | | | | | Add comment about why we need to stop parsing JSONEric Eastwood2017-08-141-0/+1
| | * | | | | | Use single js- wrapper class to show/hideEric Eastwood2017-08-143-6/+7
| | * | | | | | Scroll total scroll width instead of fixed valueEric Eastwood2017-08-141-1/+1
| | * | | | | | Switch single fa icon generation to inlineEric Eastwood2017-08-141-5/+1
| | * | | | | | Remove duplicate setting of variableEric Eastwood2017-08-141-1/+0
| | * | | | | | Reset monacoLoading on failureEric Eastwood2017-08-141-1/+4
| | * | | | | | Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-142-15/+3
| | * | | | | | Remove loading state from repo_tabEric Eastwood2017-08-141-4/+7
| | * | | | | | Make close/changed icon more accessibleEric Eastwood2017-08-141-2/+17
| | * | | | | | Use promise syntax with Helper.getContentEric Eastwood2017-08-142-10/+10
| | * | | | | | Split out linkClicked and add testsEric Eastwood2017-08-141-24/+21
| | * | | | | | Use v-else instead of duplicating logicEric Eastwood2017-08-142-4/+18
| | * | | | | | Move syntax highlighting into a methodEric Eastwood2017-08-101-2/+8
| * | | | | | | Merge branch '36385-pipeline-graph-dropdown' into 'master'Phil Hughes2017-08-141-0/+21
| |\ \ \ \ \ \ \
| | * | | | | | | Stops propagation for dropdown content in pipeline graph. Applies the same be...36385-pipeline-graph-dropdownFilipa Lacerda2017-08-141-0/+21
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch '34527-make-edit-comment-button-always-available-outside-of-drop...Clement Ho2017-08-141-27/+29
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-27/+29
* | | | | | | | Fix inconsistent spacing for edit buttons on issues and merge request pageClement Ho2017-08-141-0/+1
|/ / / / / / /
* | | | | | | Merge branch 'fly-out-tunnel' into 'master'Filipa Lacerda2017-08-142-41/+128
|\ \ \ \ \ \ \
| * | | | | | | moved timeout to a variablefly-out-tunnelPhil Hughes2017-08-141-4/+8
| * | | | | | | fixed up specs caused by left over elements in the bodyPhil Hughes2017-08-141-1/+2
| * | | | | | | fixed JS error when no sidebar existsPhil Hughes2017-08-141-0/+3
| * | | | | | | Add dynamic navigation tunnel to fly-out menusPhil Hughes2017-08-142-41/+120
* | | | | | | | Merge branch '36133-project-overview-page-doesn-t-load-commit-metadata-for-re...Tim Zallmann2017-08-141-0/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into '36133-project-overview-page-doesn-t-load-commit-m...36133-project-overview-page-doesn-t-load-commit-metadata-for-repo-viewMike Greiling2017-08-1015-38/+98
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix commit metadata in project:show pageMike Greiling2017-08-081-0/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch '36325-increase-z-index-pipeline-dropdown' into 'master'Phil Hughes2017-08-141-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Increase z-index of pipeline dropdown36325-increase-z-index-pipeline-dropdownAnnabel Dunstone Gray2017-08-111-0/+1
* | | | | | | | | fix confidential border issue as well as confidential styles leaking on new MRRegis Boudinot2017-08-111-16/+4
* | | | | | | | | Merge branch 'import-project-modal-fix' into 'master'docs-group-milestonesFilipa Lacerda2017-08-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes the correct import modal window not showingimport-project-modal-fixPhil Hughes2017-08-111-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'winh-git-revision-dropdown-style' into 'master'Annabel Dunstone Gray2017-08-112-4/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Make Git revision dropdown style consistentwinh-git-revision-dropdown-stylewinh2017-08-092-4/+6
* | | | | | | | | Merge branch '36270-collapsed-sidebar-scroll' into 'master'Phil Hughes2017-08-111-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Hide overflow-x on collapsed sidebar36270-collapsed-sidebar-scrollAnnabel Dunstone Gray2017-08-101-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'breakpoint-checker-performance' into 'master'Filipa Lacerda2017-08-1010-91/+32
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | removed global use of breakpoint checkerbreakpoint-checker-performancePhil Hughes2017-08-1010-33/+17
| * | | | | | | Increase performance of the breakpoint size checkerPhil Hughes2017-08-101-61/+18
* | | | | | | | Fix line numbers not matching up to code in code viewer.Trevor Flynn2017-08-101-1/+1
* | | | | | | | Merge branch 'remove-affix-issuable-sidebar-new-nav' into 'master'Filipa Lacerda2017-08-101-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove affix plugin from issuable sidebar with new navigationremove-affix-issuable-sidebar-new-navPhil Hughes2017-08-101-0/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch '36158-new-issue-button' into 'master'Phil Hughes2017-08-102-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-buttonFilipa Lacerda2017-08-102-3/+3
* | | | | | | | Merge branch '36185-or-separator' into 'master'Phil Hughes2017-08-101-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix linter error36185-or-separatorFilipa Lacerda2017-08-101-1/+1
| * | | | | | | Aligns OR separater to center properlyFilipa Lacerda2017-08-101-5/+5
| |/ / / / / /
* | | | | | | Merge branch 'fixed-sticky-stats-box-commit-view' into 'master'Filipa Lacerda2017-08-104-12/+20
|\ \ \ \ \ \ \
| * | | | | | | Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-viewPhil Hughes2017-08-094-12/+20
| |/ / / / / /
* | | | | | | Merge branch 'fly-out-fix-hiding' into 'master'Filipa Lacerda2017-08-101-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |