Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ijod #914

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open

Ijod #914

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
56007c4
first pass at ijod conversion
quartzjer Dec 22, 2011
53928e3
ijod is working for synclets, and cleans up so much tech debt and old…
quartzjer Dec 22, 2011
253116f
cleaned up some tech debt of copy pasta, shared web service requests …
quartzjer Dec 22, 2011
633014b
switched push to using ijod natively too
quartzjer Dec 22, 2011
07bdae5
fixing up tests and other teseting related fixes
quartzjer Dec 22, 2011
bda9254
draft main migration tool
quartzjer Dec 22, 2011
2cb068d
big merge, fix conflict
quartzjer Dec 23, 2011
4da1cea
crazy merge conflict
quartzjer Dec 23, 2011
8ac2d82
bad args, remaining merge fixing
quartzjer Dec 23, 2011
714a378
cleaning up tests to work fully now
quartzjer Dec 23, 2011
02636d3
basic bulk migration tool
quartzjer Dec 24, 2011
ff7fbaf
Merge branch 'master' into ijod
Feb 23, 2012
bc4f86d
Fixes for ijod to use zlib
Feb 24, 2012
4b953c7
Make sure we're using gzip compression, fully working on v0.6 and mon…
Feb 27, 2012
74624e2
Merge branch 'master' into ijod
Feb 27, 2012
93ce35f
Merge branch 'master' into ijod
Mar 6, 2012
eb128e2
Moving to a new compress-buffer based IJOD
Mar 9, 2012
970cd69
Movign to compress-buffers is complete as well as a new smartBatchAdd
Mar 9, 2012
9f60466
Bit of cleanup on the add data processing
Mar 9, 2012
11a6003
Merge branch 'master' into ijod
Mar 9, 2012
5f8004f
Let's dependency!
othiym23 Mar 10, 2012
995b16a
Add the lost getCurrent interface
Mar 12, 2012
4b0ace6
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 12, 2012
c63fa08
Updating for an ijod migration and some related fixes
Mar 13, 2012
b5b00e3
Updating with master
Mar 13, 2012
1cdb1f3
It sure helps to call your step callbacks
Mar 15, 2012
41ab1cc
A simple tool to pull down getCurrent of a few synclets for verification
Mar 15, 2012
43852d4
Updating to master
Mar 15, 2012
1f2dcf5
Merge branch 'master' into ijod
Mar 16, 2012
2df12ab
Few more cleanups I'm finding for archiving
Mar 16, 2012
5c273b6
Revert "Few more cleanups I'm finding for archiving"
Mar 16, 2012
cea4f10
Use the explicit close handler so we don't keep files around too long.
Mar 16, 2012
2abc783
Merge branch 'master' into ijod
Mar 16, 2012
7735358
Use default mongo options when running the test suite
Mar 16, 2012
579e109
Revert "Use default mongo options when running the test suite"
Mar 16, 2012
7ecffa0
Merge branch 'master' into ijod
Mar 16, 2012
d2d8ca3
Better error handling and rollback
Mar 16, 2012
d9531cc
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 16, 2012
bb204c4
Merge branch 'master' into ijod
Mar 16, 2012
931ee3e
Add "jenkins" rule and move custom jenkins stuff here
Mar 16, 2012
4962ff9
Disable gracefulfs and check for double closes
Mar 16, 2012
59e0e7d
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 16, 2012
fff07d1
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 16, 2012
39c9751
Merge branch 'master' into ijod
Mar 16, 2012
10a2f7a
Merge branch 'master' into ijod
Mar 16, 2012
53ebd65
self is actually this, make it so
Mar 16, 2012
2ca8e03
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 16, 2012
7b849c1
Merge branch 'master' into ijod
Mar 16, 2012
e60144a
Merge branch 'master' into ijod
Mar 16, 2012
a090521
Give up
Mar 16, 2012
15e4861
Merge branch 'master' into ijod
Mar 16, 2012
9bcf158
Fix push for the IJOD changes
Mar 16, 2012
813bb01
Merge branch 'ijod' of github.com:LockerProject/Locker into ijod
Mar 16, 2012
3c5e3c8
Refactoring service manager scheduling to get rid of logic bombs.
Mar 19, 2012
d063aad
Specific debugging trying to find a weird error
Mar 20, 2012
8203fa1
typo in paging
Mar 20, 2012
190d8f0
More specific debug logging
Mar 20, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 0 additions & 138 deletions Common/node/connector/dataStore.js

This file was deleted.

Loading