-
Notifications
You must be signed in to change notification settings - Fork 31
[MOSIP-43894, MOSIP-43640, MOSIP-44014, DSD-9381] Port release-1.3.x … #141
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
Open
ckm007
wants to merge
9
commits into
mosip:develop
Choose a base branch
from
ckm007:port/release-1.3.x-to-develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
99f2407
[MOSIP-43894, MOSIP-43640, MOSIP-44014, DSD-9381] Port release-1.3.x …
ckm007 2cf84e5
Fix syntax error in get_db_data.sh - missing 'then' in elif block
ckm007 5981911
Fix BRANCH_NAME extraction for PR-triggered workflow runs
ckm007 3404e9a
Fix BRANCH_NAME using base_ref instead of head_ref for PR events
ckm007 90a427b
Fix CodeRabbit review comments
ckm007 7b909a0
Fix unresolved CodeRabbit comments on push-trigger.yml
ckm007 bbe01da
Fix port mismatch and missing code block language tag in ansible files
ckm007 221ca61
Add missing helm repo prerequisites in postgres-install.sh
ckm007 c578474
Fix master/main guard to use base_ref for pull_request events
ckm007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # Contains deployment scripts for masterdata loader | ||
|
|
||
| ## Masterdata-loader | ||
|
|
||
| ### Init mosip_master db | ||
| * To incorporate your own master data, modify the `install.sh` with your `GithubBranch`, `GithubRepo` and `XlsfolderPath: /home/mosip/<path to xlsx>`. | ||
| ```bash | ||
| ./install.sh | ||
| ``` |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| istio: | ||
| name: postgres | ||
| host: postgres.sandbox.xyz.net | ||
| # Note: If you have multiple ingressController then pass it in the form of list. | ||
| ingressController: ingressgateway-internal | ||
| # Note : By default, if you do **not** specify any gateways, the chart will bind to a single Gateway whose name is derived from the metadata name. If you have mutiple gateways to specify then pass it in the form of list like below. | ||
| # gateways: | ||
| # - public-gateway | ||
| # - internal-gateway | ||
| port: | ||
| name: tcp-postgresql | ||
| number: 5432 | ||
| protocol: TCP | ||
| serviceHost: postgres-postgresql | ||
| servicePort: 5432 |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.