Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann d58ee7fb08 Retire openstack-health
openstack-health is QA repo and service to know the
job/test success/failure rate. But for a long (more than
a year), this code is broken. We do not have any maintainer
in QA to fix and maintain it. As it is broken, QA and infra team
agree to stop the service

- http://status.openstack.org/openstack-health/#/

In QA zed PTG, we decided to retire the repo also

- https://etherpad.opendev.org/p/qa-zed-ptg

Needed-By: https://review.opendev.org/c/openstack/governance/+/836706
Change-Id: Ie15aa8e469b0bb3aff47dcad422c0676fea640d2
2022-04-05 18:47:38 -05:00
Masayuki Igawa 4a7dc0a4c1 Apply quotes rule for js files
This commit applies the quotes rule to keep the consistency. It seems we
and the Google style guide prefer single-quotes over double-quotes.
That's the reason why I choose single-quotes.

I don't want to stick this kind of things, actually. But I often confuse
that 'which quotes should I use?'. This commit avoids it.

Change-Id: Ic686d7e6bc91d8b75bba033c0b265b48a522df44
2016-01-27 17:04:58 +09:00
Tim Buckley 62f35b8ddf Disable `one-var` eslint rule.
This disables the `one-var` eslint rule as it appears to be be
incorrectly raising an error when multiple `for ... in` loops are
used within a single function.

Change-Id: I4043e6656c57ed95e4e359107179261c368340cd
2015-12-09 13:21:34 -07:00
Glauco Oliveira 1e7615fd52 Fix JavaScript lint errors
This commit fixes the errors raised by eslint using openstack
configurations.

Change-Id: I3aa0c91e77f40c6383ac73850f5b93ebae9af323
Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
2015-10-15 14:32:14 -03:00
Michael Krotscheck b324cd3b6b Switched from jshint to eslint
Both jshint and jslint contain the 'do no evil' license which
makes it unusable for OpenStack. This patch switches this project
to use eslint, the published eslint-config-openstack rules, and
the john-papa eslint style guides. It also adds the 'npm run lint'
command used by infra in the javascript-jobs macro.

Change-Id: I724d3a12fb5b9c85446adcd07c03a676e966bd41
2015-10-08 17:04:24 -07:00
Tim Buckley ded76115c3 Remove duplicated or unneeded configuration files 2015-09-04 15:02:14 -06:00
Tim Buckley 79ef8f2823 Add eslint configuration 2015-08-03 11:20:32 -06:00