-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting regex in config path (#636)
* started supporting regex in config path Signed-off-by: sethiyash <[email protected]> * copying with calling apply recursively Signed-off-by: sethiyash <[email protected]> * refactoring Signed-off-by: sethiyash <[email protected]> * fixing linting issues Signed-off-by: sethiyash <[email protected]> * stop overwriting object in copy mod and made changes in remove mod Signed-off-by: sethiyash <[email protected]> * tweaked the logic to resolve issues Signed-off-by: sethiyash <[email protected]> * added e2e testcase with regex in config Signed-off-by: sethiyash <[email protected]> * made suggested changes on e2e testcases Signed-off-by: sethiyash <[email protected]> * regex as seprate path part Signed-off-by: sethiyash <[email protected]> * renamed regexObj to regex Signed-off-by: sethiyash <[email protected]> * fixing testcase Signed-off-by: sethiyash <[email protected]> * added nil check Signed-off-by: Yash Sethiya <[email protected]> Signed-off-by: sethiyash <[email protected]> * refactored logic to support regex with indexes Signed-off-by: sethiyash <[email protected]> * adopted some nits Signed-off-by: sethiyash <[email protected]> * Added comment in e2e testcases Signed-off-by: sethiyash <[email protected]> --------- Signed-off-by: sethiyash <[email protected]>
- Loading branch information
Showing
6 changed files
with
407 additions
and
16 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
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.