This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding feature containsAny, containsAll, containsOnly, notContainsAny…
… and notContainsAll in conditional options (#874) * Adding feature containsAny, containsAll, containsOnly and notContains on conditional options Signed-off-by: Finzi <[email protected]> * Adding conditional feature notContainsAny and notContainsAll Signed-off-by: Finzi <[email protected]> * Correcting conditional tests Signed-off-by: Finzi <[email protected]> * fix to handle string with conditional contains Signed-off-by: Finzi <[email protected]> * adding tests to conditional input for strigs Signed-off-by: Finzi <[email protected]> * adding type in envVal for input flag when using contains conditional Signed-off-by: Finzi <[email protected]> * fixing lint errors Signed-off-by: Finzi <[email protected]> * fixing tests to contemplate type on envVal Signed-off-by: Finzi <[email protected]> * fixing errors after resolve conflicts with master Signed-off-by: Finzi <[email protected]> * fixing lint erros Signed-off-by: Finzi <[email protected]> * fixing errors after merge with master Signed-off-by: Finzi <[email protected]> * fixing string comparison Signed-off-by: Finzi <[email protected]> * fix lint errors Signed-off-by: Finzi <[email protected]> * simplification suggested in code review Signed-off-by: Finzi <[email protected]> * change _type to __type Signed-off-by: Finzi <[email protected]> * corretions after code review Signed-off-by: Finzi <[email protected]>
- Loading branch information
1 parent
5d65893
commit f0e6b60
Showing
5 changed files
with
947 additions
and
13 deletions.
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
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.