Skip to content

Commit

Permalink
Update documentation to v3.6 versions
Browse files Browse the repository at this point in the history
To 3.6 versions of documentation, and 3.6 versions of build artifacts.
  • Loading branch information
Łukasz Lewczyński committed May 28, 2019
1 parent 498a8cb commit 3bfb7ba
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 69 deletions.
22 changes: 11 additions & 11 deletions .env
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
OL_REFERENCE_UI_VERSION=5.1.4-SNAPSHOT
OL_REFERENCE_UI_VERSION=5.1.4

OL_REQUISITION_VERSION=8.0.0-SNAPSHOT
OL_REFERENCEDATA_VERSION=13.0.0-SNAPSHOT
OL_AUTH_VERSION=4.1.2-SNAPSHOT
OL_NOTIFICATION_VERSION=4.1.0-SNAPSHOT
OL_FULFILLMENT_VERSION=8.0.2-SNAPSHOT
OL_CCE_VERSION=1.0.3-SNAPSHOT
OL_STOCKMANAGEMENT_VERSION=4.1.0-SNAPSHOT
OL_REPORT_VERSION=1.1.3-SNAPSHOT
OL_HAPIFHIR_VERSION=2.0.0-SNAPSHOT
OL_REQUISITION_VERSION=8.0.0
OL_REFERENCEDATA_VERSION=13.0.0
OL_AUTH_VERSION=4.1.2
OL_NOTIFICATION_VERSION=4.1.0
OL_FULFILLMENT_VERSION=8.0.2
OL_CCE_VERSION=1.0.3
OL_STOCKMANAGEMENT_VERSION=4.1.0
OL_REPORT_VERSION=1.1.3
OL_HAPIFHIR_VERSION=2.0.0

OL_DIAGNOSTICS_VERSION=1.0.3-SNAPSHOT
OL_DIAGNOSTICS_VERSION=1.0.3

OL_NGINX_VERSION=5
OL_RSYSLOG_VERSION=1
Expand Down
82 changes: 42 additions & 40 deletions docs/source/collect-docs.py
Original file line number Diff line number Diff line change
@@ -1,47 +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-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/v8.0.2/README.md", "components/fulfillmentService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v8.0.0/README.md", "components/requisitionService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.1.2/README.md", "components/authService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.1.2/DESIGN.md", "components/authServiceDesign.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.0.3/README.md", "components/cceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v4.1.0/README.md", "components/notificationService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v13.0.0/README.md", "components/referencedataService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v4.1.0/README.md", "components/stockmanagementService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.1.3/README.md", "components/reportService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/v2.0.0/README.md", "components/hapifhirService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/v1.0.3/README.md", "components/diagnosticsService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.6.0/README.md", "components/templateServiceService.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.1.4/README.md", "components/referenceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.2.0/README.md", "components/authUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.0.3/README.md", "components/cceUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.5.1/README.md", "components/referencedataUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.2.0/README.md", "components/reportUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v6.0.0/README.md", "components/requisitionUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.0.3/README.md", "components/fulfillmentUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v2.0.3/README.md", "components/stockmanagementUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v9.0.0/README.md", "components/devUI.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/README.md", "components/uiComponents.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/index.md", "components/uiOverview.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/extension_guide.md", "components/uiExtensionGuide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.1.3/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.6.0/STYLE-GUIDE.md", "conventions/codeStyleguide.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.6.0/TESTING.md", "conventions/testing.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.6.0/ERROR_HANDLING.md", "conventions/errorHandling.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.6.0/LICENSE-HEADER.md", "conventions/licenseHeader.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/conventions.md", "conventions/uiConventions.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/conventions-angularjs.md", "conventions/uiAngularjs.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/conventions-javascript.md", "conventions/uiJavascript.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/conventions-markup.md", "conventions/uiMarkup.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/conventions-testing.md", "conventions/uiTesting.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/docs/information-architecture.md", "conventions/uiInformationArchitecture.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.1.0/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.6.0/deploymentTopology.md", "deployment/topology.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.6.0/provision/Provision-single-host.md", "deployment/provisionSingleHost.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.6.0/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.6.0/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.6.0/provision/RDS-configuration.md", "deployment/rdsConfiguration.md")
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.6.0/deployment/README.md", "deployment/demoAndCiJenkins.md")
2 changes: 1 addition & 1 deletion docs/source/components/erd-auth.rst
Original file line number Diff line number Diff line change
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/256/artifact/erd-auth.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-cce.rst
Original file line number Diff line number Diff line change
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/136/artifact/erd-cce.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-fulfillment.rst
Original file line number Diff line number Diff line change
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/250/artifact/erd-fulfillment.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-notification.rst
Original file line number Diff line number Diff line change
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/255/artifact/erd-notification.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-referencedata.rst
Original file line number Diff line number Diff line change
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/687/artifact/erd-referencedata.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-report.rst
Original file line number Diff line number Diff line change
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/91/artifact/erd-report.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-requisition.rst
Original file line number Diff line number Diff line change
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/571/artifact/erd-requisition.zip>`_
2 changes: 1 addition & 1 deletion docs/source/components/erd-stockmanagement.rst
Original file line number Diff line number Diff line change
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/275/artifact/erd-stockmanagement.zip>`_
Loading

0 comments on commit 3bfb7ba

Please sign in to comment.