summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix dropdown content non appearing in MR view25961-spec-list-blankFilipa Lacerda2016-12-222-5/+4
| | | | Add MR ID to Changelog entry
* Merge branch '23638-remove-builds-tab' into 'master' Kamil Trzciński2016-12-213-32/+4
|\ | | | | | | | | | | | | Resolve "Remove Builds tab from Merge Requests and Commits" Closes #23638 See merge request !7763
| * Resolve conflicts23638-remove-builds-tabFilipa Lacerda2016-12-211-0/+1
| |
| * Remove builds tabsFilipa Lacerda2016-12-211-4/+0
| |
| * Remove builds from merge request tabs fileFilipa Lacerda2016-12-213-443/+3
| |
| * Remove builds tab from commitFilipa Lacerda2016-12-211-1/+0
| | | | | | | | | | | | Remove unused file Fix commit link
| * Removes builds tab from merge requestFilipa Lacerda2016-12-212-2/+418
| | | | | | | | Fix specs
* | Merge branch 'backport-mr-widget-ci-js' into 'master' Alfredo Sumaran2016-12-211-0/+42
|\ \ | | | | | | | | | | | | Backport moving MR widget CI JS out of script tag See merge request !8200
| * | Move javascript for widget check to ci_bundle.Bryce Johnson2016-12-211-19/+37
| | |
| * | Backport moving MR widget CI JS out of script tag.Bryce Johnson2016-12-211-0/+24
| |/
* | Merge branch '19620-auto-scroll-log' into 'master' Alfredo Sumaran2016-12-212-25/+113
|\ \ | | | | | | | | | | | | | | | | | | Improve Build Log scrolling experience Closes #19620 See merge request !7895
| * | Move comments to next lineKushal Pandya2016-12-211-4/+12
| | |
| * | Replace `$.fadeIn()` usage with `$.show()`Kushal Pandya2016-12-211-2/+2
| | |
| * | Use cached element referencesKushal Pandya2016-12-211-2/+2
| | |
| * | Set offset via constant variableKushal Pandya2016-12-211-2/+3
| | |
| * | Use `get(0)` instead of direct array index accessKushal Pandya2016-12-211-8/+8
| | |
| * | Fix scroll top button overlappingKushal Pandya2016-12-211-1/+1
| | |
| * | Prevent scroll bottom button and scroll indicator clashesKushal Pandya2016-12-211-0/+3
| | |
| * | Fix case where Autoscroll indicator overlays scroll bottom buttonKushal Pandya2016-12-211-3/+15
| | |
| * | Refactor build log scroll button logic to prevent icon overlapsKushal Pandya2016-12-211-11/+16
| | |
| * | Cache common references to `.status-text` elementKushal Pandya2016-12-211-2/+3
| | |
| * | Use `bind` instead of currying to access outer contextKushal Pandya2016-12-211-9/+7
| | |
| * | ESLint: use outer `this` by currying functionKushal Pandya2016-12-211-8/+9
| | |
| * | Fix incorrect scroll button appearance in certain casesKushal Pandya2016-12-211-1/+12
| | |
| * | Add `isInViewport`Kushal Pandya2016-12-211-0/+13
| | |
| * | Move `isInViewport` to `gl.utils`, make scroll buttons sticky alwaysKushal Pandya2016-12-211-24/+12
| | |
| * | Cache commonly referenced DOM elements, cleaning upKushal Pandya2016-12-211-40/+29
| | |
| * | Update selector for build status textKushal Pandya2016-12-211-2/+2
| | |
| * | Fix Autoscroll status icon misalignment on page reloadKushal Pandya2016-12-211-2/+1
| | |
| * | Add animation to autoscroll indicator when activatedKushal Pandya2016-12-211-0/+2
| | |
| * | Fix rebase conflictsKushal Pandya2016-12-211-19/+0
| | |
| * | ESLint: remove extra indentationKushal Pandya2016-12-211-2/+2
| | |
| * | ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
| | |
| * | Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-0/+26
| | | | | | | | | | | | | | | - Improve isInViewport impementation to be robust. - Autoscroll is now a status indicator instead of toggle button - Scrolling build log enables autoscroll itself when scrolled to bottom.
| * | ESLint: remove extra indentationKushal Pandya2016-12-211-2/+2
| | |
| * | ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
| | |
| * | Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-47/+83
| | | | | | | | | | | | | | | - Improve isInViewport impementation to be robust. - Autoscroll is now a status indicator instead of toggle button - Scrolling build log enables autoscroll itself when scrolled to bottom.
| * | Enable build log autoscroll when page scrolls to bottomKushal Pandya2016-12-211-9/+37
| | |
* | | Merge branch '25879-emoji-autocomplete-starts-too-eagerly' into 'master' Jacob Schatz2016-12-211-6/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix space issue and add test Closes #25879 See merge request !8217
| * | | Fix space issue and add test25879-emoji-autocomplete-starts-too-eagerlyLuke "Jared" Bennett2016-12-211-6/+0
| | |/ | |/|
* | | Merge branch ↵Fatih Acet2016-12-211-7/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25897-textarea-stops-accepting-space-and-return-characters-with-no-warning' into 'master' Fix space, return and tab blocks on textareas Closes #25897 See merge request !8218
| * | | Removed hack25897-textarea-stops-accepting-space-and-return-characters-with-no-warningLuke "Jared" Bennett2016-12-211-7/+0
| |/ /
* | | Maintain milestone filter option when updating filter25561-maintain-milestone-filter-paramSam Rose2016-12-211-5/+9
|/ / | | | | | | Setup teaspoon tests for Issuable
* | Merge branch '25681-network-graph-long-commit-msg' into 'master' Alfredo Sumaran2016-12-211-6/+12
|\ \ | |/ |/| | | | | | | | | Account for newlines in commit messages on network graph Closes #25681 and #21086 See merge request !8131
| * Respect newlines in commit messages on network graph25681-network-graph-long-commit-msgSam Rose2016-12-161-6/+12
| |
* | Merge branch 'remove-u2f-error-logging' into 'master' Alfredo Sumaran2016-12-213-3/+4
|\ \ | | | | | | | | | | | | Display error code for U2F errors See merge request !7305
| * | Display error code for U2F errors (!7305)winniehell2016-11-073-3/+4
| | |
* | | Merge branch '19703-direct-link-pipelines' into 'master' Grzegorz Bizon2016-12-202-0/+111
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Direct link from pipeline list to builds" ## What does this MR do? - Adds a dropdown with builds in the mini pipeline graph in the pipelines table - Unnest a lot of CSS related with pipelines in order to make it reusable ## Screenshots ![Screen_Shot_2016-12-15_at_14.45.41](/uploads/ca1c61842a422a34383e029d668034b7/Screen_Shot_2016-12-15_at_14.45.41.png) ![Screen_Shot_2016-12-15_at_14.45.49](/uploads/952e3277143639ce4ad111103034faeb/Screen_Shot_2016-12-15_at_14.45.49.png) ![Screen_Shot_2016-12-15_at_14.46.02](/uploads/f7369a124b1c3c0db4194de2cb637ef0/Screen_Shot_2016-12-15_at_14.46.02.png) ![graph_animation](/uploads/9bae036cb5acff499f992a4722943d72/graph_animation.gif) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #25071 Closes #19703 See merge request !8097
| * | | Fix broken testFilipa Lacerda2016-12-201-8/+13
| | | | | | | | | | | | | | | | Changes after review
| * | | Remove console.logFilipa Lacerda2016-12-201-2/+0
| | | |