homebox/backend/internal/repo
Hayden 31b34241e0
feat: item-attachments CRUD (#22)
* change /content/ -> /homebox/

* add cache to code generators

* update env variables to set data storage

* update env variables

* set env variables in prod container

* implement attachment post route (WIP)

* get attachment endpoint

* attachment download

* implement string utilities lib

* implement generic drop zone

* use explicit truncate

* remove clean dir

* drop strings composable for lib

* update item types and add attachments

* add attachment API

* implement service context

* consolidate API code

* implement editing attachments

* implement upload limit configuration

* improve error handling

* add docs for max upload size

* fix test cases
2022-09-24 11:33:38 -08:00
..
id_set.go feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
main_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_documents.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_documents_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_documents_tokens.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_documents_tokens_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_group.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_group_test.go tests: improve repo package coverage (#3) 2022-09-05 00:26:21 -08:00
repo_item_attachments.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_item_attachments_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_items.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_items_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_labels.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_labels_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_locations.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_locations_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_tokens.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_tokens_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_users.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repo_users_test.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
repos_all.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00