-
Notifications
You must be signed in to change notification settings - Fork 56
rosie: re-enable Rosie Disco service #2985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
rosie: re-enable Rosie Disco service #2985
Conversation
| - sqlalchemy >=1,<2 | ||
| - tornado |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move rosie-only dependencies out of core dependencies:
$ git grep --name-only sqlalchemy -- metomi
metomi/rose/check_software.py
metomi/rosie/db.py
metomi/rosie/db_create.py
metomi/rosie/svn_post_commit.py
$ git grep --name-only tornado -- metomi
metomi/rose/check_software.py
metomi/rosie/ws.py| from tornado.ioloop import IOLoop, PeriodicCallback | ||
| import tornado.log | ||
| import tornado.web | ||
| import tornado.wsgi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove residual remains of WSGI support.
| if port_is_busy "${TEST_ROSE_WS_PORT}"; then | ||
| pass "${TEST_KEY}" | ||
| TEST_ROSE_WS_URL="http://${HOSTNAME}:${TEST_ROSE_WS_PORT}/${NS}-${UTIL}" | ||
| TEST_ROSE_WS_URL="http://$(hostname -f):${TEST_ROSE_WS_PORT}/${NS}-${UTIL}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For VDI test compat.
022791d to
fd47528
Compare
|
Some long dormant tests are now running for the first time in a few years and need some TLC to recover from their long sleep. |
fd47528 to
4458863
Compare
4458863 to
518f3d2
Compare
* Remove vestigial remains of WSGI support (no longer an option via Tornado). * Fix tests.
* Fix issues with pretty format:
* Support `--format`:
* Fix error if things which are not fields are added to `--format`.
* Fix error displaying `access-list`.
* Fix error displaying a field if it is undefined for the row.
* Add support for `-H` option.
518f3d2 to
4c18c96
Compare
rosie lookup"pretty" format:rosie lookup"pretty" format:--formatoption.-H(no-header) option.