Skip to content
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

fix!: ProjectGraph are now completely stored in DB #258

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

clementguillot
Copy link
Owner

@clementguillot clementguillot commented Nov 2, 2024

  • Fixes Can't encode ProjectGraph (Run entity) #118
  • BREAKING CHANGE: add a Liquibase migration to null previous ProjectGraph (from Run collection). Liquibase requires a database different than admin w/ dbAdmin role!
  • Update mongodb sub-chart values to add an init script to grant dbAdmin role to server user

@clementguillot clementguillot linked an issue Nov 2, 2024 that may be closed by this pull request
@clementguillot clementguillot force-pushed the 118-cant-encode-projectgraph-run-entity branch 4 times, most recently from c578610 to e9220dc Compare November 3, 2024 11:23
@clementguillot clementguillot changed the title fix(server): add BSON codecs to store in DB run's full ProjectGraph fix: run's full ProjectGraph are now stored in DB Nov 3, 2024
@clementguillot clementguillot changed the title fix: run's full ProjectGraph are now stored in DB fix(server): add BSON codecs to store in DB run's full ProjectGraph Nov 3, 2024
@clementguillot clementguillot force-pushed the 118-cant-encode-projectgraph-run-entity branch from e9220dc to 116bf20 Compare November 3, 2024 20:35
@clementguillot clementguillot changed the title fix(server): add BSON codecs to store in DB run's full ProjectGraph fix!: ProjectGraph are now completely stored in DB Nov 3, 2024
@clementguillot clementguillot force-pushed the 118-cant-encode-projectgraph-run-entity branch 2 times, most recently from ce0f39b to 64f2f22 Compare November 3, 2024 20:42
@clementguillot clementguillot force-pushed the 118-cant-encode-projectgraph-run-entity branch from 64f2f22 to eb7baeb Compare November 3, 2024 21:18
Copy link

sonarcloud bot commented Nov 3, 2024

@clementguillot clementguillot merged commit 945d46f into main Nov 4, 2024
6 checks passed
@clementguillot clementguillot deleted the 118-cant-encode-projectgraph-run-entity branch November 4, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't encode ProjectGraph (Run entity)
1 participant