Conversation
- added antigravity url updater - added test for antigravity url updater
- added agy url updater to UpdateManager
- added new localToolCommandlet for Antigravity
- added agy commandlet to commandletManagerImp
- added new test class and test for agy commandlet - added description for agy to help properties
- adjustment and fixes in tests
- added terms of service since there is no license
- spotless...
- checkstyle...
- spotless...
- checkstyle (i hope that is the last warning...)
…have not been applied
Collaborator
Coverage Report for CI Build 35114999604Coverage decreased (-0.06%) to 74.096%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions25 previously-covered lines in 3 files lost coverage.
Coverage Stats💛 - Coveralls |
- added new changelog entry
- updated license
…tool-commandlet' into feature/2457-add-antigravity-as-tool-commandlet
- updated license
This file contains hidden or 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
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 fixes #2457
Implemented changes:
Agy.java)ANTIGRAVITY_API_KEYvalues from the environment to prevent them from overriding the project-specific configuration while preserving values managed by IDEasyide agyinCommandletManagerImplAgyTestcovering configuration resolution, symlink/junction management, and configuration seedingNote
I was only able to test this new commanldet on Linux and Windows. It would be nice if the reviewer could also test on MacOS.
Testing instructions
Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:
mvn clean testTest on Linux, Windows and MacOs (requires step 2. above)
project/<project-name>/software/agyproject/<project-name>/conf/geminisettings.jsonandREADME.mdhave been placed toproject/<project-name>/conf/gemini/antigravity-cliproject/<project-name>/conf/gemini/antigravity-cli/settings.jsonverify the new entry:{ "colorScheme": "dark", ... ... }project/<new-project-name>/conf/gemini/antigravity-cli/settings.jsonverify the new entry:{ "colorScheme": "solarized dark", ... ... }settings.jsonof the first project remains unchangedThe Option Color Scheme should show the previously configured color scheme for each project.
project/<project-name>/softwaredoes not containagyanymoreChecklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.batand notfeature/921 fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internalpom.xmlfiles or otherwise if runtime dependencies changed, you have updated our LICENSE.asciidocChecklist for tool commandlets
Have you added a new
«tool»as commandlet? There are the following additional checks:«tool»«TOOL»_VERSIONand«TOOL»_EDITIONare honored by your commandlet