Skip to content

Commit

Permalink
Releasing 3.0.1
Browse files Browse the repository at this point in the history
* bump requisition to 3.1.1 and remove SM

* update api links for release

* update collect docs for 3.0.1

* Update ERD links for release

For v3.0.1. Remove stock management.

* bump ref ui to 4.0.0

* remove auth erd live link

* remove fulfillment erd live link

* remove reference data erd live link

* remove requisition erd live link
  • Loading branch information
joshzamor authored Mar 30, 2017
1 parent 3e8b85a commit 967f1cb
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 59 deletions.
14 changes: 2 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ services:
depends_on: [consul]

reference-ui:
image: openlmis/reference-ui:4.0.0-SNAPSHOT
image: openlmis/reference-ui:4.0.0
env_file: .env
depends_on: [consul]

requisition:
image: openlmis/requisition:3.1.2-SNAPSHOT
image: openlmis/requisition:3.1.1
env_file: .env
environment:
JAVA_OPTS: '-Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
Expand Down Expand Up @@ -77,16 +77,6 @@ services:
- 'service-config:/config'
depends_on: [log]

stockmanagement:
image: openlmis/stockmanagement:1.0.0-BETA-SNAPSHOT
env_file: .env
environment:
JAVA_OPTS: '-Dlogging.config=/config/log/logback.xml -Dspring.jpa.properties.hibernate.hbm2ddl.import_files=/bootstrap.sql,file:///demo-data/data.sql'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
depends_on: [log]

db:
image: openlmis/postgres:9.4
env_file: .env
Expand Down
30 changes: 5 additions & 25 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,36 @@ Auth Service

Security credentials, Authentication and Authorization. Uses OAuth2.

`Live Documentation for Auth API <http://test.openlmis.org/auth/docs/#/default>`_

`Static Documentation for Auth API <http://build.openlmis.org/job/OpenLMIS-auth-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_
`Static Documentation for Auth API <http://build.openlmis.org/view/Services-Build-Monitor/job/OpenLMIS-auth-service/218/artifact/build/resources/main/api-definition.html>`_

**********************
Reference Data Service
**********************

Provides the reference data for the rest of the processes: facilities, programs, products, etc.

`Live Documentation for Reference Data API <http://test.openlmis.org/referencedata/docs/#/default>`_

`Static Documentation for Reference Data API <http://build.openlmis.org/job/OpenLMIS-referencedata-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_
`Static Documentation for Reference Data API <http://build.openlmis.org/view/Services-Build-Monitor/job/OpenLMIS-referencedata-service/634/artifact/build/resources/main/api-definition.html>`_

*******************
Requisition Service
*******************

Requisition (pull) based replenishment process.

`Live Documentation for Requisition API <http://test.openlmis.org/requisition/docs/#/default>`_

`Static Documentation for Requisition API <http://build.openlmis.org/job/OpenLMIS-requisition-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_
`Static Documentation for Requisition API <http://build.openlmis.org/view/Services-Build-Monitor/job/OpenLMIS-requisition-service/1423/artifact/build/resources/main/api-definition.html>`_

*******************
Fulfillment Service
*******************

Includes the basics of fulfillment.

`Live Documentation for Fulfillment API <http://test.openlmis.org/fulfillment/docs/#/default>`_

`Static Documentation for Fulfillment API <http://build.openlmis.org/job/OpenLMIS-fulfillment-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_
`Static Documentation for Fulfillment API <http://build.openlmis.org/view/Services-Build-Monitor/job/OpenLMIS-fulfillment-service/256/artifact/build/resources/main/api-definition.html>`_

********************
Notification Service
********************

Notifying users when their attention is needed.

`Live Documentation for Notification API <http://test.openlmis.org/notification/docs/#/default>`_

`Static Documentation for Notification API <http://build.openlmis.org/job/OpenLMIS-notification-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_

********************
Stock Management Service
********************

Electronic stock cards.

`Live Documentation for Stock Management API <http://test.openlmis.org/stockmanagement/docs/#/default>`_

`Static Documentation for Stock Management API <http://build.openlmis.org/job/OpenLMIS-stockmanagement-service/lastSuccessfulBuild/artifact/build/resources/main/api-definition.html>`_
`Static Documentation for Notification API <http://build.openlmis.org/view/Services-Build-Monitor/job/OpenLMIS-notification-service/94/artifact/build/resources/main/api-definition.html>`_
9 changes: 4 additions & 5 deletions docs/source/collect-docs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import urllib

urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/master/README.md", "developer-docs/fulfillment.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/master/README.md", "developer-docs/requisition.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/README.md", "developer-docs/auth.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/master/README.md", "developer-docs/referencedata.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/master/README.md", "developer-docs/stockmanagement.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v3.0.1/README.md", "developer-docs/fulfillment.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v3.1.1/README.md", "developer-docs/requisition.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v3.0.1/README.md", "developer-docs/auth.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v4.0.0/README.md", "developer-docs/referencedata.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/README.md", "developer-docs/templateService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/master/README.md", "developer-docs/refereceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/STYLE-GUIDE.md", "developer-docs/codeStyleguide.md")
Expand Down
3 changes: 1 addition & 2 deletions docs/source/erd/erd-auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Auth ERD

ERD schema of Auth service:

* `Live ERD <http://ci.openlmis.org/erd-auth/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-auth-erd-generation/lastSuccessfulBuild/artifact/erd-auth.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-auth-erd-generation/188/artifact/erd-auth.zip>`_
3 changes: 1 addition & 2 deletions docs/source/erd/erd-fulfillment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Fulfillment ERD

ERD schema of Fulfillment service:

* `Live ERD <http://ci.openlmis.org/erd-fulfillment/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-fulfillment-erd-generation/lastSuccessfulBuild/artifact/erd-auth.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-fulfillment-erd-generation/219/artifact/erd-fulfillment.zip>`_
3 changes: 1 addition & 2 deletions docs/source/erd/erd-referencedata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Reference Data ERD

ERD schema of Reference Data service:

* `Live ERD <http://ci.openlmis.org/erd-referencedata/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-referencedata-erd-generation/lastSuccessfulBuild/artifact/erd-referencedata.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-referencedata-erd-generation/489/artifact/erd-referencedata.zip>`_



Expand Down
3 changes: 1 addition & 2 deletions docs/source/erd/erd-requisition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Requisition ERD

ERD schema of Requisition service:

* `Live ERD <http://ci.openlmis.org/erd-requisition/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-erd-generation/lastSuccessfulBuild/artifact/erd-requisition.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-erd-generation/1039/artifact/erd-requisition.zip>`_



Expand Down
8 changes: 0 additions & 8 deletions docs/source/erd/erd-stockmanagement.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/erd/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Generated OpenLMIS v3 ERD.
erd-requisition
erd-fulfillment
erd-auth
erd-stockmanagement

0 comments on commit 967f1cb

Please sign in to comment.