MIMIZA
49b2937421
SEA.certify() small bug fix + more unit test
...
There is a small bug and this is a fix for it. More unit tests added.
2020-12-16 15:51:37 +07:00
MIMIZA
0a91b8079b
change SEA.certify() && check.pub()
2020-12-14 15:27:46 +07:00
MIMIZA
d8d037fc81
SEA.certify: replace RegEx with RAD/LEX. New feature: Path must contain Certificant Pub
...
- RegEx replaced with RAD/LEX
- NEW FEATURE: If LEX has key "?" and lex['?'] contains '*': check if Certificant Pub is in Path
- Unit tests updated
Official doc will be written after this PR is merged.
2020-12-14 02:23:26 +07:00
MIMIZA
4d0bcab3b8
Add Blacklist feature to SEA.certify
...
Now SEA.certify supports Blacklist. For more details, please read doc here: https://gun.eco/docs/SEA#certify
2020-11-23 12:21:48 +07:00
MIMIZA
5701b8b581
SEA.certify unit tests
2020-11-07 16:27:08 +07:00
Mark Nadal
05349a5c68
Merge pull request #1010 from mmalmi/infinite-scroll-test
...
infinite scrolling example
2020-09-21 13:26:03 -07:00
Martti Malmi
fe57813721
simple panic test that scrolls through 1500 entries
2020-09-18 15:05:23 +03:00
Martti Malmi
773d5cba25
cleanup
2020-09-18 11:25:08 +03:00
Mark Nadal
7e9ec5d93a
Merge pull request #1007 from diatche/feature/panic2
...
PANIC test semi-automation using Puppeteer
2020-09-17 22:30:56 -07:00
Martti Malmi
811a1b8963
infinite scrolling example, panic test wip
2020-09-17 17:16:14 +03:00
Pavel Diatchenko
a607bdd004
Cleanup puppeteer on exit.
2020-09-17 12:37:47 +12:00
Pavel Diatchenko
33b29f4ee6
Added puppeteer cleanup method.
2020-09-17 12:33:04 +12:00
Pavel Diatchenko
fee7473ccb
Use puppeteer if available.
2020-09-14 16:12:50 +12:00
Pavel Diatchenko
fd6752cbd6
Added browser open utility method.
2020-09-14 16:06:49 +12:00
Mark Nadal
a89ca678bb
Merge pull request #1001 from shocknet/shocknet-tests
...
Shocknet tests
2020-09-11 14:05:18 -07:00
Mark Nadal
5cbd5e3943
Merge pull request #990 from amark/node-client-auth
...
add: test node as client SEA auth
2020-07-24 01:35:18 -07:00
sirpy
f723c69d7c
add: test node as client SEA auth
2020-07-19 00:07:06 +03:00
Daniel Lugo
a394a23aa1
saner name
2020-07-10 20:09:56 -04:00
boufni95
8161f14553
once -> then
2020-07-08 17:39:43 +02:00
boufni95
87b2dbe03d
6 -> 4 servers
2020-07-08 16:46:12 +02:00
boufni95
85191e8042
alice -> peer1 -> peer2 -> bob
2020-07-08 16:34:10 +02:00
boufni95
18aebaa4a1
handshake tests
2020-07-08 15:55:24 +02:00
boufni95
34f1be198e
shocknet tests
2020-07-06 14:55:28 +02:00
Jonathan Commins
2ddb526323
Test if gun.on() callback fires after relay peer crashes
2020-06-24 22:08:57 -07:00
Mark Nadal
d56e06fec7
video example in ~90 lines
2020-05-23 20:08:30 -07:00
Mark Nadal
00c48f172b
deprecate unofficial opt
2020-05-21 14:48:07 -07:00
Mark Nadal
116d485379
Merge pull request #878 from rogowski/bug-121
...
Test file for bug-121
2020-05-16 03:19:45 -07:00
Mark Nadal
880947afe8
fix cache miss of cache hit
2020-05-16 01:23:40 -07:00
rogowski
06a4a0bfeb
Merge pull request #868 from rogowski/bug-850
...
Test for bug-850 - Saving a deep object under a user node seems to lose public key at some depth. Add test.
2020-04-23 21:45:06 -03:00
Mark Nadal
fc58d3552a
important offline fixes & assumption/default changes
2020-04-05 17:41:51 -07:00
Mark Nadal
54a50d62ff
Merge pull request #879 from rogowski/bug-783
...
Test file for bug-783
2020-03-18 12:06:58 -07:00
Mark Nadal
dec75be45e
Merge pull request #888 from rogowski/bug-686
...
Test for bug-686: Cannot put string 'null' as value in put. SEA error…
2020-03-18 12:05:50 -07:00
Mark Nadal
1b002bd49d
Merge pull request #884 from rogowski/bug-322
...
Test for bug-322: modify returned node in callback leaks thru
2020-03-18 12:04:31 -07:00
Mark Nadal
9de7d0f38d
fix chain emit & faith
2020-03-04 22:58:25 -08:00
Mark Nadal
1c29092af8
-log +stat, not gets or dbg yet tho
2020-02-21 16:38:26 -08:00
Mark Nadal
ff04e23b64
fix .pub on account check
2020-02-19 11:47:26 -08:00
Mark Nadal
3ab14ffc42
3rd rewrite, have batched acks.
2020-02-17 12:38:46 -08:00
Mark Nadal
3668f5099f
uptime decimal
2020-02-11 14:32:25 -08:00
Mark Nadal
0936c326f8
unit tests passing
2020-02-10 15:13:37 -08:00
Mark Nadal
e98e51a0ea
Merge branch 'master' into manhattan
2020-02-06 14:09:37 -08:00
Mark Nadal
7cf2d42dcd
yet another day.
2020-02-06 14:05:27 -08:00
Mark Nadal
89b8f01cda
because yeah!
2020-02-05 01:57:11 -08:00
Mark Nadal
efd055c2b0
notes & tests
2020-02-03 14:25:41 -08:00
Mark Nadal
39d467314a
skip lex cursors until fixed
2020-01-24 10:37:52 -08:00
Martti Malmi
9890fb88aa
tests for cursor and descending ordering
2020-01-24 15:33:45 +02:00
Adriano Rogowski
9f446a08d4
Test for bug-686: Cannot put string 'null' as value in put. SEA error thrown
2020-01-21 20:46:13 -03:00
Mark Nadal
b5fd757db4
dev -> master, master ->
2020-01-21 15:38:31 -08:00
Adriano Rogowski
de85106c42
Test for bug-322: modify returned node in callback leaks thru
2020-01-21 20:37:36 -03:00
Adriano Rogowski
277147acc0
Test file for bug-783
2020-01-14 22:03:54 -03:00
Adriano Rogowski
86c74737f5
Test file for bug-121
2020-01-14 21:59:57 -03:00