-
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-19992] - split settings to different classes #136
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
maxim-lixakov
added
the
ci:skip-changelog
Add this label to skip changelog file check
label
Nov 19, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 19, 2024 14:38
a5554a7
to
47f0948
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 19, 2024 14:38 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 19, 2024
dolfinus
reviewed
Nov 19, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 20, 2024 11:37
47f0948
to
d2ca6b2
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 20, 2024 11:37 — with
GitHub Actions
Inactive
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 20, 2024 11:44
d2ca6b2
to
77d3109
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 20, 2024 11:44 — with
GitHub Actions
Inactive
maxim-lixakov
temporarily deployed
to
test-pypi
November 20, 2024 12:55 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 20, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 20, 2024 13:11
d35caee
to
9951905
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 20, 2024 13:11 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 20, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 08:49
9951905
to
6a52b5f
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 08:49 — with
GitHub Actions
Inactive
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 08:51
6a52b5f
to
0a4a5d4
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 08:51 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
dolfinus
reviewed
Nov 21, 2024
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 09:38
0a4a5d4
to
416b19a
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 09:38 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
Tests are failing |
…gs & SchedulerSettings & add corresponding configuration documentation
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 11:25
416b19a
to
eb73767
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 11:25 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 13:36 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 13:42
e1ef97e
to
80e780d
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 13:42 — with
GitHub Actions
Inactive
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 13:47
80e780d
to
6700b49
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 13:47 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 14:33
6700b49
to
0fe3a40
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 14:33 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 14:38
0fe3a40
to
bd3aaa0
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 14:38 — with
GitHub Actions
Inactive
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 16:00
bd3aaa0
to
2858a96
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 16:00 — with
GitHub Actions
Inactive
dolfinus
reviewed
Nov 21, 2024
maxim-lixakov
force-pushed
the
feature/DOP-19922
branch
from
November 21, 2024 16:09
2858a96
to
a1fd63f
Compare
maxim-lixakov
temporarily deployed
to
test-pypi
November 21, 2024 16:09 — with
GitHub Actions
Inactive
dolfinus
approved these changes
Nov 22, 2024
7 tasks
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
WorkerSettings
,SchedularSettings
classes and move corresponding settings attributes from SyncmasterSettings to corresponding classesfrom syncmaster.worker.settings import WorkerSettings as Settings
change tofrom syncmaster.worker.settings import WorkerSettings as Settings
to have ability override worker settings via
get_worker_settings(CustomWorkerSettings())
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.)