-
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
[DOP-15023] Improve docker images #35
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0cbe1b2
to
c078a99
Compare
c078a99
to
b40bb6f
Compare
b40bb6f
to
a894688
Compare
a894688
to
3da62c3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #35 +/- ##
===========================================
- Coverage 91.73% 91.73% -0.01%
===========================================
Files 84 84
Lines 2444 2443 -1
Branches 305 305
===========================================
- Hits 2242 2241 -1
Misses 145 145
Partials 57 57 ☔ View full report in Codecov by Sentry. |
3da62c3
to
c430d6b
Compare
c430d6b
to
b080b01
Compare
b080b01
to
3f277be
Compare
3f277be
to
b423f67
Compare
b423f67
to
a8ab2b5
Compare
a8ab2b5
to
0e173cb
Compare
0e173cb
to
e92f4fe
Compare
e92f4fe
to
c819d1a
Compare
c819d1a
to
c6d964c
Compare
c6d964c
to
1e73e02
Compare
1e73e02
to
458bd77
Compare
458bd77
to
a6537e0
Compare
dmitry-pedchenko
approved these changes
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
syncmaster
folder contents.syncmaster.backend
python module which passes application factory touvicorn
, and then applies user-defined args. This is to keep Horizon and SyncMaster scripts in sync.syncmaster.db.migrations
python module which passes migrations config location toalembic
, and then applies user-defined args. This is to keep Horizon and SyncMaster scripts in sync.Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)