-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Entities Sprint 19.4a Release (includes Digital Business Card) #18233
Comments
@amanji Do you have some simple way to smoke test Digital Credentials in Prod to verify that things are working properly (especially config/communication between modules/systems)? Update: Mihai verified that DBC is not visible in Prod for reg user and a sole prop, which is as expected because a FF still disables this feature. |
This was referenced Nov 16, 2023
This was referenced Nov 29, 2023
This was referenced Dec 2, 2023
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This release contains Entity + Digital Business Card changes.
Prior to moving into production, the following steps should be completed or confirmed:
Add release # to this ticket
Update version numbers in the code being released and list them here:
Business Edit UI v4.7.4unchanged in this releaseEnsure deployment steps are filled in - remove/replace placeholders
Create a draft release in GitHub and confirm the correct commits are present
Merge release branch back to master (if applicable)Change openshift builds/pipelines back to master (if applicable)Deployment Steps
Dev:
.
in entity vault, change GUNICORN_PROCESSES to 1are there any dependencies, such as an auth/pay deployment or keycloak changes?noare there any one-time scripts to be run, such as for data migration?credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Test:
.
credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Prod:
Edit UI v4.7.4not needed; is already in Prod.
credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Smoke Test Script
The text was updated successfully, but these errors were encountered: