chore: Release hotdata-cli version 0.1.14#64
Merged
eddietejeda merged 4 commits intomainfrom Apr 28, 2026
Merged
Conversation
Bump version and regenerate changelog for indexes workspace list and test coverage. Apply clippy fixes, resolve items-after-test-module in auth and sandbox, and run rustfmt for a clean fmt check.
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Resolve conflicts by adopting JWT session flow and API client from main. Apply clippy-friendly follow-ups: format_fail_message in api, split_once and print_row before tests in auth, Default derives in config, jwt ensure_access_token branch, util api_error before tests module.
Patch targets only lines changed in a PR; release and formatting diffs often lower that percentage without indicating a regression. Keep upload and project trends; stop patch status from failing checks.
Contributor
There was a problem hiding this comment.
nit: collect_tables in src/indexes.rs has a test for a single-page response but no test for multi-page pagination. The information_schema_followup helper is tested in isolation (good), but the cursor carry-over loop itself — where a first response returns has_more: true and next_cursor: "page2", and a second mock asserts cursor=page2 — is not verified end-to-end. Worth adding a collect_tables_two_pages test so the wiring is pinned. (not blocking)
git-cliff updated the release section (date, codecov chore). The main auth commit used a non-conventional subject (missing colon), so cliff skipped it; document JWT session support explicitly.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump version and regenerate changelog for indexes workspace list and test coverage. Apply clippy fixes, resolve items-after-test-module in auth and sandbox, and run rustfmt for a clean fmt check.