Skip to content

v2.0.0

Compare
Choose a tag to compare
@laurenfrederick laurenfrederick released this 09 Oct 15:27
· 377 commits to develop since this release
1f8d11d

Breaking Changes

  • This dashboard version requires Cumulus API version >= v3.0.0

All Changes

Added

  • CUMULUS-417

    • Add some ESLint configuration to improve code quality
    • Upgrades Cypress to 4.12.0
  • CUMULUS-1884

    • Add collapse/expand sidebar functionality
  • CUMULUS-1892

    • Added TableHeader component to allow user to select page and limit params
    • Removed all Results Per Page dropdowns in favor of the header
  • CUMULUS-1966

    • Add form fields for new params to create report form
    • Upgrades Cypress to 5.2.0
  • CUMULUS-2046

    • Add dashboard version to footer
  • CUMULUS-2076

    • Add context references in headings on indivdual pages for screen reader accessibility
  • CUMULUS-2087

    • Add Reconciliation Report creation page with report type selection
  • CUMULUS-2089

    • Add component for Granule Not Found reports
  • CUMULUS-2108

    • Additions to support passing custom meta into a workflow via the dashboard as required by CUMULUS-2107:
      • Added a meta field to the bulk granule default input. This field will be merged into the workflow input's meta context.
      • Added a collapsible textArea containing a meta field (linked as Add Custom Workflow Meta) to the Execute modal on granules overview, list and details views.
  • CUMULUS-2114

    • Add download button to the Internal report link

Changed

  • CUMULUS-2021

    • Update search to use react-bootstrap-typeahead to get autocomplete functionality
    • Adds clear button when search option is selected
    • Highlights text on input focus
  • CUMULUS-2023

    • Update filter drop downs to have the same order as columns
  • CUMULUS-2068

    • Converts select dropdowns to react-select component
  • CUMULUS-2086

    • Update the styling on the Granule Not Found report page
  • CUMULUS-2090

    • Moved report headings that include breadcrumbs, name, dates, status, and download button into a reusable ReportHeading component to be used for all report types.
  • CUMULUS-2022

    • Improve search character limit

Fixed

  • Fixed broken Kibana links in bulk granule operation modals

  • CUMULUS-1876

    • Fix/remove unnecessary timers on home page
  • CUMULUS-2067

    • Tweak footer styles
  • CUMULUS-2121

    • Fix PDR list page with status filter
    • Update individual PDR page to properly display granules
  • CUMULUS-2136

    • Fix Form component to report invalid json error
  • CUMULUS-2140

    • Update npm packages to fix security vulnerabilities