-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add activation and activation_info modules #254
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
alinabuzachis
force-pushed
the
activation
branch
from
August 14, 2024 16:33
648c6da
to
7091fed
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 15, 2024 11:16
7091fed
to
03a54cd
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 15, 2024 11:17
03a54cd
to
c5efe66
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 15, 2024 11:18
c5efe66
to
c6a8839
Compare
alinabuzachis
changed the title
[WIP] Add activation and activation_info modules
Add activation and activation_info modules
Aug 15, 2024
alinabuzachis
force-pushed
the
activation
branch
from
August 15, 2024 12:58
c57100f
to
a3249a6
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 13:23
52eb185
to
2a63d97
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 13:29
4e39adf
to
f20c056
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 13:30
f20c056
to
d67bb09
Compare
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 13:43
d67bb09
to
974c0e9
Compare
matoval
reviewed
Aug 16, 2024
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 15:09
b9631b4
to
be85a28
Compare
matoval
approved these changes
Aug 16, 2024
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.
Ran activation integration tests and all ran successfully
* Added module to manage activation * Added module to gather information about activation * tests Minor fixes Signed-off-by: Alina Buzachis <[email protected]> Fixes Signed-off-by: Alina Buzachis <[email protected]> Update controller.py Fix tests Signed-off-by: Alina Buzachis <[email protected]> Update activation.py Fix Signed-off-by: Alina Buzachis <[email protected]> Remove jinja templating Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis
force-pushed
the
activation
branch
from
August 16, 2024 16:54
bd5952f
to
28026d8
Compare
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.
Add activation and activation_info modules