Commit graph

62 commits

Author SHA1 Message Date
91cfa6a2da feat: 📦 upend jslib + wasm can be used from node
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-07 13:00:34 +02:00
f79995b6f4 refactor: 🚚 rename jslib to use @upnd scope 2023-10-07 11:06:45 +02:00
4cc38dfaa3 ... 2023-10-07 09:41:20 +02:00
f4c8a9ac74 fix(jslib): 🔧 moved wasm from dependencies to dev dependencies 2023-10-01 13:55:15 +02:00
acdd128d5f refactor(jslib): reexport UpEndApi in index
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-30 10:35:47 +02:00
1f551fc087 fix(jslib): allow initialization of wasm via wasm modules 2023-09-23 20:11:39 +02:00
5284d9435e refactor: provenance api log 2023-09-07 21:26:36 +02:00
214e72bc1b fix: wasm lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-27 21:48:17 +02:00
b3d6866c7c fix: duplicate wasm initialization 2023-08-27 11:48:44 +02:00
42d5e085a2 feat: add basic group section to home 2023-08-26 10:39:28 +02:00
caedb78cea chore, webui: take care of (some) lints
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 23:35:29 +02:00
6844cfe319 chore: pnpm lock update 2023-08-24 08:26:11 +02:00
0f85f1b723 fix: upend js lib build (files)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-25 14:40:43 +02:00
633d6b1de4 chore: migrate from yarn to pnpm 2023-07-16 19:50:42 +02:00
f8817d07f3 fix,ci: local js dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-11 19:41:07 +02:00
6e16d7090d Merge branch 'develop' 2023-07-06 17:44:54 +02:00
d2a81173ee wip: fix wasm 2023-06-28 18:50:22 +02:00
e66e072871 wip: constant name case 2023-06-28 18:44:08 +02:00
509b640dcd wip: add no-network address type constants to upend_js 2023-06-28 18:36:47 +02:00
27a1ee1051 wip: add wasm to upend_js lib 2023-06-28 14:26:11 +02:00
641f42f785 wip(webui): use (new) attr constants 2023-06-24 18:28:42 +02:00
244abd64aa fix: api fetch store info
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 18:51:06 +02:00
7118ea1e4c ci: verbose build of upend.js 2023-06-19 17:10:07 +02:00
c925ff5cac feat: provenance, vault stats
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-19 16:45:55 +02:00
587eb69032 feat: upend.js attr includes backlinks 2023-06-19 11:52:23 +02:00
0177fe007d wip(webui): partially fix "HAS" -> "OF" switch 2023-06-19 11:52:23 +02:00
0caeb9c81d chore: add debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-05 12:56:33 +02:00
0666076045 chore: rename uploadFile to putBlob, enable remote url 2023-05-27 15:56:26 +02:00
f9cfca8fcf chore: use api client from upend.js in webui 2023-05-22 21:00:48 +02:00
3956856c6f refactor: add api client to upend.js 2023-05-21 21:37:29 +02:00
d9753018d6 refactor: move entitylisting to upend.js, dry, formatting 2023-05-20 22:33:22 +02:00
9923716691 fix: put types 2023-04-25 19:57:23 +02:00
8faaba03fd fix: update upend_js to include entry provenance and timestamp 2023-04-23 17:35:09 +02:00
ea3c7a5c56 chore: update address constants (fix file detection, group adding) 2022-10-18 18:16:30 +02:00
376d929232
return attribute labels in /all/attributes endpoint 2022-03-02 22:39:05 +01:00
e8af838020
[ui] sort jobs by type (major jobs are shown first) 2022-03-02 22:24:24 +01:00
583fea153c add store info display // all blob listing 2022-02-21 22:01:31 +01:00
b5f4dc4a7b
[ui] add Null IValue type 2022-02-20 18:04:16 +01:00
e522e99209
[ui] refactor - centralize all fetch() calls in api.ts 2022-02-20 13:06:01 +01:00
fd4d80c0b7
[ui] automatically mark any added "group" as of "group" type 2022-02-20 12:09:37 +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
1ee86a9da6
[ui, lib] remove identifying by ALIASes 2022-02-06 13:26:47 +01:00
f8a0410282
hide desktop features when desktop is disabled 2022-02-04 12:11:00 +01:00
db9558f6e3
[ui] add version display 2022-02-02 22:36:45 +01:00
d96f241329
update BLOB addr constant, fix banner link 2022-02-01 13:12:45 +01:00
0be089dd81
[lib] fix lints 2022-01-30 16:51:31 +01:00
7dec8f40a1
[ui, lib] correct value types 2022-01-28 20:51:34 +01:00
7592c8f46b
add eslint to js lib 2022-01-28 18:58:34 +01:00
a099cbd85f
[ui] rudimentary attribute editing
also refactor to use actual correct types throughout
2022-01-09 21:24:49 +01:00
1e14e5f2be
job display 2021-12-21 16:10:16 +01:00