https://github.com/ome/omero-weberror
An OMERO.web app for generating Web errors
https://github.com/ome/omero-weberror
omero webapp
Last synced: 9 months ago
JSON representation
An OMERO.web app for generating Web errors
- Host: GitHub
- URL: https://github.com/ome/omero-weberror
- Owner: ome
- License: agpl-3.0
- Created: 2015-07-01T13:44:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T08:20:21.000Z (over 1 year ago)
- Last Synced: 2025-08-11T00:39:42.070Z (10 months ago)
- Topics: omero, webapp
- Language: Python
- Homepage: https://pypi.org/project/omero-weberror
- Size: 63.5 KB
- Stars: 0
- Watchers: 11
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/ome/omero-weberror/workflows/OMERO/badge.svg
:target: https://github.com/ome/omero-weberror/actions
.. image:: https://badge.fury.io/py/omero-weberror.svg
:target: https://badge.fury.io/py/omero-weberror
OMERO.weberror
==============
OMERO.web app that helps testing errors, notification logic etc.
Requirements
------------
* OMERO.web 5.6 or newer.
Installing from PyPI
--------------------
This section assumes that an OMERO.web is already installed.
Install the app using `pip `_:
::
$ pip install omero-weberror
Add weberror custom app to your installed web apps:
::
$ omero config append omero.web.apps '"omero_weberror"'
Now restart OMERO.web as normal.
Release process
---------------
This repository uses `bump2version `_ to manage version numbers.
To tag a release run::
$ bumpversion release
This will remove the ``.dev0`` suffix from the current version, commit, and tag the release.
To switch back to a development version run::
$ bumpversion --no-tag [major|minor|patch]
specifying ``major``, ``minor`` or ``patch`` depending on whether the development branch will be a `major, minor or patch release `_. This will also add the ``.dev0`` suffix.
Remember to ``git push`` all commits and tags.
License
-------
OMERO.weberror is released under the AGPL.
Copyright
---------
2016-2020, The Open Microscopy Environment