-
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: new apps logger deno-runtime #31136
Conversation
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feat/apps-deno-runtime #31136 +/- ##
==========================================================
+ Coverage 49.46% 53.40% +3.94%
==========================================================
Files 3312 1491 -1821
Lines 81368 29400 -51968
Branches 16657 5959 -10698
==========================================================
- Hits 40249 15702 -24547
+ Misses 36415 12586 -23829
+ Partials 4704 1112 -3592
Flags with carried forward coverage won't be shown. Click here to find out more. |
5830978
to
fa15b90
Compare
ef33464
to
c91fde0
Compare
Tests are going to be failing for now, merging it to the feature branch |
* 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]>
* 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]>
* 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]>
* 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]>
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Depends on RocketChat/Rocket.Chat.Apps-engine#674