-
Notifications
You must be signed in to change notification settings - Fork 49
changing commonapi-v1.0 to 3.0.0 #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f707b11
e3bbd38
4ca6eee
256219e
6af219e
def0765
67e963d
4156edd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -117,22 +117,22 @@ enableIPValidation=false | |
| iemr.extend.expiry.time.changePassword=true | ||
| iemr.session.expiry.time.changePassword=600 | ||
|
|
||
| identity-api-url-advancesearch =IDENTITY_API_URL/id/advanceSearch | ||
| identity-api-url-getByBenRegIdList =IDENTITY_API_URL/id/getByBenRegIdList | ||
| identity-api-url-getByPartialBenRegIdList =IDENTITY_API_URL/id/getByPartialBenRegIdList | ||
| identity-api-url-getByPhoneNum =IDENTITY_API_URL/id/getByPhoneNum?phoneNum= | ||
| identity-api-url-getByBenId =IDENTITY_API_URL/id/getByBenId?benId= | ||
| identity-api-url-getByBenRegId =IDENTITY_API_URL/id/getByBenRegId?benRegId= | ||
| identity-api-url-benCreate =IDENTITY_API_URL/id/create | ||
| identity-api-url-benEdit =IDENTITY_API_URL/id/edit | ||
| identity-api-url-benEditEducationCommunity=IDENTITY_API_URL/id/editEducationOrCommunity | ||
|
|
||
| identity-api-url-getByFamilyId=IDENTITY_API_URL/id/searchByFamilyId?familyId= | ||
| identity-api-url-getByGovIdentity=IDENTITY_API_URL/id/searhByGovIdentity?identity= | ||
| identity-api-url-advancesearch =IDENTITY_BASE_URL/id/advanceSearch | ||
| identity-api-url-getByBenRegIdList =IDENTITY_BASE_URL/id/getByBenRegIdList | ||
| identity-api-url-getByPartialBenRegIdList =IDENTITY_BASE_URL/id/getByPartialBenRegIdList | ||
| identity-api-url-getByPhoneNum =IDENTITY_BASE_URL/id/getByPhoneNum?phoneNum= | ||
| identity-api-url-getByBenId =IDENTITY_BASE_URL/id/getByBenId?benId= | ||
| identity-api-url-getByBenRegId =IDENTITY_BASE_URL/id/getByBenRegId?benRegId= | ||
| identity-api-url-benCreate =IDENTITY_BASE_URL/id/create | ||
| identity-api-url-benEdit =IDENTITY_BASE_URL/id/edit | ||
| identity-api-url-benEditEducationCommunity=IDENTITY_BASE_URL/id/editEducationOrCommunity | ||
|
|
||
| identity-api-url-getByFamilyId=IDENTITY_BASE_URL/id/searchByFamilyId?familyId= | ||
| identity-api-url-getByGovIdentity=IDENTITY_BASE_URL/id/searchByGovIdentity?identity= | ||
|
|
||
| ## ABHA id based search URL | ||
| identity-api-url-getByHealthID=IDENTITY_API_URL/id/getByAbhaAddress?healthID= | ||
| identity-api-url-getByHealthIDNo=IDENTITY_API_URL/id/getByAbhaIdNo?healthIDNo= | ||
| identity-api-url-getByHealthID=IDENTITY_BASE_URL/id/getByAbhaAddress?healthID= | ||
| identity-api-url-getByHealthIDNo=IDENTITY_BASE_URL/id/getByAbhaIdNo?healthIDNo= | ||
|
|
||
|
Comment on lines
+120
to
136
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Broken placeholder usage for identity URLs
Please update accordingly to avoid unresolved placeholders. |
||
|
|
||
| #### Max retry count | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent artifact final-name in build section
The
<final-name>property under<properties>was updated tocommonapi-v3.0.0, but the<build>section still uses:This mismatch will package the WAR under the old name.
Please align the
<build>finalName: