Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extended CLI (create projects and templating export) #15

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
35963da
added new function create_project and many options in CLI
felixlohmeier Feb 1, 2017
26fe214
add Dockerfile for automatic build
felixlohmeier Feb 1, 2017
1b99ff1
add package curl to Dockerfile
felixlohmeier Feb 1, 2017
221d7da
repair Dockerfile directory
felixlohmeier Feb 1, 2017
92b2316
move Dockerfile and provide README.md for docker repo
felixlohmeier Feb 1, 2017
78a7a75
get environment variables in docker network
felixlohmeier Feb 1, 2017
8716b15
update readme files
felixlohmeier Feb 2, 2017
b83245c
fix typo in readme
felixlohmeier Feb 2, 2017
67b586a
fixed docker environment variables
felixlohmeier Feb 2, 2017
bd73be5
list basic command line options in readme files
felixlohmeier Feb 2, 2017
115937d
optimized readme layout for docker hub repo description
felixlohmeier Feb 2, 2017
ad6072b
fixed typo in readme file (the last one i hope...)
felixlohmeier Feb 2, 2017
b45cda5
fixed typo in docker environment variable
felixlohmeier Feb 2, 2017
74ec004
added link to article on how to extract json code
felixlohmeier Feb 2, 2017
6f8bada
added options for separator (csv,tsv) and projectName (all)
felixlohmeier Mar 1, 2017
bf91e91
included urllib2_file.py in the package to ease installation
felixlohmeier Mar 14, 2017
44fd7c4
removed urllib2 dependencies
felixlohmeier Mar 14, 2017
1d0fb82
fixed typo in Dockerfile
felixlohmeier Mar 14, 2017
8f2ef1d
fixed typo in Dockerfile
felixlohmeier Mar 14, 2017
56e5ee9
minor changes to coding style
felixlohmeier Oct 19, 2017
4e03a14
added chmod +x in Dockerfile
felixlohmeier Oct 27, 2017
37004aa
Revert "minor changes to coding style"
felixlohmeier Nov 17, 2017
f70fed2
Revert "removed urllib2 dependencies"
felixlohmeier Nov 17, 2017
f0643b4
Revert "included urllib2_file.py in the package to ease installation"
felixlohmeier Nov 17, 2017
b6ce0cf
Revert "added options for separator (csv,tsv) and projectName (all)"
felixlohmeier Nov 17, 2017
7a0f405
Revert "added new function create_project and many options in CLI"
felixlohmeier Nov 17, 2017
31f06b3
ignore refine.spec (pyinstaller)
felixlohmeier Nov 19, 2017
947c751
refactored and extended CLI
felixlohmeier Nov 19, 2017
058552a
refactored Dockerfile a bit
felixlohmeier Nov 19, 2017
2061e80
OpenRefine 2.7/2.8 compatibility
felixlohmeier Nov 19, 2017
28b4c74
added chapter usage with examples
felixlohmeier Nov 19, 2017
6262d70
improved parameter handling
felixlohmeier Nov 20, 2017
6c65f15
fixed JSON post arguments
felixlohmeier Nov 20, 2017
ed9e1e2
update options to CamelCase
felixlohmeier Nov 20, 2017
1605ac2
fix docker entrypoint
felixlohmeier Nov 20, 2017
8253b8f
added link to one-file-executable
felixlohmeier Nov 20, 2017
9e97aff
added windows one-file-executable
felixlohmeier Nov 20, 2017
53fc89c
added windows one-file-executable
felixlohmeier Nov 20, 2017
913e5ed
Merge branch 'master' of github.com:felixlohmeier/openrefine-client
felixlohmeier Nov 20, 2017
3e8f209
release v0.3.3: support for templating export, fixed some bugs
felixlohmeier Nov 23, 2017
e31d565
update version to v0.3.3
felixlohmeier Nov 23, 2017
f7b3368
fix download link for windows
felixlohmeier Nov 23, 2017
c896248
improved templating option splitToFiles
felixlohmeier Dec 11, 2017
fd8f34b
release v0.3.4
felixlohmeier Dec 11, 2017
0c0a0df
added one-file-executable for mac
felixlohmeier Dec 2, 2018
491795a
fix file size in readme
felixlohmeier Dec 2, 2018
fce77d8
new README with video demo
felixlohmeier May 8, 2019
221b83e
create docker image with COPY instead of curl
felixlohmeier Jul 29, 2019
aa844bd
Update maintainer info to new format
felixlohmeier Jul 29, 2019
e03b363
update metadata
felixlohmeier Jul 29, 2019
04db513
restore curl for openrefine-batch
felixlohmeier Jul 29, 2019
a0123e9
refactor to allow module execution
felixlohmeier Aug 1, 2019
0c26aad
minor refactoring for dist
felixlohmeier Aug 2, 2019
16560cb
Revert "minor refactoring for dist"
felixlohmeier Aug 3, 2019
d82c7b2
Revert "refactor to allow module execution"
felixlohmeier Aug 3, 2019
1d0c4f8
moved functions from cli script into new module client.py
felixlohmeier Aug 4, 2019
b8675fc
fix comment in Dockerfile
felixlohmeier Aug 4, 2019
ece61c1
prepare distribution on PyPI
felixlohmeier Aug 4, 2019
4a45528
fix PyPI error (invalid classifier)
felixlohmeier Aug 4, 2019
b6f20f2
renamed module client.py to cli.py
felixlohmeier Aug 5, 2019
5819b15
Script for running tests with different OpenRefine and Java versions …
felixlohmeier Aug 5, 2019
f0e6fbc
removed test for 3.1-java7 (OpenRefine 3.1 does not support java 7)
felixlohmeier Aug 5, 2019
70782d8
fix templating example
felixlohmeier Aug 6, 2019
6de4399
improved script tests.sh
felixlohmeier Aug 6, 2019
ad95432
add codacy badge
felixlohmeier Aug 6, 2019
aa5b3a4
realign to upstream
felixlohmeier Aug 14, 2019
e18b4d0
add json history file for test tutorial duplicates.csv
felixlohmeier Aug 14, 2019
777d739
restore project_format default and remove unused code
felixlohmeier Aug 15, 2019
be439c9
templating export format should always be txt
felixlohmeier Aug 15, 2019
7d66993
set required python version from >2.6 to >=2.7 (to be more explicit)
felixlohmeier Aug 15, 2019
bfd00b5
release v0.3.7 - substantially revised code and docs
felixlohmeier Aug 16, 2019
d9efd5c
realign test to upstream (fix typo)
felixlohmeier Aug 16, 2019
062e696
remove unused import (codacy issue)
felixlohmeier Aug 16, 2019
caa2ebf
Workaround for SSL verification problems in one-file-executables
felixlohmeier Aug 16, 2019
5730150
prepare distribution
felixlohmeier Aug 16, 2019
abbef33
fix typo
felixlohmeier Aug 16, 2019
7ad79af
improved usage instructions for templating
felixlohmeier Aug 19, 2019
375ac42
realigned create/new_project to upstream
felixlohmeier Aug 20, 2019
75e9a76
change python command to alias python2
felixlohmeier Aug 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build
dist
*.pyc
.*
refine_client.egg-info
openrefine_client.egg-info
refine.spec
README.html
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.md
include COPYING.txt
recursive-include tests/data *.csv
recursive-include tests *.py
Loading