Skip to content

Commit

Permalink
Merge pull request #807 from EyeSeeTea/development
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
adrianq authored Dec 24, 2020
2 parents 54e6321 + bdf2cf0 commit 58c55c4
Show file tree
Hide file tree
Showing 302 changed files with 6,774 additions and 3,956 deletions.
10 changes: 10 additions & 0 deletions .githooks/dep-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

changed() {
git diff --name-only HEAD@{1} HEAD | grep "^$1" > /dev/null 2>&1
}

if changed 'yarn.lock'; then
echo "Lockfile changes detected. Installing updates..."
yarn install
fi
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This will open the development server for the main application at port 8081 and
### Customization of the development server:

```
$ yarn start -p 8082 core-app|data-metadata-app|module-package-app|modules-list|package-exporter
$ yarn start -p 8082 core-app|data-metadata-app|module-package-app|modules-list|package-exporter|msf-aggregate-data-app
```

This will open the development server for the given front-end at port 8082 and will connect to DHIS 2 instance http://localhost:8080.
Expand Down Expand Up @@ -100,7 +100,7 @@ $ yarn build
To build a given front-end:

```
$ yarn build [all|core-app|data-metadata-app|module-package-app|modules-list|package-exporter]
$ yarn build [all|core-app|data-metadata-app|module-package-app|modules-list|package-exporter|msf-aggregate-data-app]
```

To build the scheduler:
Expand Down
190 changes: 167 additions & 23 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2020-12-18T11:56:07.632Z\n"
"PO-Revision-Date: 2020-12-18T11:56:07.632Z\n"
"POT-Creation-Date: 2020-12-24T10:46:07.699Z\n"
"PO-Revision-Date: 2020-12-24T10:46:07.699Z\n"

msgid "Field {{field}} cannot be blank"
msgstr ""
Expand All @@ -20,6 +20,9 @@ msgstr ""
msgid "Field {{field}} is not valid"
msgstr ""

msgid "An instance with this name already exists"
msgstr ""

msgid "You need to provide a username and password combination"
msgstr ""

Expand Down Expand Up @@ -92,6 +95,12 @@ msgstr ""
msgid "Version is too small (next version is {{validExample}})"
msgstr ""

msgid "deleted"
msgstr ""

msgid "Analytics execution finished on {{name}}"
msgstr ""

msgid "Preparing synchronization"
msgstr ""

Expand Down Expand Up @@ -231,6 +240,9 @@ msgstr ""
msgid "Could not connect with remote instance"
msgstr ""

msgid "Applying mapping..."
msgstr ""

msgid "Could not apply mapping, please try again."
msgstr ""

Expand Down Expand Up @@ -345,6 +357,9 @@ msgstr ""
msgid "Category Options"
msgstr ""

msgid "Category Option Combos"
msgstr ""

msgid "Options"
msgstr ""

Expand Down Expand Up @@ -384,15 +399,18 @@ msgstr ""
msgid "Search by "
msgstr ""

msgid ""
"There has been an error. You can either retry or contact your administrator "
"if you think there has been an un recoverable error"
msgstr ""

msgid "There are pending migrations"
msgstr ""

msgid "Migrations finished successfully, you may now continue to the app"
msgstr ""

msgid ""
"There has been an error. You can either retry or contact your administrator "
"if you think there has been an un recoverable error"
msgid "Checking migrations"
msgstr ""

msgid "Migrate instance"
Expand All @@ -405,20 +423,20 @@ msgid "Continue to the App"
msgstr ""

msgid ""
"The app needs to run all pending migrations (v{{instanceVersion}} -> "
"v{{appVersion}}) in order to continue. This may take a long time, make sure "
"the process is not interrupted."
"The app needs to run pending migrations (from version {{instanceVersion}} "
"to version {{appVersion}}) in order to continue. This may take a long time, "
"make sure the process is not interrupted."
msgstr ""

msgid "Error"
msgstr ""

msgid "Continue to app anyway"
msgid "Continue to the app anyway"
msgstr ""

msgid ""
"The database version (v{{instanceVersion}}) is greater than the app version "
"(v{{appVersion}}), we cannot continue. Please contact the administrator to "
"The database version ({{instanceVersion}}) is greater than the app version "
"({{appVersion}}), cannot continue. Please contact the administrator to "
"update the app."
msgstr ""

Expand Down Expand Up @@ -865,6 +883,9 @@ msgstr ""
msgid "Dry Run"
msgstr ""

msgid "Run Analytics before sync"
msgstr ""

msgid "Type"
msgstr ""

Expand Down Expand Up @@ -1020,6 +1041,12 @@ msgstr ""
msgid "Source instance"
msgstr ""

msgid "with user {{username}}"
msgstr ""

msgid "with logged user"
msgstr ""

msgid "Destination"
msgstr ""

Expand Down Expand Up @@ -1180,6 +1207,38 @@ msgstr ""
msgid "You do not have assigned any organisation unit"
msgstr ""

msgid "Use sync rules periods"
msgstr ""

msgid "Delete data values before sync"
msgstr ""

msgid "Check existing data values in previous periods"
msgstr ""

msgid "True"
msgstr ""

msgid "False"
msgstr ""

msgid "Use sync rule settings"
msgstr ""

msgid "MSF Settings"
msgstr ""

msgid "Run Analytics"
msgstr ""

msgid "Data Element Group *"
msgstr ""

msgid ""
"* Data Element Group: used to check existing data values in the destination "
"data elements"
msgstr ""

msgid "Metadata Synchronization History"
msgstr ""

Expand Down Expand Up @@ -1231,9 +1290,6 @@ msgstr ""
msgid "Deleting History Notifications"
msgstr ""

msgid "Failed to delete some history notifications"
msgstr ""

msgid "Successfully deleted {{count}} history notifications"
msgid_plural "Successfully deleted {{count}} history notifications"
msgstr[0] ""
Expand Down Expand Up @@ -1366,6 +1422,12 @@ msgid ""
"metadata requests coming from other DHIS instances."
msgstr ""

msgid "Settings"
msgstr ""

msgid "Admin Dashboard"
msgstr ""

msgid "Please fix the issues before testing the connection"
msgstr ""

Expand Down Expand Up @@ -1405,9 +1467,6 @@ msgstr ""
msgid "Saving..."
msgstr ""

msgid "Analytics execution finished on {{name}}"
msgstr ""

msgid "Deleting Instances"
msgstr ""

Expand Down Expand Up @@ -1607,6 +1666,27 @@ msgstr ""
msgid "Refresh"
msgstr ""

msgid "Application storage"
msgstr ""

msgid "Data Store"
msgstr ""

msgid "Metadata constant"
msgstr ""

msgid "Updating storage location, please wait..."
msgstr ""

msgid "Change storage"
msgstr ""

msgid ""
"When changing the storage of the application, all stored information will "
"be moved to the new storage. This might take a while, please wait. Do you "
"want to proceed?"
msgstr ""

msgid "Edit store"
msgstr ""

Expand Down Expand Up @@ -1672,12 +1752,6 @@ msgstr ""
msgid "Deleting Sync Rules"
msgstr ""

msgid "deleted"
msgstr ""

msgid "Failed to delete some rules"
msgstr ""

msgid "Successfully deleted {{count}} rules"
msgid_plural "Successfully deleted {{count}} rules"
msgstr[0] ""
Expand Down Expand Up @@ -1712,6 +1786,76 @@ msgid_plural "Are you sure you want to delete {{count}} rules?"
msgstr[0] ""
msgstr[1] ""

msgid "Aggregate Data For HMIS"
msgstr ""

msgid "Aggregate Data"
msgstr ""

msgid "Synchronization Progress"
msgstr ""

msgid "Advanced Settings"
msgstr ""

msgid "Go To Admin Dashboard"
msgstr ""

msgid "Go to History"
msgstr ""

msgid "MSF Validation"
msgstr ""

msgid "Do you want to proceed?"
msgstr ""

msgid "Starting Aggregate Data..."
msgstr ""

msgid "Run analytics is disabled, last analytics execution: {{lastExecution}}"
msgstr ""

msgid ""
"Deleting previous data values is not possible because data element group is "
"not defined, please contact with your administrator"
msgstr ""

msgid "Finished Aggregate Data"
msgstr ""

msgid "Checking data values in previous periods ...."
msgstr ""

msgid "Starting Sync Rule {{name}} ..."
msgstr ""

msgid "Summary of Sync Rule"
msgstr ""

msgid "Finished Sync Rule {{name}}"
msgstr ""

msgid "Finished Sync Rule {{name}} with errors"
msgstr ""

msgid "never"
msgstr ""

msgid "Error retrieving instance {{name}} to delete previoud data values"
msgstr ""

msgid "Error creating period"
msgstr ""

msgid ""
"Deleting previous data values in target instance {{name}} for period "
"{{period}}..."
msgstr ""

msgid "Deleting previous data values for period {{period}} is not possible"
msgstr ""

msgid "Widget cannot be used until an administrator opens the application"
msgstr ""

Expand Down
Loading

0 comments on commit 58c55c4

Please sign in to comment.