Commit graph

11 commits

Author SHA1 Message Date
8bb551bb45 wip: add address type constants, blob attributes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 11:53:35 +02:00
e6a1d3ba02 wip: document constants, add KEY constant 2023-06-19 11:53:35 +02:00
8bf75a7c9e refactor!: Unify groups, tags, types (on the backend) 2023-06-19 11:52:23 +02:00
ef3a130855
refactor Jobs and their handling, really fix infinitely hanging jobs 2022-03-02 22:27:51 +01:00
b417dad0ec
impl From<AsRef<str>> for EntryValue, replace where appropriate 2022-02-13 12:56:29 +01:00
5ad64a6591
make a PUT to /api/obj also insert bare addresses and prepare metadata; bunch of tidying up
/api/obj returns [entry_addr, entity_addr]
ADDED_ATTR is a const
impl TryInto<Address > for InAddress
2022-02-09 20:37:20 +01:00
8c8d58847a
separate value_string and value_number columns
to be able to utilize SQL queries better for ranges, comparisons, etc.
2022-01-28 18:17:14 +01:00
1df746596f clean up db type code to better match actual usage 2021-12-02 21:30:11 +01:00
2944ce3d81 fix missing hier_label_attr, add trace to list_hier 2021-08-18 11:06:38 +02:00
816f04fc86 upend hierarchies - first step
separate hierarchies.rs module from filesystem.rs, simplify and fix path handling
2021-08-18 11:06:36 +02:00
754c315cd2 refactor database.rs into separate files 2021-07-26 21:00:05 +02:00