Skip to content

Commit

Permalink
Changing version number to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senaka Fernando committed Feb 21, 2020
1 parent 33677b2 commit 3fbd4b0
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 22 deletions.
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-apps/blob/master/Dockerfile)
- [`0.4.0`, `stable`, (*0.4.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.4.0/Dockerfile)
- [`0.5.0`, `stable`, (*0.5.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.5.0/Dockerfile)
- [`0.4.0`, (*0.4.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.4.0/Dockerfile)
- [`0.3.3`, (*0.3.3/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.3/Dockerfile)
- [`0.3.2`, (*0.3.2/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.2/Dockerfile)
- [`0.3.1`, (*0.3.1/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.1/Dockerfile)
Expand Down
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove-external-tuoris/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Supported tags and respective `Dockerfile` links

- [`v0.1`, `0.1.0`, `stable`, (*tuoris-v0.1/Dockerfile*)](https://github.com/ove/ove-external-services/blob/tuoris-v0.1/generated/Dockerfile.tuoris)
- [`v0.1`, `0.1.1`, `stable`, (*tuoris-v0.1.1/Dockerfile*)](https://github.com/ove/ove-external-services/blob/tuoris-v0.1.1/generated/Dockerfile.tuoris)
- [`0.1.0`, (*tuoris-v0.1/Dockerfile*)](https://github.com/ove/ove-external-services/blob/tuoris-v0.1/generated/Dockerfile.tuoris)

# Installing and running Tuoris

Expand Down
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove-service-persistence-inmemory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-services/blob/master/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.2.0`, `stable`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.2.0/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.2.1`, `stable`, (*0.2.1/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.2.1/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.2.0`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.2.0/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.1.1`, (*0.1.1/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.1.1/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.1.0`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.1.0/packages/ove-service-persistence-inmemory/Dockerfile)

Expand Down
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-ui/blob/master/Dockerfile)
- [`0.1.0`, `stable`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-ui/blob/v0.1.0/Dockerfile)
- [`0.2.0`, `stable`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove-ui/blob/v0.2.0/Dockerfile)
- [`0.1.0`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-ui/blob/v0.1.0/Dockerfile)

# Pre-requisites

Expand Down
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove/blob/master/Dockerfile)
- [`0.4.1`, `stable`, (*0.4.1/Dockerfile*)](https://github.com/ove/ove/blob/v0.4.1/Dockerfile)
- [`0.5.0`, `stable`, (*0.5.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.5.0/Dockerfile)
- [`0.4.1`, (*0.4.1/Dockerfile*)](https://github.com/ove/ove/blob/v0.4.1/Dockerfile)
- [`0.4.0`, (*0.4.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.4.0/Dockerfile)
- [`0.3.3`, (*0.3.3/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.3/Dockerfile)
- [`0.3.2`, (*0.3.2/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.2/Dockerfile)
Expand Down
12 changes: 6 additions & 6 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Building installers for non-supported platforms also requires:

The [**OVE Install**](https://github.com/ove/ove-install/) scripts are available for Linux, Mac (OS X) and Windows operating systems either as a Python 3 or a Python 2 executable application:

* [linux-python3-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/linux-python2-v0.4.0-setup)
* [linux-python2-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/linux-python2-v0.4.0-setup)
* [osx-python3-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/osx-python3-v0.4.0-setup)
* [osx-python2-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/osx-python2-v0.4.0-setup)
* [windows-python3-v0.4.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.4.0/windows-python3-v0.4.0-setup.exe)
* [windows-python2-v0.4.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.4.0/windows-python2-v0.4.0-setup.exe)
* [linux-python3-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/linux-python2-v0.5.0-setup)
* [linux-python2-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/linux-python2-v0.5.0-setup)
* [osx-python3-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/osx-python3-v0.5.0-setup)
* [osx-python2-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/osx-python2-v0.5.0-setup)
* [windows-python3-v0.5.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.5.0/windows-python3-v0.5.0-setup.exe)
* [windows-python2-v0.5.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.5.0/windows-python2-v0.5.0-setup.exe)

### Building installers for non-supported platforms

Expand Down
12 changes: 6 additions & 6 deletions docs/tutorials/GEOVISUALISATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Docker is available in two versions: a free Community Edition (CE), and an Enter

After installing the prerequisites, OVE can then installed by downloading the specific installation script from the list below:

* [linux-python3-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/linux-python2-v0.4.0-setup)
* [linux-python2-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/linux-python2-v0.4.0-setup)
* [osx-python3-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/osx-python3-v0.4.0-setup)
* [osx-python2-v0.4.0-setup](https://github.com/ove/ove-install/releases/download/v0.4.0/osx-python2-v0.4.0-setup)
* [windows-python3-v0.4.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.4.0/windows-python3-v0.4.0-setup.exe)
* [windows-python2-v0.4.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.4.0/windows-python2-v0.4.0-setup.exe)
* [linux-python3-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/linux-python2-v0.5.0-setup)
* [linux-python2-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/linux-python2-v0.5.0-setup)
* [osx-python3-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/osx-python3-v0.5.0-setup)
* [osx-python2-v0.5.0-setup](https://github.com/ove/ove-install/releases/download/v0.5.0/osx-python2-v0.5.0-setup)
* [windows-python3-v0.5.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.5.0/windows-python3-v0.5.0-setup.exe)
* [windows-python2-v0.5.0-setup.exe](https://github.com/ove/ove-install/releases/download/v0.5.0/windows-python2-v0.5.0-setup.exe)

Once downloaded, the installation script may not be executable on Linux and Mac operating systems. As a resolution, run the following command:

Expand Down
2 changes: 1 addition & 1 deletion ove-asset-manager
Submodule ove-asset-manager updated 73 files
+2 −0 .gitignore
+0 −6 .travis.yml
+26 −0 am-cli.sh
+23 −8 am/__init__.py
+4 −1 am/__main__.py
+22 −10 am/controller.py
+205 −74 am/managers.py
+40 −0 am/middleware.py
+246 −41 am/routes.py
+36 −27 build.sh
+0 −0 cli/__init__.py
+70 −0 cli/__main__.py
+107 −0 cli/user.py
+213 −0 common/auth.py
+25 −2 common/consts.py
+51 −16 common/entities.py
+7 −1 common/falcon_utils.py
+1 −3 common/middleware.py
+63 −15 common/s3minio.py
+6 −3 common/util.py
+2 −2 common/validation.py
+14 −0 config/auth.template.json
+7 −4 docker/am/Dockerfile
+27 −2 docker/libvips-alpine-pypy/Dockerfile
+13 −0 docker/libvips-alpine-pypy/openslide-init.patch
+1 −1 docker/ui/Dockerfile
+7 −5 docker/worker-dzi/Dockerfile
+6 −4 docker/worker-tulip/Dockerfile
+2 −2 docker/worker-zip/Dockerfile
+27 −53 docs/API.md
+1 −1 docs/Install.md
+43 −0 docs/Users.md
+8 −8 package.json
+6 −6 proxy/pom.xml
+14 −0 requirements.am.txt
+0 −4 requirements.txt
+3 −3 requirements.ui.txt
+7 −0 requirements.worker.txt
+17 −5 start-am.sh
+46 −37 start-proxy.sh
+15 −3 start-ui.sh
+38 −42 start-worker.sh
+14 −5 ui/__init__.py
+4 −1 ui/__main__.py
+46 −34 ui/backend.py
+91 −45 ui/controller.py
+4 −4 ui/jinja2_utils.py
+27 −1 ui/middleware.py
+188 −39 ui/routes.py
+14 −0 ui/static/css/style.css
+20 −4 ui/templates/asset-edit.html
+97 −40 ui/templates/asset-list.html
+107 −56 ui/templates/base/navbar.html
+27 −4 ui/templates/dialogs/asset-files-dialog.html
+58 −0 ui/templates/dialogs/tag-version-dialog.html
+49 −0 ui/templates/login.html
+16 −5 ui/templates/object-edit.html
+40 −0 ui/templates/project-access-edit.html
+21 −0 ui/templates/project-edit.html
+18 −2 ui/templates/project-index.html
+76 −43 ui/templates/project-list.html
+10 −11 ui/templates/worker-list.html
+109 −0 ui/templates/worker-queue.html
+7 −14 workers/base/__init__.py
+9 −8 workers/base/controller.py
+2 −30 workers/base/routes.py
+122 −78 workers/base/worker.py
+7 −7 workers/dzi/__init__.py
+1 −1 workers/dzi/__main__.py
+9 −9 workers/tulip/__init__.py
+1 −1 workers/tulip/__main__.py
+6 −6 workers/zip/__init__.py
+1 −1 workers/zip/__main__.py
2 changes: 1 addition & 1 deletion ove-sdks
Submodule ove-sdks updated 1 files
+23 −2 python/ove/ove.py

0 comments on commit 3fbd4b0

Please sign in to comment.