Skip to content

Commit

Permalink
Release openLMIS 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrochalskisoldevelo committed Oct 31, 2024
1 parent 96820ee commit 5eea6dc
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 44 deletions.
26 changes: 13 additions & 13 deletions .env
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
OL_REFERENCE_UI_VERSION=5.2.8
OL_REFERENCE_UI_VERSION=5.2.9

OL_REQUISITION_VERSION=8.3.8
OL_REFERENCEDATA_VERSION=15.2.6
OL_AUTH_VERSION=4.3.3
OL_NOTIFICATION_VERSION=4.3.3
OL_FULFILLMENT_VERSION=9.0.5
OL_CCE_VERSION=1.3.3
OL_STOCKMANAGEMENT_VERSION=5.1.10
OL_REPORT_VERSION=1.2.2
OL_BUQ_VERSION=1.0.0
OL_DHIS2_INTEGRATION=1.0.0-SNAPSHOT
OL_HAPIFHIR_VERSION=2.0.2
OL_REQUISITION_VERSION=8.3.9
OL_REFERENCEDATA_VERSION=15.2.7
OL_AUTH_VERSION=4.3.4
OL_NOTIFICATION_VERSION=4.3.4
OL_FULFILLMENT_VERSION=9.0.6
OL_CCE_VERSION=1.3.4
OL_STOCKMANAGEMENT_VERSION=5.1.11
OL_REPORT_VERSION=1.2.3
OL_BUQ_VERSION=1.0.1
OL_DHIS2_INTEGRATION=1.0.0
OL_HAPIFHIR_VERSION=2.0.3
OL_ONE_NETWORK_INTEGRATION_VERSION=0.0.1
OL_ONE_NETWORK_INTEGRATION_REFERENCEDATA_EXTENSION_VERSION=0.0.1
OL_ONE_NETWORK_INTEGRATION_STOCKMANAGEMENT_EXTENSION_VERSION=0.0.1

OL_DIAGNOSTICS_VERSION=1.1.2
OL_DIAGNOSTICS_VERSION=1.1.3

OL_NGINX_VERSION=5
OL_RSYSLOG_VERSION=1
Expand Down
64 changes: 33 additions & 31 deletions docs/source/collect-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,46 @@
import urllib

#components
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v9.0.5/README.md", "components/fulfillmentService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v8.3.8/README.md", "components/requisitionService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.3/README.md", "components/authService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.3/DESIGN.md", "components/authServiceDesign.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.3.3/README.md", "components/cceService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v4.3.3/README.md", "components/notificationService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v15.2.6/README.md", "components/referencedataService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v5.1.10/README.md", "components/stockmanagementService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.2.2/README.md", "components/reportService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/v2.0.2/README.md", "components/hapifhirService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/v1.1.2/README.md", "components/diagnosticsService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v9.0.6/README.md", "components/fulfillmentService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-dhis2-integration/v1.0.0/README.md", "components/dhis2IntegrationService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-buq/v1.0.1/README.md", "components/buqService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v8.3.9/README.md", "components/requisitionService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.4/README.md", "components/authService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.4/DESIGN.md", "components/authServiceDesign.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.3.4/README.md", "components/cceService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v4.3.4/README.md", "components/notificationService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v15.2.7/README.md", "components/referencedataService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v5.1.11/README.md", "components/stockmanagementService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.2.3/README.md", "components/reportService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/v2.0.3/README.md", "components/hapifhirService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/v1.1.3/README.md", "components/diagnosticsService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/README.md", "components/templateServiceService.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.2.8/README.md", "components/referenceUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.2.12/README.md", "components/authUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.1.5/README.md", "components/cceUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.6.12/README.md", "components/referencedataUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.2.11/README.md", "components/reportUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v7.0.12/README.md", "components/requisitionUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.1.4/README.md", "components/fulfillmentUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v2.1.6/README.md", "components/stockmanagementUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v9.0.6/README.md", "components/devUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.11/README.md", "components/uiComponents.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.11/docs/index.md", "components/uiOverview.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.11/docs/extension_guide.md", "components/uiExtensionGuide.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.2.5/README.md", "components/uiLayout.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.2.9/README.md", "components/referenceUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.2.13/README.md", "components/authUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.1.6/README.md", "components/cceUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.6.13/README.md", "components/referencedataUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.2.12/README.md", "components/reportUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v7.0.13/README.md", "components/requisitionUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.1.5/README.md", "components/fulfillmentUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v2.1.7/README.md", "components/stockmanagementUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v9.0.7/README.md", "components/devUI.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.12/README.md", "components/uiComponents.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.12/docs/index.md", "components/uiOverview.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.12/docs/extension_guide.md", "components/uiExtensionGuide.md")
urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.2.6/README.md", "components/uiLayout.md")

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

# deployment
# urllib.request.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.17.0/deploymentTopology.md", "deployment/topology.md")
Expand Down
1 change: 1 addition & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ To download a release, please visit `GitHub <https://github.com/OpenLMIS/openlmi
.. toctree::
:maxdepth: 1

openlmis-ref-distro-v3.18.0
openlmis-ref-distro-v3.17.0
openlmis-ref-distro-v3.16.0
openlmis-ref-distro-v3.15.1
Expand Down
Loading

0 comments on commit 5eea6dc

Please sign in to comment.