refactor(cli): remove hosted product surface - #102
Conversation
|
Important Review skippedToo many files! This PR contains 266 files, which is 116 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (64)
📒 Files selected for processing (266)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 330 files
Note: This PR contains a large number of files. cubic only reviews up to 200 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
Re-trigger cubic
Summary
submitDefaultfrom the client catalog and switch local defaults to local parse policy.Closes #91
Validation
cargo fmt --all --checkcargo clippy --workspace --all-targetscargo test --workspacecargo build --release -p tokscale-clibun run build:clitarget/release/tokscale --helptarget/release/tokscale login --helpfails as unrecognizedtarget/release/tokscale submit --helpfails as unrecognizedtarget/release/tokscale delete-submitted-data --helpfails as unrecognizedtarget/release/tokscale logout --helpfails as unrecognizedtarget/release/tokscale whoami --helpfails as unrecognizedtarget/release/tokscale qr --helpfails as unrecognizedtarget/release/tokscale --home /tmp/tmp.oKb34wrxdo --no-spinner clients --jsonbun run cli -- --home /tmp/tmp.oKb34wrxdo --no-spinner --lightenv HOME=/tmp/tmp.oKb34wrxdo target/release/tokscale usage --jsonSummary by cubic
Remove all hosted Tokscale surfaces and make this fork local‑only. Drops hosted auth/submit CLI, deletes
packages/frontendand related CI, removessubmitDefault, updates docs, and removes the unusedqrcodedependency.Refactors
login,logout,whoami,qr,submit,delete-submitted-data(deletedauth.rs,device.rs; pruned command wiring and tests).packages/frontendand its tests; removed.github/workflows/frontend_ci.ymlandclient_registry_ci.yml; removed client‑registry generator and scripts frompackage.json.submitDefaultfromcrates/tokscale-core/client-catalog.json; updatedbuild.rs, core/tests, and docs to use the catalog for identity only.qrcodecrate fromtokscale-cliandCargo.lock.bun.lock.Migration
tokscale login|logout|whoami|qr|submit|delete-submitted-data.tokscale clients,tokscale usage,tokscale trae ...).crates/tokscale-core/client-catalog.json.Written for commit 93cda70. Summary will update on new commits.