-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: world cli login for deployment #65
Conversation
Important Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “graphite/merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cfc675a
to
eb09b9b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
===========================================
- Coverage 52.63% 37.13% -15.51%
===========================================
Files 9 40 +31
Lines 720 1764 +1044
===========================================
+ Hits 379 655 +276
- Misses 273 982 +709
- Partials 68 127 +59 ☔ View full report in Codecov by Sentry. |
83b7e74
to
586a797
Compare
lgtm |
c779662
to
5bc3b04
Compare
5bc3b04
to
5fb3599
Compare
Merge activity
|
Closes: WORLD-1119 ## Overview Adding new login feature to world cli. this feature will integrate world cli to world forge and enable user to do deployment via cli. ## Brief Changelog add new cmd command flow for login : - world cli will open browser to do authentication to world forge - after that world cli woll poll the token from world forge ## Testing and Verifying - added unit test for the new function - manual testing <div class='graphite__hidden'> <div>🎥 Video uploaded on Graphite:</div> <a href="https://app.graphite.dev/media/video/YO1Dcg4NByYdZHvKXaTq/943928a1-b536-4a82-8dac-2dd8717073cb.webm"> <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/YO1Dcg4NByYdZHvKXaTq/943928a1-b536-4a82-8dac-2dd8717073cb.webm"> </a> </div> <video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/YO1Dcg4NByYdZHvKXaTq/943928a1-b536-4a82-8dac-2dd8717073cb.webm">Screencast from 2024-05-17 19-13-14.webm</video>
5fb3599
to
5fd07ae
Compare
Closes: WORLD-1119
Overview
Adding new login feature to world cli. this feature will integrate world cli to world forge and enable user to do deployment via cli.
Brief Changelog
add new cmd command flow for login :
Testing and Verifying