-
Notifications
You must be signed in to change notification settings - Fork 0
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(debug): add action to download logs #288
Conversation
63209bc
to
f202b28
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
============================================
+ Coverage 96.22% 96.31% +0.09%
- Complexity 1669 1688 +19
============================================
Files 311 315 +4
Lines 5697 5759 +62
============================================
+ Hits 5482 5547 +65
+ Misses 215 212 -3 ☔ View full report in Codecov by Sentry. |
c3bb83a
to
82281e9
Compare
82281e9
to
9b47e61
Compare
9b47e61
to
6728810
Compare
6728810
to
f11c894
Compare
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
b60e6c3
to
af36881
Compare
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
4e0548f
to
c983778
Compare
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
51b07e2
to
f4a21fb
Compare
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
🎉 This PR is included in version 2.44.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
feat: add download logs action INT-667 Needs myparcelnl/pdk#288 Needs myparcelnl/js-pdk#221
## [4.2.0](v4.1.0...v4.2.0) (2024-11-20) ### 🐛 Bug Fixes * **admin:** fix toggle and tristate input elements not working correctly ([#278](#278)) ([c8832fd](c8832fd)), closes [myparcelnl/js-pdk#223](myparcelnl/js-pdk#223) * **orders:** export correct recipient name ([#277](#277)) ([883dcf4](883dcf4)), closes [#276](#276) * **upgrade:** always execute module installation on upgrade ([#271](#271)) ([78b3657](78b3657)) ### ✨ New Features * **backend:** add download logs action ([#275](#275)) ([7bb1349](7bb1349)), closes [myparcelnl/pdk#288](myparcelnl/pdk#288) [myparcelnl/js-pdk#221](myparcelnl/js-pdk#221) * **checkout:** show carriers only for countries they ship to ([#273](#273)) ([e13b6a2](e13b6a2)) * **deps:** upgrade @myparcel-pdk/checkout to v1.2.0 ([0b314e9](0b314e9)) * **deps:** upgrade myparcelnl/pdk to v2.47.1 ([ffe8ce4](ffe8ce4))
INT-667