repo
string
commit
string
message
string
diff
string
nekop/java-examples
09260119246cde92bd0882d4edc0b834ad181963
Add create and destroy methods
diff --git a/as7-hello-service/src/main/java/jp/programmers/jboss/hello/Hello.java b/as7-hello-service/src/main/java/jp/programmers/jboss/hello/Hello.java index ee56185..47c018a 100644 --- a/as7-hello-service/src/main/java/jp/programmers/jboss/hello/Hello.java +++ b/as7-hello-service/src/main/java/jp/programmers/jboss/...
nekop/java-examples
37a756ee3608d7487b4582fed6e51459c22435ce
Add maven pom examples
diff --git a/maven/pom-ee6-web.xml b/maven/pom-ee6-web.xml new file mode 100644 index 0000000..4b339a5 --- /dev/null +++ b/maven/pom-ee6-web.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
nekop/java-examples
60efc0389eaf99cfcc6db03b0dd0b86d9beab31b
Add rhgss
diff --git a/rhgss/README.md b/rhgss/README.md new file mode 100644 index 0000000..610c480 --- /dev/null +++ b/rhgss/README.md @@ -0,0 +1,5 @@ +# Red Hat GSS works + +This is place for code I wrote at work and can be shared under open source software license. + +GSS is Global Support Service btw. diff --git a/rhgss/htt...
nekop/java-examples
0e421ddd64d238b424587f7020205de05b02bf09
Add ee6-ejb-interfaces
diff --git a/ee6-ejb-interfaces/deploy.sh b/ee6-ejb-interfaces/deploy.sh new file mode 100644 index 0000000..afb3ca8 --- /dev/null +++ b/ee6-ejb-interfaces/deploy.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +JBOSS_HOME=~/eap6 + +mvn clean package +cd target +mkdir -p empty +cd empty +jar cf ee6-ejb-interfaces-web.war . +mv ee6-ej...
nekop/java-examples
bf63baee56e2c565c5edc010fba72870ef08906d
Cosmetic changes
diff --git a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java b/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java index 9d14322..243f83b 100644 --- a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java +++ b/as7-ejb/src/main/java/jp/programmers/examples/ejb3...
nekop/java-examples
9deac564ea71d7b2973743be0187143d02525088
Added mockxa
diff --git a/mockxa/pom.xml b/mockxa/pom.xml new file mode 100644 index 0000000..137878c --- /dev/null +++ b/mockxa/pom.xml @@ -0,0 +1,92 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
nekop/java-examples
1e93fb08e425cb8c1fa227f99c65761e723c9215
Add ws and iiop examples
diff --git a/as7-ejb/pom.xml b/as7-ejb/pom.xml index 0f731d9..df9c44d 100644 --- a/as7-ejb/pom.xml +++ b/as7-ejb/pom.xml @@ -1,196 +1,260 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaL...
nekop/java-examples
19d210987c9ac172eaf658f0c6b5810603508240
Added DebugSessionListener
diff --git a/servlet/src/main/java/jp/programmers/examples/DebugSessionListener.java b/servlet/src/main/java/jp/programmers/examples/DebugSessionListener.java new file mode 100644 index 0000000..d0109e2 --- /dev/null +++ b/servlet/src/main/java/jp/programmers/examples/DebugSessionListener.java @@ -0,0 +1,55 @@ +package...
nekop/java-examples
de30b4c632273bf78d093b47c189a22bb2a37203
Add debug print in sleep() method
diff --git a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java b/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java index 1225ffd..9d14322 100644 --- a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSB.java +++ b/as7-ejb/src/main/java/jp/programmers/examples/ejb3...
nekop/java-examples
1925eaa766015689f386d8573d03bcc67d74576c
Remove debug lines
diff --git a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBClient.java b/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBClient.java index dfd2b73..98b397e 100644 --- a/as7-ejb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBClient.java +++ b/as7-ejb/src/main/java/jp/program...
nekop/java-examples
aaa9497305364a39d8040403bc50b1aa058b98d5
Fix clustered client setup
diff --git a/as7-ejb/pom.xml b/as7-ejb/pom.xml index 678e28c..0f731d9 100644 --- a/as7-ejb/pom.xml +++ b/as7-ejb/pom.xml @@ -1,160 +1,196 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaL...
nekop/java-examples
4749624374ccb666e109d7ba8176e19f1f572df5
Add as7-ejb
diff --git a/as7-ejb/pom.xml b/as7-ejb/pom.xml new file mode 100644 index 0000000..678e28c --- /dev/null +++ b/as7-ejb/pom.xml @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:sch...
nekop/java-examples
a5dc61811e07b410d133c1e39c82f525afbd4806
Cleanup
diff --git a/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java b/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java index bd6fa28..968e73e 100644 --- a/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java +++ b/xnio3-example/src/main/java/jp/programmer...
nekop/java-examples
e784a7568fc0b82046f88476283142bde6025e7e
Removed duplicated option
diff --git a/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java b/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java index 9367262..bd6fa28 100644 --- a/xnio3-example/src/main/java/jp/programmers/xnio3/examples/EchoServer.java +++ b/xnio3-example/src/main/java/jp/programmer...
nekop/java-examples
ce87678d322b2d7d65973a9f5ad49e1febe8ab2b
Implement EchoServer
diff --git a/xnio3-example/pom.xml b/xnio3-example/pom.xml index e1d1637..8712c2e 100644 --- a/xnio3-example/pom.xml +++ b/xnio3-example/pom.xml @@ -1,45 +1,50 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mave...
nekop/java-examples
c3d1a05e3e6698b2e092255f1c697cafa65eb75b
Add xnio3-example
diff --git a/xnio3-example/pom.xml b/xnio3-example/pom.xml new file mode 100644 index 0000000..e1d1637 --- /dev/null +++ b/xnio3-example/pom.xml @@ -0,0 +1,45 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven...
nekop/java-examples
677d81cd5ebba498ef61b8a64c0b742529bfce21
Add appclient
diff --git a/as7-ear/appclient/pom.xml b/as7-ear/appclient/pom.xml new file mode 100644 index 0000000..3eebd6f --- /dev/null +++ b/as7-ear/appclient/pom.xml @@ -0,0 +1,46 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="...
nekop/java-examples
752b4effa2cf38df2ec441df7b17535e894a438c
Fix indent
diff --git a/as7-ear/ejb/pom.xml b/as7-ear/ejb/pom.xml index 8e27637..085dabf 100644 --- a/as7-ear/ejb/pom.xml +++ b/as7-ear/ejb/pom.xml @@ -1,33 +1,33 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache...
nekop/java-examples
bbc465fe12fce457ea239e49bf6eacee7860bdd5
Fix SFSB remove method not being called
diff --git a/as7-ejb-startup/src/main/java/jp/programmers/jboss/ejb/StartupBean.java b/as7-ejb-startup/src/main/java/jp/programmers/jboss/ejb/StartupBean.java index 09d8281..73f89e8 100644 --- a/as7-ejb-startup/src/main/java/jp/programmers/jboss/ejb/StartupBean.java +++ b/as7-ejb-startup/src/main/java/jp/programmers/jb...
nekop/java-examples
ac3ae9084b6a9d3cdaf7f730ec92f8451a5541a5
Add as7 ear example
diff --git a/as7-ear/ear/pom.xml b/as7-ear/ear/pom.xml new file mode 100644 index 0000000..b8da34d --- /dev/null +++ b/as7-ear/ear/pom.xml @@ -0,0 +1,76 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apach...
nekop/java-examples
645a7bea006907c43ed781085e0981db3617bc8b
Add as7-ejb-startup
diff --git a/as7-ejb-startup/pom.xml b/as7-ejb-startup/pom.xml new file mode 100644 index 0000000..b68b4df --- /dev/null +++ b/as7-ejb-startup/pom.xml @@ -0,0 +1,43 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http:/...
nekop/java-examples
1a8e690433b3a37cba5f82803dafab89f92615b1
Add as7-hello-service
diff --git a/as7-hello-service/pom.xml b/as7-hello-service/pom.xml new file mode 100644 index 0000000..e0d8201 --- /dev/null +++ b/as7-hello-service/pom.xml @@ -0,0 +1,31 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="...
nekop/java-examples
137570ac01a0445a9b41a44acc9bf7c5645d7596
Add rest example
diff --git a/rest/pom.xml b/rest/pom.xml new file mode 100644 index 0000000..0cf5557 --- /dev/null +++ b/rest/pom.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocatio...
nekop/java-examples
b89854e2f38f8cddf3dcf8f6743256e1631d6416
Remove unused imports
diff --git a/ejb3slsb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBLoadClient.java b/ejb3slsb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBLoadClient.java index d1d5305..d469934 100644 --- a/ejb3slsb/src/main/java/jp/programmers/examples/ejb3/slsb/HelloSLSBLoadClient.java +++ b/ejb3slsb/src/main...
nekop/java-examples
0a0aff8a76563553d7c78da14ad301eb5d929f1d
Add jpa-managed example
diff --git a/jpa-managed/pom.xml b/jpa-managed/pom.xml new file mode 100644 index 0000000..571c97e --- /dev/null +++ b/jpa-managed/pom.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + ...
nekop/java-examples
b65a6a28243603b7d5abdaa1b8f240cec1891f1a
Small updates
diff --git a/ejb2cmp/src/main/java/jp/programmers/examples/ejb2/cmp/StudentEntityBean.java b/ejb2cmp/src/main/java/jp/programmers/examples/ejb2/cmp/StudentEntityBean.java index 96c7fd9..9a4265a 100644 --- a/ejb2cmp/src/main/java/jp/programmers/examples/ejb2/cmp/StudentEntityBean.java +++ b/ejb2cmp/src/main/java/jp/prog...
nekop/java-examples
571d5720517d96598e5cd7224f6fb694d38a6cac
Small updates
diff --git a/ejb2slsb/src/main/java/jp/programmers/examples/ejb2/slsb/HelloSLSBClient.java b/ejb2slsb/src/main/java/jp/programmers/examples/ejb2/slsb/HelloSLSBClient.java index 47a68e3..15b6677 100644 --- a/ejb2slsb/src/main/java/jp/programmers/examples/ejb2/slsb/HelloSLSBClient.java +++ b/ejb2slsb/src/main/java/jp/pro...
nekop/java-examples
a1a435a8b2dc9366c7c23df30580e3329686f8b7
Add ability to set maxWaiters
diff --git a/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java b/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java index 1b219a3..6346ff3 100644 --- a/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java +++ b/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter....
nekop/java-examples
d60cf3ace0eaeb4fdd18a5e6fcf2a96c4fb178a3
Add SemaphoreFilter
diff --git a/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java b/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java new file mode 100644 index 0000000..1b219a3 --- /dev/null +++ b/servlet/src/main/java/jp/programmers/examples/SemaphoreFilter.java @@ -0,0 +1,100 @@ +package jp.programmer...
nekop/java-examples
28ace78843eee7719cddfd5094ba6bce55fa5cb7
Remove confusing comment and System.out.println
diff --git a/servlet/src/main/java/jp/programmers/examples/ContentLengthResponseWrapper.java b/servlet/src/main/java/jp/programmers/examples/ContentLengthResponseWrapper.java index 695a801..7ad9d4e 100644 --- a/servlet/src/main/java/jp/programmers/examples/ContentLengthResponseWrapper.java +++ b/servlet/src/main/java/j...
nekop/java-examples
608bb2dbe5af8dbf2e3ed982b6ef53779b6fcc24
Make numLatch an instance variable
diff --git a/jab/src/main/java/jp/programmers/jab/NettyJAB.java b/jab/src/main/java/jp/programmers/jab/NettyJAB.java index d5fa96e..0998515 100644 --- a/jab/src/main/java/jp/programmers/jab/NettyJAB.java +++ b/jab/src/main/java/jp/programmers/jab/NettyJAB.java @@ -1,168 +1,164 @@ package jp.programmers.jab; import ...
nekop/java-examples
a3a63d6cc90094e6b83d5571b34ca4841be32dc0
Add Netty implementation
diff --git a/jab/pom.xml b/jab/pom.xml index 573c7be..59d9752 100644 --- a/jab/pom.xml +++ b/jab/pom.xml @@ -1,50 +1,80 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac...
nekop/java-examples
de74549e50be717c979806e53ad500944937f076
Cleanup
diff --git a/servlet/src/main/java/jp/programmers/examples/SessionFixationProtectionFilter.java b/servlet/src/main/java/jp/programmers/examples/SessionFixationProtectionFilter.java index 5d9b892..122e825 100644 --- a/servlet/src/main/java/jp/programmers/examples/SessionFixationProtectionFilter.java +++ b/servlet/src/ma...
nekop/java-examples
3b570c4da2ae0bb3ffe4f77a4f42ef37b4ad2a17
Kill tabs
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83cbc5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +.#* +*# +target/ diff --git a/README b/README new file mode 100644 index 0000000..41266a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +Various examples written in Java. diff --git a/ant/buil...
bhchen/wcecompat
a9199b8c27eec31a71b061a32103b5458b3796a1
only the x86 sdks do not provide these
diff --git a/include/stdlib.h b/include/stdlib.h index 53964bf..bf87f6e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,138 +1,140 @@ /* wcecompat: Windows CE C Runtime Library "compatibility" library. * * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. * http://www.essemer.com.au/ ...
bhchen/wcecompat
ffe7dd780d237ec1309e494d2faa187fe9db4f10
Build fixes for usage in other projects than OpenSSL
diff --git a/include/assert.h b/include/assert.h index 336cc3c..24339b9 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,44 +1,50 @@ /* wcecompat: Windows CE C Runtime Library "compatibility" library. * * Copyright (C) 2001-2002 Essemer Pty Ltd. All rights reserved. * http://www.essemer.com.au/ *...
bhchen/wcecompat
ba15e42a2db3188541d5ec5f0e610cf95bd3ef92
MIPS build
diff --git a/config.pl b/config.pl index 6e49230..8bf659d 100644 --- a/config.pl +++ b/config.pl @@ -1,82 +1,84 @@ #!/usr/local/bin/perl -w ### Input / Variable Parsing ### die '%OSVERSION% is not defined, see README.txt' if (!defined($ENV{'OSVERSION'})); die '%TARGETCPU% is not defined, see README.txt' if (!de...
bhchen/wcecompat
4a0fda018279888921e591f46c67e4c68d934968
add support for Windows CE 5 and following
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9605222 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +Makefile.Debug +Makefile.Release +debug/* +vc80.pdb +release/* +wceconfig.mak +lib/* +obj/* +tmp/* + diff --git a/README b/README index 08d9a22..581fa5a 100644 --- a/README +++ b/README @@ -...
shenoudab/devise_traceable
34fc22ccde7fb3ac81810caa31b7da547b465d7b
devise_traceable now working
diff --git a/Rakefile b/Rakefile index 842e45e..a7cc11f 100755 --- a/Rakefile +++ b/Rakefile @@ -1,44 +1,45 @@ # encoding: UTF-8 require 'rake' require 'rake/rdoctask' require 'rake/gempackagetask' require 'rake/testtask' +require File.join(File.dirname(__FILE__), 'lib', 'devise_traceable', 'version') Rake::Tes...
shenoudab/devise_traceable
574c867ac9a535ff562a51c930ff6f722d07bb96
solving gem installation
diff --git a/Rakefile b/Rakefile index 42f0dc5..f789e7a 100755 --- a/Rakefile +++ b/Rakefile @@ -1,42 +1,43 @@ # encoding: UTF-8 require 'rake' require 'rake/rdoctask' require 'rake/gempackagetask' require 'rake/testtask' require File.join(File.dirname(__FILE__), 'lib', 'devise_traceable', 'version') Rake::Tes...
shenoudab/devise_traceable
c4e1b9b53c8bbec0eee3797562bd09dedd69e85d
enabling hooks
diff --git a/.gitignore b/.gitignore index c182818..4aedc10 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .bundle/ log/*.log pkg/ -test/ +nbproject/ +test/ \ No newline at end of file diff --git a/lib/devise_traceable.rb b/lib/devise_traceable.rb index 8e953d6..45facd1 100755 --- a/lib/devise_traceable.rb...
ish/couchish
ff468feb5017d55a4b73eaf09ca63d6f5a7a8630
Fix problem correctly
diff --git a/couchish/filehandling.py b/couchish/filehandling.py index e37c546..32bfb12 100644 --- a/couchish/filehandling.py +++ b/couchish/filehandling.py @@ -1,244 +1,243 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, ...
ish/couchish
40275cd8bc75b2e5fce30e13218c61ca043e68e6
Remove magic fix
diff --git a/couchish/jsonutil.py b/couchish/jsonutil.py index b0e1a83..342bb5e 100644 --- a/couchish/jsonutil.py +++ b/couchish/jsonutil.py @@ -1,142 +1,141 @@ from cStringIO import StringIO from jsonish import pythonjson from schemaish.type import File import base64 from dottedish import flatten, dotted cla...
ish/couchish
8641fcbadbf0bd6608bcf2a15b40a154fb4dabc1
Fix bug through black magic :/
diff --git a/couchish/jsonutil.py b/couchish/jsonutil.py index 342bb5e..b0e1a83 100644 --- a/couchish/jsonutil.py +++ b/couchish/jsonutil.py @@ -1,141 +1,142 @@ from cStringIO import StringIO from jsonish import pythonjson from schemaish.type import File import base64 from dottedish import flatten, dotted cla...
ish/couchish
eac7379b980c014795d2c8238946192be9654041
Handle moved files in sequences better
diff --git a/couchish/filehandling.py b/couchish/filehandling.py index ad3021d..e37c546 100644 --- a/couchish/filehandling.py +++ b/couchish/filehandling.py @@ -1,220 +1,244 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, ...
ish/couchish
a685b280e31448a72d629ad5f05b37269b7ffb3d
Add fallback check for doc_id and id of files
diff --git a/couchish/jsonutil.py b/couchish/jsonutil.py index 132b586..01a1a4b 100644 --- a/couchish/jsonutil.py +++ b/couchish/jsonutil.py @@ -1,135 +1,138 @@ from cStringIO import StringIO from jsonish import pythonjson from schemaish.type import File import base64 from dottedish import flatten, dotted cla...
ish/couchish
d898218517135a81c5a989d8c360fc8409968715
couchdb-python >= 0.7 returns a file-like. Also add a close method for completeness.
diff --git a/couchish/jsonutil.py b/couchish/jsonutil.py index 132b586..eff8c23 100644 --- a/couchish/jsonutil.py +++ b/couchish/jsonutil.py @@ -1,135 +1,138 @@ from cStringIO import StringIO from jsonish import pythonjson from schemaish.type import File import base64 from dottedish import flatten, dotted cla...
ish/couchish
8d31c3a6d78934955e62b60dd7e1304d57ef0dfe
Change to work with and require couchdb-python >= 0.7.
diff --git a/couchish/filestore.py b/couchish/filestore.py index ccc60ff..d7411e8 100644 --- a/couchish/filestore.py +++ b/couchish/filestore.py @@ -1,44 +1,43 @@ from __future__ import with_statement from cStringIO import StringIO import couchish class CouchDBAttachmentSource(object): """ A file so...
ish/couchish
4aca64567a43c687bd0e1db786430e3983463b7d
prevented early consuption of changes/actions iterators in post flush hook
diff --git a/couchish/store.py b/couchish/store.py index b5db300..a3401ab 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,300 +1,304 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
db5db3f419eecd172bfcee6115bac6d3182f0c5b
prevented early consuption of changes iterators in post flush hooks
diff --git a/couchish/store.py b/couchish/store.py index b5db300..4b807b8 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,300 +1,304 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
15fb9b00275e8a42e30bde109265f2885e83d89a
Ignore stuff that's the result of running tests.
diff --git a/.gitignore b/.gitignore index abfbc72..26ecae0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc *.swp *.egg-info +/*.egg +/.coverage
ish/couchish
fb5eaa155317946b3ccf8c7c21c4adf0167e8d7f
Fix schemaish attribute creation abitrary args are not passed to the nitializer.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index fbcae6d..62059fe 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,535 +1,532 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
33004c13249e919d85c9bce073538f8ed90a2ddd
Don't bypass the superclass's __init__.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 7cb5bb9..d9c3ce0 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,536 +1,535 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
8c01269c5c7aaa5921b677c4bc51a688c9ba1ffa
Remove unused default_value.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index f33e136..7cb5bb9 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,537 +1,536 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
efef253e9c83b6f5831eb2592d85c498b2658a97
added release info to setup
diff --git a/setup.py b/setup.py index 2195546..72c22d4 100644 --- a/setup.py +++ b/setup.py @@ -1,37 +1,37 @@ from setuptools import setup, find_packages import sys, os version = '0.2.1' setup(name='couchish', version=version, description="", long_description="""\ """, classifiers=...
ish/couchish
e6886bb1853b151a1d1f91ce6f7875818a86d120
Remove egg-info directory from repo.
diff --git a/.gitignore b/.gitignore index c9b568f..abfbc72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.swp +*.egg-info diff --git a/couchish.egg-info/PKG-INFO b/couchish.egg-info/PKG-INFO deleted file mode 100644 index 097e5e6..0000000 --- a/couchish.egg-info/PKG-INFO +++ /dev/null @@ -1,10 +0,0...
ish/couchish
67cfafac77314da7bc108ae1a4e5266755b78a8e
Remove .egg-info directory
diff --git a/.gitignore b/.gitignore index c9b568f..abfbc72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.swp +*.egg-info diff --git a/couchish.egg-info/PKG-INFO b/couchish.egg-info/PKG-INFO deleted file mode 100644 index 097e5e6..0000000 --- a/couchish.egg-info/PKG-INFO +++ /dev/null @@ -1,10 +0,0...
ish/couchish
a571ffc3f7f4bfc5080fc20dca2e79dbd5395fdc
fixes for testing relating to formish changes
diff --git a/couchish/tests/test_formish_jsonbuilder.py b/couchish/tests/test_formish_jsonbuilder.py index ad0c0a6..cd57430 100644 --- a/couchish/tests/test_formish_jsonbuilder.py +++ b/couchish/tests/test_formish_jsonbuilder.py @@ -1,94 +1,94 @@ import unittest from couchish.formish_jsonbuilder import build import ...
ish/couchish
4258d17332ae2f18f8d3eef063de5753e91a4541
changed attribute on Reference to be a LeafAttribute. relates to schemaish change
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index aeffac4..f33e136 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,537 +1,537 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
d75ec916c9d8d9ca3d16e1d4d3bd0fafdd5987c7
added pre and post flush hooks to allow custom handlers
diff --git a/couchish/store.py b/couchish/store.py index 7aba937..b5db300 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,294 +1,300 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
2d69fac390944dec22b180fa3251118d57c47002
fixed to allow wrongly ordered cat paths in categories
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index f638aac..aeffac4 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,533 +1,537 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
5f49971247efbddaf41416ef0af529e8beb0053a
Support better customisation of the TextArea widget.
diff --git a/couchish/formish_jsonbuilder.py b/couchish/formish_jsonbuilder.py index 9c686e6..6d23f62 100644 --- a/couchish/formish_jsonbuilder.py +++ b/couchish/formish_jsonbuilder.py @@ -1,248 +1,251 @@ from couchish.schemaish_jsonbuilder import build as schema_build, schemaish_type_registry, strip_stars, split_pref...
ish/couchish
04ecad29523b4b5931d18f444348bb7994c90ba7
Fix idiotic error when moving make_ref/make_refs to the session.
diff --git a/couchish/store.py b/couchish/store.py index e52853e..7aba937 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,294 +1,294 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
24a5d10ceaefbf2de268b222b99f98d9e814a31b
Record ctime and mtime timestamps in a 'metadata' block.
diff --git a/couchish/filehandling.py b/couchish/filehandling.py index 29ea0ee..ad3021d 100644 --- a/couchish/filehandling.py +++ b/couchish/filehandling.py @@ -1,223 +1,220 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, ...
ish/couchish
ca1089c1382e580057011d9f82ffa5a15114918b
Move all store tests into a single test module.
diff --git a/couchish/tests/test_couchish_store.py b/couchish/tests/test_couchish_store.py deleted file mode 100644 index 2689534..0000000 --- a/couchish/tests/test_couchish_store.py +++ /dev/null @@ -1,365 +0,0 @@ -from __future__ import with_statement -import unittest -import os.path -import couchdb -from couchish im...
ish/couchish
5b49b2b39d7ee0df3ac472da6b0f031bef1c6eb3
Add make_ref/make_refs - utility functions to build ref objects from views.
diff --git a/couchish/store.py b/couchish/store.py index a598e91..36f0f0f 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,259 +1,277 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
68796de18024e44832e600adc308b230417526cb
Add options to remove rows with no, i.e. deleted, doc from docs_by_XXX methods.
diff --git a/couchish/store.py b/couchish/store.py index 8f976bd..a598e91 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,249 +1,259 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
ddbb9d0f706db66c22d86f25f8ee60fa1afe728c
added defaults for all views
diff --git a/couchish/config.py b/couchish/config.py index 2408302..8a93f8b 100644 --- a/couchish/config.py +++ b/couchish/config.py @@ -1,25 +1,28 @@ """ Couchish configuration. """ from couchish.couchish_jsonbuilder import get_views class Config(object): def __init__(self, types, views): se...
ish/couchish
35237b9f381e77446ac90ee503b07016aaa34e6a
Various changes to make views more configurable.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 3a6f92b..10a80dc 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,534 +1,534 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
6c1b3595c1b52bd85183d4b2ad39cd405e645a5b
Optionally add a file-like to File instances in documents that can be read from as long as the object is still close to the session.
diff --git a/couchish/jsonutil.py b/couchish/jsonutil.py index ac43e4b..132b586 100644 --- a/couchish/jsonutil.py +++ b/couchish/jsonutil.py @@ -1,100 +1,135 @@ +from cStringIO import StringIO from jsonish import pythonjson from schemaish.type import File import base64 from dottedish import flatten, dotted + cla...
ish/couchish
14955d32d7a4a2899d1564a518df09d023f2c75a
Remove debug print.
diff --git a/couchish/tests/test_couchish_store_files.py b/couchish/tests/test_couchish_store_files.py index 7fa6578..218b782 100644 --- a/couchish/tests/test_couchish_store_files.py +++ b/couchish/tests/test_couchish_store_files.py @@ -1,227 +1,226 @@ from __future__ import with_statement import unittest import os....
ish/couchish
e65304751a667408c53c03872f254fd8bd01c6a0
Ignore 'revpos' (and anything else of no interest) in attachment stubs.
diff --git a/couchish/tests/test_couchish_store_files.py b/couchish/tests/test_couchish_store_files.py index cdd0bcb..7fa6578 100644 --- a/couchish/tests/test_couchish_store_files.py +++ b/couchish/tests/test_couchish_store_files.py @@ -1,221 +1,227 @@ from __future__ import with_statement import unittest import os....
ish/couchish
ff9ab5d73ebd71cc34e045924693f9fe6f688556
Add a "RefInput" widget - an input designed to be JS-enhanced as an autocomplete (unless you enjoy entering uids).
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 7f2e2c8..3a6f92b 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,488 +1,534 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
0afa4baf1ba6988323e86cd5066b1c105dc85de5
Fix broken test after formish form name became optional.
diff --git a/couchish/tests/test_couchish_formish_jsonbuilder.py b/couchish/tests/test_couchish_formish_jsonbuilder.py index 9ea36a7..05a66e7 100644 --- a/couchish/tests/test_couchish_formish_jsonbuilder.py +++ b/couchish/tests/test_couchish_formish_jsonbuilder.py @@ -1,78 +1,78 @@ import unittest from couchish.couch...
ish/couchish
4b780b225a7a762acc5fe7cf792db811add71dd5
removed redundant checker on from_request_data
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 7f2e2c8..44225d7 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,488 +1,487 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
4565d29327f778aed90fda4655aaf25dad288e5d
Add correct default_item to multichoice widget.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 78ae3cb..7f2e2c8 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,487 +1,488 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
38a0f820fa21f8309f0342bf80cca1b71e8af990
added TODO for auto generated all and all count config
diff --git a/TODO b/TODO index 025047c..88fd195 100644 --- a/TODO +++ b/TODO @@ -1,49 +1,58 @@ +Change the 'type' config in adminish +------------------------------------ + +You should be able to specify where the magic 'all' and 'all_count' views come +from. You should also be able to specify what the map and reduce a...
ish/couchish
05fc32de8e4b744cf684fc02523bd27e1f464eee
fixed default value for additional fields on seqreftextarea
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 87dd14b..78ae3cb 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,487 +1,487 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
36f9460438c21b74e4171ba563f7d47ab9970cbe
removed debugging print statements
diff --git a/couchish/filehandling.py b/couchish/filehandling.py index 5f71047..29ea0ee 100644 --- a/couchish/filehandling.py +++ b/couchish/filehandling.py @@ -1,230 +1,223 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, ...
ish/couchish
cb97e6670df2b4bbb865b4d64867a48194747931
changed to use new simplegeneric driven dottedish
diff --git a/couchish.egg-info/PKG-INFO b/couchish.egg-info/PKG-INFO index 64c70ef..097e5e6 100644 --- a/couchish.egg-info/PKG-INFO +++ b/couchish.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: couchish -Version: 0.2 +Version: 0.2.1 Summary: UNKNOWN Home-page: UNKNOWN Author: Tim Parkin & Matt Goo...
ish/couchish
969e8123e60d217e031e9f9f19730ded4a38af99
removed unused dottedish module and used dotteditems item instead of doing a second lookup
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 8f61496..9c456b1 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,488 +1,487 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
20ef26efd1af387efe58502df167b6683cdebb88
Add new widget for selecting a single category using a <select> field.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index bc4e3ba..8f61496 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,424 +1,488 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
2f8e387a1f64f2e38d7b9c17c7c9887fc34cfa0d
Fix to match new behaviour in formish's SelectChoice template.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index e028978..bc4e3ba 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,424 +1,424 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
de44031a11aef495b4c820d1ebccc52341ff1dfc
Extend the SeqRefTextArea widget to provide additional per-item information that JavaScript might need.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 33125b1..0d6da9d 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,421 +1,424 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
951f9ceec0ca527290e9a5f64353c40a8206de07
Remove use of options subkey in fileupload
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index e8a32b1..56b7a64 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,422 +1,422 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
31f17563b2b38b651817fc5fb9722ec804ace461
Fix bug in category multi-select to cope with no request data.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index e8a32b1..33125b1 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,422 +1,421 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
ede8d244a5f8b93a83b48f039df4b28e5057de30
Don't alter the field definition dicts so things don't get deleted on first use.
diff --git a/couchish/schemaish_jsonbuilder.py b/couchish/schemaish_jsonbuilder.py index 7c00fdd..3878dd3 100644 --- a/couchish/schemaish_jsonbuilder.py +++ b/couchish/schemaish_jsonbuilder.py @@ -1,238 +1,240 @@ import schemaish from validatish import validator KEY_MUNGING = [ ('-', '__dash__'), ...
ish/couchish
d57d3f576046d883b028dbea988ea83ece9b943d
fixed problem round tripping height and width on couchdb file upload
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 7b9faca..e8a32b1 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,418 +1,422 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
4d4710fde6166a21a6ed2ded7e026e6f77bbd009
Fixed cache hit tests
diff --git a/couchish/filestore.py b/couchish/filestore.py index b914b11..ccc60ff 100644 --- a/couchish/filestore.py +++ b/couchish/filestore.py @@ -1,45 +1,44 @@ from __future__ import with_statement from cStringIO import StringIO import couchish class CouchDBAttachmentSource(object): """ A file so...
ish/couchish
5898fc0d820fa05d467382bae6e75347f37f44cb
cope with new formish file api and to fix problems with sequences of files
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index bde9019..7b9faca 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,418 +1,418 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
45238bf16c19239d8391da6486cd372d2cecac7f
Fix after change to formish's filestore stuff.
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 60eac14..bde9019 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,417 +1,418 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
501abf003a603a149b0e1d64755365eabdbefcee
fixed form labels to cope with recent formish changes
diff --git a/couchish/couchish_formish_jsonbuilder.py b/couchish/couchish_formish_jsonbuilder.py index 02862df..60eac14 100644 --- a/couchish/couchish_formish_jsonbuilder.py +++ b/couchish/couchish_formish_jsonbuilder.py @@ -1,417 +1,417 @@ import schemaish, formish, subprocess, uuid, os from jsonish import pythonjso...
ish/couchish
7d85de3eb0404e5c1827770384ca70d9a470dba8
fixed problem with deeply nested sequences
diff --git a/couchish/couchish_jsonbuilder.py b/couchish/couchish_jsonbuilder.py index b98a04a..ff7cfd0 100644 --- a/couchish/couchish_jsonbuilder.py +++ b/couchish/couchish_jsonbuilder.py @@ -1,193 +1,196 @@ from couchish.create_view import getjs from couchish.schemaish_jsonbuilder import strip_stars from string ...
ish/couchish
6bb08b367391b955b7c2eeb5b52f00e749b3eebb
Fix model definition to match changes made to the file format.
diff --git a/couchish/tests/data/test_couchish_post.yaml b/couchish/tests/data/test_couchish_post.yaml index 7e5d447..8ee107b 100644 --- a/couchish/tests/data/test_couchish_post.yaml +++ b/couchish/tests/data/test_couchish_post.yaml @@ -1,7 +1,8 @@ fields: - name: subject - name: author type: Reference - refer...
ish/couchish
a3171ff8ecd55adca1e5943aa23dc36334501308
Fix test.
diff --git a/couchish/tests/test_couchish_formish_jsonbuilder.py b/couchish/tests/test_couchish_formish_jsonbuilder.py index 7a495c3..490a3bb 100644 --- a/couchish/tests/test_couchish_formish_jsonbuilder.py +++ b/couchish/tests/test_couchish_formish_jsonbuilder.py @@ -1,77 +1,77 @@ import unittest from couchish.couch...
ish/couchish
408e3ce4401248b707455e426e62a496456d6313
Rewrite docs_by_(id|type) in terms of docs_by_view, and docs_by_view in terms of view.
diff --git a/couchish/store.py b/couchish/store.py index b3646ee..5bfcd77 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,249 +1,245 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
d875d1499d0615f91e7911b729ea378fcd609370
Remove pointless copying.
diff --git a/couchish/store.py b/couchish/store.py index 070190a..b3646ee 100644 --- a/couchish/store.py +++ b/couchish/store.py @@ -1,252 +1,249 @@ """ Views we can build: * by type, one view should be ok * x_by_y views, from config (optional) * ref and ref reversed views, one pair per relationship "...
ish/couchish
a2abd9d391a96301b5648c31b3f14e35c9917b6e
Add tests for looking up docs by missing key.
diff --git a/couchish/tests/test_couchish_store.py b/couchish/tests/test_couchish_store.py index c2e1416..689351e 100644 --- a/couchish/tests/test_couchish_store.py +++ b/couchish/tests/test_couchish_store.py @@ -1,336 +1,354 @@ from __future__ import with_statement import unittest import os.path import couchdb fr...
ish/couchish
eae7b99b7d1442e1204da893ca8a5dbbf8574bc9
Fix dependencies.
diff --git a/couchish.egg-info/requires.txt b/couchish.egg-info/requires.txt index a00502f..85a1332 100644 --- a/couchish.egg-info/requires.txt +++ b/couchish.egg-info/requires.txt @@ -1,2 +1,8 @@ PyYAML -couchdb-session \ No newline at end of file +couchdb-session +dottedish +jsonish +schemaish + +[formish] +formish ...
ish/couchish
50d8e5d325d3b0a08bb441205a886bbef8b61367
Replace sets.Set with set builtin.
diff --git a/couchish/couchish_jsonbuilder.py b/couchish/couchish_jsonbuilder.py index 87dc959..b98a04a 100644 --- a/couchish/couchish_jsonbuilder.py +++ b/couchish/couchish_jsonbuilder.py @@ -1,194 +1,193 @@ -from sets import Set from couchish.create_view import getjs from couchish.schemaish_jsonbuilder import strip...