-
Notifications
You must be signed in to change notification settings - Fork 13
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
v0.2.0-alpha release #105
Merged
Merged
v0.2.0-alpha release #105
Conversation
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
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
App_init function to create of settings.py dynamically on app first run, option to set default_chart_save_location or to default, loading setting on app run functionality. Function can be extended for other runtime configuration purposes in future. Move data_folder_check to initialise_app. Combine app_config and data_folder_check in app_init funct. Rename class_registry call to call from definitions. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Remove depreciated IMAGE_DATA folder creation test. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Add settings menu to main_menu, UI for resetting chart save folder. Change run_app main_menu import. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Remove superfluous debug print. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Rename initial_dir arg in select_folder_dialogue to start_dir for consistency with other functions. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Safe filename form of chart_name used to save chart_data_file and to save a copy of the chart image in classname/chart_data with it. Also used to supply a suggested filename to chart save dialogue. Signed-off-by: David <toonarmycaptain@hotmail.com>
Prompts user for name, location for chart image, using default chart save location as initial dialogue location. Saves image in user location with user supplied name, and saves a copy in class chart_data with filename safe chart_name. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Remove false Python 3.6 testing on circleci note. Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
* Add Python 3.7 testing via circleci. * Correct Coveralls coverage calculation by removing test_suite, venv from coveragerc. * Add circleci badge to README.
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
* Add Codebeat, note in CHANGELOG, badge in README, ignore test code.
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
…erage # Conflicts: # README.md
Signed-off-by: David <toonarmycaptain@hotmail.com>
Add Codeship CI
Signed-off-by: David <toonarmycaptain@hotmail.com>
Signed-off-by: David <toonarmycaptain@hotmail.com>
Pull Request Test Coverage Report for Build 355
💛 - Coveralls |
Pull Request Test Coverage Report for Build 357
💛 - Coveralls |
Signed-off-by: David <toonarmycaptain@hotmail.com>
Repository owner
deleted a comment
Jan 1, 2019
Coverage decreased because test coverage metric is now accurate. Code climate is mostly having issues with the test suite. Should be ignored on next analysis. Better Code Hub's issue is too big interfaces for the file dialogues - opened issue #106 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.