Commit Graph

17 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 14bfbbfc09
Switch to use stestr instead of ostestr
This commit switches to use stestr[1] instead of ostestr. We don't need
to use ostestr layer because we can use stestr directory.

[1] https://github.com/mtreinish/stestr

Change-Id: I566dca2f3052520a09558bf315b433984c221034
2017-10-17 17:04:45 +09:00
Tim Buckley e657b09726 Add karma-subunit-reporter to generate subunit results for unit tests
This adds a new plugin, 'karma-subunit-reporter', to generate subunit
streams for unit test output. These files should be compatible with
subunit2sql and (with appropriate log client configuration) could be
displayed in openstack-health or other tools like stackviz.

Change-Id: I7a72c0330852a9afd6bff35436978d9d1c266551
2016-06-10 09:19:55 -06:00
Tim Buckley 14718ec544 Include build output in `npm run test` logs
This adds a gulp task that runs at the end of `gulp e2e` to copy
the built production site into the 'reports/' directory. This
directory will be uploaded to the log server during the npm test jobs
and should be viewable from browsers for quick evaluation of
client-side patches. A default config file is also included that
points to the official http://health.openstack.org/ API server so
this build preview can work against live data.

Change-Id: Ideb59ae050f77dab99a4f025e27519fd0fd11f6f
2016-03-08 17:31:57 -07:00
Masayuki Igawa 80edd06fd0 Enable python coverage
This commit enables python coverage and adds gitignore files for it.

Change-Id: I6bfc62f532227b1812dabcade34575b86bb8d32d
2016-01-29 18:48:05 +09:00
Masayuki Igawa 94f1ef4831 Add *.log to .gitignore
This commit adds *.log directive to .gitignore. The log files often are
created in our debugging, testing or something. But we don't need to
manage *.log files, obviously.

Change-Id: Ide3b3a67bd758645fa6ebf32013c1961ea9baa92
2016-01-26 00:34:40 +00:00
Tim Buckley 03258a61c2 Enable coverage reporting.
This patch enables code coverage reporting during unit tests via
the `karma-coverage` plugin, and writes them in HTML form to the
`cover` directory where they can be collected as part of the test
job output.

Change-Id: Ic280664eaf5d5f85acfaeb3f54b314129e9ed786
2015-11-16 13:44:54 -07:00
Tim Buckley d57b9209d7 Add charts from mockup to home view.
This adds a new 'data' directory with some sample JSON, as well as
angular directives for the two chart types. Highcharts is also
replaced with Highstock to get access to the stock chart. The
home controller fetches the data file, parses it, and passes it along
to the view for display.

Change-Id: Ia3a9a946c1f6cac2c651c2161199a063edd30326
Depends-On: I0d3b1d938b85ffe5f54fca7467a55a08507bd155
2015-09-16 17:25:45 +00:00
Tim Buckley fb540227a9 Remove all remaining references to stackviz template.
This includes directives, views, controllers, and miscellaneous
files and other references.

Change-Id: Ib23c8c1909d91fa2dc38025c807c7d8079042754
2015-09-14 16:43:16 -06:00
Tim Buckley 5db920173f Add `data` gulp task and automatically include `app/data` in dev builds if it exists. 2015-09-11 11:58:45 -06:00
Tim Buckley ded76115c3 Remove duplicated or unneeded configuration files 2015-09-04 15:02:14 -06:00
Tim Buckley 987c39f79a Remove templates.js and add it to .gitignore. 2015-09-02 15:54:51 -06:00
Tim Buckley 6e30b05ba9 Update gitignore to add more node ignores 2015-08-31 15:18:22 -06:00
Tim Buckley 4fb1c1e02e Add .gitignore entries, HACKING.rst, and __init__.py contents from cookiecutter 2015-08-03 10:01:01 -06:00
Tim Buckley bf9fd7733b switch from browserify to plain bower, add initial template from bootstrap 2015-07-14 15:13:04 -06:00
Tim Buckley 6d3ce7b886 update gitignore 2015-07-14 10:28:28 -06:00
Tim Buckley 2d70634ff3 Initial import containing a barebones django / browserify project 2015-07-13 15:55:45 -06:00