-
Notifications
You must be signed in to change notification settings - Fork 17
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
sig#781 - Enable dynamic seeding of operator company information (BPN, address, ...) #449
Comments
1 task
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 9, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Merged
8 tasks
4 tasks
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 9, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 9, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 11, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Phil91
added a commit
that referenced
this issue
Oct 11, 2024
Phil91
added a commit
that referenced
this issue
Oct 11, 2024
ntruchsess
pushed a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 15, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Phil91
added a commit
that referenced
this issue
Oct 16, 2024
Phil91
added a commit
that referenced
this issue
Oct 16, 2024
Phil91
added a commit
that referenced
this issue
Oct 16, 2024
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 16, 2024
to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Refs: eclipse-tractusx/portal#449
Phil91
added a commit
to eclipse-tractusx/portal-backend
that referenced
this issue
Oct 17, 2024
* make company and address overwriteable to provide the option to seed the bpn without changing the code it's moved into a directory where it can be overwritten Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-by: Norbert Truchsess <[email protected]> Reviewed-By: Evelyn Gurschler <[email protected]> Refs: eclipse-tractusx/portal#449
Phil91
added a commit
that referenced
this issue
Oct 17, 2024
Phil91
added a commit
that referenced
this issue
Oct 17, 2024
Phil91
added a commit
that referenced
this issue
Oct 17, 2024
Phil91
added a commit
that referenced
this issue
Oct 17, 2024
* make company and address for operator overwriteable * add configuration to seed test data * add configuration to add own config maps for seeding * enable seeding of default test data for localdev * remove separate bpn setting for sdfactory --------- Refs: #449 Co-authored-by: Evelyn Gurschler <[email protected]> Reviewed-by: Evelyn Gurschler <[email protected]>
evegufy
added a commit
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Enable dynamic seeding of the following operator company information:
In companies table:
In addresses table:
Benefits
The dynamic setting - via config - of the BPN would be beneficial for easier ramp up of environments.
The current default/example value for the BPN is
BPNL00000003CRHK
and changing it comes with a code change.Additional Information
Implement concept which was piloted with SAP/ssi-dim-middle-layer#109
The text was updated successfully, but these errors were encountered: