-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix(deployment-logs): redirect lastest version id and dark mode modal redeploy #1788
Conversation
Qovery can create a Preview Environment for this PR.
This comment has been generated from Qovery AI 🤖.
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 11c4720. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targetsSent with 💌 from NxCloud. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## staging #1788 +/- ##
===========================================
- Coverage 53.50% 53.40% -0.11%
===========================================
Files 995 957 -38
Lines 13664 13057 -607
Branches 3938 3800 -138
===========================================
- Hits 7311 6973 -338
+ Misses 4987 4781 -206
+ Partials 1366 1303 -63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What does this PR do?
Add
versionId
for each deployment logs even if it's the latestNote: If we pass version for websocket it works like REST API even if it's the latest deployment id / version id
Fix dark modal redeploy
PR Checklist