-
Notifications
You must be signed in to change notification settings - Fork 10
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
moose cleanup #2053
base: main
Are you sure you want to change the base?
moose cleanup #2053
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks like some stuff should not be deleted and some more could?
@@ -58,12 +58,8 @@ pub enum Commands { | |||
Dev {}, | |||
/// Start a remote environment for use in cloud deployments | |||
Prod {}, | |||
/// Generates missing migration files | |||
/// Generates sdk for your data models |
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.
This is also used to generate the hash function - so probably not accurate helper
}; | ||
Ok(()) | ||
} | ||
|
||
pub async fn resume_initial_data_load( |
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.
Shouldn't this be deleted as well?
let available_topics: HashSet<String, RandomState> = | ||
HashSet::from_iter(fetch_topics(&kafka_config).await?); | ||
|
||
// Spawn sync for the current and old models |
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.
That feels like it should not get deleted
Also a callout for something that needs to be tested - with DCM we were using version with naming DMs with removing DCM we probably should remove the naming versioning? |
or we could keep it - not sure |
bump-version
andgenerate migrations