-
Notifications
You must be signed in to change notification settings - Fork 115
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
Vm reinstate erd #11628
base: main
Are you sure you want to change the base?
Vm reinstate erd #11628
Conversation
4189493
to
be7e22b
Compare
@@ -746,3 +746,19 @@ deploy_eks: | |||
IMAGE_TAG: $CI_COMMIT_SHA | |||
rules: | |||
- if: $CI_COMMIT_BRANCH == "main" | |||
|
|||
publish_er_diagram: | |||
stage: .post |
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.
stage: .post | |
stage: .post | |
needs: | |
- job: install | |
cache: | |
- <<: *ruby_cache |
1679485
to
587668a
Compare
changelog: Internal, Documentation, Generate the ER diagram on migrations 1. Diagrams are generated automatically during CI 2. Diagram can be customized using .erdconfig We used to do this in the past and abandoned it in commit 47020c9, as it was not maintained. This iteration should make it easier.
587668a
to
efa71ec
Compare
I was assuming that the artifacts from the Would it be better for me to copy the way we generate the events for the analytics handbook - create a |
What issues are you expecting won't allow it to work? I'd have imagined with a Pages configuration we could have a URL like https://lg.pages.production.gitlab.login.gov/identity-idp/idp_erd.svg to serve the latest artifact from I think doing it in a similar way to how analytics events could work too, if that ends up being a simpler path. |
I am trying to leverage the build artifacts and avoid issuing commits for redundant information. |
No description provided.