-
-
Notifications
You must be signed in to change notification settings - Fork 69
Cli conversion (fix #189) #310
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
Open
borrob
wants to merge
49
commits into
geopython:master
Choose a base branch
from
borrob:cli_conversion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
f010a20
Add click to requirements-dev
borrob 4b23e9b
WIP: updat import statements
borrob 284b50b
Add first CLI commands
borrob 84112f4
Add setup.py
robvl b648a31
CLI commands for models.py
borrob 7aff5b1
Move all paver commands to click
borrob bfb74eb
Update command calls
borrob dd9d26b
Update documentation to add new cli
borrob adde2ab
Update readme on cli
borrob 272d21d
Update README - fix sourcing venv
borrob 8df7fd9
Update setup.py to complete build egg and wheel
borrob 531162f
Update travis to cli commands
borrob f3ee207
Update docker scripts to cli
borrob b4513a8
Fix flake8 issues
borrob 3c427a5
Update docker commands
borrob 0741f99
Rename cli script
borrob efda72c
Final touches
borrob ce5ced3
Add Pycharm files to gitignore
borrob b3bbe00
WIP: fix docker
borrob ba875b6
Fix import statements app.py
borrob 7277044
Format dockerfile
borrob a99bd78
Add paver again
borrob 6f8508d
Update tests to new imports
borrob 8989590
Cleanup and add documentation
borrob 8a25408
Update install doc
borrob abf71b8
WIP: convert setup command
borrob 3a3bd77
Fix path errors and wrap click functions
borrob 8e5c8bb
Update path things in cli
borrob 1e6129e
Fix flake8 issues
borrob fce898f
Remove paver from docker requirements
borrob 88675bf
WIP: fix paths in docker
borrob a6a1da0
Fix docker build
borrob 74d1455
Fix flake8
borrob 09e87bb
Fix travis build
borrob 25a3cbc
Fix travis build -2
borrob 7e19425
Fix travis build -3
borrob 5b708d5
Fix flake8 issues
borrob 71ea488
Fix flake8 issues
borrob 0d2cc5c
Update format versionnumner
borrob 4263ffe
Rename file geohc_cli to cli
borrob b68098d
Use LOGGER.warning instead of warnings module
borrob bb96eb0
Fix acquiring version number
borrob f6da999
Update name to correct use of capitals
borrob 040aa0a
Create cli subcommand for database
borrob 14df3f0
Fix flake8
borrob f9afdfe
Fix version number in docs
borrob 57383c0
Remove references to paver
borrob 9675b12
Fix paths in setup script
borrob d52e6a9
Fix docker daemon
borrob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,6 @@ GeoHealthCheck.conf | |
|
||
# Data | ||
GeoHealthCheck/data.db | ||
|
||
# IDE | ||
.idea |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.