-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🔨 refactor suggested chart revision tool to use knex #3396
Merged
Merged
Conversation
This file contains 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 was referenced Mar 23, 2024
danyx23
force-pushed
the
db-fix-remaining-refactor-issues
branch
from
March 24, 2024 10:05
2d15ad1
to
e964145
Compare
danyx23
force-pushed
the
db-migrate-suggested-chart-revisions
branch
from
March 24, 2024 10:06
2d3968c
to
84280ee
Compare
danyx23
force-pushed
the
db-fix-remaining-refactor-issues
branch
from
March 25, 2024 11:27
e964145
to
0fd5829
Compare
danyx23
force-pushed
the
db-migrate-suggested-chart-revisions
branch
from
March 25, 2024 11:27
84280ee
to
59d9b78
Compare
ikesau
approved these changes
Mar 25, 2024
Hi @danyx23, thanks for doing this refactor! I tested it, and it works as expected (even the bug is preserved). LGTM |
Very good to know that the bug is preserved 😜 . Thanks for testing it! 🙏 |
danyx23
force-pushed
the
db-fix-remaining-refactor-issues
branch
from
March 26, 2024 11:45
0fd5829
to
fa71b19
Compare
danyx23
force-pushed
the
db-migrate-suggested-chart-revisions
branch
from
March 26, 2024 11:45
d95d91d
to
f4a7f1d
Compare
danyx23
force-pushed
the
db-fix-remaining-refactor-issues
branch
from
March 26, 2024 13:08
fa71b19
to
36fe011
Compare
danyx23
force-pushed
the
db-migrate-suggested-chart-revisions
branch
from
March 26, 2024 13:08
f4a7f1d
to
7cb9ff0
Compare
danyx23
force-pushed
the
db-fix-remaining-refactor-issues
branch
from
March 26, 2024 14:29
36fe011
to
185daf7
Compare
danyx23
force-pushed
the
db-migrate-suggested-chart-revisions
branch
from
March 26, 2024 14:30
7cb9ff0
to
b0579bf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR refactors the last TypeORM class which is the suggested chart revision tool and entity. This one is a bit bigger of a change because the old code was mutating objects quite a bit and this refactor changes the code to work in a more predictable way of making new objects when going from unparsed to parsed (raw to enriched) db objects.