This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
forked from SEL-Columbia/dristhi
-
Notifications
You must be signed in to change notification settings - Fork 37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove hardcoded SNI test url
Add child location
Add support for SNI (Server Name Indication)
… before returned cached version
Add client application and database version identifiers to the EC model UGANDA HPV
On Sep 13, 2018 12:17 AM, "Emmanuel Tarus" <[email protected]> wrote:
Merging Tb-reach,hpv, and anc branches
------------------------------
You can view, comment on, or merge this pull request online at:
#485
Commit Summary
- Initial HPV Server side commit
- update maven properties configuration file
- Add childLocationId field
- Merge branch 'ughpv-postgres-support' into uganda-hpv
- Add support for SNI (Server Name Indication)
- change snapshot version
- Merge branch 'uganda-hpv' into 446-add-child-location-id
- Revert server version to what is was before
- Remove unnecessary changes
- Fix issue skip null identifiers when creating openmrs patient create
- Merge pull request #447 from OpenSRP/446-add-child-location-id
- Merge branch 'uganda-hpv' into issue425
- Merge pull request #445 from OpenSRP/issue425
- qa fix server updates, Add GZIP compression support
- location fix
- location fix
- Add CouchDB dependencies for beans not implemented on Postgres
- Redis cache configuration
- Redis cache OpenMRS authentication
- Move cache TTL to properties file, compare if credentials are similar
before returned cached version
- If credentials are not equals to cached eject cached and autheticate
again
- Move redis connection properties to properties file
- Multimedia controller authentication set http request
- Jedis connection pool configure using properties file. Code cleanup
- Add Lettuce Redis client configuration
- Use SPEL to determine redis client in use
- Use Profiles to build OpenSRP instead of manual edits of XML
- Use maven to manage active redis client
- use camelcase convention
- Fix issue NPE on encounter creation
- Merge branch 'issue448-hpv-cache-authentication' into ug-hpv-QA-fixes
- Merge pull request #454 from OpenSRP/issue448-hpv-cache-authentication
- Merge pull request #450 from OpenSRP/ug-hpv-QA-fixes
- View configuration setup script add postgres support
- Code cleanup
- fix codacy issue UUOC
- Merge pull request #460 from OpenSRP/issue459-hpv
- Server side repo set up for OpenSRP ANC Project backend
- Add client application and database version identifiers to the EC
model UGANDA-HPV
- Merge pull request #464 from OpenSRP/issue455-hpv-ec-app-db-version
- Merge branch 'uganda-hpv' into anc
- update project env to ANC (Ante Natal Care)
- Merging hpv_anc brach
File Changes
- *M* assets/config/couchdb.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-0> (1)
- *M* assets/config/opensrp.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-1> (4)
- *M* assets/config/schedule_tracking.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-2> (1)
- *M* assets/migrations/environments/development.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-3> (4)
- *M* build/maven.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-4> (20)
- *M* opensrp-common/pom.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-5> (6)
- *M*
opensrp-common/src/main/java/org/opensrp/common/util/CustomCertificateSSLSocketFactory.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-6> (2)
- *A*
opensrp-common/src/main/java/org/opensrp/common/util/HostNameSetter.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-7> (77)
- *M* opensrp-common/src/main/java/org/opensrp/common/util/HttpUtil.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-8> (336)
- *A*
opensrp-common/src/main/java/org/opensrp/common/util/ServerNameIndicationSSLContext.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-9> (36)
- *A*
opensrp-common/src/main/java/org/opensrp/common/util/ServerNameIndicationSSLContextSpi.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-10> (81)
- *M*
opensrp-connector/src/main/java/org/opensrp/connector/openmrs/service/EncounterService.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-11> (787)
- *M*
opensrp-connector/src/main/java/org/opensrp/connector/openmrs/service/OpenmrsLocationService.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-12> (6)
- *M*
opensrp-connector/src/main/java/org/opensrp/connector/openmrs/service/PatientService.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-13> (638)
- *M* opensrp-core/src/main/resources/applicationContext-opensrp.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-14> (51)
- *M*
opensrp-core/src/test/resources/form/pnc_reg_form/form_submission.json
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-15> (6)
- *M* opensrp-web/pom.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-16> (2)
- *A*
opensrp-web/src/main/java/org/opensrp/web/GZipCompressionFilter.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-17> (39)
- *A* opensrp-web/src/main/java/org/opensrp/web/GzipResponseStream.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-18> (79)
- *A* opensrp-web/src/main/java/org/opensrp/web/GzipResponseWrapper.java
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-19> (73)
- *M* opensrp-web/src/main/resources/quartz.properties
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-20> (2)
- *M* opensrp-web/src/main/webapp/META-INF/context.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-21> (2)
- *M* opensrp-web/src/main/webapp/WEB-INF/web.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-22> (5)
- *M* opensrp-web/src/main/webapp/index.html
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-23> (2)
- *M* pom.xml
<https://github.com/OpenSRP/opensrp-server/pull/485/files#diff-24> (2)
Patch Links:
- https://github.com/OpenSRP/opensrp-server/pull/485.patch
- https://github.com/OpenSRP/opensrp-server/pull/485.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#485>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOeb-_JfrVkjU_pkSkihNF6wI4KI3lgWks5uaU-vgaJpZM4Wl6Zj>
.
|
Signed-off-by: Ephraim Muhia <[email protected]>
keymane
approved these changes
Sep 14, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging Tb-reach,hpv, and anc branches