-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: bug finding on ui/ux and docker built image issue #81
fix: bug finding on ui/ux and docker built image issue #81
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “graphite/merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. # using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e4eb53c
to
338cc4b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## daim/fix_sentry_version #81 +/- ##
===========================================================
+ Coverage 45.72% 47.71% +1.98%
===========================================================
Files 56 56
Lines 3427 3521 +94
===========================================================
+ Hits 1567 1680 +113
+ Misses 1655 1627 -28
- Partials 205 214 +9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally. The images are being rebuilt now. Other than some nits, everything else looks good!
5b3aaf4
to
7cc3ea5
Compare
0ded692
to
e1adc44
Compare
7cc3ea5
to
433d967
Compare
Merge activity
|
Closes: WORLD-1196, WORLD-1205, WORLD-1206, WORLD-1207 ## Overview Fix bug findings on world cli v1.3.1-Beta4 ## Brief Changelog - Fix docker image not builded without exec `world cardinal purge` firs. it's because container need to be removed first so that docker create new container with new image - Remove red and yellow color for container name - Fix `--log-level` flag not functioned properly, it's because the envar is not passed to the docker env. - Move `-v` and `-c` from global flags to only flag in 3rd subcommand - Add help for `--log-level` value (ex : info, debug, etc) ## Testing and Verifying - Manually tested - Still covered by unit test
e1adc44
to
acd9f95
Compare
433d967
to
84f5fb5
Compare
Closes: WORLD-1196, WORLD-1205, WORLD-1206, WORLD-1207
Overview
Fix bug findings on world cli v1.3.1-Beta4
Brief Changelog
world cardinal purge
firs. it's because container need to be removed first so that docker create new container with new image--log-level
flag not functioned properly, it's because the envar is not passed to the docker env.-v
and-c
from global flags to only flag in 3rd subcommand--log-level
value (ex : info, debug, etc)Testing and Verifying