Skip to content
Merged
Show file tree
Hide file tree
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 Sep 30, 2025
3483a67
Code check-in
liveaverage Oct 7, 2025
9c35887
Eliminiate org, userid from cred struct
liveaverage Oct 7, 2025
829002f
Revise instance types, pricing, and default-project targets
liveaverage Oct 10, 2025
a45b0dd
Ensure creation of dedicated VPCs, subnets
liveaverage Oct 10, 2025
78e27ed
Add improved integration tests for start, stop,, SSH
liveaverage Oct 13, 2025
0dc2fa9
Fixup SSH int tests
liveaverage Oct 13, 2025
478d82e
Add debug for Nebius client
liveaverage Oct 14, 2025
5207d3d
Add debug logging for projectID corruption diagnosis
liveaverage Oct 14, 2025
05f9f4a
Set Cloud and Provider fields to 'nebius' for instance types
liveaverage Oct 14, 2025
ae4612b
Support VRAM property, add logger/wrap&trace, failure handling cleanu…
liveaverage Oct 15, 2025
a68be2c
fix: instanceType
liveaverage Oct 15, 2025
75158f5
Ensure stoppable is true
liveaverage Oct 16, 2025
98afc63
Retry formatting for instance type
liveaverage Oct 16, 2025
8d804cf
Fixup instance type with dot-not
liveaverage Oct 16, 2025
3f3b20b
Rework provier-related failure handling, instance type lookup
liveaverage Oct 16, 2025
996d469
Add waits for start/stop/terminate
liveaverage Oct 16, 2025
4c63348
ListInstance filler for state detect
liveaverage Oct 16, 2025
6046a56
Fixup for vanishing instances
liveaverage Oct 16, 2025
bc95e3e
implement tag filters
liveaverage Oct 17, 2025
1ba7e26
Increase logging
liveaverage Oct 17, 2025
3e89836
add deterministic ordering
liveaverage Oct 17, 2025
3ccf874
Cleanup old response
liveaverage Oct 17, 2025
e276e71
default location
drewmalin Oct 20, 2025
a1ea10f
Add support for region determination
liveaverage Nov 5, 2025
e2ab947
Clean up whitespace and formatting
liveaverage Nov 14, 2025
ea686fa
Merge branch 'main' into feat-nebius-native
liveaverage Nov 15, 2025
9acd0c2
Ensure B200 support
liveaverage Nov 17, 2025
dc51bb1
Address PR feedback: Add assertions and cleanup
liveaverage Nov 18, 2025
9284c63
Address deprecation feedback from PR review
liveaverage Nov 18, 2025
96f1567
Fix validation test compilation errors
liveaverage Nov 19, 2025
2360cc5
Fix CI linting issues
liveaverage Nov 19, 2025
2749021
Fix all CI linting and test failures for Nebius provider
liveaverage Nov 19, 2025
8a876da
Fix remaining goconst linting issues
liveaverage Nov 19, 2025
1af26a0
Fix goconst linting issues for GPU type comparisons
liveaverage Nov 19, 2025
2921f5e
Replace cpu string literal with platformTypeCPU constant
liveaverage Nov 19, 2025
2c52d46
Fix isPlatformSupported to reject unknown GPU platforms
liveaverage Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
__debug_bin*
.idea/*
coverage/*
.claude
coverage/*
5 changes: 5 additions & 0 deletions v1/providers/nebius/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore all Markdown
*.md
Comment thread
liveaverage marked this conversation as resolved.
Outdated

# Except README.md (any folder)
!README.md
Loading
Loading