Skip to content

Latest commit

 

History

History
140 lines (95 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

140 lines (95 loc) · 12.8 KB

0.7.0 (2024-09-19)

Bug Fixes

  • bump ace editor version to avoid import errors (c175691)
  • fix emptyLIst count element (ab5beee)
  • fix preview issues + use queryParam for sub paths (75a9b82)
  • fix schema manipulation (4d5b3d9)
  • remove back button from config (0acf95b)
  • use github theme for run editor (d53a1a3)
  • use local id generation in place of crypto + fix isAlphaNumeric validation (ca95e56)

Features

  • add editable spec to run create via aceEditor + ajv schema (32ef790)
  • add empty component (42a3021)
  • add event message to run show (84f33f9)
  • add ml serving keys to en (0c7acbe)
  • add path for zip files (0080f18)
  • refactor and complete i18n (12941af)
  • run show + updates (b6c964c)
  • sort metadata fields (6dd9236)
  • update metadata view (5fe7c67)
  • upload refactor - support multi file + zip + cleanups (e32ad69)

0.6.0 (2024-07-31)

Bug Fixes

  • add fullWidth to inspector dialogs (6624e31)
  • cleanup metadataField view and fix text issue (237c06e)
  • fix edit task in dialog not submitting (88f0d83)
  • fix icon color in headings (7c8322c)
  • fix kind switch for create form (c3db3d9)
  • fix paginator text alignment (9352eb2)
  • fix source code template issue with missing formData (89f19d1)
  • fix uncaught errors in file api usage (2b8ed52)
  • gpu resource widget should write limits not requests (ac689f1)
  • restore files (1622226)

Features

  • add download via proxy for artifacts (f7ce200)
  • add editor widget for string with formats matching ace languages (619f911)
  • add link to runs in dashboard (856293e)
  • add run show (51c0fb2)
  • use source code template for function show code (10aefe7)

0.5.0 (2024-06-10)

Bug Fixes

  • always enable save on run form (99d1510)
  • cleanup and fix templates + translations (8c51ade)
  • fix issued with schema corruption by duplicating on export (933ed8e)
  • fix issues with schemas, bugs etc (9b94305)
  • fix run create dialog (1a15d19)
  • set shared local store for app to preserve preferences (7f259b9)

Features

  • add create dropdown to dashboard (b028c4e)
  • log viewer (2508794)
  • refactor + update dashboard + update theme + fixes (2a38152)
  • runs view + dashboard update and fixes (238f592)

0.4.0 (2024-05-13)

Bug Fixes

  • ace editor handling of invalid code (2010790)
  • disable metadatatemplate to allow metadata editing when some fields are null (0056b8a)
  • rewrite source code input template for jsonschemainput (4c57f0d)
  • taskAndRuns invalid defs (2fe142b)

Features

  • update menu and fix description in projects list (831d6f0)

0.3.1 (2024-04-15)

Bug Fixes

  • align data item preview + cleanups (180e40c)
  • align secrets implementation to codebase (647202d)
  • avoid double loading of tasks for new functions + minor fixes to schemaProvider (167aed8)
  • define auth-callback with context (base path) + align config (f4ae313)
  • define auth-callback with context (base path) + align config (1b820d2)
  • extract nested sort parameter from metadata on getList (a65070a)
  • fix data table preview issues (a133067)
  • fix dependencies + version bump react-admin (7294491)
  • fix list issues and icons in show (1d5cbb1)
  • fix loading issues with schema views (f430af1)
  • fix reloading tasks issue when switching versions (586f6ec)
  • fix versions calls + cleanups (419cdde)
  • properly seal stateProvider cache (5b40d48)
  • properly set AUTH_URL for basic auth (da3fc1a)
  • show toolbar action colors (250b193)
  • update dataitem schema view to properly load schema fields (0962209)
  • update production build + add base path as context (d81252b)
  • use sourceBlock component for code show (a6d57b5)
  • workaround for deleteWithConfirm bug (b25610a)

Features

  • add authentication via oidc or basic (3e933ba)
  • create run in dialog with specific kind (ed7f7cb)
  • enable delete cascade on DELETE ops (68046b6)
  • enable split vendor chunks on production buils (5a8ed88)
  • function views: show + tasks - wip (5f9e051)
  • make vite app configurable (1b8309a)
  • mui chips input (18071fd)
  • project config views (b26ce17)
  • refactor versions list to use list + pagination (a301632)
  • register tagsChipInput for every jsonField (a196881)
  • row button group with flex for datagrids (06d4123)
  • source code view + fix edit/update issues (5dc6222)
  • stateChips for runs (6d63707)
  • update run views under task (a811df1)