Skip to content

Releases: utPLSQL/utPLSQL-SQLDeveloper

utPLSQL for SQL Developer v1.0.0

06 Jul 17:04

Choose a tag to compare

New

  • #6 - Run utPLSQL tests in a dedicated utPLSQL view
    • Realtime reporter as dockable window
    • Green progress bar while all tests succeed
    • Red progress bar when one or more tests failed or errored
    • Asynchronous test execution
    • Continuously updated test results (in near realtime)
    • Browse through test overview (keys Up, Down, PgUp, PgDn, Home, End or scroll wheel)
    • Open test package in the PL/SQL editor on double-click
    • Sort tests by status, indicators, suitepath/description, execution time
    • Reset sort order (by test execution)
    • Show common suitepath prefix in column header
    • Hyperlinks for code references in test details tabs (failures, errors, warnings and info)
    • Report warning and info messages on suite level in last test of a suite
    • Synchronize test details tab based on selected test and its status
    • Enable/disable counters per run (disabled, warnings, info)
    • Enable/disable indicators per test (warnings, info)
    • Enable/disable test description in overview
    • Run tests in parallel (is useful for independent tests only)
    • Rerun all tests (in same window or in a new worksheet)
    • Rerun selected tests (in same window or in a new worksheet)
    • History of last test runs
    • Clear history of last test runs (except currently selected run)
    • Requires utPLSQL v3.1.4 or higher (otherwise tests run in a worksheet)
  • Preferences
    • Use realtime reporter?
    • Realtime reporter preferences
      • Number of runs in history
      • Show disabled counter?
      • Show warnings counter?
      • Show info counter?
      • Show warning indicator?
      • Show info indicator?
      • Show description (if present)?
      • Synchronize detail tab based on test status?

Improved

  • Updated utPLSQL logo in context menu
  • Preferences grouped in tabs
    • Run utPLSQL test
    • Realtime Reporter
    • Generate utPLSQL test
    • oddgen

Fixed

  • #59 - Always use the utPLSQL annotation API to identify a test based on the cursor position within a PL/SQL editor

utPLSQL for SQL Developer v0.7.1

25 Nov 03:38
260f55a

Choose a tag to compare

Fixed

  • #54 oddgen "Run test" view under "All Suitepaths": show package icon only for parents of test procedures
  • #55 oddgen "Run test" view under "All Suites": Include suites without tests
  • #56 "Run utPLSQL test" is disabled for suites without test

utPLSQL for SQL Developer v0.7.0

24 Nov 16:35
05d4a72

Choose a tag to compare

New

  • #46 Manage utPLSQL core compatiblity explicitely
    If utPLSQL v3.1.3 or later is installed, then the new annotation API is used.
    Descriptions will be shown in the oddgen navigator window, when defined for a test, context or suite.

Improved

  • #51 oddgen "Run test" generator is slow

Fixed

  • #49 Wrong indentation in SQL Developer package body code template

utPLSQL for SQL Developer v0.6.4

28 Oct 17:49
712c9e7

Choose a tag to compare

Fixed

  • #47 Connections of unshared worksheet are not closed

utPLSQL for SQL Developer v0.6.3

23 Oct 09:14
1b14205

Choose a tag to compare

Fixed

  • #44 utPLSQL suitepath is case-insensitive

utPLSQL for SQL Developer v0.6.2

22 Oct 17:01
2af6713

Choose a tag to compare

Fixed

  • #42 ut3 schema hardcoded in oddgen report

utPLSQL for SQL Developer v0.6.1

21 Oct 15:15
02cfa2f

Choose a tag to compare

Fixed

  • #40 Code coverage report not produced on Windows platforms

utPLSQL for SQL Developer v0.6.0

21 Oct 14:52
b512d0f

Choose a tag to compare

New

  • #9 Support Code Coverage

utPLSQL for SQL Developer v0.5.0

16 Oct 18:36
3621b57

Choose a tag to compare

New

  • #35 Populate default utPLSQL code templates

Fixed

  • #33 Missing initial indentation in generated utPLSQL test packages

utPLSQL for SQL Developer v0.4.0

13 Oct 15:49
60702ff

Choose a tag to compare

New

  • #10 Support utPLSQL template creation (generate test)
  • #11 oddgen integration - generate test