-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Applied server side call to parse and save recipe #5022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7c0ebf9
applied server side call save recipe
lifeizhou-ap 2388fa6
applied server side call parse recipe for importing recipe
lifeizhou-ap eb594ab
handle concurrency write file
lifeizhou-ap c14f079
reverted the change to persist mapping in file system
lifeizhou-ap ab63000
fixed ui tests
lifeizhou-ap 0fb7312
Merge branch 'main' into lifei/use-server-side-save-import-recipe
lifeizhou-ap 281e327
added save recipe payload validate and generate non duplication file
lifeizhou-ap 3e0133b
removed recipe name, title and global input when saving recipe
lifeizhou-ap 53396ef
removed unused functions
lifeizhou-ap ab07266
removed recipe name and is global on the server side when listing and…
lifeizhou-ap 5ab4c55
update ui matching server side change
lifeizhou-ap 780b84d
refactored recipe validation
lifeizhou-ap 2f904bf
fixed error messages
lifeizhou-ap f9f8e97
Merge branch 'main' into lifei/use-server-side-save-import-recipe
lifeizhou-ap 4ebddb7
fixed merge issue
lifeizhou-ap e09192c
added default value (empty string) for deserialization on extension …
lifeizhou-ap d68ab75
applied more validation on parse and save recipe
lifeizhou-ap 5a46123
removed recipeStorage
lifeizhou-ap 6a2cfb2
deleted tests
lifeizhou-ap 91510ee
used recipeExtensionConfigInternal deserializer
lifeizhou-ap 726f675
keep the recipe extensions even they are not defined in the config
lifeizhou-ap 5b0399f
clean up error message and make the adapter concise
lifeizhou-ap 2ab1a90
added validation and show error message
lifeizhou-ap f42e8e2
fixed test
lifeizhou-ap 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
oh that's cool