homebox/backend/internal/data/repo
Hayden db80f8a159
chore: refactor api endpoints (#339)
* move typegen code

* update taskfile to fix code-gen caches and use 'dir' attribute

* enable dumping stack traces for errors

* log request start and stop

* set zerolog stack handler

* fix routes function

* refactor context adapters to use requests directly

* change some method signatures to support GID

* start requiring validation tags

* first pass on updating handlers to use adapters

* add errs package

* code gen

* tidy

* rework API to use external server package
2023-03-20 20:32:10 -08:00
..
asset_id_type.go feat: import export rewrite (#290) 2023-02-25 17:54:40 -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 refactor: remove empty services (#116) 2022-10-29 20:05:38 -08: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 chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_group.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_group_test.go feat: new homepage statistic API's (#167) 2022-12-05 12:36:32 -09:00
repo_item_attachments.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_item_attachments_test.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_items.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_items_test.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_labels.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_labels_test.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
repo_locations.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_locations_test.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_maintenance_entry.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_maintenance_entry_test.go chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
repo_notifier.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
repo_tokens.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_tokens_test.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
repo_users.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
repo_users_test.go feat: import export rewrite (#290) 2023-02-25 17:54:40 -09:00
repos_all.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00