Hayden
6529549289
refactor: http interfaces ( #114 )
...
* implement custom http handler interface
* implement trace_id
* normalize http method spacing for consistent logs
* fix failing test
* fix linter errors
* cleanup old dead code
* more route cleanup
* cleanup some inconsistent errors
* update and generate code
* make taskfile more consistent
* update task calls
* run tidy
* drop `@` tag for version
* use relative paths
* tidy
* fix auto-setting variables
* update build paths
* add contributing guide
* tidy
2022-10-29 18:15:35 -08:00
Hayden
18488f5b15
refactor: cleanup-api-functions ( #94 )
...
* cleanup items endpoints
* refactor group routes
* refactor labels routes
* remove old partial
* refactor location routes
* formatting
* update names
* cleanup func
* speedup test runner with disable hasher
* remove duplicate code
2022-10-16 18:50:44 -08:00
Hayden
30014a77ca
feat: expanded search for items ( #46 )
...
* expanded search for items
* range domain from email to example
* implement pagination for items
2022-10-12 21:13:07 -08:00
Hayden
79f7ad40cb
feat: user profiles ( #32 )
...
* add user profiles and theme selectors
* lowercase buttons by default
* basic layout
* (wip) init token APIs
* refactor server to support variable options
* fix types
* api refactor / registration tests
* implement UI for url and join
* remove console.logs
* rename repository factory
* fix upload size
2022-10-06 21:54:09 -05:00
Hayden
8ba954674e
feat: versioned migrations ( #26 )
...
* enable atlas migrations
* use embedded atlas migrations
* chores
* bad migration example
* tidy
* fix linter issues
* reset migration state
* sort slice before testing
* move temp write logic to migrations package
2022-09-27 20:26:44 -08:00
Hayden
343290a55a
refactor: repositories ( #28 )
...
* cleanup unnecessary mocks
* refactor document storage location
* remove unused function
* move ownership to document types to repo package
* move types and mappers to repo package
* refactor sets to own package
2022-09-27 15:52:13 -08:00
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
Hayden
95ab14b866
feat: items-editor ( #5 )
...
* format readme
* update logo
* format html
* add logo to docs
* repository for document and document tokens
* add attachments type and repository
* autogenerate types via scripts
* use autogenerated types
* attachment type updates
* add insured and quantity fields for items
* implement HasID interface for entities
* implement label updates for items
* implement service update method
* WIP item update client side actions
* check err on attachment
* finish types for basic items editor
* remove unused var
* house keeping
2022-09-12 14:47:27 -08:00
Hayden
508e2e59bd
tests: improve repo package coverage ( #3 )
...
* refactor and add repo tests
* add CI name
* use atomic for test shutdown
* use go 1.19
* add timeout
2022-09-05 00:26:21 -08:00
Hayden
68204a4f22
switch to zero log
2022-09-03 10:38:35 -08:00
Hayden
b33ef5f029
fix linter errors
2022-09-03 01:52:05 -08:00
Hayden
08d6c83fd4
update CI
2022-09-03 01:24:28 -08:00
Hayden
c7cfb4335b
location endpoints
2022-08-30 21:22:01 -08:00
Hayden
9501eb398a
update error handlers
2022-08-30 16:40:27 -08:00
Hayden
4c76f6b367
update imports
2022-08-29 18:40:54 -08:00
Hayden
29f583e936
Initial commit
2022-08-29 18:30:36 -08:00