From 0a963ec3dbe8c227e0827f0ad8c721dc28523366 Mon Sep 17 00:00:00 2001 From: Chongsun Ahn Date: Fri, 27 Apr 2018 16:02:09 -0700 Subject: [PATCH] Release of OpenLMIS Ref Distro v3.3 * Update releasing instructions Update to remove entry about updating openlmis-config, since that repo is now legacy. * Update component versions in ref-distro For 3.3.0 release. * Update documentation to specific versions For 3.3 release. * Update ERD and API doc links Update to build numbers instead of last successful build. Remove live versions of ERD and APIs (since they are not versioned). --- .env | 23 +++--- docs/source/collect-docs.py | 80 +++++++++---------- docs/source/components/erd-auth.rst | 3 +- docs/source/components/erd-cce.rst | 3 +- docs/source/components/erd-fulfillment.rst | 3 +- docs/source/components/erd-referencedata.rst | 3 +- docs/source/components/erd-report.rst | 3 +- docs/source/components/erd-requisition.rst | 3 +- .../source/components/erd-stockmanagement.rst | 3 +- docs/source/components/index.rst | 28 +++---- docs/source/contribute/contributionGuide.md | 4 +- docs/source/conventions/index.rst | 2 +- .../source/conventions/versioningReleasing.md | 1 - 13 files changed, 72 insertions(+), 87 deletions(-) diff --git a/.env b/.env index e2dab314..c7dbe95a 100644 --- a/.env +++ b/.env @@ -1,16 +1,17 @@ -OL_REFERENCE_UI_VERSION=5.0.5-SNAPSHOT +OL_REFERENCE_UI_VERSION=5.0.6 -OL_REQUISITION_VERSION=6.0.0-SNAPSHOT -OL_REFERENCEDATA_VERSION=10.0.0-SNAPSHOT -OL_AUTH_VERSION=3.2.0-SNAPSHOT -OL_NOTIFICATION_VERSION=3.0.5-SNAPSHOT -OL_FULFILLMENT_VERSION=7.0.0-SNAPSHOT -OL_CCE_VERSION=1.0.0-SNAPSHOT -OL_STOCKMANAGEMENT_VERSION=3.0.0-SNAPSHOT -OL_REPORT_VERSION=1.1.0-SNAPSHOT -OL_DIAGNOSTICS_VERSION=1.0.0-SNAPSHOT +OL_REQUISITION_VERSION=6.0.0 +OL_REFERENCEDATA_VERSION=10.0.0 +OL_AUTH_VERSION=3.2.0 +OL_NOTIFICATION_VERSION=3.0.5 +OL_FULFILLMENT_VERSION=7.0.0 +OL_CCE_VERSION=1.0.0 +OL_STOCKMANAGEMENT_VERSION=3.0.0 +OL_REPORT_VERSION=1.1.0 + +OL_DIAGNOSTICS_VERSION=1.0.0 OL_NGINX_VERSION=4 OL_RSYSLOG_VERSION=1 -OL_POSTGRES_VERSION=9.6-postgis +OL_POSTGRES_VERSION=9.6-postgis \ No newline at end of file diff --git a/docs/source/collect-docs.py b/docs/source/collect-docs.py index 95bf8348..894965fc 100644 --- a/docs/source/collect-docs.py +++ b/docs/source/collect-docs.py @@ -1,47 +1,47 @@ 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/v7.0.0/README.md", "components/fulfillmentService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v6.0.0/README.md", "components/requisitionService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v3.2.0/README.md", "components/authService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v3.2.0/DESIGN.md", "components/authServiceDesign.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.0.0/README.md", "components/cceService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v3.0.5/README.md", "components/notificationService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v10.0.0/README.md", "components/referencedataService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v3.0.0/README.md", "components/stockmanagementService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.1.0/README.md", "components/reportService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/README.md", "components/templateServiceService.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.0.6/README.md", "components/referenceUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.1.0/README.md", "components/authUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.0.0/README.md", "components/cceUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.3.0/README.md", "components/referencedataUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.0.5/README.md", "components/reportUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v5.3.1/README.md", "components/requisitionUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.0.0/README.md", "components/fulfillmentUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v1.1.0/README.md", "components/stockmanagementUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v7.0.0/README.md", "components/devUI.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/README.md", "components/uiComponents.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/index.md", "components/uiOverview.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/extension_guide.md", "components/uiExtensionGuide.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.1.0/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.3.0/STYLE-GUIDE.md", "conventions/codeStyleguide.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/TESTING.md", "conventions/testing.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/ERROR_HANDLING.md", "conventions/errorHandling.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.3.0/LICENSE-HEADER.md", "conventions/licenseHeader.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions.md", "conventions/uiConventions.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-angularjs.md", "conventions/uiAngularjs.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-javascript.md", "conventions/uiJavascript.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-markup.md", "conventions/uiMarkup.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/conventions-testing.md", "conventions/uiTesting.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.0/docs/information-architecture.md", "conventions/uiInformationArchitecture.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v5.3.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.3.0/deploymentTopology.md", "deployment/topology.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-single-host.md", "deployment/provisionSingleHost.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/provision/RDS-configuration.md", "deployment/rdsConfiguration.md") +urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.3.0/deployment/README.md", "deployment/demoAndCiJenkins.md") diff --git a/docs/source/components/erd-auth.rst b/docs/source/components/erd-auth.rst index 6f624e4d..ca3da2cc 100644 --- a/docs/source/components/erd-auth.rst +++ b/docs/source/components/erd-auth.rst @@ -4,5 +4,4 @@ Auth ERD ERD schema of Auth service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-cce.rst b/docs/source/components/erd-cce.rst index d91e6cdd..397c0c8a 100644 --- a/docs/source/components/erd-cce.rst +++ b/docs/source/components/erd-cce.rst @@ -4,5 +4,4 @@ CCE ERD ERD schema of CCE service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-fulfillment.rst b/docs/source/components/erd-fulfillment.rst index f961b717..b62952b4 100644 --- a/docs/source/components/erd-fulfillment.rst +++ b/docs/source/components/erd-fulfillment.rst @@ -4,5 +4,4 @@ Fulfillment ERD ERD schema of Fulfillment service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-referencedata.rst b/docs/source/components/erd-referencedata.rst index 987fdd51..67b42f37 100644 --- a/docs/source/components/erd-referencedata.rst +++ b/docs/source/components/erd-referencedata.rst @@ -4,5 +4,4 @@ Reference Data ERD ERD schema of Reference Data service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-report.rst b/docs/source/components/erd-report.rst index 2bf336db..59a34848 100644 --- a/docs/source/components/erd-report.rst +++ b/docs/source/components/erd-report.rst @@ -4,6 +4,5 @@ Report ERD ERD schema of Report service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-requisition.rst b/docs/source/components/erd-requisition.rst index adb20ef9..14427cf4 100644 --- a/docs/source/components/erd-requisition.rst +++ b/docs/source/components/erd-requisition.rst @@ -4,8 +4,7 @@ Requisition ERD ERD schema of Requisition service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/erd-stockmanagement.rst b/docs/source/components/erd-stockmanagement.rst index a04610ec..26723085 100644 --- a/docs/source/components/erd-stockmanagement.rst +++ b/docs/source/components/erd-stockmanagement.rst @@ -4,5 +4,4 @@ Stock Management ERD ERD schema of Stock Management service: -* `Live ERD `_ -* `Zip ERD `_ +* `Zip ERD `_ diff --git a/docs/source/components/index.rst b/docs/source/components/index.rst index 58d4601c..6c007d01 100644 --- a/docs/source/components/index.rst +++ b/docs/source/components/index.rst @@ -42,8 +42,7 @@ Auth Service works with the Reference Data service to handle role-based access c - `Auth Service README `_ - `Auth Service Design `_ - `Auth Service ERD `_ -- `Live Documentation for Auth API `_ -- `Static Documentation for Auth API `_ +- `Static Documentation for Auth API `_ ******************* Fulfillment Service @@ -56,8 +55,7 @@ warehouse systems. - `Fulfillment Service GitHub repo `_ - `Fulfillment Service README `_ - `Fulfillment ERD `_ -- `Live Documentation for Fulfillment API `_ -- `Static Documentation for Fulfillment API `_ +- `Static Documentation for Fulfillment API `_ *********** CCE Service @@ -70,8 +68,7 @@ inventory (tracking equipment at locations) and functional status. The catalog c - `CCE Service GitHub repo `_ - `CCE Service README `_ - `CCE ERD `_ -- `Live Documentation for CCE API `_ -- `Static Documentation for CCE API `_ +- `Static Documentation for CCE API `_ ******************** Notification Service @@ -82,8 +79,7 @@ email notifications to users. The Notification Service does not provide a web UI - `Notification Service GitHub repo `_ - `Notification Service README `_ -- `Live Documentation for Notification API `_ -- `Static Documentation for Notification API `_ +- `Static Documentation for Notification API `_ ********************** Reference Data Service @@ -98,8 +94,7 @@ or can be added and edited individually using the Reference Data Service APIs. - `Reference Data Service GitHub repo `_ - `Reference Data Service README `_ - `Reference Data ERD `_ -- `Live Documentation for Reference Data API `_ -- `Static Documentation for Reference Data API `_ +- `Static Documentation for Reference Data API `_ ************ Reference UI @@ -112,7 +107,7 @@ deployment for implementers to use. Learn about the Reference UI: - `OpenLMIS UI Overview `_ describes the UI architecture and tooling -- `UI Styleguide `_ +- `UI Styleguide `_ shows examples and best practices for many re-usable components - `Dev UI `_ documents the build process and commands used by all UI components @@ -120,7 +115,7 @@ Coding and Customizing the UI: - `UI Extension Guide `_ - UI :doc:`../conventions/index` -- `Javascript Documentation `_ +- `Javascript Documentation `_ UI Repositories: @@ -161,8 +156,7 @@ report storage, generation (including in PDF format), and seeding rights that us - `Report Service GitHub repo `_ - `Report Service README `_ - `Report ERD `_ -- `Live Documentation for Report API `_ -- `Static Documentation for Report API `_ +- `Static Documentation for Report API `_ ******************* Requisition Service @@ -177,8 +171,7 @@ programs and facilities. - `Requisition Service GitHub repo `_ - `Requisition Service README `_ - `Requisition ERD `_ -- `Live Documentation for Requisition API `_ -- `Static Documentation for Requisition API `_ +- `Static Documentation for Requisition API `_ ************************ Stock Management Service @@ -190,5 +183,4 @@ recording stock transactions over time. - `Stock Management Service GitHub repo `_ - `Stock Management Service README `_ - `Stock Management ERD `_ -- `Live Documentation for Stock Management API `_ -- `Static Documentation for Stock Management API `_ +- `Static Documentation for Stock Management API `_ diff --git a/docs/source/contribute/contributionGuide.md b/docs/source/contribute/contributionGuide.md index abe4f5e9..9a7ed5fd 100644 --- a/docs/source/contribute/contributionGuide.md +++ b/docs/source/contribute/contributionGuide.md @@ -49,8 +49,8 @@ Each bug submission should include an initial prioritization form the reporter. * **Blocker**: Cannot execute function (cannot click button, button does not exist, cannot complete action when button is clicked). Cannot complete expected action (does not match expected results for the test case). No error message when there is an error. OpenLMIS will not release with this bug. * **Critical**: Error message is unactionable by the user, and user cannot complete next action (500 server error message). Search results provided do not match expected results based on data. Poor UI performance or accessibility (user cannot tab to column or use keyboard to complete action). OpenLMIS should not release with this bug. -* **Major**: Performance related (slow response time). Major asthetic issue (See [UI Styleguide](http://build.openlmis.org/job/OpenLMIS-ui-components/lastSuccessfulBuild/artifact/build/styleguide/section-3.html#!#kssref-3-3) for reference). Incorrect filtering, but doesn't block users from completing tasks and executing functionality. Wrong user error message (user does not know how to proceed based on the error message provided). -* **Minor**: Aesthetics (spacing is wrong, alignment is wrong, see [UI Styleguide](http://build.openlmis.org/job/OpenLMIS-ui-components/lastSuccessfulBuild/artifact/build/styleguide/section-3.html#!#kssref-3-3)). Message key is wrong. Console errors. Service giving the wrong error between services. +* **Major**: Performance related (slow response time). Major asthetic issue (See [UI Styleguide](http://build.openlmis.org/job/OpenLMIS-ui-components/567/artifact/build/styleguide/section-3.html#!#kssref-3-3) for reference). Incorrect filtering, but doesn't block users from completing tasks and executing functionality. Wrong user error message (user does not know how to proceed based on the error message provided). +* **Minor**: Aesthetics (spacing is wrong, alignment is wrong, see [UI Styleguide](http://build.openlmis.org/job/OpenLMIS-ui-components/567/artifact/build/styleguide/section-3.html#!#kssref-3-3)). Message key is wrong. Console errors. Service giving the wrong error between services. * **Trivial**: Anything else. When the bug is groomed and scheduled for work, the Product Manager will set the final priority level. See [Backlog Grooming](https://openlmis.atlassian.net/wiki/spaces/OP/pages/106627250/Backlog+Grooming) for details on the scheduling of work. diff --git a/docs/source/conventions/index.rst b/docs/source/conventions/index.rst index 4a63afcc..8969f94a 100644 --- a/docs/source/conventions/index.rst +++ b/docs/source/conventions/index.rst @@ -22,7 +22,7 @@ Service Conventions UI Conventions ============== -See the `UI Styleguide `_ +See the `UI Styleguide `_ for conventions about how components look and function. See the Reference UI section under :doc:`../components/index` to learn about the UI architecture, how to build and extend/customize. diff --git a/docs/source/conventions/versioningReleasing.md b/docs/source/conventions/versioningReleasing.md index e923db46..61f0571c 100644 --- a/docs/source/conventions/versioningReleasing.md +++ b/docs/source/conventions/versioningReleasing.md @@ -350,7 +350,6 @@ in these steps - e.g. SNAPSHOT): that same next release. Finally, on Jenkins, identify which build was the one that built and published to Docker/Maven the release. Press the Keep the build forever button. -1. In **openlmis-config**, tag the most recent commit with the tag version (including the 'v'). 1. Update **docker-compose.yml** in **openlmis-ref-distro** with the release chosen 1. For each of the services deployed as the new version on DockerHub, update the version in the **docker-compose.yml** file to the version you're releasing. See the lines under "services:" →