Commit Graph

66 Commits

Author SHA1 Message Date
Hayden bd321af29f
chore: developer cleanup (#300)
* new PR tasks

* add homebox to know words

* formatting

* bump deps

* generate db models

* ts errors

* drop id

* fix accessor

* drop unused time field

* change CI

* add expected error

* add type check

* resolve serveral type errors

* hoise in CI
2023-02-17 21:41:01 -09:00
renovate[bot] f532b39c46
chore(deps): update docker/setup-qemu-action action to v2 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 13:56:03 -09:00
renovate[bot] 243742a75c
chore(deps): update docker/setup-buildx-action action to v2 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 13:55:56 -09:00
renovate[bot] 125b8f5ecd
chore(deps): update actions/setup-go action to v3 (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 13:55:40 -09:00
renovate[bot] 580de45cec
chore(deps): update actions/checkout action to v3 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 13:55:32 -09:00
renovate[bot] f3406eec19
chore(deps): update pnpm/action-setup action to v2.2.4 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-14 09:40:14 -09:00
Hayden 07441eec8e
feat: add lookup by asset ID (#208)
* add asset id redirecting

* dev env changes

* suggested changes from PR

* remove unnecessary proxy from nuxt config

* fix formatting

* change directory reference

* fix API key storage

* use /a/{id} as redirect

* run generators

* remove dependabot

Co-authored-by: Bradley Nelson <bradley@nel.family>
Co-authored-by: Bradley Nelson <BCNelson@users.noreply.github.com>
2023-01-14 09:24:11 -09:00
Hayden 4a9d21d604
fix: time-format-inconsistency (#120)
* fix off by one date display

* display dates in consistent format

* use token or ci
2022-10-31 18:43:30 -08:00
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 1cc38d6a5c
Create FUNDING.yml 2022-10-15 11:24:09 -08:00
Motordom 5adb8fbad7
chore: update issue templates (#78)
Update capitalisation on descriptions, and added corresponding labels.
2022-10-14 21:02:34 -08:00
Hayden 1279028d07 fix build injection 2022-10-13 17:01:18 -08:00
Hayden eca071f974 fix if check 2022-10-11 09:48:36 -08:00
Hayden 48a719d385 fix typo 2022-10-11 09:44:07 -08:00
Hayden 92c29a37e1 add description to issue form 2022-10-11 09:43:10 -08:00
Hayden ea4e2f6da4 delete old feature request 2022-10-11 09:41:51 -08:00
Hayden 28a7adbffe update issue tracker templates 2022-10-11 09:41:10 -08:00
Hayden 9e19e89de4 finally fix syntax issues 2022-10-11 09:27:46 -08:00
Hayden e48109e530 hardcode 2022-10-11 09:24:58 -08:00
Hayden e62529b314 use = 2022-10-11 09:21:06 -08:00
Hayden b0f184a1b1 single line it 2022-10-11 09:19:48 -08:00
Hayden 6960b235ea add no-cache 2022-10-11 09:16:51 -08:00
Hayden 3198800329 formatting 2022-10-11 09:15:57 -08:00
Hayden 1a69265601 ?!?!?!? 2022-10-11 09:15:10 -08:00
Hayden 2dc765efdf use > instead of | 2022-10-11 09:13:39 -08:00
Hayden 6a6e9e842e formatting 2022-10-11 09:11:17 -08:00
Hayden cc78b19d6e temp: drop tests 2022-10-11 09:10:25 -08:00
Hayden 6b1110b3c5 reformat? 2022-10-11 09:09:17 -08:00
Hayden 3aae71ee18 revert 2022-10-11 09:01:30 -08:00
Hayden 340b9ac43d maybe? 2022-10-11 08:57:34 -08:00
Hayden 00c3e1bfc9 remove wrong build command 2022-10-10 19:51:15 -08:00
Hayden 900d3de4dd ughhhh 2022-10-10 19:39:15 -08:00
Hayden e90e8484f5 maybe fix build? 2022-10-10 19:38:39 -08:00
Hayden 3563233756 update docs deploy 2022-10-10 19:27:06 -08:00
Hayden 6175411f93 add publish workflow 2022-10-10 19:26:29 -08:00
Hayden 1dc9d6396a setup docker volumes & versions 2022-09-13 21:15:01 -08:00
Hayden 724495cfca merge docs into publish 2022-09-12 14:50:10 -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 fbc364dcd2
Update issue templates 2022-09-12 14:43:19 -08:00
Hayden 75c633dcb5
frontend: cleanup
* dummy commit

* cleanup workflows

* setup and run eslint

* add linter to CI

* use eslint for formatting

* reorder rules

* drop editor config
2022-09-09 14:46:53 -08:00
Hayden 78fa714297 add PR workflow 2022-09-09 13:14:31 -08:00
Hayden 9da4a82788 init docs 2022-09-09 12:57:44 -08:00
Hayden 79d256b761 workflow and repo cleanup 2022-09-09 11:34:19 -08:00
Hayden 89591b2c60 add auto deploy to fly.io 2022-09-09 11:12:25 -08:00
Hayden f4609a8110 another one 2022-09-09 11:00:55 -08:00
Hayden 1efb675125 update workflows 2022-09-09 10:57:13 -08:00
Hayden 858bfb5a40 reusable workflows? 2022-09-09 10:49:51 -08:00
Hayden 7db55ef1a5 updates 2022-09-09 10:20:38 -08:00
Hayden bf2ad30609 update build process 2022-09-08 15:49:06 -08:00
Hayden de8fb2033d sp 2022-09-08 15:45:13 -08:00