pulls translations from transifex and commits them to github

Build: #1315 was successful Scheduled with changes by kml27 <long27km@uw.edu>

Build result summary

Details

Completed
Queue duration
43 minutes
Duration
3 minutes
Labels
None
Revisions
Release scripts
ab83775184d5fb0f928388fa25ee675b855dd53c ab83775184d5fb0f928388fa25ee675b855dd53c
uicommons
bdacaf6270db6d56b1b9fe4f835389c21e389581 bdacaf6270db6d56b1b9fe4f835389c21e389581
htmlformentry
761a3b1c1d57be0fdd158092f8c7cf2d9ab5b1b7 761a3b1c1d57be0fdd158092f8c7cf2d9ab5b1b7
htmlformentryui
5c04876af762ba1a00f06205c852801cb51f98d0 5c04876af762ba1a00f06205c852801cb51f98d0
allergyui
e48f47927dddbe415761e4509036e39487bbba5f e48f47927dddbe415761e4509036e39487bbba5f
allergyapi
37bc47e098f815ae129e9e72b3e7151d45a2fa26 37bc47e098f815ae129e9e72b3e7151d45a2fa26
appointmentschedulingui
719a684f775cf1332489795b736007d4aa48b66c 719a684f775cf1332489795b736007d4aa48b66c
coreapps
73b2d61d3222943f0c58eb941881aae821d59186 73b2d61d3222943f0c58eb941881aae821d59186
dispensing
59d51aef5855287a91c3c6f87bbd45292f5a0a3b 59d51aef5855287a91c3c6f87bbd45292f5a0a3b
mdrtb
7780000b214e12591ab02f444f94c95d69451960 7780000b214e12591ab02f444f94c95d69451960
printer
e13acc0f6601f40468403e1d0dccd070c61a404a e13acc0f6601f40468403e1d0dccd070c61a404a
radiologyapp
4c7a1adf3b4a4cb4f61e44c154eb4a6941919ca4 4c7a1adf3b4a4cb4f61e44c154eb4a6941919ca4
radiology
f0f45a42bbca58ff1ecc742d81b638840bd92201 f0f45a42bbca58ff1ecc742d81b638840bd92201
referenceapplication
cf7f62e21c2cd6b7de03cf75cfc08bb8614291a7 cf7f62e21c2cd6b7de03cf75cfc08bb8614291a7
registrationapp
005bdbe1bb0d009071809812c7fbee4ef675b83f 005bdbe1bb0d009071809812c7fbee4ef675b83f
reportingui
f3642f8f9dc11f69d039d7d7adb9ab2051ab2523 f3642f8f9dc11f69d039d7d7adb9ab2051ab2523
Successful since
#1312 ()

Code commits

htmlformentryui
Author Commit Message Commit date
kml27 <long27km@uw.edu> kml27 <long27km@uw.edu> 5c04876af762ba1a00f06205c852801cb51f98d0 5c04876af762ba1a00f06205c852801cb51f98d0 HTML-714: View mode 'Custom Print' URL to target a single encounter.
coreapps
Author Commit Message Commit date
kml27 <long27km@uw.edu> kml27 <long27km@uw.edu> 73b2d61d3222943f0c58eb941881aae821d59186 73b2d61d3222943f0c58eb941881aae821d59186 RA-1704: Improved Program Status widget state sorting.
* RA-1704 : improved programstatus state sort order - updating angular to 1.6.1 to get $httpBackend.flush() fix, changes to use a proper promise chain for test

* updating shrinkwrap to angular 1.6.1, updating GET mock

* changing use of result var to immediate returns per code style preferences

* reversing order of null check for endDate, provides short circuit and avoids ambiguous coercion/eval

* removing quiet flag from `mvn clean install` to debug travis build

* fixing comparison of two states with null end dates (from different workflows in the same program), adding logic for angular fallback orderby index, re-order expected order test states

* re-enabling mvn quiet mode to minimize build messages

* fixing typo in both enddates not null logic and reciprocal case for state1 endDate == null

* RA-1719: Program, Program Status and Relationship widgets not properly retrieving session use (#300)

* RA-1704 : improved programstatus state sort order - updating angular to 1.6.1 to get $httpBackend.flush() fix, changes to use a proper promise chain for test

* updating shrinkwrap to angular 1.6.1, updating GET mock

* changing use of result var to immediate returns per code style preferences

* reversing order of null check for endDate, provides short circuit and avoids ambiguous coercion/eval

* removing quiet flag from `mvn clean install` to debug travis build

* fixing comparison of two states with null end dates (from different workflows in the same program), adding logic for angular fallback orderby index, re-order expected order test states

* re-enabling mvn quiet mode to minimize build messages

* fixing typo in both enddates not null logic and reciprocal case for state1 endDate == null

* changing sort order back to repeated `else if` logic with new check for not both null and ordering when state1 endDate is null, new order of states in test

* RA-1704 : improved programstatus state sort order - updating angular to 1.6.1 to get $httpBackend.flush() fix, changes to use a proper promise chain for test

* updating shrinkwrap to angular 1.6.1, updating GET mock

* changing use of result var to immediate returns per code style preferences

* reversing order of null check for endDate, provides short circuit and avoids ambiguous coercion/eval

* removing quiet flag from `mvn clean install` to debug travis build

* fixing comparison of two states with null end dates (from different workflows in the same program), adding logic for angular fallback orderby index, re-order expected order test states

* re-enabling mvn quiet mode to minimize build messages

* fixing typo in both enddates not null logic and reciprocal case for state1 endDate == null

* changing sort order back to repeated `else if` logic with new check for not both null and ordering when state1 endDate is null, new order of states in test

* removing quiet flag from `mvn clean install` to debug travis build

* re-enabling mvn quiet mode to minimize build messages

* RA-1724: Fix NPE/undefined error in obsgraph dashboard widget.

* RA-1724 : Fix NPE/undefined error in obsgraph dashboard widget when some concept do not have associated obs

* RA-1724  : Adding null check

* RA-1725: ObsGraph - Added optional filter encounter type parameter for obsgraph.

* Added optional filter encounter type parameter for obsgraph

* Added support for multiple encounter types in obsGraph

* RA-1724: Follow-on commit to fix nul typo (#304)

* make dependent on latest version of REST web services

* try adding REST web services 1.12 dependency to fix build

* HTML-718, gray out retired concepts (#303)

* revert:upgrade to latest version of REST web services

* adding additional documentation of logic in sort

* commiting checkouts from master to clean up commit diff

* after syncing fork master HEAD, commiting checkouts from master to clean up commit diff

Co-authored-by: Mark Goodrich <mark.goodrich@live.com>
Co-authored-by: Ruhanga <41738040+Ruhanga@users.noreply.github.com>
Co-authored-by: Ramesh Ramalingam <rrama@thoughtworks.com>
Co-authored-by: Cosmin <cioan@pih.org>

Jira issues

IssueDescriptionStatus
1 more issue…
Unknown Issue TypeHTML-714Could not obtain issue details from Jira
Unknown Issue TypeHTML-718Could not obtain issue details from Jira
Unknown Issue TypeRA-1704Could not obtain issue details from Jira
Unknown Issue TypeRA-1719Could not obtain issue details from Jira
Unknown Issue TypeRA-1724Could not obtain issue details from Jira