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

chore(ci): clean up env some more & downsize compose #425

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

armyhaylenko
Copy link
Contributor

No description provided.

@@ -533,7 +533,7 @@ fn parse_json_to_json_middleware_config(s: &str) -> Result<JsonMiddlewareConfig,
parse_json(s)
}

fn parse_json_to_big_table_config(s: &str) -> Result<BigTableConfig, String> {
pub fn parse_json_to_big_table_config(s: &str) -> Result<BigTableConfig, String> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fn parse_json_to_dict(s: &str) -> Result<Dict, String> {
   parse_json(s)
}
fn parse_json_to_json_middleware_config(s: &str) -> Result<JsonMiddlewareConfig, String> {
   parse_json(s)
}
pub fn parse_json_to_big_table_config(s: &str) -> Result<BigTableConfig, String> {
   parse_json(s)
}

Is it possible to get rid of these methods?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we can specify type args in value_parser in the macro

kstepanovdev
kstepanovdev previously approved these changes Feb 24, 2025
@armyhaylenko armyhaylenko force-pushed the feature/MTG-1358-clean-up-compose branch 2 times, most recently from a5ce7be to 0a81533 Compare February 24, 2025 15:05
andrii-kl
andrii-kl previously approved these changes Feb 25, 2025
@armyhaylenko armyhaylenko force-pushed the feature/MTG-1358-clean-up-compose branch from bf6a2a9 to d6c6618 Compare February 25, 2025 10:55
@armyhaylenko armyhaylenko force-pushed the feature/MTG-1358-clean-up-compose branch from d6c6618 to 69f85a2 Compare February 25, 2025 12:48
@armyhaylenko armyhaylenko force-pushed the feature/MTG-1358-clean-up-compose branch from 69f85a2 to df3ca40 Compare February 25, 2025 12:48
@kstepanovdev kstepanovdev self-requested a review February 25, 2025 13:48
@armyhaylenko armyhaylenko merged commit a2472a9 into develop Feb 25, 2025
10 checks passed
@armyhaylenko armyhaylenko deleted the feature/MTG-1358-clean-up-compose branch February 25, 2025 13:56
@github-actions github-actions bot mentioned this pull request Mar 10, 2025
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.

3 participants