Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hawks-atlanta/proxy-python

Tags

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.16.0 (#85)

* feat: unshare file (#84)

* feat: Endpoint for unshare file

* feat: Unshare endpoint and tests

Unshared endpoint finished, additional testing is done

* docs(http): Update bruno collection

---------

Co-authored-by: Andvelavi <[email protected]>
Co-authored-by: Pedro Andrés Chaparro Quintero <[email protected]>

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.15.0 (#83)

* feat: remove a file (#82)

* feat: remove endpoint

Endpoint to remove file completed, in addition to adding tests

* docs(http): Update bruno collection

---------

Co-authored-by: Andvelavi <[email protected]>

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.14.0 (#81)

* feat: Endpoint to get the files shared with the user (#80)

* feat: Shared list endpoint

Receives the user's token and returns the list of shared files/folders that have been shared with them

* feat: Tests for shared_files endpoint

The endpoint shared files is completed, adding the tests, which exceed 70%

* docs(http): Add new request to bruno collection

---------

Co-authored-by: Andvelavi <[email protected]>
Co-authored-by: Pedro Andrés Chaparro Quintero <[email protected]>

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.13.0 (#79)

* docs: Add bruno collection (#77)

* fix: move a file (#78)

* feat: Shared with who (#75)

* feat: Get the users with whom a file is being shared

Endpoint to get the users with whom a file is shared.

* refactor: Endpoint correction in addition to updating the spec

* feat: The init and view are added for the endpoint shared with whom, in addition to implementing the tests

The tests exceed the required 70%

* docs(openapi): Update spec

---------

Co-authored-by: Andvelavi <[email protected]>
Co-authored-by: Pedro Andrés Chaparro Quintero <[email protected]>

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: v0.12.0 (#73)

* feat: move a file (#68)

* refactor: Create delete file controller (#69)

* feat: delete file endpoint

Endpoint to delete files, no tests implemented yet

* fix: check format

check format error

* fix: Removing changes to init.py in controllers files_view.py files

* fix: check-linter problem

---------

Co-authored-by: Miguel Mateo Mendoza Rojas <[email protected]>
Co-authored-by: Andrea Velasquez <[email protected]>
Co-authored-by: Andvelavi <[email protected]>