Skip to content

Commit

Permalink
Release Candidate v3.12.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekSolD committed Oct 15, 2021
1 parent 0d31a7b commit b900e74
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 73 deletions.
23 changes: 12 additions & 11 deletions .env
@@ -1,16 +1,17 @@
OL_REFERENCE_UI_VERSION=5.2.1-SNAPSHOT
OL_REFERENCE_UI_VERSION=5.2.1-RC1

OL_REQUISITION_VERSION=8.3.3-SNAPSHOT
OL_REFERENCEDATA_VERSION=15.2.2-SNAPSHOT
OL_AUTH_VERSION=4.3.2-SNAPSHOT
OL_NOTIFICATION_VERSION=4.3.2-SNAPSHOT
OL_FULFILLMENT_VERSION=9.0.2-SNAPSHOT
OL_CCE_VERSION=1.3.1-SNAPSHOT
OL_STOCKMANAGEMENT_VERSION=5.1.4-SNAPSHOT
OL_REPORT_VERSION=1.2.2-SNAPSHOT
OL_HAPIFHIR_VERSION=2.0.1-SNAPSHOT
OL_REQUISITION_VERSION=8.3.3-RC1
OL_REFERENCEDATA_VERSION=15.2.2-RC1
OL_AUTH_VERSION=4.3.2-RC1
OL_NOTIFICATION_VERSION=4.3.2-RC1
OL_FULFILLMENT_VERSION=9.0.2-RC1
OL_CCE_VERSION=1.3.1-RC1
OL_STOCKMANAGEMENT_VERSION=5.1.4-RC1
OL_REPORT_VERSION=1.2.1
OL_HAPIFHIR_VERSION=2.0.1-RC1
OL_ONE_NETWORK_INTEGRATION_VERSION=0.0.1-RC1

OL_DIAGNOSTICS_VERSION=1.1.1-SNAPSHOT
OL_DIAGNOSTICS_VERSION=1.1.1-RC1

OL_NGINX_VERSION=5
OL_RSYSLOG_VERSION=1
Expand Down
84 changes: 42 additions & 42 deletions docs/source/collect-docs.py
@@ -1,49 +1,49 @@
import urllib

#components
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/master/README.md", "components/fulfillmentService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/master/README.md", "components/requisitionService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/README.md", "components/authService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/DESIGN.md", "components/authServiceDesign.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/master/README.md", "components/cceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/master/README.md", "components/notificationService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/master/README.md", "components/referencedataService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/master/README.md", "components/stockmanagementService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/master/README.md", "components/reportService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/master/README.md", "components/hapifhirService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/master/README.md", "components/diagnosticsService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/README.md", "components/templateServiceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/master/README.md", "components/referenceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/master/README.md", "components/authUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/master/README.md", "components/cceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/master/README.md", "components/referencedataUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/master/README.md", "components/reportUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/master/README.md", "components/requisitionUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/master/README.md", "components/fulfillmentUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/master/README.md", "components/stockmanagementUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/master/README.md", "components/devUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/README.md", "components/uiComponents.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/index.md", "components/uiOverview.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/extension_guide.md", "components/uiExtensionGuide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/master/README.md", "components/uiLayout.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v9.0.2-RC1/README.md", "components/fulfillmentService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v8.3.3-RC1/README.md", "components/requisitionService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.2-RC1/README.md", "components/authService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.2-RC1/DESIGN.md", "components/authServiceDesign.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.3.1-RC1/README.md", "components/cceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v4.3.2-RC1/README.md", "components/notificationService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v15.2.2-RC1/README.md", "components/referencedataService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v5.1.4-RC1/README.md", "components/stockmanagementService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.2.1/README.md", "components/reportService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/v2.0.1-RC1/README.md", "components/hapifhirService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/v1.1.1-RC1/README.md", "components/diagnosticsService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/README.md", "components/templateServiceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.2.1-RC1/README.md", "components/referenceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.1.0-RC1/README.md", "components/authUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.1.0-RC1/README.md", "components/cceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.6.6-RC1/README.md", "components/referencedataUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.2.7-RC1/README.md", "components/reportUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v7.0.6-RC1/README.md", "components/requisitionUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.1.0-RC1/README.md", "components/fulfillmentUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v2.1.0-RC1/README.md", "components/stockmanagementUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v9.0.3-RC1/README.md", "components/devUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/README.md", "components/uiComponents.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/index.md", "components/uiOverview.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/extension_guide.md", "components/uiExtensionGuide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.2.0-RC1/README.md", "components/uiLayout.md")

#conventions
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/STYLE-GUIDE.md", "conventions/codeStyleguide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/TESTING.md", "conventions/testing.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/ERROR_HANDLING.md", "conventions/errorHandling.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/LICENSE-HEADER.md", "conventions/licenseHeader.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions.md", "conventions/uiConventions.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-angularjs.md", "conventions/uiAngularjs.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-javascript.md", "conventions/uiJavascript.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-markup.md", "conventions/uiMarkup.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-testing.md", "conventions/uiTesting.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/information-architecture.md", "conventions/uiInformationArchitecture.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/performance.md", "conventions/uiPerformance.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0//STYLE-GUIDE.md", "conventions/codeStyleguide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0//TESTING.md", "conventions/testing.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0//ERROR_HANDLING.md", "conventions/errorHandling.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0//LICENSE-HEADER.md", "conventions/licenseHeader.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/conventions.md", "conventions/uiConventions.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/conventions-angularjs.md", "conventions/uiAngularjs.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/conventions-javascript.md", "conventions/uiJavascript.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/conventions-markup.md", "conventions/uiMarkup.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/conventions-testing.md", "conventions/uiTesting.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/information-architecture.md", "conventions/uiInformationArchitecture.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.6-RC1/docs/performance.md", "conventions/uiPerformance.md")

# deployment
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deploymentTopology.md", "deployment/topology.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-single-host.md", "deployment/provisionSingleHost.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/RDS-configuration.md", "deployment/rdsConfiguration.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deployment/README.md", "deployment/demoAndCiJenkins.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/deploymentTopology.md", "deployment/topology.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/provision/Provision-single-host.md", "deployment/provisionSingleHost.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/provision/RDS-configuration.md", "deployment/rdsConfiguration.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.12.0-RC1/deployment/README.md", "deployment/demoAndCiJenkins.md")
2 changes: 1 addition & 1 deletion docs/source/components/erd-auth.rst
Expand Up @@ -5,4 +5,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-pipeline/job/master/lastSuccessfulBuild/artifact/erd-auth.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-auth-pipeline/job/master/346/artifact/erd-auth.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-cce.rst
Expand Up @@ -5,4 +5,4 @@ CCE ERD
ERD schema of CCE service:

* `Live ERD <http://ci.openlmis.org/erd-cce/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-cce-pipeline/job/master/lastSuccessfulBuild/artifact/erd-cce.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-cce-pipeline/job/master/207/artifact/erd-cce.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-fulfillment.rst
Expand Up @@ -5,4 +5,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-pipeline/job/master/lastSuccessfulBuild/artifact/erd-fulfillment.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-fulfillment-pipeline/job/master/407/artifact/erd-fulfillment.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-notification.rst
Expand Up @@ -5,4 +5,4 @@ Notification ERD
ERD schema of Notification service:

* `Live ERD <http://ci.openlmis.org/erd-notification/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-notification-pipeline/job/master/lastSuccessfulBuild/artifact/erd-notification.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-notification-pipeline/job/master/311/artifact/erd-notification.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-referencedata.rst
Expand Up @@ -5,4 +5,4 @@ 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-pipeline/job/master/lastSuccessfulBuild/artifact/erd-referencedata.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-referencedata-pipeline/job/master/1054/artifact/erd-referencedata.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-report.rst
Expand Up @@ -5,4 +5,4 @@ Report ERD
ERD schema of Report service:

* `Live ERD <http://ci.openlmis.org/erd-report/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-report-pipeline/job/master/lastSuccessfulBuild/artifact/erd-report.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-report-pipeline/job/master/128/artifact/erd-report.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-requisition.rst
Expand Up @@ -5,4 +5,4 @@ Requisition ERD
ERD schema of Requisition service:

* `Live ERD <http://ci.openlmis.org/erd-requisition/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-pipeline/job/master/lastSuccessfulBuild/artifact/erd-requisition.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-pipeline/job/master/787/artifact/erd-requisition.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-stockmanagement.rst
Expand Up @@ -5,4 +5,4 @@ Stock Management ERD
ERD schema of Stock Management service:

* `Live ERD <http://ci.openlmis.org/erd-stockmanagement/>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-stockmanagement-pipeline/job/master/lastSuccessfulBuild/artifact/erd-stockmanagement.zip>`_
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-stockmanagement-pipeline/job/master/533/artifact/erd-stockmanagement.zip>`_

0 comments on commit b900e74

Please sign in to comment.