Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/josephg/ShareJS

Collaborative editing in any app
https://github.com/josephg/ShareJS

Added jumprope to the package.json

338871a44aeb2ccc4ee589fed2fc99c689984ac7 authored over 13 years ago by Joseph Gentle <[email protected]>
Added transformCursor to text type

dd074ecaa5337fc8977ecbd24cabf1a8c80e307b authored over 13 years ago by Joseph Gentle <[email protected]>
Added database tests. Fixed a bunch of little bugs and cleaned up some comments.

487208923a08f67a0737b312b04e22f0dd4db082 authored over 13 years ago by Joseph Gentle <[email protected]>
Added database tests. Fixed a bunch of little bugs and cleaned up some comments.

487208923a08f67a0737b312b04e22f0dd4db082 authored over 13 years ago by Joseph Gentle <[email protected]>
Added a test for the REST delete option

be9be6be1abb62b1f9f55e6c67c6ef4416bdba63 authored over 13 years ago by Joseph Gentle <[email protected]>
Added a test for the REST delete option

be9be6be1abb62b1f9f55e6c67c6ef4416bdba63 authored over 13 years ago by Joseph Gentle <[email protected]>
Edited server code to act as Connect.js middleware. This simplifies the

REST interface and makes it easier for people to integrate the library
with their own stuff.

Fix...

8e602b0eb7c894a4bb608b593e844d5ee89c32fd authored over 13 years ago by Joseph Gentle <[email protected]>
Edited server code to act as Connect.js middleware. This simplifies the

REST interface and makes it easier for people to integrate the library
with their own stuff.

Fix...

8e602b0eb7c894a4bb608b593e844d5ee89c32fd authored over 13 years ago by Joseph Gentle <[email protected]>
Large refactor:

Removed all global scope from server code. Server modules now export
constructor functions which...

345bd023b1c3075410ab0173c450d9ac8c8a34b8 authored almost 14 years ago by Joseph Gentle <[email protected]>
Large refactor:

Removed all global scope from server code. Server modules now export
constructor functions which...

345bd023b1c3075410ab0173c450d9ac8c8a34b8 authored almost 14 years ago by Joseph Gentle <[email protected]>
Made non-composable ops the default text type. Added some documentation

4e4fb239ebef1736bffdbe6bb3cb99fe46ebba70 authored almost 14 years ago by Joseph Gentle <[email protected]>
Made non-composable ops the default text type. Added some documentation

4e4fb239ebef1736bffdbe6bb3cb99fe46ebba70 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added invert tests

9a84e522e1a86844af0610add97b02852baab04b authored almost 14 years ago by Joseph Gentle <[email protected]>
Added invert tests

9a84e522e1a86844af0610add97b02852baab04b authored almost 14 years ago by Joseph Gentle <[email protected]>
Removed get snapshot at version from API

f4638cf2594306aa3457693c1358536f3dfdc0f1 authored almost 14 years ago by Joseph Gentle <[email protected]>
Removed get snapshot at version from API

f4638cf2594306aa3457693c1358536f3dfdc0f1 authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored the composable ops tests

9f31e4261266ba518e35971019fd6c21bad5a6be authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored the composable ops tests

9f31e4261266ba518e35971019fd6c21bad5a6be authored almost 14 years ago by Joseph Gentle <[email protected]>
Added non-composable ops (text2).

Cleaned up some code in text, randomizer.

Fixed a bug in model, where not specifying a callback...

1967075244584899378b0af0e1a04458e9589010 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added non-composable ops (text2).

Cleaned up some code in text, randomizer.

Fixed a bug in model, where not specifying a callback...

1967075244584899378b0af0e1a04458e9589010 authored almost 14 years ago by Joseph Gentle <[email protected]>
Fixed some bugs. Made the redis server not clear all data when the tests are run

e6c627bd3f64fabdf4c06b4b45a669167b182c07 authored almost 14 years ago by Joseph Gentle <[email protected]>
Fixed some bugs. Made the redis server not clear all data when the tests are run

e6c627bd3f64fabdf4c06b4b45a669167b182c07 authored almost 14 years ago by Joseph Gentle <[email protected]>
Minor cleanups

d586aef362033248a267386a7bb8288799de76da authored almost 14 years ago by Joseph Gentle <[email protected]>
Minor cleanups

d586aef362033248a267386a7bb8288799de76da authored almost 14 years ago by Joseph Gentle <[email protected]>
Fixed intermittent bug related to calling listenFromVersion then removeListener in close succession

87d044e485e423b8e1a05c61bdeb72b622fa9d84 authored almost 14 years ago by Joseph Gentle <[email protected]>
Fixed intermittent bug related to calling listenFromVersion then removeListener in close succession

87d044e485e423b8e1a05c61bdeb72b622fa9d84 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added metadata field to streaming protocol

6b10923dde3b37e2729c848bd00785d689a42fbd authored almost 14 years ago by Joseph Gentle <[email protected]>
Added metadata field to streaming protocol

6b10923dde3b37e2729c848bd00785d689a42fbd authored almost 14 years ago by Joseph Gentle <[email protected]>
Added redis datastore. (not active by default)

Ops now have an optional meta: field
Refactored model.js. Still not happy with it, but it works b...

436852804f91cdc04f8fe348081532a0bec79aef authored almost 14 years ago by Joseph Gentle <[email protected]>
Added redis datastore. (not active by default)

Ops now have an optional meta: field
Refactored model.js. Still not happy with it, but it works b...

436852804f91cdc04f8fe348081532a0bec79aef authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored database code out into db.coffee

Removed the concept of a delta. Replaced it with 'op data' = op +
metadata.

Rafactored code as p...

39ae2601eea1246257f618cb8723cfcc5514b8b1 authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored database code out into db.coffee

Removed the concept of a delta. Replaced it with 'op data' = op +
metadata.

Rafactored code as p...

39ae2601eea1246257f618cb8723cfcc5514b8b1 authored almost 14 years ago by Joseph Gentle <[email protected]>
Renamed db -> model

367d2d80366a1cfe5a8cea2682815484a4fd1a9d authored almost 14 years ago by Joseph Gentle <[email protected]>
Renamed db -> model

367d2d80366a1cfe5a8cea2682815484a4fd1a9d authored almost 14 years ago by Joseph Gentle <[email protected]>
Added some integration tests.

Found & fixed yet more bugs.
Rewrote the random op tester.
Added a simple 'count' type

1489b84fdab563d17a72a14620a3cd195c78edd3 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added some integration tests.

Found & fixed yet more bugs.
Rewrote the random op tester.
Added a simple 'count' type

1489b84fdab563d17a72a14620a3cd195c78edd3 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added integration tests and cleaned up some other tests. Fixed bugs.

80072bb8833ff0aebb7c7242da2d4de00e5f10da authored almost 14 years ago by Joseph Gentle <[email protected]>
Added integration tests and cleaned up some other tests. Fixed bugs.

80072bb8833ff0aebb7c7242da2d4de00e5f10da authored almost 14 years ago by Joseph Gentle <[email protected]>
Added tests for client.get, fixed bugs.

f12cc2bb00a916a842a95305321169064f1afe67 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added tests for client.get, fixed bugs.

f12cc2bb00a916a842a95305321169064f1afe67 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added tests for client, and fixed heaps of bugs.

11d967cd33f3c5309db97fbcdfcbd1b77f803a23 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added tests for client, and fixed heaps of bugs.

11d967cd33f3c5309db97fbcdfcbd1b77f803a23 authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored tests to use nodeunit.

70803c35c89a0fa9fcba35705272b48de6be5370 authored almost 14 years ago by Joseph Gentle <[email protected]>
Refactored tests to use nodeunit.

70803c35c89a0fa9fcba35705272b48de6be5370 authored almost 14 years ago by Joseph Gentle <[email protected]>
Changed client-server API. Client frontend broken.

7678cbc2bc2a8a71fe5863de02386398e0ed5a7d authored almost 14 years ago by Joseph Gentle <[email protected]>
Changed client-server API. Client frontend broken.

7678cbc2bc2a8a71fe5863de02386398e0ed5a7d authored almost 14 years ago by Joseph Gentle <[email protected]>
Added client stream tests, and fixed many many bugs.

2cea6aec847d3b24baa86e30be72f3c62ddb96f9 authored almost 14 years ago by Joseph Gentle <[email protected]>
Added client stream tests, and fixed many many bugs.

2cea6aec847d3b24baa86e30be72f3c62ddb96f9 authored almost 14 years ago by Joseph Gentle <[email protected]>
Moved lib/ to src/ and updated CAkefile to build the code

57d47ee27be22e44cbc7762eec8bc1e3ed273ea9 authored almost 14 years ago by Joseph Gentle <[email protected]>
Moved lib/ to src/ and updated CAkefile to build the code

57d47ee27be22e44cbc7762eec8bc1e3ed273ea9 authored almost 14 years ago by Joseph Gentle <[email protected]>
Initial import

1089259c95b57ee4c512389567ef0064a7f34720 authored almost 14 years ago by Joseph Gentle <[email protected]>
Initial import

1089259c95b57ee4c512389567ef0064a7f34720 authored almost 14 years ago by Joseph Gentle <[email protected]>