-
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
remove retro status #480
Merged
Merged
remove retro status #480
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
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
4 times, most recently
from
June 4, 2024 11:59
152d25c
to
6a05b95
Compare
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
2 times, most recently
from
June 4, 2024 13:12
8479e17
to
4fb1971
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 4, 2024 14:52
4fb1971
to
3717c1a
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 5, 2024 14:34
764b915
to
2d6c256
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 6, 2024 12:01
e2c0c21
to
afe9d83
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
5 times, most recently
from
June 12, 2024 17:00
9240d5d
to
bd9bdb3
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 13, 2024 06:30
bd9bdb3
to
54a1a98
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
2 times, most recently
from
June 22, 2024 08:56
5ead0cb
to
ee6c68b
Compare
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
3 times, most recently
from
June 23, 2024 18:31
f425e22
to
be8dcdb
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
2 times, most recently
from
June 24, 2024 16:20
e703848
to
29453d5
Compare
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 24, 2024 16:25
29453d5
to
a191481
Compare
yalosev
reviewed
Jun 27, 2024
pkg/module_manager/scheduler/extenders/dynamically_enabled/dynamic.go
Outdated
Show resolved
Hide resolved
yalosev
reviewed
Jun 27, 2024
pkg/module_manager/scheduler/extenders/dynamically_enabled/dynamic.go
Outdated
Show resolved
Hide resolved
yalosev
reviewed
Jun 27, 2024
yalosev
reviewed
Jun 27, 2024
yalosev
reviewed
Jun 27, 2024
pkg/module_manager/scheduler/extenders/script_enabled/script.go
Outdated
Show resolved
Hide resolved
yalosev
reviewed
Jun 27, 2024
pkg/module_manager/scheduler/extenders/script_enabled/script.go
Outdated
Show resolved
Hide resolved
yalosev
reviewed
Jun 27, 2024
yalosev
reviewed
Jun 27, 2024
…amic.go Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
…amic.go Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
miklezzzz
force-pushed
the
feature-scheduler-remove-retro
branch
from
June 28, 2024 08:17
cf3f0ff
to
04d158b
Compare
yalosev
approved these changes
Jun 28, 2024
miklezzzz
added a commit
that referenced
this pull request
Jul 2, 2024
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com> Co-authored-by: Yuriy Losev <yuriy.losev@flant.com>
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.
Overview
Some general improvements related to how ModuleScheduler's graph is operated.
What this PR does / why we need it
Special notes for your reviewer