Skip to content

Releases: inferno-framework/inferno-core

Inferno Core v0.3.2

09 May 17:34
a5c0ac5
Compare
Choose a tag to compare
  • Add IE meta tag.
  • Add accessibility design and features to UI.
  • Update to tests so missing named requests raise a skip instead of error.
  • Update to test view so JSON requests are formatted more readably.
  • Preset options now sorted and presented alphabetically.
  • Various minor UI improvements.

Inferno Core v0.3.1

12 Apr 19:20
5a21d12
Compare
Choose a tag to compare
  • Fix a bug which prevented a session from loading if it had results which referred to a test which had been removed or whose id had changed.
  • Fix an bug which caused only the first page to appear in the print report view.

Inferno Core v0.3.0

12 Apr 12:40
90a24a4
Compare
Choose a tag to compare
  • Various minor UI improvements
  • Improve how inputs are handled in the backend so that the UI can display inputs exactly as received from the JSON api rather than needing to determine which inputs to display itself.
  • Add the ability to specify the order in which inputs appear in the UI.
  • Add the ability to copy/paste JSON/YAML versions of inputs in the UI.
  • Update the preset input selection UI.
  • Add inputs/outputs to test and report displays in the UI.
  • Add the ability to display a custom banner at the top of the page.
  • Update the UI for suite configuration messages. Info and warning messages will now be displayed in addition to error messages.
  • Update the UI to not omit required indicators from locked inputs.
  • Fix a bug where sometimes in an input would appear twice in the UI.
  • Fix a bug where the New Session button was using the wrong url.
  • Fix a bug where primitive extensions were stripped from resources before they were validated.
  • Fix a bug where a test run could be created without all of the required inputs.

Inferno Core v0.3.0.rc1

07 Apr 16:50
4cc0aec
Compare
Choose a tag to compare
Pre-release
  • Initial release candidate for 0.3.0

Inferno Core v0.2.0

06 Mar 17:53
ea465c8
Compare
Choose a tag to compare
Release 0.2.0 (#135)

Inferno Core v0.2.0.rc4

05 Mar 18:10
6245b16
Compare
Choose a tag to compare
  • Allow erb in db config.
  • UI appearance updates and performance improvements.
  • Update documentation.

Inferno Core v0.2.0.rc3

02 Mar 17:00
c240d90
Compare
Choose a tag to compare
  • Update the UI to improve accessibility.
  • Update the route users are redirected to after coming back to resume a waiting
    test.
  • Add presets for US Core, SMART App Launch, and ONC Certification (g)(10) test
    kits to assist with development.

Inferno Core v0.2.0.rc2

01 Mar 13:01
a696fdc
Compare
Choose a tag to compare
  • Bust the bundle.js cache.
  • Make entire test list item clickable.

Inferno Core v0.2.0.rc1

25 Feb 20:47
691b1b1
Compare
Choose a tag to compare
  • Breaking Change: Support hosting inferno on a non-root path. To support
    hosting inferno at a non-root path, it was necessary to change how inferno's
    static assets are being served. Any test kit upgrading to use version 0.2.0 or
    later of Inferno Core will need to replace config.ru with the updated
    config.ru in the inferno
    template
    .
  • Fix a bug which prevented individual tests from running.
  • Add version field to test suites.
  • Ui improvements.
  • Retry database connections at startup.
  • Support loading external test kits when developing Inferno Core.
  • Add the ability to check test suite configuration. Currently only error
    messages are displayed in the UI.
  • Add short identifiers to all tests in a test suite.
  • Update the UI so that any groups marked run_as_group are displayed with all
    of their children, rather than requiring navigating into each child
    separately.
  • Add a report view.
  • Display Inferno Core and test kit versions in the UI.
  • Support preset inputs.

Inferno Core v0.1.3

09 Feb 01:04
9eedde0
Compare
Choose a tag to compare
  • Fix a bug where oauth_credentials inputs were not locked when they should
    be.
  • Fix a bug causing an error when cancelling tests.
  • Fix a bug with how required inputs are determined.
  • Remove 'required' label from radio buttons, and automatically select the first
    option if no default is specified.
  • Major UI improvements. Changed location of run buttons and added a button to
    start a new test session in addition to cosmetic updates.
  • Update ruby and js dependencies to address security vulnerabilities.