-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Code snippet configuration (#2509)
* Send full ApiInfos to UI Signed-off-by: Carson Cook <[email protected]> * Fix unit tests Signed-off-by: Carson Cook <[email protected]> * WIP - work on mapping code snippets to ApiInfo Signed-off-by: at670475 <[email protected]> * Add missing class Signed-off-by: at670475 <[email protected]> * Use object mapper to parse apiinfo Signed-off-by: Carson Cook <[email protected]> * Deserialize one code block Signed-off-by: Carson Cook <[email protected]> * Convert map to map of list object in order to avoid replacing of values in nested map Signed-off-by: at670475 <[email protected]> * Support multiple codesnippet entries Signed-off-by: Carson Cook <[email protected]> * Improve codesnippet testing Signed-off-by: Carson Cook <[email protected]> * Suppress unchecked warnings Signed-off-by: Carson Cook <[email protected]> * Propagate codesnippet config to UI Signed-off-by: Carson Cook <[email protected]> * Add unit test Signed-off-by: Carson Cook <[email protected]> * Add ApiInfo integration test Signed-off-by: Carson Cook <[email protected]> * Remove console.log Signed-off-by: Carson Cook <[email protected]> * Fix integration test Signed-off-by: Carson Cook <[email protected]> * Fix code smells Signed-off-by: Carson Cook <[email protected]> * Fix code smell Signed-off-by: Carson Cook <[email protected]> * Remove unused message Signed-off-by: Carson Cook <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> Co-authored-by: Andrea Tabone <[email protected]>
- Loading branch information
1 parent
11bf491
commit 4d2298e
Showing
20 changed files
with
343 additions
and
148 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
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.