Commit Graph

19 Commits

Author SHA1 Message Date
Phil Hughes 6a33587182
Exported JS classes as modules 2017-12-15 16:37:49 +00:00
Eric Eastwood f494dbc515 Async notification subscriptions in issue boards 2017-11-20 12:38:53 -02:00
Filipa Lacerda 1fc4e2b6c6 Export logo and labels select as ES6 modules 2017-11-01 12:32:15 +00:00
Filipa Lacerda 94743e0e8f
Remove issuable form from global namespace 2017-10-26 23:21:55 +03:00
Filipa Lacerda a665a35438
Remove issuableContext from global namespace 2017-10-26 23:14:46 +03:00
Filipa Lacerda 941c11824a Fix Pikaday 2017-10-18 11:31:01 +00:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
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.
2017-10-10 10:14:22 +01:00
Luke "Jared" Bennett a080aa13a8 Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" 2017-07-03 07:44:58 +00:00
Eric Eastwood 0ab87bf138 Remove dead singular assignee code in boards
Introduced in
adc59353fa (852fdbe4145be33eca58d30d8c2f4a6623ef8602_30_30)

Only usage removed in
de9e559d44 (e22df3c6b3631af90cde45bbb974ddce72aefab7_21_21)
2017-06-09 19:31:48 -05: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
Clement Ho de9e559d44 Fix unassigned checkmark 2017-05-17 15:26:52 +00:00
Mike Greiling a8b5878bfe update boards_bundle to ES module syntax 2017-05-16 15:31:45 -05:00
Phil Hughes c0b612ff07 Removes nicescroll from issuable sidebar 2017-05-16 15:59:48 +00:00
Sam Rose f328f38e5b Disallow multiselect for Milestone dropdown 2017-05-10 11:17:04 -04:00
Valery Sizov 387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Sam Rose adc59353fa Default to null user when asignee is unselected
Also implemented same behavior on the Issue Boards assignee block.
Fixed the default state for search/filter dropdown for issuables.
2017-05-02 17:38:40 -04:00
Alfredo Sumaran 6c4d611772 Remove IIFEs in boards_bundle.js 2017-04-10 18:52:46 -05:00
Mike Greiling d9dedc36c3 remove Vue from the global space 2017-03-20 22:12:01 -05:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00