-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dry-run and more compact printout of uploaded files and directories * Mark uploaded files as .file.up * Provide the statement path without 'statement/' for client tool command-line * Also in client tool login, do not expect statement/ in path * Statement reload with DB clearing * Subcommand reload into client tool * Updated client tool help * Flag --force-upload for client tool upload * Control exit delay in reset request * Drop /statement/ from login and api1 endpoints * Documentatoin and tiny fix for observing process exit * Launcher waits for process to get its web server up * File watchdog works as a charm * Pylint fix * Complain with client tool URL ending with / * Fixed that meta-file load order was ignored for subdirs when no data files to upload
- Loading branch information
Showing
9 changed files
with
263 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -3,4 +3,5 @@ censys | |
aiohttp | ||
aiofiles | ||
sqlalchemy | ||
watchdog | ||
prompt_toolkit |
This file contains 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 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 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 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.