Hayden Young
|
18b81aadcc
|
Merge pull request #8 from haydenyoung/refactor/identity-store
refactor: Move identity store to identities subpath.
|
2023-02-16 21:49:36 +08:00 |
|
Hayden Young
|
fcff7373cb
|
refactor: Move identity store to identities subpath.
|
2023-02-16 13:42:26 +00:00 |
|
Haad
|
1272084449
|
Merge pull request #7 from orbitdb/refactor/identities
refactor: Identities
|
2023-02-16 15:00:57 +02:00 |
|
haad
|
19ce1ce160
|
Re-organize IdentityProvider
|
2023-02-16 14:50:14 +02:00 |
|
haad
|
fe8d469a7c
|
Add IdentityProvider tests
|
2023-02-16 14:49:27 +02:00 |
|
haad
|
60fd0239bb
|
Add IdentityProvider test fixtures
|
2023-02-16 14:48:50 +02:00 |
|
Haad
|
ed0f31c4ca
|
Merge pull request #6 from orbitdb/fix/rename-tests
fix: rename tests
|
2023-02-16 13:34:57 +02:00 |
|
haad
|
97529e99d4
|
Fix linter
|
2023-02-16 13:34:47 +02:00 |
|
haad
|
6c19219cba
|
Rename *.spec to *.test
|
2023-02-16 13:32:44 +02:00 |
|
haad
|
96a6d4fba8
|
Revert webpack.config.js to original orbitdb one
|
2023-02-16 13:16:48 +02:00 |
|
Haad
|
9212aaa224
|
Merge pull request #5 from orbitdb/refactor/oplog-reorg
refactor: oplog reorg
|
2023-02-16 13:12:57 +02:00 |
|
haad
|
dc5a0edd93
|
Move Log to oplog directory, refactor references
|
2023-02-16 13:10:20 +02:00 |
|
haad
|
44a9543aee
|
Fix linter errors
|
2023-02-16 12:47:35 +02:00 |
|
haad
|
4c16c1c978
|
Run tests on CI
|
2023-02-16 12:46:32 +02:00 |
|
haad
|
3bff734a31
|
Remove npm-publish CI actions temporarily
|
2023-02-16 12:44:30 +02:00 |
|
Haad
|
b77b2c2c37
|
Merge pull request #4 from orbitdb/refactor/rename-database
refactor: rename database
|
2023-02-16 12:42:19 +02:00 |
|
haad
|
7503bd30bb
|
Rename db/interface to db/database
|
2023-02-16 12:40:15 +02:00 |
|
Haad
|
b53758fefa
|
Merge pull request #3 from orbitdb/oplog-tests
Oplog tests
|
2023-02-16 12:33:42 +02:00 |
|
haad
|
d2ccecc929
|
Run tests only with js-ipfs
|
2023-02-16 12:32:58 +02:00 |
|
haad
|
96f07d6e2b
|
Fix peer sending messages to themselves
|
2023-02-16 12:32:31 +02:00 |
|
haad
|
967abafb8d
|
Re-organize oplog tests
|
2023-02-16 12:32:10 +02:00 |
|
haad
|
5903e41a83
|
Run all tests
|
2023-02-16 12:29:54 +02:00 |
|
Haad
|
fc4ec549d4
|
Merge pull request #2 from orbitdb/first-test-working
First test working
|
2023-02-16 11:09:14 +02:00 |
|
haad
|
b946741c5c
|
Get the first tests running
|
2023-02-16 11:07:13 +02:00 |
|
haad
|
f6f14511c1
|
Add fixtures from ipfs-log
|
2023-02-16 11:06:47 +02:00 |
|
haad
|
e50d27f891
|
Add lamport-clock.js from ipfs-log
|
2023-02-16 11:06:35 +02:00 |
|
Haad
|
1ffcf8cddc
|
Merge pull request #1 from orbitdb/merge-vertical-slice-next
Merge vertical slice next
|
2023-02-16 10:59:17 +02:00 |
|
Hayden Young
|
16c6a3c397
|
refactor: subpath structuring for simplified imports.
|
2023-02-16 10:33:30 +02:00 |
|
haad
|
96f5df18d1
|
Rework identity storage and usage of identity hash
|
2023-02-16 10:20:08 +02:00 |
|
haad
|
de8294b2bb
|
WIP 4
|
2023-02-16 10:19:44 +02:00 |
|
Hayden Young
|
5d7c4e407f
|
feat: Identity storage.
|
2023-02-16 10:19:30 +02:00 |
|
Hayden Young
|
4f0c3e2b36
|
refactor: Create identity store outside of createIdentity (I.e. is configurable).
|
2023-02-16 10:19:30 +02:00 |
|
Hayden Young
|
d5235ef23d
|
refactor: Store identity hash against each entry.
|
2023-02-16 10:19:28 +02:00 |
|
Hayden Young
|
2d425f7323
|
test: For a non-existent document.
|
2023-02-16 10:19:01 +02:00 |
|
Hayden Young
|
2af2f7d8fb
|
refactor: Use doc directly. Var renaming.
|
2023-02-16 10:19:01 +02:00 |
|
haad
|
ef60cb252c
|
Add heads and entry index, use LevelStorage, clean up naming
|
2023-02-16 10:19:01 +02:00 |
|
Hayden Young
|
c89994d820
|
test: Test for null after delete.
|
2023-02-16 10:19:01 +02:00 |
|
Hayden Young
|
2ae11ca3e4
|
feat: A basic document store.
|
2023-02-16 10:18:41 +02:00 |
|
haad
|
c5bfcb8bd9
|
WIP 3
|
2023-02-16 10:18:39 +02:00 |
|
haad
|
f576795c3e
|
WIP 2
|
2023-02-16 10:17:37 +02:00 |
|
haad
|
40494246e1
|
WIP 2
|
2023-02-16 10:17:23 +02:00 |
|
haad
|
42a5c2d723
|
WIP
|
2023-02-16 10:16:15 +02:00 |
|
Hayden Young
|
9d3cf9117d
|
0.29.0
v0.29.0
|
2023-01-19 18:37:10 +00:00 |
|
Haad
|
cd6a680125
|
Merge pull request #1054 from orbitdb/fix/webpack-debug-build
Rename debug build output file
|
2023-01-19 08:35:43 +02:00 |
|
haad
|
c1c7f838bc
|
Rename debug build output file
|
2023-01-19 08:34:50 +02:00 |
|
Hayden Young
|
61c28d6a88
|
Merge pull request #1051 from orbitdb/update-documentation
Release Notes for v0.29.0
|
2023-01-18 00:53:11 +08:00 |
|
Hayden Young
|
5900effbf1
|
docs: Remove breaking changes warning from change log.
|
2023-01-17 16:34:07 +00:00 |
|
Hayden Young
|
b51298fb20
|
docs: Update ipfs http client instantiation to match new method.
|
2023-01-17 16:31:46 +00:00 |
|
Hayden Young
|
0b67e74fb9
|
docs: Correctly import access controller for extending.
|
2023-01-17 16:29:08 +00:00 |
|
haad
|
cd22ca902f
|
Add release notes for 0.29.0
|
2023-01-17 14:38:00 +02:00 |
|