-
Notifications
You must be signed in to change notification settings - Fork 16
Feature/new cli library #154
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6717057
Failing test to catch and reproduce #143
pesse 038981f
Merge branch 'develop' into feature/new_cli_library
pesse b21f651
Unit-Test to simulate passing all parameters that should be known
pesse ce849fc
Initial implementation of Picocli usage
pesse 5520562
Some more tests around FileMapping
pesse f9c4cf7
New RunAction which does the logic based on RunCommandConfig
pesse d8cbce2
RunAction tested and functional so far
pesse 3b5e168
Include RunAction into RunCommand
pesse 60997d7
New entry point for Picocli
pesse d13ae5b
Extract functionality to interface
pesse 5e86b01
Adapt tests to IRunCommand and implement necessary functionality
pesse 00f3f5f
Change VersionCommand to Picocli
pesse 2ce4e91
Change ReportersCommand to Picocli
pesse b88d5c5
Fix arity for mapping options and prevent NPE
pesse c80dc8c
Refactor RunCommandTest to cover new approach
pesse 8eec2cb
Implement rules for printToScreen Reporters: Only one can go to screen
pesse ded39d3
Implemented new Picocli help
pesse 6922e52
Removed some now unnecessary stuff
pesse 5aa4c1d
We don't need the old RunCommand anymore, time to get rid of it
pesse 60fcfaf
Improve help and help-tests
pesse a3608b5
Refactor: Remove unnecessary logic
pesse 09bf357
Refactor: extract ReporterConfig -> ReporterOption conversion
pesse 1b65b51
Refactor: getCommand() no longer needed
pesse 77fd752
Refactor: Include only left check-functionality
pesse e443e3c
Refactor: Cleanup ReporterManager a bit
pesse 0bdca7d
Get rid of JCommander dependency
pesse ae0e9c4
Move ConnectionString description to main Utplsql-Command
pesse f47c0de
Fix Typo
pesse bb18ea1
Some Refactorings and make things final
pesse 1a984ff
Merge branch 'develop' into feature/new_cli_library
pesse 81e0953
Reformatting
pesse a8acbb9
Add `-h` option to all commands and cover it with tests
pesse 10bef7b
Adjust documentation to reflect parameter changes
pesse 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
Refactor: Remove unnecessary logic
- Loading branch information
commit a3608b52029e33dca40c3f5f07c400843a87dfa3
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we gather Errors? if not, lets make it
List<Exception>