Created
August 15, 2011 17:45
-
-
Save ctide/1147297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git push origin origin:refs/heads/synclets | |
Total 0 (delta 0), reused 0 (delta 0) | |
To [email protected]:LockerProject/Locker.git | |
* [new branch] origin/HEAD -> synclets | |
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git log | |
commit 7d8b9714922f5d06a38452c0ea50afb1e642b0bd | |
Merge: 22f4d6f 7ab9c5a | |
Author: Jeremie Miller <[email protected]> | |
Date: Mon Aug 15 10:40:38 2011 -0500 | |
Merge branch 'master' of github.com:LockerProject/Locker | |
commit 22f4d6fafc455315c5de957374a0af2a7738beba | |
Author: Jeremie Miller <[email protected]> | |
Date: Mon Aug 15 10:38:41 2011 -0500 | |
synclets can now also install themselves as a new service | |
commit 7ab9c5ac7360f5e2eb34a82e5a013097a230a3e1 | |
Author: Eric Jennings <[email protected]> | |
Date: Fri Aug 12 13:06:57 2011 -0700 | |
Fixed up search path issues, and updated searcher.js to reflect current API state | |
commit 6878585e613d0da017bb8cc8e501feb5f3a417b6 | |
Author: Jeremie Miller <[email protected]> | |
Date: Fri Aug 12 18:46:47 2011 -0500 | |
synclet code for facebook connector | |
commit a2cf11d7558ae2211a6c072a95e9f0bbd42e56c7 | |
Author: Jeremie Miller <[email protected]> | |
Date: Fri Aug 12 18:46:20 2011 -0500 | |
having synclets merge with connectors, from the same source dirs and me dirs | |
commit c617ede6da1751ab820324d764b30473321ba562 | |
Author: ctide <[email protected]> | |
Date: Thu Aug 11 18:05:54 2011 -0700 | |
Make twitter auth work correctly. Only allow 1 synclet to be installed for twitter until we are able t | |
commit 38d3483e87ab9777f72b105719c6821bcdd2bc94 | |
Author: Simon Murtha-Smith <[email protected]> | |
Date: Thu Aug 11 17:30:28 2011 -0700 | |
getting started on google contacts synclets | |
commit 4b9e3a58972f2e5417511892bca9ecd269d7a268 | |
Author: ctide <[email protected]> | |
Date: Thu Aug 11 17:20:44 2011 -0700 | |
Fix facebook | |
commit fc1a249fe870ac1dc23d376c4013404c68353080 | |
Author: Eric Jennings <[email protected]> | |
Date: Thu Aug 11 17:07:27 2011 -0700 | |
Added Locker search REPL for exploring the search index locker-wide. Run "node searcher.js" at the com | |
commit b4e7b1ccb9385d131aa40589e50f033b154f5eaf | |
Author: ctide <[email protected]> | |
Date: Thu Aug 11 16:44:26 2011 -0700 | |
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git revert 22f4d6fafc455315c5de957374a0af2a7738beba | |
Finished one revert. | |
[master d499e79] Revert "synclets can now also install themselves as a new service" | |
2 files changed, 2 insertions(+), 49 deletions(-) | |
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ git revert a2cf11d7558ae2211a6c072a95e9f0bbd42e56c7 | |
Finished one revert. | |
[master 3324cea] Revert "having synclets merge with connectors, from the same source dirs and me dirs" | |
4 files changed, 118 insertions(+), 80 deletions(-) | |
Chris-Burkharts-MacBook-Pro-2:locker3 ctide$ cd tests | |
Chris-Burkharts-MacBook-Pro-2:tests ctide$ node runTests.js | |
..... | |
✓ OK » 270 honored (69.618s) | |
Chris-Burkharts-MacBook-Pro-2:tests ctide$ git push | |
Counting objects: 26, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (14/14), done. | |
Writing objects: 100% (17/17), 7.64 KiB, done. | |
Total 17 (delta 7), reused 10 (delta 3) | |
To [email protected]:LockerProject/Locker.git | |
7d8b971..3324cea master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment