- Add Python 3 support in omego (#122)
- Add support for OMERO bundles without embedded lib/python (#126)
- Add --ci aliases and fix the --ci/--branch semantics (#121, #123)
- Run integration tests on Ice 3.6 (#116, #120)
- Fix version sourcing and make the package zip-safe (#114)
- Add support for passing CI build numbers (#111)
- Do not check database if
--managedb
is not set (#108)
- Simplify install and upgrade commands and introduce
-managedb
flag (#107)
- Refactor the database management logic (#104)
- Fix artifacts retrieval for OMERO 5.3.0 and above (#101)
Breaking changes:
- When retrieving artifacts using a custom downloads server, the OMERO artifacts are now expected to be stored under a URL of type DOWNLOADS_URL/omero/VERSION/artifacts
- Symlink downloaded artifacts (#97)
Breaking changes:
- Change the default server symlink from OMERO-CURRENT to OMERO.server
- Fix Travis build
- Add reference to pypi distribution to the top-level README
- Refactor the SQL schema files parsing and sorting logic
- Add protocol support to the --ci argument
Add --ice argument. With the introduction of Ice 3.6 support in OMERO 5.2.3, some applications began getting Ice 3.6 artifacts unintentionally. Now the choice is explicit.
First large refactoring which reduces support for OMERO 5.1 and earlier though upgrading a 5.0 server is still possible.
- remove --ports support in favor of 5.2 properties
- add omero db dump
- add no-start option
- add --upgradedb for omego install
- convert boolean string args to flags
- archive logs before upgrade
- upgrade DB fixes
- download insight rather than clients
- change --cfg to --prestartfile
Fix db patch issue
More yaclifw bug fixes
Minor bug fix after migration to yaclifw
Migrate to use of https://github.com/openmicroscopy/yaclifw
First release with new name "omego"