-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ connect Postgres and add projects_networks
to dynamic-scheduler
⚠️
#7170
base: master
Are you sure you want to change the base?
✨ connect Postgres and add projects_networks
to dynamic-scheduler
⚠️
#7170
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7170 +/- ##
==========================================
+ Coverage 87.66% 88.36% +0.69%
==========================================
Files 1641 1160 -481
Lines 64171 49841 -14330
Branches 1179 311 -868
==========================================
- Hits 56253 44040 -12213
+ Misses 7607 5732 -1875
+ Partials 311 69 -242
Continue to review full report in Codecov by Sentry.
|
…abase-client-to-dynamic-scheduler
dynamic-scheduler
and refactor projects_networks
usagedynamic-scheduler
and refactor projects_networks
usage ⚠️
|
dynamic-scheduler
and refactor projects_networks
usage ⚠️projects_networks
to dynamic-scheduler
⚠️
What do these changes do?
dynamic-scheduler
project_networks
repository to thedynamic-scheduler
, which will also be the future owner of this table, since it is only used for running services in a projectBonus:
dynamic-schdlr
insidedocker-compose.yml
log_context
prints the line where it is used instead of the line in servicelib which was not that usefulcli
andcli_tests
fordynamic_scheduler
Related issue/s
How to test
Dev-ops checklist⚠️