git ssb

16+

Dominic / patchbay



Commit 3e246533bd1f9f3a8f5eb6275eb22749f8c37bad

Merge branch 'patch-git'

mix irving committed on 4/30/2017, 11:08:34 AM
Parent: 4f3f6158b887d26ebcd75874d1ea383b94be77f4
Parent: b7008eab70be37bfc36e1047685962d230c714ab

Files changed

app/html/page/profile.jschanged
main.jschanged
package.jsonchanged
app/html/page/profile.jsView
@@ -13,15 +13,15 @@
1313 'app.sync.goTo': 'first',
1414 })
1515
1616 exports.needs = nest({
17- 'about.html.edit': 'first',
18- 'about.obs': {
19- 'name': 'first'
17 + 'about': {
18 + 'html.edit': 'first',
19 + 'obs.name': 'first'
2020 },
21 + 'app.html.scroller': 'first',
2122 'contact.html.relationships': 'first',
2223 'keys.sync.id': 'first',
23- 'app.html.scroller': 'first',
2424 'message.html.render': 'first',
2525 'sbot.pull.userFeed': 'first'
2626 })
2727
main.jsView
@@ -1,9 +1,9 @@
11 const combine = require('depject')
22 const entry = require('depject/entry')
33 const nest = require('depnest')
44
5-// const git = require('patch-git')
5 +const git = require('patch-git')
66 const horcrux = require('ssb-horcrux')
77 const patchbay = require('./')
88 const patchcore = require('patchcore')
99
@@ -11,9 +11,9 @@
1111 require('setimmediate')
1212
1313 // from more specialized to more general
1414 const sockets = combine(
15- // git,
15 + git,
1616 horcrux,
1717 patchbay,
1818 patchcore
1919 )
package.jsonView
@@ -48,8 +48,9 @@
4848 "micro-css": "^1.0.0",
4949 "mutant": "^3.16.0",
5050 "mutant-pull-reduce": "^1.0.1",
5151 "open-external": "^0.1.1",
52 + "patch-git": "0.0.2",
5253 "patchcore": "^0.5.0",
5354 "pull-abortable": "^4.1.1",
5455 "pull-cat": "^1.1.11",
5556 "pull-next": "1.0.0",

Built with git-ssb-web