summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'Fatih Acet2018-12-134-172/+22
|\ | | | | | | | | | | | | Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
| * Fix failed tests and add extra testHeinrich Lee Yu2018-12-062-3/+22
| |
| * Disable duplicate label merging in search bar dropdownHeinrich Lee Yu2018-12-062-169/+0
| |
* | Fix diff changes empty statePhil Hughes2018-12-132-25/+107
| | | | | | | | | | | | | | | | | | The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
* | Added testPhil Hughes2018-12-121-0/+81
| |
* | Fixed notes not being applied to diff linesPhil Hughes2018-12-121-0/+4
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55248, https://gitlab.com/gitlab-org/gitlab-ce/issues/55245
* | Merge branch 'fixed-note-awards-js' into 'master'Filipa Lacerda2018-12-121-0/+23
|\ \ | | | | | | | | | | | | | | | | | | Fixed emoji awards not being added to notes Closes #55141 See merge request gitlab-org/gitlab-ce!23720
| * | Fixed emoji awards not being added to notesPhil Hughes2018-12-111-0/+23
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55141
* | | Merge branch 'winh-markdown-preview-lists' into 'master'Phil Hughes2018-12-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary div from MarkdownField to apply list styles correctly Closes #55190 See merge request gitlab-org/gitlab-ce!23733
| * | | Remove unnecessary div from MarkdownField to apply list styles correctlyWinnie Hellmann2018-12-121-1/+1
| | | |
* | | | Move timeline_entry_item_spec.js to JestWinnie Hellmann2018-12-111-40/+0
|/ / /
* | | Move emoji_menu_spec.js to JestWinnie Hellmann2018-12-111-119/+0
| | |
* | | Make commit IDs in merge request discussion header monospaceWinnie Hellmann2018-12-111-2/+44
| | |
* | | Fix MR discussion counts being offPaul Slaughter2018-12-101-27/+44
|/ / | | | | | | | | | | | | | | | | **What was the issue?** Notes can be unresolved, but not resolvable. Without this, the unresolvedDiscussionsCount was inflated. **References** https://gitlab.com/gitlab-org/gitlab-ce/issues/55138
* | Merge branch '39727-registry' into 'master'Phil Hughes2018-12-103-95/+59
|\ \ | | | | | | | | | | | | Replaces vue-resource with axios for registry code See merge request gitlab-org/gitlab-ce!23545
| * | Reduces technical debtFilipa Lacerda2018-12-073-34/+23
| | | | | | | | | | | | | | | | | | | | | Updates icons to use gitlab-svg Updates buttons to use gitlab-ui Updates broken tests
| * | Replaces vue-resource with axios for registry codeFilipa Lacerda2018-12-073-81/+56
| | |
* | | Merge branch 'commit-badge-style-fix' into 'master'Filipa Lacerda2018-12-101-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed styling of image comment badges on commits Closes #54849 See merge request gitlab-org/gitlab-ce!23659
| * | | Fixed styling of image comment badges on commitsPhil Hughes2018-12-071-0/+4
| |/ / | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54849
* | | CE Backport: Epic issue list and related issue list re-designKushal Pandya2018-12-083-0/+417
| | |
* | | Resolve "Navigating unresolved discussions on Merge Request page"André Luís2018-12-084-1/+67
| | |
* | | Resolve "Extended user centric tooltips"Tim Zallmann2018-12-088-5/+360
| | |
* | | Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher2018-12-071-2/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
| * \ \ Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-0737-323/+1212
| |\ \ \ | | | | | | | | | | | | | | | 20422-hide-ui-variables-by-default
| * | | | Prettifiesjhampton2018-12-071-2/+2
| | | | |
| * | | | Fixes linting errorsjhampton2018-12-071-0/+5
| | | | |
| * | | | Adds toggle behaviorjhampton2018-12-071-2/+21
| | | | | | | | | | | | | | | | | | | | - Adds coverage for hide/reveal toggle button behavior
* | | | | Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets2018-12-073-0/+51
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
| * | | | Allows user to override default issuer email for cert managerAmit Rathi2018-12-073-0/+51
| | | | |
* | | | | CE Port of "Web Terminal FE"Paul Slaughter2018-12-071-1/+53
| |_|/ / |/| | |
* | | | Merge branch 'winh-merge-request-diff-discussion-commit-id' into 'master'Mike Greiling2018-12-072-10/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Pass commit when posting diff discussions See merge request gitlab-org/gitlab-ce!23371
| * | | | Pass commit when posting diff discussionsWinnie Hellmann2018-12-052-10/+26
| | | | |
* | | | | Remove unused data from discussions endpointOswaldo Ferreira2018-12-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
* | | | | Use BFG object maps to clean projectsNick Thomas2018-12-061-0/+36
| | | | |
* | | | | Merge branch 'diff-file-moved-view' into 'master'Filipa Lacerda2018-12-064-0/+97
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed renamed and mode changed diff viewers not rendering on merge requests Closes #52607 See merge request gitlab-org/gitlab-ce!23600
| * | | | | Fixed renamed and mode changed diff viewersPhil Hughes2018-12-064-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
* | | | | | Merge branch 'mg-fix-knative-application-row' into 'master'Kushal Pandya2018-12-061-8/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Disable Knative for group clusters See merge request gitlab-org/gitlab-ce!23577
| * | | | | Update test to ensure the correct applications are shownMike Greiling2018-12-051-8/+55
| | | | | |
* | | | | | Merge branch '5426-fe-web-terminal-init-store-ce' into 'master'Phil Hughes2018-12-061-0/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | CE Port of "Setup IDE terminal store for environment checks" See merge request gitlab-org/gitlab-ce!23575
| * | | | | Add projectRunners to api.jsPaul Slaughter2018-12-051-0/+17
| |/ / / / | | | | | | | | | | | | | | | - This is needed by the Web Terminal to check environment
* | | | | Resolve "Include tags into pipeline detail view"Scott Hampton2018-12-051-1/+6
| |/ / / |/| | |
* | | | Merge branch 'diff-expand-commit-file' into 'master'Filipa Lacerda2018-12-051-14/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed expanding diff commit files Closes #50662 See merge request gitlab-org/gitlab-ce!23591
| * | | | Fixed expanding diff commit filesPhil Hughes2018-12-051-14/+37
| | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50662
* | | | | Fixed multiple discussions getting added to diff linesPhil Hughes2018-12-051-0/+78
|/ / / / | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8195
* | | | Merge branch 'expand-diff-bug' into 'master'Filipa Lacerda2018-12-051-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fixed diff files not expanding Closes #54868 See merge request gitlab-org/gitlab-ce!23555
| * | | Fixed diff files not expandingPhil Hughes2018-12-041-1/+1
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54868
* | | | Updated variable name to forceExpandedPhil Hughes2018-12-042-3/+3
| | | |
* | | | Fixed multiple diff line discussions not expandingPhil Hughes2018-12-042-0/+39
|/ / / | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53600
* | | Fix collapsing discussion repliesWinnie Hellmann2018-12-041-46/+0
| | |
* | | Merge branch '54514-tooltips' into 'master'Clement Ho2018-12-031-46/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes tooltip overflowing in mini pipeline Closes #54514 See merge request gitlab-org/gitlab-ce!23486