homebox/backend/ent
Hayden a4b4fe3454
feat: allow nested relationships for locations and items (#102)
Basic implementation that allows organizing Locations and Items within each other.
2022-10-23 20:54:39 -08:00
..
attachment feat: add receipt support for attachments (#89) 2022-10-15 19:45:36 -08:00
authtokens chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
document chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
documenttoken chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
enttest chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
group feat: currency selection support (#72) 2022-10-15 12:15:55 -08:00
groupinvitationtoken feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
hook feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
item feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
itemfield chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
label chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
location feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
migrate feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
predicate feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
runtime chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
schema feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
user feat: add roles, activation, superuser fields on user (#38) 2022-10-09 09:44:13 -08:00
attachment.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
attachment_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
attachment_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
attachment_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
attachment_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
authtokens.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
authtokens_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
authtokens_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
authtokens_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
authtokens_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
client.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
config.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
context.go generate database schemas 2022-08-30 10:04:50 -08:00
document.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
document_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
document_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
document_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
document_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
documenttoken.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
documenttoken_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
documenttoken_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
documenttoken_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
documenttoken_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
ent.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
external.go items and location item count 2022-09-03 01:17:48 -08:00
generate.go feat: versioned migrations (#26) 2022-09-27 20:26:44 -08:00
group.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
group_create.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
group_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
group_query.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
group_update.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
groupinvitationtoken.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
groupinvitationtoken_create.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
groupinvitationtoken_delete.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
groupinvitationtoken_query.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
groupinvitationtoken_update.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
has_id.go feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
item.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
item_create.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
item_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
item_query.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
item_update.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
itemfield.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
itemfield_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
itemfield_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
itemfield_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
itemfield_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
label.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
label_create.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
label_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
label_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
label_update.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
location.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
location_create.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
location_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
location_query.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
location_update.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
mutation.go feat: allow nested relationships for locations and items (#102) 2022-10-23 20:54:39 -08:00
runtime.go feat: add roles, activation, superuser fields on user (#38) 2022-10-09 09:44:13 -08:00
tx.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00
user.go feat: add roles, activation, superuser fields on user (#38) 2022-10-09 09:44:13 -08:00
user_create.go feat: add roles, activation, superuser fields on user (#38) 2022-10-09 09:44:13 -08:00
user_delete.go feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
user_query.go chores/general-cleanup-release-prep (#31) 2022-09-28 21:42:33 -08:00
user_update.go feat: add roles, activation, superuser fields on user (#38) 2022-10-09 09:44:13 -08:00