This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 145
Test store data types update & fixes #427
Merged
Merged
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8619277
:hammer: Rename dataCheck -> dataChanged
T4rk1n 2c123ab
:hammer: Rename dataChanged arguments (newData, oldData)
T4rk1n a893ce2
:bulb: Add docstring to dataChanged.
T4rk1n b9311db
:white_check_mark: Add test_store_type_updates
T4rk1n 7160cdb
:lipstick: Run prettier.
T4rk1n a6ca83c
:hammer: Remove null data check in componentDidUpdate
T4rk1n 101360f
:rotating_light: Add boolean to tested types
T4rk1n f3dba35
:hammer: Add boolean type check
T4rk1n 2b31866
:hammer: Add type difference check
T4rk1n 1384df8
:rotating_light: Fix type test number, present before updated.
T4rk1n 905063f
:hammer: Improve wait_for_text_to_equal
T4rk1n f2bbe13
:hammer: Import ramda functions instead of R
T4rk1n 81ad362
:bulb: Add docstring to stores abstractions classes.
T4rk1n 4dea91a
:rotating_light: Add edge case types test.
T4rk1n 7afbe92
:hocho: Remove same type comment.
T4rk1n 0dd6387
:bug: Fix Store key removal from dict.
T4rk1n a3af1ea
:lipstick: Run prettier
T4rk1n ba0fd27
:package: Update bundles
T4rk1n ae9bc3f
:pencil: Update changelog
T4rk1n 7e276fe
:bookmark: Version 0.42.1
T4rk1n 81e2d34
:rotating_light: Add null edge case
T4rk1n 2d0d43c
:hammer: Move list-dict to edge cases.
T4rk1n a482f79
:hocho: Remove test_store_null_values
T4rk1n a6bd791
:rotating_light: Test none in list in types combinations.
T4rk1n ef16ed1
:ok_hand: Check data instead of null after null check.
T4rk1n 9093035
:package: Update bundles
T4rk1n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.42.0' | ||
__version__ = '0.42.1' |
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
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
Oops, something went wrong.
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.
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.
Beautiful, thank you!