-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Apps-Engine Deno Runtime update #31821
Conversation
🦋 Changeset detectedLatest commit: a01c3c8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31821 +/- ##
===========================================
- Coverage 56.42% 55.70% -0.72%
===========================================
Files 2479 2416 -63
Lines 54581 53470 -1111
Branches 11269 11002 -267
===========================================
- Hits 30795 29785 -1010
+ Misses 21111 21058 -53
+ Partials 2675 2627 -48
Flags with carried forward coverage won't be shown. Click here to find out more. |
d9accc0
to
f5656bb
Compare
* chore: use apps-engine with deno * fix: async operations * fix: async
* refactor: convert to typescript * feat: change storeEntries to receive logEntries instead appconsole instance * refactor: remove `logs-storage.js` * refactor: remove type `any` * fix: type errors * fix: implement correct method * chore: use apps engine with deno vm * Fix import --------- Co-authored-by: Douglas Gubert <[email protected]>
* Improve readability for loading apps on startup * Fix slash command registration validation * Fix '/api/apps/installed' endpoint * fix: return correct logs information * Remove trycatch in http bridge as it was causing invalid responses * fix: return installed apps * Remove hardcoded url in http bridge * fix: use url with params * fix: slashcommand preview (#31814) --------- Co-authored-by: Douglas Gubert <[email protected]>
f5656bb
to
e7a23ca
Compare
…retention * 'develop' of github.com:RocketChat/Rocket.Chat: fix: Not possible to edit room without proper permission with retention policy enabled (#32547) feat: Apps-Engine Deno Runtime update (#31821) feat: E2EE room setup header (#32446) fix: E2EE thread main message reactivity (#32381) chore: Add telemetry to CI so we can get a better understanding of resource usage (#32113) fix: Long katex strings breaking overflow in x axis (#32609) fix: Force highlighted code language registration (#32507) fix: sidebar last message E2EE (#32431) chore: remove message column on moderation console (#32432) fix: Accepted Media Types settings validation (#32478)
Proposed changes (including videos or screenshots)
This PR refactors the usage of the Apps-Engine so that it is compatible with the new Deno Runtime, as implemented in RocketChat/Rocket.Chat.Apps-engine#665
Issue(s)
PROJ-5
Steps to test or reproduce
Further comments