homebox/backend/internal/data/repo
Hayden 2b79788fbe feat: user defined currencies (#700)
* basic currency service for loading at runtime

* api endpoint for currencies

* sort slice before return

* remove currency validation

* validate using currency service

* implement selecting dynamic currency options

* bump go version

* fix type definition

* specify explicit type

* change go versions

* proper types for assetId

* log/return currency error

* make case insensative

* use ToUpper instead

* feat: adding new currencies (#715)

* fix: task swag (#710)

Co-authored-by: Quoing <pavel.cadersky@mavenir.com>

* [feat] Adding new currencies

---------

Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>

* remove ts file and consoldate new values into json

* move flag to options namespace

* add env config for currencies

* basic documentaion

* remove in sync test

---------

Co-authored-by: quoing <quoing@users.noreply.github.com>
Co-authored-by: Quoing <pavel.cadersky@mavenir.com>
Co-authored-by: Bradley <41597815+userbradley@users.noreply.github.com>
Former-commit-id: c4b923847a
2024-01-18 10:45:42 -09:00
..
asset_id_type.go fix: allow zeroing out asset ids (#624) 2023-11-15 18:46:47 -09:00
asset_id_type_test.go feat: import export rewrite (#290) 2023-02-25 17:54:40 -09:00
automappers.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
id_set.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
main_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
map_helpers.go feat: maintenance log (#170) 2022-12-09 20:57:57 -09:00
pagination.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
query_helpers.go feat: new homepage statistic API's (#167) 2022-12-05 12:36:32 -09:00
repo_documents.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_documents_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_group.go feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
repo_group_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_item_attachments.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_item_attachments_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_items.go feat: user defined currencies (#700) 2024-01-18 10:45:42 -09:00
repo_items_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_labels.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_labels_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_locations.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_locations_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_maintenance_entry.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_maintenance_entry_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_notifier.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_tokens.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_tokens_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_users.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repo_users_test.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00
repos_all.go fix: inaccruate 401 & sql busy error (#679) 2024-01-04 08:55:26 -09:00