chore: remove chatwoot#5139
Merged
Merged
Conversation
Anarlog no longer ships a Chatwoot customer-support widget or backend proxy. Removes: - crates/chatwoot/ (auto-generated chatwoot API client) - crates/api-support/src/routes/chatwoot/ (proxy routes) - crates/api-support chatwoot client/state/error/openapi - apps/api chatwoot env wiring - apps/web ChatwootWidget and oss-friends entry - docs CHATWOOT_* env vars Support feedback, GitHub issue submission, MCP, and LLM proxy routes are unchanged.
✅ Deploy Preview for hyprnote ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for unsigned-char ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ComputelessComputer
added a commit
that referenced
this pull request
Apr 30, 2026
Directory was deleted in #5139 but workspace member entry was left, breaking cargo check / e2e / desktop_ci on every PR.
ComputelessComputer
added a commit
that referenced
this pull request
Apr 30, 2026
* chore: remove dead CI workflows
12 workflows that target paths/apps that no longer exist or are stubs:
Broken (reference missing dirs):
- submit_flathub.yaml (no flatpak/ dir)
- mobile_bridge_ci.yaml (no apps/mobile/)
- extensions_cd.yaml (no extensions/)
- local_stt_e2e.yaml (no crates/cactus-sys/)
- cactus.yaml (no crates/cactus-sys/)
Hyprnote-era leftovers post-supernova:
- legacy_desktop_cd.yaml
- sign_passthrough.yaml (hyprnote-passthrough)
- download_staging.yaml (s3://hyprnote-build)
- desktop_publish.yaml (fastrepl/hyprnote2 Crabnebula app)
Empty stubs:
- ci.yaml (just 'echo pass', 86 noop runs in 2 weeks)
- bot_ci.yaml + bot_cd.yaml (apps/bot is just a .gitignore)
* fix: rustfmt api-support routes/mod.rs
Inline use axum::{Router, routing::post} — was breaking fmt CI on main.
* fix: drop apps/claw from Cargo.toml workspace members
Directory was deleted in #5139 but workspace member entry was left,
breaking cargo check / e2e / desktop_ci on every PR.
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.
Drops the Chatwoot customer-support integration end-to-end —
crates/chatwoot/client, allapi-supportproxy routes/helpers,ChatwootEnvwiring acrossapps/api+AppState+SupportConfig, the OpenAPI surface, the frontend widget, andCHATWOOT_*env docs. anarlog is open-source / community-driven, no in-app live chat needed.cargo check -p api-support -p apipasses locally.