Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
f07eb816
Commit
f07eb816
authored
Oct 12, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X wcfs/zeo started to work locally
parent
d171028b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
lib/zodb.py
lib/zodb.py
+2
-0
wcfs/go.mod
wcfs/go.mod
+1
-1
wcfs/go.sum
wcfs/go.sum
+2
-0
No files found.
lib/zodb.py
View file @
f07eb816
...
...
@@ -318,6 +318,8 @@ def zstor_2zurl(zstor):
return
"file://%s"
%
(
zstor
.
_file_name
,)
ztype
=
type
(
zstor
).
__module__
+
"."
+
type
(
zstor
).
__name__
# ZEO
if
ztype
==
"ZEO.ClientStorage.ClientStorage"
:
u
=
"zeo://"
addr
=
zstor
.
_addr
...
...
wcfs/go.mod
View file @
f07eb816
...
...
@@ -10,7 +10,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
lab.nexedi.com/kirr/go123 v0.0.0-20200916121347-316617668e12
lab.nexedi.com/kirr/neo/go v0.0.0-2020
0915143710-5ee3c077b3d0
lab.nexedi.com/kirr/neo/go v0.0.0-2020
1012044742-28494187df87
)
// we use kirr/go-fuse@y/nodefs-cancel
...
...
wcfs/go.sum
View file @
f07eb816
...
...
@@ -415,6 +415,8 @@ lab.nexedi.com/kirr/go123 v0.0.0-20200916121347-316617668e12 h1:gPaVDFL8rgxFPZ53
lab.nexedi.com/kirr/go123 v0.0.0-20200916121347-316617668e12/go.mod h1:Vt3dj/2vggjnIDaDyIWjvf7xmKlyyc4DsQSp7hUf6z4=
lab.nexedi.com/kirr/neo/go v0.0.0-20200915143710-5ee3c077b3d0 h1:OA/Wda7mtc+Z8A8LyHgzEI3y75rRngOikPNvXoMYCoM=
lab.nexedi.com/kirr/neo/go v0.0.0-20200915143710-5ee3c077b3d0/go.mod h1:9HgDd+5XMDgvw096aMIu1bxrjlRPYuoIB04uhB4plno=
lab.nexedi.com/kirr/neo/go v0.0.0-20201012044742-28494187df87 h1:bprVFoXLT2fhhygY/u3KMWGsH7fr5/eA1GJGgw637p8=
lab.nexedi.com/kirr/neo/go v0.0.0-20201012044742-28494187df87/go.mod h1:9HgDd+5XMDgvw096aMIu1bxrjlRPYuoIB04uhB4plno=
rsc.io/binaryregexp v0.2.0 h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment