Commit Graph

102 Commits (c6283b5bc10762847343c48c40f7735b04a9d456)

Author SHA1 Message Date
Tomáš Mládek c6283b5bc1 missing key in Inspect.vue 2021-03-18 22:15:35 +01:00
Tomáš Mládek 2a8c379ded dark mode, kind of 2021-03-18 22:15:01 +01:00
Tomáš Mládek d08664cea5 enable CI cache 2021-03-15 22:43:14 +01:00
Tomáš Mládek e38bab5957 remove ensure_invariant now that it's unnecessary 2021-03-15 22:37:09 +01:00
Tomáš Mládek 2ffbd4934b refer to types via address, not identifier
also rework invariant entries, add addressable trait
2021-03-15 22:32:04 +01:00
Tomáš Mládek 2c5a824d4a also rename t/k/v to e/a/v in ui 2021-03-15 22:31:18 +01:00
Tomáš Mládek ce36c97f2a add basic types 2021-03-14 22:16:28 +01:00
Tomáš Mládek 6f31ef5e15 Address can also refer to an Attribute (String) 2021-03-14 12:41:38 +01:00
Tomáš Mládek 21e7ee7538 finish renaming target/key/value to entity/attribute/value 2021-03-14 10:44:13 +01:00
Tomáš Mládek 6e7cdd9887 rename reimport_directory to rescan_vault 2021-03-06 22:14:17 +01:00
Tomáš Mládek 05d0fa7a87 ignore UniqueViolation errors in inserts 2021-03-06 18:23:31 +01:00
Tomáš Mládek 8751e57433 add latest_files endpoint 2021-02-21 19:51:23 +01:00
Tomáš Mládek 61a470dfe3 models::File uses Hash instead of plain Vec<u8> 2021-02-21 19:43:28 +01:00
Tomáš Mládek 105a9c7e0b fix http error code for PUT /obj 2021-02-21 17:49:34 +01:00
Tomáš Mládek 9261aac086 add possibility to add attributes to an object 2021-02-21 17:48:15 +01:00
Tomáš Mládek 367698bfbe add button to delete attribute in Inspect.vue 2021-02-21 17:38:56 +01:00
Tomáš Mládek dc05b05873 fix object deletion, identity attr insertion 2021-02-21 17:36:41 +01:00
Tomáš Mládek e462801823 fix entry addresses for /api/obj 2021-02-21 17:08:33 +01:00
Tomáš Mládek 3a8aa21692 link to / 2021-02-21 12:32:00 +01:00
Tomáš Mládek b0d6b34ecd longer query period on jobs 2021-02-21 12:30:41 +01:00
Tomáš Mládek f9f6d2bca6 improve search, fix types 2021-02-21 12:30:33 +01:00
Tomáš Mládek 302f435c5d /query returns map with hashes 2021-02-21 12:30:17 +01:00
Tomáš Mládek c0c240256a show active jobs in web ui; node-sass -> sass 2021-02-21 10:47:28 +01:00
Tomáš Mládek 550e8d5c0f fix http error code for /query 2021-02-21 10:38:31 +01:00
Tomáš Mládek ed5ea08335 add "jobs", endpoint to query vault update progress 2021-02-20 17:36:19 +01:00
Tomáš Mládek 5096e1eece refactoring: remove query_entries(), from_sexp into TryFrom, query_to_sqlite is a method 2021-02-20 12:39:19 +01:00
Tomáš Mládek 4c1034ee4b enable CI build for the whole app
Squashed commit of the following:

commit 9f767769ffd1887964e3294d47a043672208810d
Author: Tomáš Mládek <tmladek@protonmail.ch>
Date:   Sat Feb 20 11:51:20 2021 +0100

    update Makefile dependencies

commit 535689b90ea2061854082dda0381f03358f66fc9
Author: Tomáš Mládek <tmladek@protonmail.ch>
Date:   Sat Feb 20 11:02:24 2021 +0100

    build stage produces artifacts

commit 6841e1983141d99b30854430d6a9a6f9353ab9ac
Author: Tomáš Mládek <t@mldk.cz>
Date:   Sat Feb 20 10:58:10 2021 +0100

    install clippy, disable frontend lint for now

commit 778dec8436da536a2c76d9e34624bbbc47eee710
Author: Tomáš Mládek <tmladek@protonmail.ch>
Date:   Sat Feb 20 10:27:44 2021 +0100

    fix makefile (?)

commit b43ab42098bac0af4499a2b0e830c32cdcdcae52
Author: Tomáš Mládek <tmladek@protonmail.ch>
Date:   Sat Feb 20 10:25:38 2021 +0100

    CI test, build whole package
2021-02-20 12:39:19 +01:00
Tomáš Mládek 001fad3145 remove "unsafe unwraps" 2021-02-20 12:39:18 +01:00
Tomáš Mládek c0e1f42533 consolidate API routes, remove lookup_by_filename 2021-02-20 12:12:48 +01:00
Tomáš Mládek f5dd4141b1 adjacent tagging for EntryValue 2021-02-20 12:10:03 +01:00
Tomáš Mládek 5dd15aecd2 fix version in Cargo.toml 2021-02-19 22:45:56 +01:00
Tomáš Mládek cc4d7209be fix FromStr for Address 2021-02-19 22:35:05 +01:00
Tomáš Mládek ae812b33d1 add hash encode/decode test 2021-02-19 22:27:54 +01:00
Tomáš Mládek 3fb436708b attempt (?) to return hash from insert_entry, improve error logging 2021-02-19 22:18:31 +01:00
Tomáš Mládek 3ad31a482d add an "insert entry" (PUT) endpoint 2021-02-19 21:58:35 +01:00
Tomáš Mládek dc71bec67a implement Serialize/Deserialize for Entry, Address, remove as_json
+ cosmetics (to_str -> to_string)
2021-02-19 21:56:25 +01:00
Tomáš Mládek 99f6c6c052 remove InnerEntry, consolidate into Entry 2021-02-19 20:27:30 +01:00
Tomáš Mládek 2b42f4dc1a update outdated packages 2021-02-18 20:48:31 +01:00
Tomáš Mládek db5235bbd5 run `cargo update`, fix incorrect imports 2021-02-18 19:20:52 +01:00
Tomáš Mládek 22dd315c47 cargo clippy fixes 2021-02-17 21:45:20 +01:00
Tomáš Mládek 1bbcc00d65 add "contains" symbol 2021-02-17 21:40:51 +01:00
Tomáš Mládek ac02450b8b fix "OR TRUE" variant; remove Option<> from query_to_sqlite() 2021-02-12 11:56:29 +01:00
Tomáš Mládek 98a9c88173 add upend query lang -> sqlite conversion; first working prototype 2021-02-12 02:06:39 +01:00
Tomáš Mládek f950e02113 add s-exp query language parsing
also rename t/k/v to e/a/v, misc. fixes
2021-02-07 20:18:55 +01:00
Tomáš Mládek bb2a8e909f cargo clippy fix 2020-09-30 01:33:36 +02:00
Tomáš Mládek f586b93af5 remove "|| true" from init update logic; add command-line opt for that 2020-09-30 01:31:59 +02:00
Tomáš Mládek 02c65ded8e return an enum signifying action taken from fs update functions 2020-09-30 01:31:48 +02:00
Tomáš Mládek 7fd537a948 add DELETE endpoint for objects, update URLs (/get/ -> /obj/) 2020-09-29 00:55:09 +02:00
Tomáš Mládek 9ae09cc72f forgotten debug prints 2020-09-29 00:33:11 +02:00
Tomáš Mládek 2307c7bd57 expand query_entries for fuzzier queries; fix filename lookup 2020-09-29 00:30:00 +02:00