-
Notifications
You must be signed in to change notification settings - Fork 4
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
SDK and CLI for CrateDB Cloud Cluster APIs #81
Open
amotl
wants to merge
15
commits into
main
Choose a base branch
from
amo/cloud-second
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 5, 2024
-
Cloud API: Add wrapper around
croud clusters deploy
It is just a rough sketch, which barely works.
Configuration menu - View commit details
-
Copy full SHA for 82d4659 - Browse repository at this point
Copy the full SHA 82d4659View commit details
Commits on Jul 6, 2024
-
Cloud API: Naming things, improved UX, more OO
- Naming things: Use more appropriate names for variables. - OO: Add `EnvironmentConfiguration`, to manage information about the toolkit environment. - OO: Add `CloudJob` entity, to manage information about a cloud job, and to streamline passing of information. - OO: Refactor low-level methods to `CloudCluster`. - Capability to configure error handling based on the environment. - Capability to conveniently acquire configuration settings from the environment, for obtaining the CrateDB Cluster identifier or name. - Tests: Add `DockerSkippingContainer` and `PytestTestcontainerAdapter`. Both skip test execution when the Docker daemon is not running, or not available to the environment. - Examples: Improve UX of `cloud_*.py` example programs.
Configuration menu - View commit details
-
Copy full SHA for feeffcb - Browse repository at this point
Copy the full SHA feeffcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d23652 - Browse repository at this point
Copy the full SHA 3d23652View commit details -
Cloud API: Add
ManagedCluster.get_client_bundle
methodIt can be used to acquire corresponding client handles (adapter, dbapi, sqlalchemy), in order to communicate with the database.
Configuration menu - View commit details
-
Copy full SHA for a697794 - Browse repository at this point
Copy the full SHA a697794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1babc74 - Browse repository at this point
Copy the full SHA 1babc74View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdafdba - Browse repository at this point
Copy the full SHA bdafdbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e96b3 - Browse repository at this point
Copy the full SHA b2e96b3View commit details -
Cloud API: Use environment variable
CRATEDB_CLOUD_ORGANIZATION_ID
When not logged in using `croud login`, the "create project" operation needs an organization identifier.
Configuration menu - View commit details
-
Copy full SHA for c7323d0 - Browse repository at this point
Copy the full SHA c7323d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7d99f - Browse repository at this point
Copy the full SHA 7a7d99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 072528f - Browse repository at this point
Copy the full SHA 072528fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4a34e - Browse repository at this point
Copy the full SHA 6b4a34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac8436 - Browse repository at this point
Copy the full SHA 5ac8436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7598e07 - Browse repository at this point
Copy the full SHA 7598e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f2291 - Browse repository at this point
Copy the full SHA 34f2291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eabc99 - Browse repository at this point
Copy the full SHA 0eabc99View commit details
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.