Commit Graph

8 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 96fab55909
Remove vendor-js
This commit removes vendor-js related code. We already didn't have the
vendor-js directory[1]. So this is just a cleaning up.

[1] Ibfefe310fbad1d80f4c7ec96bda083d97a09824e

Change-Id: Id5cb4bfb34e867cded9106bed9d13e3a8d383d37
2017-04-13 22:35:37 +09:00
Masayuki Igawa baed629f89 Add reports directory to eslintignore
This commit adds reports directory to .eslintignore. We don't need to
check the reports directory.

Change-Id: I6fc17f2ae37cdfdc46da873c0fe718b9efbe5785
2016-03-16 14:20:00 +09:00
Glauco Oliveira 2dc3322d88 Fix log error
There was a missing dependency on config.

Change-Id: I3cc6afb4d266510618fae89a348a810e41278ef9
2015-10-20 12:59:51 -02: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