- Notifications
You must be signed in to change notification settings - Fork17
#65 - Alternative hierarchical view#123
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
55 commits Select commitHold shift + click to select a range
9b4ee55
smaller success icon
PhilippSalvisberge6b255d
smaller disabled icon
PhilippSalvisbergcce6e2c
smaller failure icon
PhilippSalvisberg7144b27
smaller error icon
PhilippSalvisberga8a7894
new info icon matching design of success/failure/error/disabled
PhilippSalvisbergbbd582d
original size of info icon (before scaling down)
PhilippSalvisberg863d1ef
new warning icon matching design of success/failure/error/disabled
PhilippSalvisberg370ebcc
original size of warning icon (before scaling down)
PhilippSalvisberg1d2974d
new status icon matching design of success/failure/error/disabled
PhilippSalvisbergfce1136
original size of status icon (before scaling down)
PhilippSalvisberg9ddf38f
add procedure icon representing a test in the tree
PhilippSalvisbergdac7fc4
add procedure folder icon representing a context in the tree
PhilippSalvisbergda1a8a8
add package icon representing a suite in the tree
PhilippSalvisbergccf076c
add package folder icon representing a suite with multiple packages i…
PhilippSalvisberg8ec1e38
add showSuites to the preference model (tree-view yes/no)
PhilippSalvisberg79505df
add showSuites to the preference UI (tree-view checkbox)
PhilippSalvisbergad912ba
extend test for preference model (showSuites)
PhilippSalvisberga972c50
move common fields and methods from Suite/Test to Item
PhilippSalvisberge803e46
add ItemNode class for suites/tests in a tree
PhilippSalvisberg30a2c24
add items and itemNodes to Run
PhilippSalvisberg72096ba
add new procedure and package icons to resource bundle
PhilippSalvisberg3c95d41
change label of test tab to Test/Suite in resource bundle
PhilippSalvisberg50275bc
add label and button tooltip for show suites in resource bundle
PhilippSalvisberg3faa839
fix wrong Run initialization in test setup
PhilippSalvisbergc1d5f30
add runTestHidingSuccesfulRuns test (tree-view is the new default)
PhilippSalvisberg70da38a
add getSysdate() to StringTools (from UtplsqlRunner)
PhilippSalvisberg0b8b729
remove blank lines
PhilippSalvisberg1749af8
add dateTimeStringToMillis to StringTools
PhilippSalvisberga87d314
add elapsedTime to StringTools
PhilippSalvisberg235eb0b
add isNotBlank to StringTools
PhilippSalvisbergfe53809
add trim (with null handling) to StringTools
PhilippSalvisberg4a1802e
add tests for millisToDateTimeString to StringToolsTest
PhilippSalvisberg3daf6af
add tests for dateTimeStringToMillis to StringToolsTest
PhilippSalvisberg17de78d
add test for elapsedTime to StringToolsTest
PhilippSalvisberg39a707b
amend expected output based on new Run model in JsonToStringStylerTest
PhilippSalvisberge24528a
add TestOverviewTreeTableModel class
PhilippSalvisberg535ea91
return String instead of CharSequence for getTestIdColumnName()
PhilippSalvisberg6911f8b
new column order: status, description, indicators, execution time
PhilippSalvisbergad5110c
use StringTools.getSysdate()
PhilippSalvisbergd299c87
add imports for Supplier, ItemNode, Suite and reorder
PhilippSalvisberg7899067
add private logFalseCondition method used in assert statements
PhilippSalvisberg51691aa
process pre-suite event
PhilippSalvisbergd84dc2c
pass item when updating runner panel
PhilippSalvisberg7a4fda9
add aggregation logic for suites in PostSuiteEvent
PhilippSalvisbergc847c87
assert test != null for PreTestEvent
PhilippSalvisbergaccc46c
assert test != null for PostTestEvent
PhilippSalvisberg79dfab7
hyperlinks in warnings require mouse click to activate
PhilippSalvisberg77ba5a9
hyperlinks in info (server output) require mouse click to activate
PhilippSalvisberge9a4d09
add alternative tree-table-view based on #65 to the RunnerPanel
PhilippSalvisbergce56ec3
ensure that the test runs in all environments
PhilippSalvisberg5d6d6bc
add ItemNode.createNonOverlappingSet
PhilippSalvisbergc77e254
add test cases for add ItemNode.createNonOverlappingSet
PhilippSalvisberg0970cd4
use ItemNode.createNonOverlappingSet to optimize paths before calling…
PhilippSalvisberg71fbc5f
use interfaces to enable ModelGoon to draw correct class diagram
PhilippSalvisberg4d28aa9
updated RunnerModel class diagram
PhilippSalvisbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Binary file modifiedimages/runner_model.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 48 additions & 2 deletionssqldev/src/main/java/org/utplsql/sqldev/model/StringTools.java
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
10 changes: 10 additions & 0 deletionssqldev/src/main/java/org/utplsql/sqldev/model/preference/PreferenceModel.java
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
81 changes: 81 additions & 0 deletionssqldev/src/main/java/org/utplsql/sqldev/model/runner/Item.java
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.
Uh oh!
There was an error while loading.Please reload this page.
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.