Commit graph

297 commits

Author SHA1 Message Date
Hayden
8c72d66d87
add custom validator 2023-03-06 20:55:29 -09:00
Hayden
b6c2db0e83
refactor 2023-03-06 11:46:01 -09:00
Hayden
883468e04c
refactor schema edges 2023-03-06 11:43:56 -09:00
Hayden
ccd40ffcac
audit and update documentation + improve format 2023-03-06 11:21:39 -09:00
Hayden
9c6421a9ff
include link to API docs 2023-03-06 10:40:35 -09:00
Hayden
c18d72b8a9
delete test file 2023-03-06 10:38:44 -09:00
Hayden
737007b156
support group edges via scaffold 2023-03-05 21:56:53 -09:00
Hayden
9fa4da819f
refactor schema folder 2023-03-05 21:47:31 -09:00
Hayden
77fb37ebf4
remove notifier service 2023-03-05 21:30:44 -09:00
Hayden
7167d200ea
add scaffold schema reference 2023-03-05 21:30:16 -09:00
Hayden
e1f9c2997b
improve documentation 2023-03-05 21:21:07 -09:00
Hayden
c2f432cb4d
use badges instead of text 2023-03-05 21:21:07 -09:00
Hayden
b6f44dfe58
wip: notifiers UI 2023-03-05 21:21:06 -09:00
Hayden
30b1879c35
reverse checkbox label display 2023-03-05 21:21:06 -09:00
Hayden
913912a1d9
go tidy 2023-03-05 21:21:06 -09:00
Hayden
fa069845fa
update errors to fix validation panic 2023-03-05 21:21:06 -09:00
Hayden
882f86f6f4
new routes for notifiers 2023-03-05 21:21:06 -09:00
Hayden
d79d0b45bf
refactor adapters to fit more common use cases 2023-03-05 21:21:06 -09:00
Hayden
b0a9c510ad
introduce experimental adapter pattern for hdlrs 2023-03-05 21:21:05 -09:00
Hayden
b82fbb01f5
notifier repo 2023-03-05 21:21:05 -09:00
Hayden
4d744c0e4b
new mapper helpers 2023-03-05 21:21:05 -09:00
Hayden
9f59a5d393
db migration 2023-03-05 21:21:05 -09:00
Hayden
37857682e6
add group_id to notifier 2023-03-05 21:21:05 -09:00
Hayden
43b34e2899
go mod tidy 2023-03-05 21:21:05 -09:00
Hayden
65d0b8fe4f
gen: migrations 2023-03-05 21:20:31 -09:00
Hayden
791d6979b6
gen: ent code 2023-03-05 21:20:30 -09:00
Hayden
b491ff9ec1
update schema files 2023-03-05 21:20:30 -09:00
Hayden
f169f1c710
wip: shoutrrr wrapper (may remove) 2023-03-05 21:20:30 -09:00
Hayden
4725d9c823
introduce scaffold for new models 2023-03-05 21:20:30 -09:00
renovate[bot]
14315cb88a
fix(deps): update module golang.org/x/crypto to v0.7.0 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-05 16:49:16 -09:00
Hayden
cf536393f5
fix datetime display issues (again) (#324) 2023-02-27 19:52:56 -09:00
Hayden
025521431e
feat: add scheduled maintenance tasks (#320)
* add scheduled maintenance tasks

* fix failing typecheck
2023-02-26 18:42:23 -09:00
Hayden
70297b9d27
feat: more-currency-support (#316)
* add polish and turkish lira

* add romanian lei

* code-gen
2023-02-25 18:13:52 -09:00
Hayden
729293745f
fix: table row background (#315) 2023-02-25 18:07:03 -09:00
Hayden
a6bcb36c5b
feat: import export rewrite (#290)
* WIP: initial work

* refactoring

* fix failing JS tests

* update import docs

* fix import headers

* fix column headers

* update refs on import

* remove demo status

* finnnneeeee

* formatting
2023-02-25 17:54:40 -09:00
Adrian
a005fa5b9b
feat: add currency swiss francs (#311) 2023-02-25 10:46:27 -09:00
renovate[bot]
a2dfa9dcef
chore(deps): update dependency vitest to ^0.29.0 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 10:45:56 -09:00
renovate[bot]
32216f63bd
fix(deps): update module github.com/stretchr/testify to v1.8.2 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 10:45:35 -09:00
renovate[bot]
ef190e26df
fix(deps): update github.com/gocarina/gocsv digest to bcce7dc (#307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 18:04:36 -09:00
Hayden
c3e3702a7e
refactor: change icon for locations to tree view 2023-02-18 10:56:28 -09:00
Hayden
fb57120067
feat: support item nesting in tree view (#306) 2023-02-18 10:55:14 -09:00
Hayden
9d9b05d8a6
fix: several layout issues (#305)
* fix login version issue

* allow wrapping on action menu
2023-02-18 10:09:19 -09:00
Hayden
3ac6c7c858
fix: use item quantity as count mechanism (#304) 2023-02-18 09:57:09 -09:00
Hayden
859d3b9ffe
fix label store (#303) 2023-02-18 09:47:04 -09:00
renovate[bot]
6cfa6c9fc8
chore(deps): update dependency nuxt to v3.2.2 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 21:58:09 -09:00
Hayden
12975ce26e
feat: change auth to use cookies (#301)
* frontend cookie implementation

* accept cookies for authentication

* remove auth store

* add self attr
2023-02-17 21:57:21 -09:00
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]
88f9ff90d4
fix(deps): update module entgo.io/ent to v0.11.8 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 10:43:44 -09:00
renovate[bot]
354f1adbee
chore(deps): update dependency nuxt to v3.2.0 (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 10:43:22 -09:00
renovate[bot]
2a62a43493
fix(deps): update dependency dompurify to v3 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 10:42:48 -09:00