summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into bootstrap4Clement Ho2018-04-231-1/+1
|\
| * Resolve "Text from the diff is showing within a table header inside the ↵Simon Knox2018-04-201-1/+1
| | | | | | | | discussion after the discussion is resolved"
* | Fix bug where resolved discussions were not visible when toggledClement Ho2018-04-201-2/+2
| |
* | [skip ci] Merge branch 'master' into bootstrap4Clement Ho2018-04-171-15/+31
|\ \ | |/
| * Merge branch '45271-collpased-diff-loading' into 'master'Phil Hughes2018-04-171-15/+31
| |\ | | | | | | | | | | | | | | | | | | Resolve "Collapsed diff spacing wrong when failed to load" Closes #45271 and #45317 See merge request gitlab-org/gitlab-ce!18351
| | * Disable try again button while fetching the APIFilipa Lacerda2018-04-161-2/+14
| | |
| | * Use different class for try again button in collapsed diffsFilipa Lacerda2018-04-161-0/+3
| | |
| | * Remove unused importsFilipa Lacerda2018-04-131-1/+0
| | |
| | * Render only one error message per diffFilipa Lacerda2018-04-131-16/+11
| | | | | | | | | | | | Move html to haml file instead of JS
| | * Fixes unresolved discussions rendering the error state instead of the diffFilipa Lacerda2018-04-121-6/+13
| | |
* | | [skip ci] Use toggleClass instead of toggleClement Ho2018-04-121-2/+2
| | |
* | | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-2/+2
|\ \ \ | |/ /
| * | Revert "Merge branch ↵Clement Ho2018-04-121-2/+2
| |/ | | | | | | | | '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
* | [skip ci] Replace hidden-xsClement Ho2018-04-091-2/+2
|/
* Refactor and tweak margin for note forms on IssuableTakuya Noguchi2018-04-041-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Cleanup test for disabling comment submit buttonwinh-cleanup-comment-submit-testWinnie Hellmann2018-03-221-3/+3
|
* Disables the button when submitting comment.Jacob Schatz2018-03-211-2/+3
|
* Resolve "Notes karma specs failing"Simon Knox2018-03-191-9/+3
|
* Prettify notes.Fatih Acet2018-03-161-204/+460
|
* Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox2018-03-131-0/+68
| | | | loading)"
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-54/+84
|
* Update to jQuery 3.Jacob Schatz2018-02-201-17/+17
|
* Remove duplicate axios importClement Ho2018-02-021-1/+0
|
* Merge branch 'ph-axios-2' into 'master'Filipa Lacerda2018-02-021-10/+13
|\ | | | | | | | | More conversions to axios See merge request gitlab-org/gitlab-ce!16800
| * remove useless ajaxPost methodPhil Hughes2018-02-011-5/+6
| |
| * Converted common_utils to axiosPhil Hughes2018-01-311-5/+7
| |
* | Converted notes.js to axiosPhil Hughes2018-02-011-20/+15
|/
* Export and use Notes ES modulePhil Hughes2017-12-151-0/+6
|
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
| |
| * use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
| |
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-2/+3
|/
* Merge branch '38677-render-new-discussions-on-diff-tab' into 'master'36248-repo-editor-double-border-under-repo-file-buttonsFilipa Lacerda2017-11-061-1/+2
|\ | | | | | | | | | | | | Added discussion_line_code value to note response and use it to query the right… Closes #38677 See merge request gitlab-org/gitlab-ce!14981
| * FE review changes - remove internal details assertion and look for closest ↵Luke "Jared" Bennett2017-10-271-1/+1
| | | | | | | | form if no discussion_line_code
| * Fix karmaLuke "Jared" Bennett2017-10-231-1/+1
| |
| * Added discussion_line_code value to note response and use it to query the ↵Luke "Jared" Bennett2017-10-211-1/+2
| | | | | | | | right row for the discussion UI
* | Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-2/+2
| |
* | Merge branch 'master' into 'es-module-autosave'es-module-autosaveMike Greiling2017-10-241-6/+5
|\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js
| * | notes.js: use the original content when resetting the formBen Boeckel2017-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Otherwise, when an error occurred, the content was escaped and re-escaped on every error. Fixes #37724
| * | notes.js: also return the original content when getting form dataBen Boeckel2017-10-191-1/+3
| |/
| * Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-3/+0
| |
* | convert Autosave into pure es module and remove global exportMike Greiling2017-10-121-2/+2
|/
* Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-111-1/+1
|\ | | | | | | | | | | | | Cleanup data-page attribute after each Karma test Closes #38871 See merge request gitlab-org/gitlab-ce!14742
| * Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* | spec fixesph-gl-form-js-modulesPhil Hughes2017-10-111-2/+2
| |
* | Moves form related JS modules out of globalPhil Hughes2017-10-111-2/+3
|/
* fixed notes specsPhil Hughes2017-10-101-4/+4
| | | | | changed how the container class is added onto the text element more specs
* spec fixesPhil Hughes2017-10-101-2/+2
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-2/+2
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Commenting on image diffsFelipe Artur2017-10-071-9/+119
|