Skip to content
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

Snt/introduce attachment upload #68

Merged
merged 27 commits into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
051f9fe
initial commit about attachment upload
Feb 14, 2023
3f06652
documented method. minor fixes
Feb 15, 2023
7c5b111
removed requirement of attachment_key
Feb 15, 2023
bad2ae2
updated swagger. renamed few variables for better readibility. fix re…
Feb 22, 2023
f53615b
updated swagger with fix of upload_url type. reverted last change tha…
Feb 22, 2023
dd1f351
updated swagger with renamed upload_data and dependent class.
Feb 22, 2023
38b5320
updated swagger with updated properties of upload_data.
Feb 23, 2023
e6a4539
merge with main
Feb 24, 2023
2ede12c
typo fix. changed error messages. improved description of messages
Feb 24, 2023
e57ff10
improved help message
Feb 24, 2023
82bb649
chore: bump version to 0.11.0 [skip ci]
github-actions[bot] Feb 10, 2023
dd35c1b
initial commit about attachment upload
Feb 14, 2023
53624a8
documented method. minor fixes
Feb 15, 2023
34452a8
removed requirement of attachment_key
Feb 15, 2023
8b14c11
updated swagger. renamed few variables for better readibility. fix re…
Feb 22, 2023
0b26176
updated swagger with fix of upload_url type. reverted last change tha…
Feb 22, 2023
1ff35ef
updated swagger with renamed upload_data and dependent class.
Feb 22, 2023
ad883ef
updated swagger with updated properties of upload_data.
Feb 23, 2023
5535a8f
merge with main
Feb 24, 2023
6c1d367
typo fix. changed error messages. improved description of messages
Feb 24, 2023
af9dad1
improved help message
Feb 24, 2023
d40218c
typo fix
SantanaTiago Feb 24, 2023
f20aefb
fix merge conflit
SantanaTiago Feb 24, 2023
bdff138
moved typer options to cli.options, renamed values from guide and imp…
SantanaTiago Feb 24, 2023
9dbf8aa
merge with main
SantanaTiago Mar 1, 2023
a48593e
improved add attachments guide
SantanaTiago Mar 2, 2023
e9f49a3
updated swagger
SantanaTiago Mar 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions deepsearch/cps/apis/public/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

286 changes: 286 additions & 0 deletions deepsearch/cps/apis/public/api/data_indices_api.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading