Commit graph

107 commits

Author SHA1 Message Date
9b52eba0b4 dev: remove fromksx 2024-02-17 14:09:30 +01:00
9f2f7c0218 fix(jslib): fix types for putBlob(), returns a single address 2024-02-06 09:46:25 +01:00
ec81f8147b feat(webui,jslib): upload progress 2024-02-05 22:23:28 +01:00
6467d6c3b7 fix(jslib): correct types for UpObject.attr() 2024-01-28 16:58:51 +01:00
2958d44cc0 feat(jslib): add timeouts / aborts to all api calls
fix #101
2024-01-27 19:02:54 +01:00
cc3f618375 feat(jslib): implement toString for UpObject
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
also minor stylistic refactor
2023-12-18 11:47:21 +01:00
2027b543fd perf(jslib): add attr cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-12-03 19:28:24 +01:00
dfcc1b1969 refactor(jslib): remove url and attribute from getAddress, fix build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-29 14:42:31 +01:00
db85fc11a6 perf(webui): use addressToComponents to get attribute addresses without querying backend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-29 14:10:44 +01:00
f5adb3fff8 chore(jslib): bump version 2023-11-18 14:16:32 +01:00
779015ae32 feat(jslib): or/and/not/join query builder support 2023-11-18 14:16:32 +01:00
f88ecb7c9f refactor(webui): Selector refactor, non-destructive search
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-17 19:43:43 +01:00
3b957093b7 chore(jslib): fix eslint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-11 11:34:09 +01:00
209c0eeb40 chore(jslib): version bump
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-11-11 11:18:18 +01:00
838ce28647 feat(jslib): add variables to jslib query builder 2023-11-11 11:17:43 +01:00
6f00c2f583 chore(jslib): rebuild before running tests 2023-11-11 11:17:25 +01:00
c617d1853b chore(jslib): add eslint ava 2023-11-11 11:11:17 +01:00
826aa26198 refactor(jslib): specific constant for any instead of undefined 2023-11-11 10:59:52 +01:00
587917fb3f feat(jslib): add vault options functions 2023-11-08 22:14:41 +01:00
a0bd0db457 chore(jslib): 🔖 version bump to 0.0.5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-20 23:06:47 +02:00
9fc95185af feat(jslib): getRaw() just returns URL, fetchRaw() fetches the actual content
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-20 20:55:10 +02:00
df7f5d2c19 fix(jslib): 🔧 fix gitignore 2023-10-14 17:46:20 +02:00
58eb842a13 chore(jslib): ♻️ use wasmlib from npm
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-14 14:42:57 +02:00
75d1bd9f8b chore(jslib): 🔧 tidy up gitignore 2023-10-14 13:54:31 +02:00
8060f7224d chore(jslib): ♻️ tidy up tsconfig.json 2023-10-11 22:30:22 +02:00
bf223cf247 fix(jslib): 🧑‍💻 better error messages for api/query 2023-10-09 22:31:46 +02:00
318a7a941f feat(jslib): ♻️ eav helper getters for uplisting 2023-10-09 22:31:46 +02:00
3526a164fa feat(jslib): add basic query builder 2023-10-09 22:31:46 +02:00
6003eebbe8 refactor(jslib): ♻️ config obj instead of positional args in api
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-07 17:28:26 +02:00
6e78fa250c fix(jslib): 🚨 fix lint fail due to missing type-only imports
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-07 13:13:00 +02:00
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
e10ff92fd2 ci, perf: improve caching
also add earthlyignore
2023-08-23 18:37:53 +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
ea7a5e6f18 wip, chore: clippy fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-29 15:17:06 +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