Clement Ho
4b1d580a84
Fix FE conflicts
2017-05-04 11:43:45 -05: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
Mike Greiling
4bdbccfc06
Remove Vue from main bundle and disable production warnings
2017-04-07 19:36:09 +00:00
Mike Greiling
d9dedc36c3
remove Vue from the global space
2017-03-20 22:12:01 -05:00
Simon Knox
67eefe7eac
don't show loading spinners for server-rendered sidebar fields
2017-03-18 11:36:05 +11:00
Sean McGivern
03dabc522e
Allow filtering by all started milestones
2017-03-15 17:02:38 +00:00
Phil Hughes
236d6595ed
Removed previous filter code
2017-03-08 14:53:18 +00:00
Douwe Maan
ad640bc5f9
Use Namespace#full_path instead of #path where appropriate
2017-02-23 17:55:01 -06:00
Mike Greiling
0f31c5a92b
replace implicit this == window with explicit binding
2017-02-17 16:58:32 -06:00
Phil Hughes
b52600b8bf
Fixed milestone select failing tests
2017-02-03 18:04:09 +00:00
Phil Hughes
b866d9f087
Fixed eslint errors
2017-02-03 18:04:09 +00:00
Phil Hughes
e4d1e1437d
Added all filters
2017-02-03 18:03:40 +00:00
Phil Hughes
4652b08f19
Hardcoded author, assignee & milestone dropdowns
2017-02-03 18:03:40 +00:00
Mike Greiling
ccada28f30
resolve all padded-blocks eslint violations
2017-01-18 17:16:41 -06:00
Mike Greiling
8e0e902b13
resolve all instances of no-undef eslint rule violations
2016-12-14 02:11:13 -06:00
Luke "Jared" Bennett
7cefaea876
explicitly disable eslint inline
2016-11-15 16:30:34 +00:00
Clement Ho
fa1ac47ef1
Replace jQuery.timeago with timeago.js
2016-11-07 14:49:00 -06:00
Fatih Acet
dd5e46ab69
Merge branch 'eslint' into 'master'
...
Add ESLint
## What does this MR do?
- create `package.json`
- add ESLint dependencies to `package.json`
- add JavaScript linting to CI
- add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`)
## Are there points in the code the reviewer needs to double check?
Probably not.
## Why was this MR needed?
My hovercraft was full of eels.
## What are the relevant issue numbers?
- https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658
See merge request !5445
2016-10-26 16:31:08 +00:00
winniehell
02f94cf038
disable ESLint for all JavaScript files
2016-10-26 10:02:58 +02:00
Phil Hughes
29645f06e7
Hides/shows the boards sidebar
...
Rather than constructing & then deconstructing, we know just hide & show
the sidebar. This is done so we dont' have a memory leak on the frontend
with objects getting created.
2016-10-20 08:54:33 +01:00
Phil Hughes
f1350a5c82
Merge branch 'master' into issue-board-sidebar
2016-10-19 08:44:55 +01:00
Phil Hughes
25c82c6faf
Updated JS to work with issue index & show
2016-10-12 17:43:20 +01:00
Phil Hughes
e6fa8a3d10
Fixed sidebar dropdowns to work with Vue
2016-10-07 09:15:46 +01:00
Phil Hughes
6b3e3aeb9e
Sidebar details update when changing
...
Need to get working the subscription
Styling updates
2016-10-07 09:14:55 +01:00
Fatih Acet
1956bd5e9e
Add position menu above ability to glDropdown.
2016-10-04 23:47:55 +03:00
Fatih Acet
20408363ee
Fix dropdown title when No Label selected.
2016-10-04 17:52:35 +03:00
Phil Hughes
cc88fa4d5b
Merge branch 'master' into revert-c676283b
2016-10-03 09:10:20 +01:00
Jared Deckard
7f6474b269
Restore comments lost when converting CoffeeScript to JavaScript
2016-09-08 12:23:12 -05:00
Phil Hughes
7418873b41
Merge branch 'master' into revert-c676283b
2016-08-30 11:21:29 +01:00
Phil Hughes
aa05b5ed8b
Moved board store to namespaced gl object
2016-08-17 17:17:39 +01:00
Phil Hughes
69458c0e4a
Keeps the filters after a reload
2016-08-17 17:12:47 +01:00
Phil Hughes
5b36687b9e
Added milestone & label filtering
...
Currently a bug exists with label filtering...
2016-08-17 17:12:47 +01:00
Fatih Acet
aaa9509d12
ES6ify all the things!
2016-07-24 23:45:11 +03:00