-
Notifications
You must be signed in to change notification settings - Fork 42
FIX: Resolve dependencies issues in deconstruct flow #389
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
base: main
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @haggit-eliyahu, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses and resolves several critical dependency management issues within the project's deconstruct flow. The changes streamline the process of installing both remote and local Python packages, ensuring that development environments are consistently set up with all necessary dependencies, including development-specific tools and internal libraries. This leads to a more reliable and efficient build and testing process. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
e6e893e to
3938b49
Compare
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageinfoblox_threat_defense_with_ddi
team_cymru_scout
|
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.
Code Review
This pull request introduces significant improvements to dependency resolution in the deconstruct flow. The changes, including adding a default PyPI index, handling local wheel dependencies, and automatically adding default development dependencies, are well-implemented. I've identified a potential bug in the version comparison logic and have a couple of suggestions for refactoring and improving consistency, which I've detailed in the comments below.
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageteam_cymru_scout
infoblox_threat_defense_with_ddi
|
1 similar comment
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageteam_cymru_scout
infoblox_threat_defense_with_ddi
|
115f7c4 to
295f9ee
Compare
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageinfoblox_threat_defense_with_ddi
team_cymru_scout
|
295f9ee to
2fee1c1
Compare
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageinfoblox_threat_defense_with_ddi
team_cymru_scout
|
2fee1c1 to
6ddfefd
Compare
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageinfoblox_threat_defense_with_ddi
team_cymru_scout
|
6ddfefd to
8975476
Compare
|
❌ Marketplace Validation Failed Click to view the full reportValidation Report🧩 IntegrationsPre-Build Stageinfoblox_threat_defense_with_ddi
team_cymru_scout
|
3fd52ae to
39d8f6d
Compare
…es to the packages directory # Conflicts: # packages/mp/pyproject.toml # packages/mp/uv.lock # Conflicts: # packages/mp/pyproject.toml # packages/mp/uv.lock
661f230 to
aaccf4d
Compare
aaccf4d to
2393f02
Compare
Description
This PR fixes the depnedencies resolution in the decunstruct flow by:
Checklist:
Please ensure you have completed the following items before submitting your PR.
This helps us review your contribution faster and more efficiently.
General Checks:
Open-Source Specific Checks:
For Google Team Members and Reviewers Only:
Screenshots (If Applicable)
If your changes involve UI or visual elements, please include screenshots or GIFs here.
Ensure any sensitive data is redacted or generalized.
Further Comments / Questions
Any additional comments, questions, or areas where you'd like specific feedback.