Commit Graph

20 Commits

Author SHA1 Message Date
Sean McGinnis b207744a7b
Update for py3 support
This updates the default jobs and various settings to reflect py3
support. Updates to the README also due to switching to use a
requirements.txt file.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: I19ae0818e166e1b801797a6d50ec4aa8cb0c3300
2021-07-26 14:53:50 -05:00
Masayuki Igawa f10ee2d6bd Introduce daily bug stats chart
This commit introduces daily bug stats graphs. To do this, this commit
also introduces nvd3 js library for enabling to use lineWithFocusChart.
It is not same style chart of the main pages ones. Because
stackedAreaWithFocusChart is a little bit buggy. So it sometimes shows
wrong charts. And I also think lineWithFocusChart is better than the
stackedArea chart because it is simple enough to understand the trend.

Change-Id: Iacf22cddbd676d1447cfd9ae8ba1e7ce387720f6
2021-07-26 14:06:14 -05:00
Zuul b5f3d037ca Merge "Remove use of simplejson library" 2021-07-26 18:57:31 +00:00
Zuul 0e05062dd9 Merge "Fix pep8 tox environment" 2021-07-26 18:57:10 +00:00
Sean McGinnis 0c1760594f Remove use of simplejson library
The simplejson library was not included in the setup requirements. Since
it is not actually needed - the default json library works fine - it
should just be removed.

Change-Id: I50c083344ea91e8a169a8b503c9418d71ec541e6
2021-07-26 13:37:07 -05:00
Sean McGinnis b0dad97c33
Fix pep8 tox environment
Changes to tox and the pep8 package require updates to the tox
environment definition.

Change-Id: Id95ae5fe17f71e15903e646f3065db85282359ba
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-07-26 13:35:24 -05:00
OpenDev Sysadmins 01e38bd1c2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:39:48 +00:00
Jenkins 6d52e41e38 Merge "Add "daily" option to bugdaystats.py" 2016-10-05 16:59:36 +00:00
Ken'ichi Ohmichi 28514885b5 Add "daily" option to bugdaystats.py
Recently, we are triaging bugs of Tempest on the launchpad and that
work was fine to clean up old bugs and fixed bugs with different
patches.
Current bugdaystats shows it in last several days statically, and it
would be nice to add more long terms like in 30 days or a release to see
bug triage trends.

This patch adds a "daily" option to bugdaystats.py for making daily data
json files. The file can be used to show long term data in other graphs.

Change-Id: Ieac396389ce13468b717d03264164c77f7c36104
2016-09-20 12:35:53 +02:00
Masayuki Igawa 0808b5e760 Add .tox dir to .gitignore
This commit adds .tox directory to .gitignore because we don't need to
track it.

Change-Id: I289c7b58ff1d55932ccb28d71bcdafde46fda3de
2016-09-19 11:14:05 +02:00
Christian Berendt 5e2b9bc703 Prettified all HTML files
Prettified all HTML files using Beautiful Soup with the
following script.

https://github.com/berendt/openstack-development/blob/master/prettify.py

Change-Id: Icd5a1ffd0ad0eaf5cbbeed9d8d6ae66d7f569041
2014-06-08 19:16:27 +02:00
Jenkins 83da62eede Merge "Recreate index.html with each run" 2014-04-17 20:54:05 +00:00
Jenkins 790bff4fac Merge "Add link to JSON file on index.html" 2014-04-17 20:53:35 +00:00
Elizabeth Krumbach Joseph 4b8b0922c4 Recreate index.html with each run
Regardless of whether the index.html already exists, create a new
one with each run so any template changes are picked up.

Change-Id: I3d39924bddfe8b8ad053d36cbf3b41ae21110972
2014-03-28 13:06:28 -07:00
Elizabeth Krumbach Joseph 61cda4a2e3 Add link to JSON file on index.html
A json file is generated for each service, link this to the main page
so it's discoverable.

Change-Id: I4dc17671cb1d96eb8cbfef1aaf4604d8cfa34cc0
2014-03-28 12:52:39 -07:00
Elizabeth Krumbach Joseph de4e917021 Wrap results on index.html in container div
All other projects on status.openstack.org are nicely
containerized for a similar look. Doing this for the
bugdaystats template as well.

Change-Id: I164fb98f48d5b0d7a69bd6cfb84793328bbdc202
2014-03-28 12:30:41 -07:00
Elizabeth Krumbach Joseph f14d070ed9 Add tox.ini, setup.py and do syntax cleanup
Add tox.ini and setup.py files.

Do syntax cleanup of bugdaystats.py so checks pass now with tox.ini
applied.

Also update .git files.

Change-Id: I7a65138bab4cb5e1194e0b35c94a847df70e3004
2014-03-11 16:13:25 -07:00
Thierry Carrez a878b43380 Support status.openstack.org header/footer
Add a openstack_status magic parameter in config.js which toggles the
use of openstack-specific CSS and JS files to better integrate in
status.openstack.org.
2013-03-29 17:18:29 +01:00
Thierry Carrez 0a2dfc1032 Optionally rotate old data
Introduces a 'rotation' parameter in config.js that will remove
entries older than n days from the datasets, resulting in a rolling
view of bug activity.
2013-03-21 17:05:08 +01:00
Thierry Carrez 3e1bc6b24a Initial import 2012-12-21 16:08:08 +01:00