mirror of
https://github.com/simonw/dclient.git
synced 2026-07-25 10:24:33 +02:00
Add _migrate_v1_to_v2() to convert aliases.json to config.json format. Single-path-segment URLs are split into instance URL + default_database. Auth keys are migrated from URLs to alias names. Original files are backed up as .bak. 7 tests covering simple migration, no path segment, auth migration, URL fallback for unmatched auth, skip if config exists, skip if no aliases, and multi-path-segment URLs. refs #29 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_alias_v2.py | ||
| test_cli_auth.py | ||
| test_commands_v2.py | ||
| test_config.py | ||
| test_datasette_plugin.py | ||
| test_env.py | ||
| test_insert.py | ||
| test_migration.py | ||
| test_query.py | ||
| test_utils.py | ||