25 Commits

Author SHA1 Message Date
Mark Nadal
7fde5eb836 fix/mask @d3x0r 's #203 2016-07-11 16:08:54 -07:00
Mark Nadal
25e7579d13 Merge pull request #191 from PsychoLlama/develop
Make `data.json` human-readable
2016-05-21 18:23:14 -06:00
Jesse Gibson
c35ae5e669 Make data.json human-readable
Since the file.js module is only for development or getting started, we
shouldn't have to minify the data before persisting it. In fact, it may
hurt things, since it obfuscates our data structure and makes it harder
to understand what's going on under the hood.
In this commit, I swapped `Gun.text.ify` with JSON's `stringify` and
gave it a 2-space formatting option to make the data more readable.
2016-05-21 17:04:00 -06:00
Mark Nadal
7f44bed3d9 quick express fixes 2016-01-28 13:00:38 -08:00
Mark Nadal
59f20c2cbd couple fixes 2015-12-30 14:51:15 -08:00
Mark Nadal
8c0dae0176 server updated 2015-12-26 21:14:14 -08:00
Mark Nadal
ab138b5350 BREAKING 0.3 ONLY CORE MEMORY WORKS!
# Conflicts:
#	lib/file.js
2015-12-23 18:12:01 -08:00
Mark Nadal
6d15aa1e61 API 0.3 BREAKING CHANGES, TESTS PASSING 2015-12-22 01:56:41 -08:00
Thomas Kalka
61ded1b337 ws 2015-11-19 10:03:05 +01:00
Thomas Kalka
690eb4c81a do queueing right 2015-11-19 09:54:09 +01:00
Thomas Kalka
0489b3d634 fix concurrent writes and remember known nodes 2015-11-18 03:00:47 +01:00
Mark Nadal
b36d6f5247 move put's back.emit to the bottom for improved perf. 2015-11-09 19:07:08 -08:00
Mark Nadal
2abfc17c14 tests pass, drivers fixed! 2015-07-03 22:48:38 -07:00
Mark Nadal
566c5c1cd6 moved code around, union event, val listens 2015-07-03 11:55:16 -07:00
Mark Nadal
18cb3afba4 make get lazy 2015-06-25 13:16:20 -07:00
Mark Nadal
6a49f56a45 ignore using file driver if s3 2015-06-23 13:38:30 -07:00
Mark Nadal
b2af477752 fixed nasty union bug but need test, key opt but need test, no false trigger, val unique check, tab respects instances, http header sent safety. 2015-06-17 02:29:08 -07:00
Mark Nadal
04059b8feb local server spam stress test, map field 2015-06-15 19:24:43 -07:00
Mark Nadal
e89c19cdd8 ONE BIG MASSIVE UPDATE 2015-05-29 16:01:00 -07:00
Mark Nadal
92408aa1e1 fixed set sub partials 2015-02-13 19:56:19 -07:00
Mark Nadal
e970698054 support for old node 2015-01-22 05:11:12 -07:00
Mark Nadal
fa5096d075 fixed major bug, added tests. 2015-01-20 08:02:40 -07:00
Mark Nadal
13f6e287fa merged stash 2015-01-20 06:37:15 -07:00
Mark Nadal
22aea79838 insert, map, fixes, working on path 2015-01-20 06:17:12 -07:00
Forrest
576b055add Add file persistence module :) 2015-01-14 20:30:04 -07:00