Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Support specifying timezone in `timestamp_to_string()` and `get_current_year_month()` - Implement a mock server using Flask to facilitate testing - Expand test coverage for the following API endpoints: - List the cloud providers, regions and available specifications - List all accessible projects - Create a project - List all clusters in a project - Get a cluster by ID - Create a cluster - Modify (pause or resume) a cluster - Delete a cluster - List AWS Customer-Managed Encryption Keys for a project - Configure AWS Customer-Managed Encryption Keys for a project - Enhance testing for certain internal features: - the `to_object` and `from_object` functions of `TiDBCloudyBase` - `util.timestamp.py` - the `CreateClusterConfig` and `UpdateClusterConfig` in `tidbcloudy.specification` - Fix the incorrect subclass and type hint of `BillingMonthSummaryByService`
- Loading branch information