1992 Commits

Author SHA1 Message Date
haad
f331b1b458 Refactor Manifest 2023-04-13 07:59:30 +03:00
haad
d979b98562 Add cache to IPFS AC storage 2023-04-13 07:59:19 +03:00
haad
0fed060711 Remove commented code 2023-04-12 09:34:43 +03:00
Haad
9fd01ff530
Merge pull request #64 from saul-jb/refactor/packages
refactor: Remove unused packages.
2023-04-07 07:38:28 +03:00
saul
99e1bd3f5f Remove redundant Promise.resolve. 2023-04-07 08:44:06 +12:00
Hayden Young
dadf4c34e7
refactor: Adhere to case naming convention for OrbitDB module. (#67) 2023-04-06 22:39:05 +08:00
Hayden Young
58518203c3
Merge pull request #69 from orbitdb/refactor/dbs
Refactor Databases
2023-04-06 22:32:26 +08:00
Hayden Young
0deaaf5541
Merge pull request #68 from orbitdb/refactor/naming
Renaming pass
2023-04-06 22:32:12 +08:00
haad
3030336db9 More refactoring 2023-04-06 15:25:42 +03:00
Hayden Young
3df8f3e96c
Merge pull request #65 from saul-jb/fix/wrong-path
fix: Correct the wrong path join method being used in ensure-ac-address.js.
2023-04-06 18:41:33 +08:00
haad
eddf5b853b Refactor Database interface for configuration, add onUpdate callback 2023-04-06 10:00:52 +03:00
haad
d681bb720a Remove Log and Database dependency injection 2023-04-06 10:00:09 +03:00
haad
a94d2a7918 Renaming pass 2023-04-06 08:32:31 +03:00
saul
78432f2166 Fix wrong path join method being used. 2023-04-04 15:03:17 +12:00
saul
8235ce8c45 Update packages. 2023-04-04 14:23:09 +12:00
saul
f5c9d5eb90 Remove remark-cli. 2023-04-04 14:14:51 +12:00
saul
7a9e002ead Remove and replace p-map-series with Promise.all. 2023-04-04 14:11:57 +12:00
saul
b3e4a093ca Remove cpy-cli. 2023-04-04 14:10:43 +12:00
saul
23aee1d1ec Remove p-map package and replace with Promise.all. 2023-04-04 14:05:25 +12:00
saul
1cca881a9e Remove logplease. 2023-04-04 14:01:23 +12:00
Hayden Young
428ce83878
Refactor/ac (#61)
* refactor: Move Manifest to own module.

* refactor: Modularize orbitdb access controller.

* chore: Check for correct access controller path and modify if necessary.

* fix: Linting.

* refactor: AC interface no longer needed.

* refactor: Move IPFS-specific AC list back into IPFS AC.

* refactor: Explicitly name access controller param.

* refactor: Pass in manifest settings as object.

* refactor: Config access controllers.

* refactor: ACs should expose specific params before being called with generic params.

* feat: Pass write access to root IPFS AC.

* refactor: AC should handle type prefix.

* test: Test for type.

* refactor: Pass generic access to Database (and inheriting dbs).

* refactor: Use AccessControllers module to manage custom ACs.

* chore: Remove excess console logging.

* test: Fix ipfs module import.
2023-04-03 19:56:47 +08:00
Haad
a027525e5c
Merge pull request #57 from saul-jb/feat/path-refactor
feat: Remove dependence on path.
2023-03-29 18:20:11 +03:00
Haad
a5c14d5377
Fix log fetching parallelism (#60)
* Fix log traverse parallelism

* Rename pointerCount to referencesCount
2023-03-29 21:10:24 +08:00
saul
9c1af3deb8 Fix test descriptions. 2023-03-29 11:15:44 +13:00
saul
ce5e177813 Skip path join tests in environments where it is undefined. 2023-03-29 11:10:09 +13:00
saul
3335c8b698 Cleanup path join tests. 2023-03-29 10:47:38 +13:00
saul
9ca2408453 Change default join to posix. 2023-03-29 10:39:54 +13:00
saul
ed28fb4136 Expand test with harder tests. 2023-03-29 10:37:10 +13:00
saul
194ecafb0a Fix issue using posix paths with win32 join. 2023-03-29 10:13:19 +13:00
saul
d3162d898f Add path join tests. 2023-03-29 09:57:48 +13:00
Haad
0b635666fd
Merge pull request #59 from orbitdb/fix/join-entry
Fix joinEntry traversing by checking refs both ways
2023-03-28 11:30:43 +03:00
haad
52fc82a859 Fix joinEntry traversing by checking refs both ways 2023-03-28 11:29:25 +03:00
Haad
bb99931440
Merge pull request #52 from saul-jb/fix/top-async
fix: Move top-level await to method.
2023-03-28 10:47:18 +03:00
Haad
fddb6c704e
Merge pull request #58 from saul-jb/fix/is-defined
refactor: Remove is-defined util.
2023-03-28 10:46:25 +03:00
saul
35a6bf121c Remove is-defined util. 2023-03-28 15:01:21 +13:00
saul
3433e0a0f6 Remove topLevelAwait from webpack configs. 2023-03-28 14:22:21 +13:00
saul
33a53cf765 Fallback webpack test config process var. 2023-03-28 14:07:43 +13:00
saul
07ddc99858 Add process back to webpack test config. 2023-03-28 13:52:44 +13:00
saul
34238dd852 Fix linter errors. 2023-03-28 13:44:07 +13:00
saul
1b03b58d14 Remove redundant webpack configs. 2023-03-28 13:38:20 +13:00
saul
3c79588778 Fix process undefined error in browsers. 2023-03-28 13:04:08 +13:00
saul
06a68bbe1c Replace usages of path with path join util. 2023-03-28 12:55:15 +13:00
saul
7ce1257cf9 Add posix and win32 variations to path join. 2023-03-28 12:55:11 +13:00
saul
cf421ee669 Add path joining utility. 2023-03-28 12:16:42 +13:00
saul
f064deafb1 Move the cache back outside the verify message method. 2023-03-28 08:55:45 +13:00
Haad
edb913a0ed
Merge pull request #56 from orbitdb/fix/benchmarks2
Use ipfs-core in benchmarks
2023-03-27 15:12:43 +03:00
haad
460749c173 Use ipfs-core in benchmarks 2023-03-27 15:12:05 +03:00
Haad
fddcd0d775
Fix tests (#51)
* Fix error event test in Sync tests

* Fix race condition

* Debug timeouts

* More tests fixing

* Try running local webrtc-star-signalling server for tests

* Fix sync tests

* Skip Log references tests in the browser tests
2023-03-27 20:09:26 +08:00
Haad
4fe1b0c1a1
Add Entry index to Log (#48)
* Turn off IPFS console.log output for tests

* Fix replication and sync tests

* Close keystore after tests in IPFSAccessController tests

* Fix error event test in Sync tests

* Fix race condition

* Add entry index to Log

* Clean up storage files

* Fix tests

* Fix linter
2023-03-27 18:09:44 +08:00
Haad
f396d97a69
Merge pull request #55 from orbitdb/fix/ci
Run tests on pull requests
2023-03-27 07:13:57 +03:00