-
Notifications
You must be signed in to change notification settings - Fork 13k
feat: export logs endpoint #36186
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: export logs endpoint #36186
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 6bbb7bd 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 |
6f95f4a to
abd2202
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #36186 +/- ##
===========================================
- Coverage 65.35% 65.35% -0.01%
===========================================
Files 3156 3156
Lines 104142 104120 -22
Branches 19898 19890 -8
===========================================
- Hits 68060 68043 -17
+ Misses 33406 33396 -10
- Partials 2676 2681 +5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
1b8dcff to
af65f90
Compare
7b2acf2 to
3c45d0c
Compare
|
Closing this one as we merged the branch into #36403 |
Proposed changes (including videos or screenshots)
Create a new endpoint that exports app logs as a file. Supports the same filters as the
/api/apps/:id/logsendpoint.Issue(s)
Steps to test or reproduce
Further comments
ALT-17