Hayden
|
cd82fe0d89
|
refactor: remove empty services (#116)
* remove empty services
* remove old factory
* remove old static files
* cleanup more duplicate service code
* file/folder reorg
|
2022-10-29 20:05:38 -08:00 |
|
dependabot[bot]
|
e2d93f8523
|
fix(deps): bump github.com/mattn/go-sqlite3 in /backend (#113)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.15 to 1.14.16.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16)
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-29 18:11:23 -08:00 |
|
dependabot[bot]
|
fe6cd431a6
|
fix(deps): bump github.com/stretchr/testify in /backend (#107)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-23 20:40:21 -08:00 |
|
dependabot[bot]
|
97a34475c8
|
fix(deps): bump github.com/swaggo/swag from 1.8.6 to 1.8.7 in /backend (#97)
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](https://github.com/swaggo/swag/compare/v1.8.6...v1.8.7)
---
updated-dependencies:
- dependency-name: github.com/swaggo/swag
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-18 21:47:46 -08:00 |
|
Hayden
|
14f1b93d38
|
chore: remove yaml config option
|
2022-10-12 13:03:42 -08:00 |
|
dependabot[bot]
|
8a43fc953d
|
fix(deps): bump entgo.io/ent from 0.11.2 to 0.11.3 in /backend (#30)
Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/ent/ent/releases)
- [Commits](https://github.com/ent/ent/compare/v0.11.2...v0.11.3)
---
updated-dependencies:
- dependency-name: entgo.io/ent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-28 16:54:40 -08: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 |
|
dependabot[bot]
|
b34cb2bbeb
|
fix(deps): bump github.com/swaggo/swag from 1.8.5 to 1.8.6 in /backend (#23)
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](https://github.com/swaggo/swag/compare/v1.8.5...v1.8.6)
---
updated-dependencies:
- dependency-name: github.com/swaggo/swag
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-25 13:29:37 -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
|
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
|
b4eb7d8ddc
|
tidy
|
2022-09-03 10:45:52 -08:00 |
|
Hayden
|
68204a4f22
|
switch to zero log
|
2022-09-03 10:38:35 -08:00 |
|
Hayden
|
4c76f6b367
|
update imports
|
2022-08-29 18:40:54 -08:00 |
|
Hayden
|
43eba5437a
|
drop cli and bump deps
|
2022-08-29 18:34:27 -08:00 |
|
Hayden
|
29f583e936
|
Initial commit
|
2022-08-29 18:30:36 -08:00 |
|