Commit Graph

172 Commits

Author SHA1 Message Date
Felix Lohmeier f0643b46a0 Revert "included urllib2_file.py in the package to ease installation"
This reverts commit bf91e918df.
2017-11-17 16:47:31 +01:00
Felix Lohmeier f70fed2966 Revert "removed urllib2 dependencies"
This reverts commit 44fd7c4611.
2017-11-17 16:46:37 +01:00
Felix Lohmeier 37004aadff Revert "minor changes to coding style"
This reverts commit 56e5ee96f5.
2017-11-17 12:43:48 +01:00
Felix Lohmeier 4e03a1452f added chmod +x in Dockerfile 2017-10-27 23:57:59 +02:00
Felix Lohmeier 56e5ee96f5 minor changes to coding style 2017-10-19 17:01:52 +02:00
Felix Lohmeier 8f2ef1d3e0 fixed typo in Dockerfile 2017-03-14 22:23:20 +01:00
Felix Lohmeier 1d0fb82f07 fixed typo in Dockerfile 2017-03-14 22:21:27 +01:00
Felix Lohmeier 44fd7c4611 removed urllib2 dependencies 2017-03-14 22:16:36 +01:00
Felix Lohmeier bf91e918df included urllib2_file.py in the package to ease installation 2017-03-14 22:04:06 +01:00
Felix Lohmeier 6f8badae6a added options for separator (csv,tsv) and projectName (all) 2017-03-01 04:25:20 +01:00
Felix Lohmeier 74ec004c8b added link to article on how to extract json code 2017-02-02 13:07:49 +01:00
Felix Lohmeier b45cda5ad1 fixed typo in docker environment variable 2017-02-02 12:54:06 +01:00
Felix Lohmeier ad6072b1bb fixed typo in readme file (the last one i hope...) 2017-02-02 12:46:31 +01:00
Felix Lohmeier 115937d447 optimized readme layout for docker hub repo description 2017-02-02 12:38:58 +01:00
Felix Lohmeier bd73be52ea list basic command line options in readme files 2017-02-02 12:23:16 +01:00
Felix Lohmeier 67b586a734 fixed docker environment variables 2017-02-02 11:05:14 +01:00
Felix Lohmeier b83245cba9 fix typo in readme 2017-02-02 01:11:26 +01:00
Felix Lohmeier 8716b15d4c update readme files 2017-02-02 01:09:13 +01:00
Felix Lohmeier 78a7a75515 get environment variables in docker network 2017-02-01 23:59:13 +01:00
Felix Lohmeier 92b2316077 move Dockerfile and provide README.md for docker repo 2017-02-01 22:31:07 +01:00
Felix Lohmeier 221d7da379 repair Dockerfile directory 2017-02-01 22:23:50 +01:00
Felix Lohmeier 1b99ff1d62 add package curl to Dockerfile 2017-02-01 22:11:20 +01:00
Felix Lohmeier 26fe214eaf add Dockerfile for automatic build 2017-02-01 18:23:06 +01:00
Felix Lohmeier 35963dad38 added new function create_project and many options in CLI 2017-02-01 16:51:13 +01:00
Paul Makepeace 684dcdf8df Merge pull request #5 from vad/fix-encoding-parameter-in-project-creation
fixed the encoding parameter: it was passed as a Refine old-style argume...
2014-09-04 12:57:43 -07:00
Davide Setti 101a226a4f Merge pull request #1 from armisael/patch-1
allow for extra parameters in new_project
2014-08-12 11:36:37 +02:00
Stefano Parmesan 2d94ac4e36 allow for extra parameters in new_project 2014-08-12 11:34:17 +02:00
Davide Setti 9bd8102b0a fixed the encoding parameter: it was passed as a Refine old-style argument, but it's a new one 2014-05-22 14:18:56 +02:00
Paul Makepeace 1a4f00b3cd Explicitly insist on guessing cell value types (change in 2.6). 2013-10-14 00:30:24 +06:00
Paul Makepeace ca25a305e0 Use true/false instead of on/''. Update to new new-project params. 2013-10-14 00:28:50 +06:00
Paul Makepeace 717a03a838 For OR 2.5 just rename the default column back to 'Column' (from 'Column 1') 2013-10-13 00:52:49 +06:00
Paul Makepeace a1ea660ffa Catch HTTP errors and report more diags 2013-10-13 00:34:10 +06:00
Paul Makepeace b92aa0efd1 Use project_format instead of split-into-columns:false 2013-10-13 00:02:33 +06:00
Paul Makepeace 1a5f7c482d Default column name in OR 2.5 is "Column 1" 2013-10-13 00:01:58 +06:00
Paul Makepeace 08dd425f28 Be explicit server-originated errors are from server. Derive new project defaults.
sudo tcpflow -AH -c -e  -i lo0 src or dst host localhost and port 3335 | ruby -ractive_support/core_ext -ruri -lne 'next unless /^format=([^&]+)&options=(.*)/; format = URI.unescape($1); opts = URI.unescape($2) ; opts.gsub!(/"(\w+)"/) { %Q['\''#{$1.underscore}'\''] }; opts.gsub!(/:/,": "); opts.gsub!(/,/,",\n\t"); opts.gsub!(/(true|false)/) { $1.titleize }; puts "        '\''#{format}'\'': #{opts},"'
2013-10-12 23:38:16 +06:00
Paul Makepeace 4104e58fd5 Refer to the archived message of David Huynh's original refine client 2013-10-10 16:43:16 +05:00
Paul Makepeace c9fbc66e8e Remove README.txt too 2013-10-10 16:42:29 +05:00
Paul Makepeace bbd4d84c96 Google Refine -> OpenRefine 2013-10-10 16:41:10 +05:00
Paul Makepeace eade7dafe0 Use full path to test data 2013-10-10 15:40:23 +05:00
Paul Makepeace 5b701821a9 incorrectly class attributes 2013-10-10 15:32:56 +05:00
Paul Makepeace 6f8db835ab Add a link to pip installer 2013-10-09 23:16:43 +05:00
Paul Makepeace bc0a8e7c7b Whitespace & minor renaming to bring in line with PEP8 guidelines 2013-10-09 23:16:43 +05:00
Paul Makepeace e9ef9a6d56 Use less confusing package name 2013-10-09 13:27:30 +05:00
Paul Makepeace 251c514cb4 Add MANIFEST.in for correct setup.py sdist upload behavior 2011-07-22 11:00:35 +00:00
Paul Makepeace b446cfedb7 Change Makefile dist target to upload to remind myself how to do it 2011-07-22 11:00:08 +00:00
Paul Makepeace eaa0adda8f Remove apparently no-longer used 'Environment :: Library' classifier 2011-07-22 10:55:18 +00:00
Paul Makepeace 3bed3c04c3 Roll version to 0.2.1 2011-07-21 17:12:20 +00:00
Paul Makepeace 8e07662e65 Remove incomplete reconciliation response parsing. It's not exposed in the API yet and changed from Refine 2.0 to 2.1 2011-07-21 17:03:17 +00:00
Paul Makepeace 2b8456ba34 Read whole file for completeness. Include an example of how to use csv.reader to parse the incoming export 2011-07-20 15:31:47 +00:00
Paul Makepeace e6a2810433 Special case test of :80 to match the client's own figuring 2011-07-20 15:30:57 +00:00