-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Saving Graphql mutation object to Persistent Volume (#3460)
* Initial version of graphql middleware * Saving file to Persistent Volume * Minor fixes * change the way of saving Gardener Shoot to PV * delete unnecessary files * fix naming * Added storing graphQL query * Compilation error * Compilation error * Compilation error * Minor refactor * Unit test fix * Functions for dumping spec and graphql moved to testkit package * Fixes in GraphQL dump * Fixes in GraphQL dump * Added logging * Added logs for debugging * Fixed issue with dumping GraphQL * Fixed issue with dumping GraphQL * Introduced TestDataWriter * Compilation fix * Minor refactoring * Names of the dumped files aligned with KIM --------- Co-authored-by: Arkadiusz Galwas <arkadiusz.galwas@sap.com>
- Loading branch information
Showing
7 changed files
with
161 additions
and
76 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.