Commit graph

26 commits

Author SHA1 Message Date
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
Winnie Hellmann
e7ad2bf5f1 Make issue boards sidebar full height 2017-09-26 21:19:28 +00:00
Simon Knox
c28d52a3a5 FE backport of group boards to reduce CE conflicts 2017-09-06 15:41:00 +10:00
Tim Zallmann
dab08be606 Resolve "Specific Async Script Loading by using a Page Variable" 2017-08-03 20:31:53 +00:00
Filipa Lacerda
aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Phil Hughes
b6e39b02d5 changed the icon for the collapsed backlog list
[ci skip]
2017-06-01 16:03:48 +01:00
Phil Hughes
8f5da962a3 fixed boards specs
added key to assignee avatar loop
2017-06-01 14:54:10 +01:00
Eric Eastwood
733eec88e4 Backport canEdit changes for conditional remove button
Backport Fix locked milestone in boards being remove-able.
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1963

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2433

Conflicts:
	app/assets/javascripts/boards/boards_bundle.js
	app/assets/javascripts/boards/filtered_search_boards.js
	app/assets/javascripts/filtered_search/filtered_search_manager.js
	spec/features/boards/boards_spec.rb
2017-05-26 02:42:13 -05:00
Mike Greiling
a8b5878bfe update boards_bundle to ES module syntax 2017-05-16 15:31:45 -05:00
Valery Sizov
5004579b15 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci skip] 2017-05-05 16:59:31 +03:00
Phil Hughes
dd146a59c3 Changed how the default avatar is set 2017-05-04 16:33:42 +01:00
Valery Sizov
387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Kushal Pandya
d586b6cced Add ES lint support to identify poorly written Promises 2017-04-20 11:11:51 +00:00
Filipa Lacerda
bafbd3d292 Merge branch 'boards-done-add-tooltip' into 'master'
Issue 22424: Add tooltip to header of Done list

Closes #22424

See merge request !10574
2017-04-11 10:05:35 +00:00
andrew brown
6a759527ba Issue 22424: Add tooltip to header of Done list 2017-04-09 09:24:53 -07:00
Mike Greiling
4bdbccfc06 Remove Vue from main bundle and disable production warnings 2017-04-07 19:36:09 +00:00
blackst0ne
1fb9de2bf7 Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
Mike Greiling
d9dedc36c3 remove Vue from the global space 2017-03-20 22:12:01 -05:00
Phil Hughes
c7cecae616 added eventhub to emit update tokens event 2017-03-14 11:32:58 +00:00
Phil Hughes
7eabb7a964 Use reduce instead of a forEach
Changed an isArray check to use -1
Added comment to boards search manager to explain behaviour
2017-03-09 12:32:43 +00:00
Phil Hughes
a12b99a769 Fixed eslint errors 2017-03-08 12:21:07 +00:00
Phil Hughes
809bba7d02 Updated specs 2017-03-08 12:17:01 +00:00
Phil Hughes
ab7bfff08b Make changing the URL optional - future proof ourselves for the modal window 2017-03-08 08:48:59 +00:00
Phil Hughes
f89782b3f2 Changed store
Async updates the boards when searching
2017-03-08 08:48:59 +00:00
Phil Hughes
850f19c02c Added filtered search bar to issue boards
Closes #28312
2017-03-08 08:48:59 +00:00
winniehell
572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Renamed from app/assets/javascripts/boards/boards_bundle.js.es6 (Browse further)