Commit graph

19 commits

Author SHA1 Message Date
gfyoung
23cdae8eee Enable "prefer-destructuring" in JS files
Partially addresses #47006.
2018-06-25 11:53:57 -07:00
Felipe Artur
3e66795ef1 Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
Lukas Eipert
0e6441164f
remove all unused eslint-disable rules 2018-06-20 14:28:28 +02:00
Clement Ho
ebf5f31d8c Set tooltips to have default boundary viewport 2018-06-08 04:27:36 +00:00
Mike Greiling
f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Fatih Acet
059ab73b8e Render MR Notes with Vue with behind a cookie 2018-02-28 00:10:43 +00:00
Rémy Coutable
97793a1616 Harmonize CE and EE JS code
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-22 13:34:35 +01:00
Clement Ho
1c2d283d50 Add dispatcher imports for bundles used in merge request show path 2018-02-15 16:50:20 -06:00
micael.bergeron
cb6f51ec9b add support for the commit reference filter 2017-12-07 09:01:37 -05:00
Douwe Maan
e4eba908cd Allow commenting on individual commits inside an MR 2017-12-07 09:01:19 -05:00
Phil Hughes
cdb305ce68 Fix diff comment button not showing after deleting a comment 2017-09-05 10:20:40 +00:00
Phil Hughes
554afea059
Fix race condition with dispatcher.js
The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
2017-08-15 16:09:36 +01:00
Filipa Lacerda
b261fb7b33 Merge branch 'adopt-es-module-syntax' into 'master'
Adopt ES module syntax

See merge request !9567
2017-05-22 16:07:43 +00:00
Mike Greiling
c594ed49f9 update diff_notes_bundle to ES module syntax 2017-05-16 15:48:57 -05:00
Simon Knox
ac6556ba91 prevent dropdowns from being cut-off by scrollable tab container
rerender scrollable-tab area after Resolve Discussions button is rendered
2017-05-16 11:39:15 -05:00
Mike Greiling
d9dedc36c3 remove Vue from the global space 2017-03-20 22:12:01 -05:00
Bob Van Landuyt
0267b83898 Delegate a single discussion to a new issue
Delegate a discussion in a merge request into a new issue.
The discussion wil be marked as resolved and a system note will be
added linking to the newly created issue.
2017-03-13 08:27:51 +01:00
Phil Hughes
1466b7eecc Added discussion comments avatars to diff 2017-03-08 16:07:26 +00:00
winniehell
572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Renamed from app/assets/javascripts/diff_notes/diff_notes_bundle.js.es6 (Browse further)