Commit graph

20 commits

Author SHA1 Message Date
Phil Hughes
d4f7f70f1e Stop Pikaday using moment 2017-02-14 21:49:18 +00:00
Phil Hughes
12cc9a530c Changed date check test 2017-02-06 09:38:53 +00:00
Phil Hughes
5942247dd6 Fixed missing edit link click 2017-02-06 09:25:11 +00:00
Phil Hughes
2b9457412c Updated styles for Pikaday 2017-02-06 09:25:11 +00:00
Phil Hughes
df6f6e316a Replaced more jQuery UI datepickers 2017-02-06 09:24:50 +00:00
Phil Hughes
b138ec3da1 Removed jQuery UI datepicker
Part of #18437 to remove jQuery UI. This removes the datepicker
2017-02-06 09:24:50 +00:00
Mike Greiling
83ecc02daa resolve all prefer-const eslint violations 2017-01-18 20:33:02 -06:00
Mike Greiling
ccada28f30 resolve all padded-blocks eslint violations 2017-01-18 17:16:41 -06:00
Mike Greiling
e7b5945c59 resolve all semi and no-extra-semi eslint violations 2017-01-18 17:15:27 -06:00
Mike Greiling
cf3c6a015f add comment to explain why we are avoiding the dateString constructor option for our Date object 2017-01-02 15:08:50 -06:00
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