-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 Remove redis, websockets, sse, and webhooks services (#1102)
* 👷 🔥 Remove redis from docker-compose and manage * 🎨 rewrite comments for nats events * 🔥 delete redis-expire script * ➖ remove redis dependency from endorser * 👷 replace use of `codenvy/che-ip` image * 👷 🎨 Replace redis_events reference with nats_events * 👷 🔥 🎨 Remove references to webhooks service * 🔥 delete webhooks module * 🔥 remove webhooks endpoint, service and tests * 🔥 remove webhooks dockerfile and mise tasks * 🔥 remove redis service * 🔥 delete websocket service and endpoint * ➖ remove fastapi_websocket_pubsub * ➖ remove extra packages from uvicorn install * 🔧 🔥 delete redis/webhooks specific config files * 🔥 delete webhooks e2e test * 🎨 update readme docs * 🎨 redis -> nats * 🎨 remove webhooks config * 🎨 remove lifespan check in test * 🎨 remove webhooks related env vars * 🔥🎨 remove SseListern's wait_for_state method * 🔥🎨 remove sse, websocket endpoints from app main, and update doc descriptions * ⬆️ Update lock files * 🎨 remove unused `look_back` arg * 🎨 * 🎨 remove billing service env vars * 🎨 update project version * 👷 add Waypoint module to dependabot * 🚧 replace SSE URL to use Waypoint * 📝 Update openapi docs * 🎨 remove unused WEBHOOK_TOPIC_ALL * 🎨 remove unused import * 🔥🎨 re-add SSE routes, and only remove endpoints that used Webhooks URL * ⏪ revert k6 changes * 📝 Update openapi specs to include the one sse endpoint * 🎨 add init modules * 🎨 remove `look_back` references * 🎨
- Loading branch information
Showing
105 changed files
with
963 additions
and
14,433 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
!endorser/ | ||
!trustregistry/ | ||
!waypoint/ | ||
!webhooks/ | ||
!scripts/ | ||
!configuration/ | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.