-
Notifications
You must be signed in to change notification settings - Fork 13k
feat: improve apps logs #35416
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: improve apps logs #35416
Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 8bf2ae0 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #35416 +/- ##
===========================================
+ Coverage 64.95% 64.97% +0.02%
===========================================
Files 3100 3102 +2
Lines 92544 92623 +79
Branches 17656 17669 +13
===========================================
+ Hits 60111 60185 +74
- Misses 29669 29675 +6
+ Partials 2764 2763 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
apps/meteor/ee/server/apps/communication/endpoints/actionButtonsHandler.ts
Show resolved
Hide resolved
apps/meteor/ee/server/apps/communication/endpoints/actionButtonsHandler.ts
Show resolved
Hide resolved
apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogs.tsx
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogs.tsx
Outdated
Show resolved
Hide resolved
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Proposed changes (including videos or screenshots)
Add a new endpoint
/api/apps/logsthat allow for fetching log records without a filter for app id.Add filtering and pagination to the
/api/apps/:id/logsendpointIssue(s)
Steps to test or reproduce
Further comments
CONN-526
CONN-527