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
Jenkins e355c3bd4e Merge "Include build output in `npm run test` logs" 2016-03-16 00:40:19 +00:00
Masayuki Igawa ce8a2372f3 Add host and port variables to api server
This commit adds 'host' and 'port' configuration variables to the o-h
api server. Sometimes, default port(5000) conflicts existing port
number. And default host address(127.0.0.1) is not good remote
development environment. I think there are some workaround for this such
as portforwarding but this would be a straight forward solution.

Change-Id: I8531860757fb9c7625f7a009175af1b40ca52dc9
Closes-Bug: #1554955
2016-03-15 22:03:26 +00: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
Glauco Oliveira 8ea97d4e57 Allow users to select information grouping
This commit allows users to select how they want to group information on
the dashboard page. It basically enumerates the existing run metadata
keys and let the user choose any of them. As up to today, we were only
grouping information by project.

Change-Id: I31514e75629483f91a35c8e7b622bc298db6a41f
Depends-On: Ibe591d9af94c1cd8d5c1d4956c1c82b4a764b5b7
Co-Authored-By: Tim Buckley <timothy.jas.buckley@hpe.com>
2015-12-17 01:06:24 +00:00
Tim Buckley 27a2781e9f Add new `config.json` and associated ConfigService.
Configuration parameters that vary between build and production
(e.g. the API URL) can now be stored in the external `config.json`
file located alongside `index.html`. The ConfigService loads and
caches this configuration file at runtime, allowing other code
(such as the HealthService) to fetch parameters as needed.

A development-ready config file is also included in `etc/` with
default settings, and is copied into `build/` automatically when
`gulp dev` is run.

Change-Id: I42e9b73c55a1a5372401ed64e0e3f60cb57ea696
2015-10-09 13:43:04 -06:00
Matthew Treinish e14b019cbb
Update README for api dev process
Change-Id: I20298cf6066e1a47e9e02b83a53b83eff41445ca
2015-09-17 13:31:07 -04:00