-
Notifications
You must be signed in to change notification settings - Fork 8
feat(BREV-2138): Enable native Nebius integration #62
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
219ecbb
Initial check-in for native Nebius integration
liveaverage 3483a67
Code check-in
liveaverage 9c35887
Eliminiate org, userid from cred struct
liveaverage 829002f
Revise instance types, pricing, and default-project targets
liveaverage a45b0dd
Ensure creation of dedicated VPCs, subnets
liveaverage 78e27ed
Add improved integration tests for start, stop,, SSH
liveaverage 0dc2fa9
Fixup SSH int tests
liveaverage 478d82e
Add debug for Nebius client
liveaverage 5207d3d
Add debug logging for projectID corruption diagnosis
liveaverage 05f9f4a
Set Cloud and Provider fields to 'nebius' for instance types
liveaverage ae4612b
Support VRAM property, add logger/wrap&trace, failure handling cleanu…
liveaverage a68be2c
fix: instanceType
liveaverage 75158f5
Ensure stoppable is true
liveaverage 98afc63
Retry formatting for instance type
liveaverage 8d804cf
Fixup instance type with dot-not
liveaverage 3f3b20b
Rework provier-related failure handling, instance type lookup
liveaverage 996d469
Add waits for start/stop/terminate
liveaverage 4c63348
ListInstance filler for state detect
liveaverage 6046a56
Fixup for vanishing instances
liveaverage bc95e3e
implement tag filters
liveaverage 1ba7e26
Increase logging
liveaverage 3e89836
add deterministic ordering
liveaverage 3ccf874
Cleanup old response
liveaverage e276e71
default location
drewmalin a1ea10f
Add support for region determination
liveaverage e2ab947
Clean up whitespace and formatting
liveaverage ea686fa
Merge branch 'main' into feat-nebius-native
liveaverage 9acd0c2
Ensure B200 support
liveaverage dc51bb1
Address PR feedback: Add assertions and cleanup
liveaverage 9284c63
Address deprecation feedback from PR review
liveaverage 96f1567
Fix validation test compilation errors
liveaverage 2360cc5
Fix CI linting issues
liveaverage 2749021
Fix all CI linting and test failures for Nebius provider
liveaverage 8a876da
Fix remaining goconst linting issues
liveaverage 1af26a0
Fix goconst linting issues for GPU type comparisons
liveaverage 2921f5e
Replace cpu string literal with platformTypeCPU constant
liveaverage 2c52d46
Fix isPlatformSupported to reject unknown GPU platforms
liveaverage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| .env | ||
| __debug_bin* | ||
| .idea/* | ||
| coverage/* | ||
| .claude | ||
| coverage/* |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Ignore all Markdown | ||
| *.md | ||
|
|
||
| # Except README.md (any folder) | ||
| !README.md | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.