summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'inline-duplicated-discussions' into 'master'Fatih Acet2018-12-171-0/+65
|\ | | | | | | | | | | | | Fixed duplicated inline diff discussions Closes #55388 See merge request gitlab-org/gitlab-ce!23843
| * Fixed duplicated inline diff discussionsPhil Hughes2018-12-141-0/+65
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55388
* | Merge branch '55276-encoding-issue-with-the-user-centric-tooltips' into 'master'Tim Zallmann2018-12-171-0/+13
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Encoding issue with the user centric tooltips" Closes #55276 See merge request gitlab-org/gitlab-ce!23794
| * | Add a test for special charactersNatalia Tepluhina2018-12-141-0/+13
| | |
* | | Merge branch ↵53225-rendering-and-usability-problems-with-ie-1153104-redesign-group-overview-ui-mvcStan Hu2018-12-161-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '55402-broken-master-karma-test-failing-in-spec-javascripts-boards-components-issue_due_date_spec-js' into 'master' Resolve "Broken master: karma test failing in spec/javascripts/boards/components/issue_due_date_spec.js" Closes #55402 See merge request gitlab-org/gitlab-ce!23845
| * | | Fix broken karma testMartin Wortschack2018-12-151-3/+4
| | | |
* | | | Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas2018-12-151-0/+39
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Display empty files properly on MR diffs Closes #54786 See merge request gitlab-org/gitlab-ce!23671
| * | | Fix diff table rendering for empty files and improve testsSean Nichols2018-12-131-5/+13
| | | |
| * | | Add tests and move empty file message into own componentSean Nichols2018-12-131-0/+31
| | | |
* | | | Merge branch '47052-merge-button-does-not-appear-after-rebase-ing' into 'master'Mike Greiling2018-12-143-11/+18
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Resolve "Merge button does not appear after Rebase-ing" Closes #47052 See merge request gitlab-org/gitlab-ce!23572
| * | | Set cached MRWidget SHA after rebaseSam Bigelow2018-12-143-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | Update changelog to include Merge Request ID and Author Update changelog to include Merge Request ID and Author
* | | | Creates Vue component to render each release blockFilipa Lacerda2018-12-141-0/+148
| | | |
* | | | Remove beforeunload listener for cancel buttonSam Bigelow2018-12-131-0/+7
|/ / /
* | | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-136-2/+302
| | |
* | | 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