-
Notifications
You must be signed in to change notification settings - Fork 14
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 tests for extended_properties feature #212
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
azgabur
force-pushed
the
extended_properties
branch
2 times, most recently
from
June 1, 2023 17:55
b9d5ddb
to
67f698b
Compare
^Rebase, black formatting, finish Token normalization test |
azgabur
force-pushed
the
extended_properties
branch
3 times, most recently
from
June 12, 2023 11:09
81d19f7
to
b678ce6
Compare
azgabur
force-pushed
the
extended_properties
branch
from
July 11, 2023 14:24
b678ce6
to
89351e6
Compare
Rebase, add new overwrite tests |
azgabur
force-pushed
the
extended_properties
branch
from
July 11, 2023 14:36
89351e6
to
50005c6
Compare
pehala
reviewed
Jul 12, 2023
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
averevki
reviewed
Jul 12, 2023
pehala
reviewed
Jul 12, 2023
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
Comments/Documentation still needs to be rewritten. |
azgabur
force-pushed
the
extended_properties
branch
from
July 13, 2023 11:37
ca526d0
to
edf0ef9
Compare
pehala
reviewed
Jul 13, 2023
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
testsuite/tests/kuadrant/authorino/identity/test_extended_properties.py
Outdated
Show resolved
Hide resolved
azgabur
force-pushed
the
extended_properties
branch
from
July 24, 2023 19:37
0453b06
to
dbce457
Compare
Re-did basic extended properties test. Rebased and squashed commits. All tasks complete. Ready for review. |
azgabur
commented
Jul 24, 2023
azgabur
force-pushed
the
extended_properties
branch
2 times, most recently
from
August 2, 2023 14:32
41dcda3
to
9c85c4f
Compare
azgabur
commented
Aug 2, 2023
mganisin
reviewed
Aug 3, 2023
mganisin
reviewed
Aug 3, 2023
mganisin
reviewed
Aug 3, 2023
testsuite/tests/kuadrant/authorino/identity/extended_properties/test_extended_properties.py
Outdated
Show resolved
Hide resolved
Removal of |
azgabur
force-pushed
the
extended_properties
branch
2 times, most recently
from
August 7, 2023 11:54
bd2cdfb
to
e0dcde1
Compare
azgabur
force-pushed
the
extended_properties
branch
2 times, most recently
from
August 7, 2023 12:08
65c3e95
to
f7c574b
Compare
pehala
reviewed
Aug 7, 2023
azgabur
force-pushed
the
extended_properties
branch
from
August 7, 2023 14:09
f7c574b
to
7b95c08
Compare
azgabur
commented
Aug 7, 2023
azgabur
force-pushed
the
extended_properties
branch
4 times, most recently
from
August 9, 2023 11:40
bd1423c
to
360550e
Compare
pehala
reviewed
Aug 10, 2023
mganisin
reviewed
Aug 15, 2023
azgabur
force-pushed
the
extended_properties
branch
from
August 16, 2023 10:43
360550e
to
9fddb1b
Compare
pehala
previously approved these changes
Aug 16, 2023
averevki
reviewed
Aug 25, 2023
azgabur
force-pushed
the
extended_properties
branch
from
August 25, 2023 15:06
9fddb1b
to
266d125
Compare
^Fix merge conflict & rebase |
azgabur
force-pushed
the
extended_properties
branch
from
August 25, 2023 16:19
266d125
to
edb2ee5
Compare
azgabur
commented
Aug 25, 2023
azgabur
force-pushed
the
extended_properties
branch
from
August 25, 2023 16:36
edb2ee5
to
34068c6
Compare
averevki
approved these changes
Aug 28, 2023
pehala
approved these changes
Aug 28, 2023
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.
extended_properties
functionality implementation (contains fix ofValue
class)Contains also:
Replace customasdict()
inValueFrom
with dict transformation Add tests for extended_properties feature #212 (comment)asdict()
Add tests for extended_properties feature #212 (comment)add_item
function to force keyword-only common_features arguments Add tests for extended_properties feature #212 (comment)Closes #108