Commit graph

10 commits

Author SHA1 Message Date
Mike Greiling
e4883e7efc remove unnecessary utility function 2017-01-02 14:52:52 -06:00
Mike Greiling
4d2fbe65cd remove unnecessary fixtures and tests 2017-01-02 14:52:52 -06:00
giulianovarriale
e8b9d0c225 Pass date as integer params on instantiate new Date in order to avoid time zone inconsistency 2017-01-02 13:28:12 -06:00
Mike Greiling
23f5865e18 expand remaining non-explicit eslint-disable blocks and factor out globals when no-undef encountered 2016-12-13 21:07:31 -06:00
Valery Sizov
3789cfe056 Add a starting date to milestones 2016-11-23 13:41:04 +02: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
079d146278 Fixed users profile link in sidebar
Fixed new labels not being created

Fixed scrolling issues
2016-10-25 13:16:22 +01: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
Bryce Johnson
039ccc169a Convert due_date_select.js filetype to es6. 2016-10-17 11:58:03 +02:00