summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes
Commit message (Collapse)AuthorAgeFilesLines
* Allow commenting to resolved non-diff discussions_acet-fix-unable-to-reply-resolved-nondiff-discussionFatih Acet2018-11-221-0/+44
|
* Made diff & note data consistentPhil Hughes2018-11-141-3/+2
| | | | | | | | | | This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
* Fixed failing note actions specPhil Hughes2018-11-091-0/+3
|
* Discussions redesignFatih Acet2018-11-082-2/+92
|
* Copy changes for abuse clarityJeremy Watson2018-11-071-1/+1
|
* Merge branch 'mr-image-commenting' into 'master'Filipa Lacerda2018-11-071-1/+1
|\ | | | | | | | | | | | | Re-implemented image commenting on diffs Closes #48956 See merge request gitlab-org/gitlab-ce!22443
| * Re-implemented image commenting on diffsPhil Hughes2018-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
* | Add 'only history' option to notes filterFelipe Artur2018-11-054-2/+52
|/
* Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-011-1/+1
|\ | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
| |
* | Prettify remaining files with differences in CE and EEMike Greiling2018-10-312-8/+15
|/
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-233-2/+76
| | | | requests"
* Prettify all spec filesMike Greiling2018-10-174-15/+12
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-177-2/+32
|
* enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer2018-10-091-0/+1
|
* Merge branch '51958-fix-mr-discussion-loading' into 'master'Phil Hughes2018-10-041-16/+8
|\ | | | | | | | | | | | | Fix MR discussion not loaded issue Closes #51958 See merge request gitlab-org/gitlab-ce!21982
| * Fix MR discussion not loaded issue51958-fix-mr-discussion-loadingMark Chao2018-10-011-16/+8
| | | | | | | | | | | | Display `formatter` as the sole content of `position` object. This means `diff_file` data is not referenced, which is the caseu of "IOError: not opened for reading".
* | Fix placeholder note renderingFatih Acet2018-10-031-0/+25
|/
* Added test for adding `truncated_diff_lines` to discussionPhil Hughes2018-09-201-0/+35
|
* Merge branch 'mr-widget-discussion-state-fix' into 'master'Filipa Lacerda2018-09-171-0/+192
|\ | | | | | | | | Fixed MR widget unresolved discussions state See merge request gitlab-org/gitlab-ce!21705
| * Use MR widget event_hub to dispatch update eventPhil Hughes2018-09-131-4/+3
| | | | | | | | | | Instead of relying on a global method, we now emit an event on the MR widget that tells it to check the status
| * Fixed MR widget unresolved discussions statePhil Hughes2018-09-121-0/+193
| | | | | | | | | | | | | | | | After resolving a discussion on a merge request page the merge request widget state would not get updated meaning users would need to refresh the page to merge (if that option is enabled in the projects settings) https://gitlab.com/gitlab-org/gitlab-ce/issues/42882
* | Fixed resolved discussions not toggling expandedPhil Hughes2018-09-131-1/+35
|/ | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51370
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-075-30/+70
|
* Frontend: Proper gettext extraction with gettext-extractor🌴🇿🇦 Lukas Eipert (OOO until Summit)2018-08-161-1/+1
|
* Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into ↵André Luís2018-08-014-26/+262
| | | | | | 'master'" This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
* Reapply "Merge branch '_acet-fix-mr-autosave' into 'master'"André Luís2018-08-011-2/+7
| | | | This reverts commit bd5b177b0fc48d77b5069b112faf36d151221be7.
* Revert "Merge branch '_acet-fix-mr-autosave' into 'master'"André Luís2018-08-011-7/+2
| | | | | This reverts commit 5ba542b1094bd8fd95d48d2ac834fd8605cf8fee, reversing changes made to 32c831ea2b8425c71c790b67fb8f2170f3d9955a.
* Revert "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"André Luís2018-08-014-262/+26
| | | | | This reverts commit ced005f330419ec81657e852c5cb9124fdb29fbb, reversing changes made to 9b01b293ce5ddbaeedaf014cdc804af2c5e86416.
* Resolve ""Jump to first/next unresolved discussion" jumps to resolved ↵André Luís2018-07-204-26/+262
| | | | discussions"
* Fix failing specs :fingers-crossed:Fatih Acet2018-07-181-2/+7
|
* Merge branch 'master' into 48237-toggle-file-commentsFilipa Lacerda2018-07-102-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (38 commits) Update bitbucket.md to fix typo and small grammar touchups. Update time_helper.rb to fix output for exact minutes. Document update for GitLab Pages users. Support manually stopping any environment from the UI Fix link to frontend in handbook Shorten CHANGELOG filename to avoid breaking ecryptfs users Replace 48976-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-gitlab-backgroundmigration-fixcrossprojectlabellinks-namespace.yml Fix mountComponent helper path in docs Fix #48537 - Update avatar only via the projects API Add additional headline for Adding SSH keys to GitLab Request to be a proofreader. Fix specs Fix search bar text input alignment Fix API docs on unauthenticated projects return Adds with_projects optional parameter to /groups/:id API endpoint Docs: make it clear that you need a completely separate domain for Pages Document that we don't want to wait in tests Removes unused store in diffs mr refactor Removes double export for actions in diffs module in mr refactor Remove useless return Use latest gitlab-styles ...
* Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+1
|
* Resolve "MRs are showing some discussions as unresolved"Simon Knox2018-07-054-10/+32
|
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-293-0/+31
|
* Changes tab VUE refactoringFelipe Artur2018-06-2117-262/+451
|
* Resolve "Remove “commented” from comment system notes"Constance Okoghenun2018-06-191-1/+0
|
* Replace ... with ellipsis in placeholdersreplace-dots-with-ellipsisAndreas Kämmerle2018-06-113-4/+4
|
* Fix specMark Chao2018-06-061-2/+2
|
* Support smarter system notesJose Ivan Vargas2018-06-053-1/+642
|
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-114-3/+51
| | | | This prevents performing the requests, and disables all emoji reaction buttons
* Add noteableType to mock data object44939-epic-comment-thread-backportsKushal Pandya2018-04-061-0/+1
|
* Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-291-412/+451
|
* Add dispatch mock to the test helpervuex-action-helper-correctly-failFilipa Lacerda2018-03-291-2/+11
|
* fixed failinng tests after helper changePhil Hughes2018-03-291-69/+121
|
* Don't show Jump to Discussion button on issue notes44717-no-resolve-issueSimon Knox2018-03-281-5/+13
|
* Update spec import path for vue mount component helperGeorge Tsiolis2018-03-202-2/+2
|
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+1
|
* Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-133-3/+79
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations. Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` added mutation spec Bump parser and unparser gems to remove warnings fix polling not working correctly Fixed issue notes being duplicated ...
| * Merge branch 'fix-duplicate-notes' into 'master'Filipa Lacerda2018-03-123-3/+79
| |\ | | | | | | | | | | | | | | | | | | Fixed issue notes being duplicated Closes #44099 See merge request gitlab-org/gitlab-ce!17671