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

[ID-91] Expose delete user audio record API #92

Merged
merged 7 commits into from
Jan 12, 2024

Conversation

petyos
Copy link
Collaborator

@petyos petyos commented Jan 12, 2024

Description

Resolves #91

@petyos petyos requested a review from mdryankov as a code owner January 12, 2024 12:20
@petyos petyos linked an issue Jan 12, 2024 that may be closed by this pull request
@petyos petyos merged commit b10eb76 into develop Jan 12, 2024
1 of 2 checks passed
@petyos petyos deleted the 91-task-expose-delete-user-audio-record-api branch January 12, 2024 12:22
roberlander2 added a commit to rokmetro/content-building-block-fork that referenced this pull request Oct 31, 2024
* [ID-81] org_id could be lost on update operation (rokwire#82)

* set the Changelog.md

* Refill app_id & org_id on replacing the object

* set app and org ID in the filter

* fix the Changelog.md

---------

Co-authored-by: Stefan Vitanov <[email protected]>

* [ID-69]Set logger (rokwire#70)

* set Changelog.md

* set the logger

* fix loggerOpts

* set logger in auth

* set logger into the database

* fix logger service id

---------

Co-authored-by: Stefan Vitanov <[email protected]>
Co-authored-by: Stephen Hurwit <[email protected]>

* [ID-76]Fix docs (rokwire#77)

* set Changelog.md

* structure the docs

* set  Api's docs

* set Client applications APIs docs

* set the deprecated Admin API's

* docs in progress

* in progress

* in progress

* set the Admin APIs

* remove the old docs

* fix the description

* fix docs

---------

Co-authored-by: Stefan Vitanov <[email protected]>
Co-authored-by: Stephen Hurwit <[email protected]>

* [rokwire#84] Prepare for deployment in OpenShift (rokwire#85)

* upgrade dependencies, fix breaking changes for auth lib

* fix merge issues

* add app-env.json

* upgrade dependencies

* Release v1.2.4, upgrade dependencies, fix Dockerfile

* [ID-89] Add user audio record availabillity (rokwire#90)

* Update CHANGELOG.md

* API is in progress

* Add encoding

* API 2 is in progress

* Define interfaces

* Validate file size

* Parse and validate file

* Check file type

* APIs are in progress

* Upload API is in progress

* Upload audio

* Get value from env variable

* API tweaks

* Generate correct key

* Prepare adapter function

* Hook up API

* Fix lint issues

---------

Co-authored-by: Petyo Stoyanov <[email protected]>

* Prepare version v1.3.0

* [ID-91] Expose delete user audio record API (rokwire#92)

* Update CHANGELOG.md

* Describe API better

* API is in progress

* API is in progress

* API is in progress

* Support audio/m4a

* API is done

---------

Co-authored-by: Petyo Stoyanov <[email protected]>

* Prepare version v1.4.0

* Hot fix - support video/mp4

* [rokwire#87] refactor support file types (rokwire#88)

* new apis to support file and data content items

* small fixes

* fixed secrets

* transaction context changes and changes from demo

* added in service impl

* fix lint issue

* upgrade to go1.21, upgrade dependencies

* remove unnecessary file, revert main.go testing change

* cleanup and permission check additions

* fix some docs typos, some small simplifications

* fixes to docs and indicies for DB

* fix some logging bugs

* update secrets baseline

* add permissions, cleanup naming, improve permission check

* use query params

* fix permission check issues, fix delete file

* optimize permission check

* update secrets baseline

---------

Co-authored-by: Ryan Oberlander <[email protected]>
Co-authored-by: shurwit <[email protected]>

* Release v1.5.0

* fix doc base url

* remove unused host env var

* Release v1.5.1

* fix dockerfile

* [rokwire#94] Use redirect to S3 for file downloads (EDIT: Stream files from S3) (rokwire#95)

* update get file content item API handlers to use redirect instead of direct file download

* update changelog

* change GetFileContentItem to use download stream instead of redirect

* remove superfluous WriteHeader calls

* update changelog

* Release v1.5.2

* [ID-97]Create "upload image" bbs API (rokwire#98)

* add the Changelog.md

* set the docs

* in progress

* set the bbs apis handler

* fix lint issue

* resolve comments

---------

Co-authored-by: Stefan Vitanov <[email protected]>

* update version to 1.6.0

* [ID-100] Fix upload image BBs API (rokwire#101)

* Update CHANGELOG.md

* Fix empty spaces

* Update dockerfile

---------

Co-authored-by: Petyo Stoyanov <[email protected]>

* Prepare v1.6.1

* Hot fix

* [ID-104] Remove user data (rokwire#105)

* Update CHANGELOG.md

* Add model

* Add data logic struct

* Add core adapter

* in progress

* in progress

* Keep them grouped

* Move the interface on the right place

* Revert main.go as there was a lot of commented code.

* Core driver stuff

* Fix build

* Delete todo categories - in progress

* Delete profile image

* Use create function

* Delete voice record

* Fix timer

---------

Co-authored-by: Stefan Vitanov <[email protected]>

* Prepare v1.7.0

* [ID-106]Expose TPS API for adding images (rokwire#107)

* in progress

* add the Changelog.md

* in progress

* in progress

* fix

* fix lint issue

* TPS is third party, not first party

* Update comment

* Add the tps permission policy file file in dockerfile

* Please maintan the same allignment..

* Do not add the old doc annotations

* More generic name

* Fix path

* Fix the doc description

* Fix creating tps handler

* Remove wrong comment

---------

Co-authored-by: Stefan Vitanov <[email protected]>
Co-authored-by: Petyo Stoyanov <[email protected]>

* update the version to 1.8.0

---------

Co-authored-by: stefanvitanov <[email protected]>
Co-authored-by: Stefan Vitanov <[email protected]>
Co-authored-by: Stephen Hurwit <[email protected]>
Co-authored-by: Stephen Hurwit <[email protected]>
Co-authored-by: Petyo Stoyanov <[email protected]>
Co-authored-by: Petyo Stoyanov <[email protected]>
Co-authored-by: Ben Dworkin <[email protected]>
Co-authored-by: shurwit <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Expose delete user audio record API
1 participant