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
#87 - Debug utPLSQL tests #106
Merged
add stop button to toolbar in realtime reporter
7867223
Select commit
76f40dd
comment to integrate in IntelliJ and handle OSGi errors
PhilippSalvisberg a26d6f4
extend .gitignore regarding IntelliJ, SonarQube and more
PhilippSalvisberg cd109b2
change resource files to UTF-8 and escape umlauts
PhilippSalvisberg b3b53c7
simplify test, compare length instead of content
PhilippSalvisberg b21f2bf
add debug icon
PhilippSalvisberg 3088dda
add debug test label to resource bundle
PhilippSalvisberg 39cb25d
add dependencies to run debugger to pom.xml
PhilippSalvisberg 3bf3fe8
add getProduceReportPlsql to be passed to the PL/SQL debugger
PhilippSalvisberg 2cd156c
add "Debug utPLSQL test" to context menu of Connects window and editor
PhilippSalvisberg 56e28af
ensure that realtime reporter is/stays visible during a test run
PhilippSalvisberg 22c2898
simplify code
PhilippSalvisberg 8ed6eb1
call the PL/SQL debugger when testing via realtime reporter
PhilippSalvisberg a6cea12
call the PL/SQL debugger when testing via worksheet
PhilippSalvisberg 5006b7c
extend controller to handle debug action in the Connections window an…
PhilippSalvisberg 4734c40
refactor, simplify
PhilippSalvisberg 372fe3b
add debug icon and debug utPLSQL test context menu for realtime reporter
PhilippSalvisberg 402d1b4
create own context, add debugging flag, change enableDebugging signature
PhilippSalvisberg 4a39c8d
use new enableDebugging signature
PhilippSalvisberg 7a5a945
add toolbar button and context menu to debug utPLSQL tests
PhilippSalvisberg 2e8cf80
add stop icon
PhilippSalvisberg b25cdc9
add stop icon and text regarding stop utPLSQL run in realtime reporter
PhilippSalvisberg 08b3efa
add jetbrains annotations
PhilippSalvisberg 45c9a43
add explicit spring-core dependency
PhilippSalvisberg ee5eb1c
intitialize counter with zero values
PhilippSalvisberg 7dd053e
initialize counter
PhilippSalvisberg 94d8a3e
rename getDisabled to isDisabled
PhilippSalvisberg 5ca644e
refactor, simplify
PhilippSalvisberg bfe8f19
make getTotalNumberOfCompletedTests more robust
PhilippSalvisberg d0d6ef1
always abort connections do not ask if connection is closed
PhilippSalvisberg 175f821
add consumer connection of a run, to be closed in realtime reporter
PhilippSalvisberg cd16c05
refactor, simplify
PhilippSalvisberg 6d69770
add signature to pass timeout in consumeReport
PhilippSalvisberg c3393b5
adapt test cases to match new counter default values
PhilippSalvisberg 6f90c82
change timeout to 1h for debugging sessions, close session on abort p…
PhilippSalvisberg 1ac611f
refactor, simplify
PhilippSalvisberg 7867223
add stop button to toolbar in realtime reporter
PhilippSalvisberg
Merged
#87 - Debug utPLSQL tests #106
add stop button to toolbar in realtime reporter
May 31, 2020
May 31, 2020
May 31, 2020
May 31, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
7867223
Select commit
76f40dd
comment to integrate in IntelliJ and handle OSGi errors
PhilippSalvisberg a26d6f4
extend .gitignore regarding IntelliJ, SonarQube and more
PhilippSalvisberg cd109b2
change resource files to UTF-8 and escape umlauts
PhilippSalvisberg b3b53c7
simplify test, compare length instead of content
PhilippSalvisberg b21f2bf
add debug icon
PhilippSalvisberg 3088dda
add debug test label to resource bundle
PhilippSalvisberg 39cb25d
add dependencies to run debugger to pom.xml
PhilippSalvisberg 3bf3fe8
add getProduceReportPlsql to be passed to the PL/SQL debugger
PhilippSalvisberg 2cd156c
add "Debug utPLSQL test" to context menu of Connects window and editor
PhilippSalvisberg 56e28af
ensure that realtime reporter is/stays visible during a test run
PhilippSalvisberg 22c2898
simplify code
PhilippSalvisberg 8ed6eb1
call the PL/SQL debugger when testing via realtime reporter
PhilippSalvisberg a6cea12
call the PL/SQL debugger when testing via worksheet
PhilippSalvisberg 5006b7c
extend controller to handle debug action in the Connections window an…
PhilippSalvisberg 4734c40
refactor, simplify
PhilippSalvisberg 372fe3b
add debug icon and debug utPLSQL test context menu for realtime reporter
PhilippSalvisberg 402d1b4
create own context, add debugging flag, change enableDebugging signature
PhilippSalvisberg 4a39c8d
use new enableDebugging signature
PhilippSalvisberg 7a5a945
add toolbar button and context menu to debug utPLSQL tests
PhilippSalvisberg 2e8cf80
add stop icon
PhilippSalvisberg b25cdc9
add stop icon and text regarding stop utPLSQL run in realtime reporter
PhilippSalvisberg 08b3efa
add jetbrains annotations
PhilippSalvisberg 45c9a43
add explicit spring-core dependency
PhilippSalvisberg ee5eb1c
intitialize counter with zero values
PhilippSalvisberg 7dd053e
initialize counter
PhilippSalvisberg 94d8a3e
rename getDisabled to isDisabled
PhilippSalvisberg 5ca644e
refactor, simplify
PhilippSalvisberg bfe8f19
make getTotalNumberOfCompletedTests more robust
PhilippSalvisberg d0d6ef1
always abort connections do not ask if connection is closed
PhilippSalvisberg 175f821
add consumer connection of a run, to be closed in realtime reporter
PhilippSalvisberg cd16c05
refactor, simplify
PhilippSalvisberg 6d69770
add signature to pass timeout in consumeReport
PhilippSalvisberg c3393b5
adapt test cases to match new counter default values
PhilippSalvisberg 6f90c82
change timeout to 1h for debugging sessions, close session on abort p…
PhilippSalvisberg 1ac611f
refactor, simplify
PhilippSalvisberg 7867223
add stop button to toolbar in realtime reporter
PhilippSalvisberg