-
-
Notifications
You must be signed in to change notification settings - Fork 32
feat: updated existing APIs to enable to generate OpenAPI documentation #157
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
Open
Jagrutiti
wants to merge
30
commits into
openfoodfacts:main
Choose a base branch
from
Jagrutiti:change-to-enable-openapi-doc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e6d36ef
feat: updated APIs to support fastAPIs
Jagrutiti 2fbcc3d
Merge branch 'main' into change-to-enable-openapi-doc
Jagrutiti 7efdf13
Update backend/editor/api.py
Jagrutiti 41ab8fe
Update backend/editor/api.py
Jagrutiti 2b40472
Update backend/editor/api.py
Jagrutiti 29099f2
Update backend/editor/api.py
Jagrutiti 8f5a1ee
Update backend/editor/api.py
Jagrutiti 7870910
Update backend/editor/api.py
Jagrutiti a4d5071
fix: updated model names, and divided them into another file
Jagrutiti 7d99530
Merge branch 'main' into change-to-enable-openapi-doc
alexgarel d39a28e
fix: clubbing all the common variable names in a class
Jagrutiti c2a34f2
fix: styling
Jagrutiti bde4c0f
fix: added Entry class
Jagrutiti 8ed8b0a
fix: Styling
Jagrutiti 9062c26
fix: added inheritance of common parameters
8e6e26e
update: adding query parameters to FastAPI documentation
16543d3
Merging main branch
ad1623b
Merge branch 'main' of https://github.com/Jagrutiti/taxonomy-editor i…
Jagrutiti ffa59fb
Merge branch 'main' of https://github.com/Jagrutiti/taxonomy-editor i…
Jagrutiti 35d7678
updated code for open api
Jagrutiti ff7340d
Merge branch 'change-to-enable-openapi-doc' of https://github.com/Jag…
Jagrutiti e57c836
Update backend/editor/models.py
Jagrutiti eb2b3b0
updated syntax
Jagrutiti ff151e9
fixed the not a valid json error, added descriptions to parameters
Jagrutiti a7986e1
Merge branch 'main' into change-to-enable-openapi-doc
Jagrutiti 603e686
removed unwanted print statement
Jagrutiti 47e7422
Update backend/editor/models.py
Jagrutiti 32ac074
update based on make checks
Jagrutiti 00b8d4d
Merge branch 'change-to-enable-openapi-doc' of https://github.com/Jag…
Jagrutiti 03d7603
updated to fix style
Jagrutiti 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| # keep this folder to avoid having docker-compose create it with root owner | ||
|
|
||
| # keep this file to have the folder in git to avoid permissions problem (if docker-compose creates the build directory, it will be owned by root |
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.
Uh oh!
There was an error while loading. Please reload this page.