Skip to content

Latest commit

 

History

History
1085 lines (1018 loc) · 152 KB

CHANGELOG.md

File metadata and controls

1085 lines (1018 loc) · 152 KB

CHANGELOG

Unreleased

  • fix(daml): extracts inline functions into methods to reduce cognitive complexity view commit
  • fix(router): corrects import paths for new daml settings file locations view commit
  • fix(deploymentsettingsdamlarchives): changes action functions to arrow function syntax to ensure proper binding view commit
  • refactor(pages): moves DAML related pages code to their own directory view commit
  • refactor(containers): moves DAML related container code to its own directory view commit
  • fix(user-js): update sideEffects to fix sxt1010 wilst calling api sideloadereddeffects once view commit
  • fix(removed-duplicate-side-effects-call): removed duplicate side effects call and console logs view commit
  • fix(changes-to-user-module): the addition of a null undef and 0 check to allow the permissions to be changed without a password change view commit
  • fix(changes-to-side-effects): changes to side effects to allow the changing permission and password independently without error view commit
  • build(deps): Bump tough-cookie from 4.1.2 to 4.1.3 view commit
  • build(deps): Bump semver from 5.7.1 to 5.7.2 view commit
  • build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 view commit
  • docs(daml-on-postgres/resetting): add missing table view commit
  • fix(change-to-deploymentform-page): change to how the disable enter key was bing handles as to not affect other pages view commit
  • fix(ClusterForm): strip double quotes from the minor_version value view commit
  • fix(change-to-marketplace-cards): change _ci to id view commit
  • fix(deploymenttable): moves sorting logic for clusters to a separate statement view commit
  • fix(simpletableheader): adds support for mui style object as a prop view commit
  • fix(deploymenttable): sorts clusters alphabetically and pins the all option to top of the list view commit
  • fix(deploymenttable): adds optional chaining operator to prevent undefined error on action data not immediately known view commit
  • fix(wrapper): removes logging view commit
  • fix(usefileexplorer): stringifies accessToken view commit
  • fix(podtable): defines component prop outside render view commit
  • fix(explorer): defines component prop outside of render view commit
  • fix(taekion-keys): defines components outside render view commit
  • fix(usefileexplorer): stringifies accessToken view commit
  • fix(taekion-volumes): removes commented out code, redefines components outside render view commit
  • fix(deploymenttable): replaces array index with unique value in key view commit
  • fix(sidemenu): adds missing key prop to element in iterator view commit
  • fix(wrapper): removes commented out code view commit
  • fix(editordialog): keyCode is deprecated, using e.code === 'Enter' instead view commit
  • fix(simpletableactions): supports numbers actions.style?, makes actions.handler optional view commit
  • refactor(deploymenttable): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • build(packages): removes @mui/styles in favor of @mui/system view commit
  • fix(clusterform): escapes expressions in template literals view commit
  • fix(deploymentform): disables enter key on deployment forms view commit
  • fix(formlist): defines prop components outside of render fix(roletable): defines prop components outside of render view commit
  • fix(deploymentsettingsdamlarchives): uses React.JSX, @mui/styles -> @mui/system fix(clustertable): uses React.JSX instead of JSX view commit
  • fix(loading): removes unused import 'convertLength' fix(deletepoddialog): removes unused import 'set' fix(tasktable): removes unused import 'Action' fix(deploymentsettingstabs): removes unused import 'PropTypes' fix(deploymentstatus): removes unused import 'PropTypes' fix(roleform): removes unused import 'PropTypes' fix(userform): removes unused import 'PropTypes' view commit
  • fix(multiplecheckbox): removes array index from keys fix(radio): removes array index from keys, removes unused js version of radio.tsx fix(select): uniforms import style, extends select types to include custom attribute _ci, removes array index from keys fix(sidemenu): removes array index from keys, removes unused marketplacecard js file fix(simpletable): removes array index in keys fix(deploymentsettingstabs): removes array index from keys view commit
  • fix(damlarchivetable): provides a case insensitive compare function that sorts alphabetically view commit
  • refactor(wrapper): @mui/styles -> @mui/system view commit
  • refactor(deploymentsettingskeys): @mui/styles -> @mui/system, refactors getActions props on SimpleTable and SimpleTableHeader to not define components during render view commit
  • fix(simpletabledeletedialog): adds optional resourceType prop type view commit
  • refactor(formlist): extracts FormList from Wrapper, converts it to typescript functional component, @mui/syles -> @mui/system view commit
  • refactor(formlistdialog): extracts FormListDialog from Wrapper, converts it to typescript functional component, @mui/syles -> @mui/system view commit
  • fix(simpletableactions): adds boolean to items union type view commit
  • fix(simpletableheader): extends props type to allow react style object view commit
  • refactor(autocomplete): removes @mui/styles usage view commit
  • refactor(clusterform): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • fix(simpletableheader): makes getActions optional view commit
  • fix(usertable): adds UserData type which corrects types used when rendering SimpleTable view commit
  • fix(tasktable): exports TaskTableProps view commit
  • refactor(roletable): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(deploymentsettingsdamlparties): @mui/styles -> @mui/system view commit
  • refactor(deploymentsettingsdamltimeservice): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(clustertable): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(deploymentform): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • fix(simpletableactions): updates interface to accept variable item types view commit
  • style(taekion-keys): removes unused @mui/styles view commit
  • refactor(taekion-snapshots): @mui/styles -> @mui/system view commit
  • refactor(taekion-explorer): @mui/styles -> @mui/system, moves hooks directory to taekion view commit
  • style(taekion-volumes): removes @mui/styles view commit
  • style(fileexplorer-sidebar): @mui/styles -> @mui/system view commit
  • build(packages): adds @types/react-file-icon view commit
  • refactor(deploymentstatus): refactors to typecript funtional component, @mui/styles -> @mui/system view commit
  • fix(depoymentsettingsdamlarchives): updates data type from any[] to be more explicit view commit
  • fix(roletable): exports User type view commit
  • fix(usertable): removes resource prop fix(usertable): removes logging view commit
  • fix(simpletableactions): removes indexes as keys for listed elements view commit
  • refactor(damlarchivetable): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(simpletabletripledeletedialog): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(deletepoddialog): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(simpletabledeletedialog): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(simpletable): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(roleform): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(deploymentsettingsdamlarchives): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(deploymentsettingstabs): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(taekion-cli): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(editroledialog): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(accesstoken): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(userform): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • build(packages): adds types for file-saver view commit
  • refactor(summaryvalues): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • fix(table): makes certain non-essential props in simple table action and header optional view commit
  • refactor(layout): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(usertable): refactors to typescript functional component view commit
  • fix(sidemenu): exports types view commit
  • build(packages): adds types for react-helmet view commit
  • refactor(clusterstatus): @mui/styles -> @mui/system view commit
  • feat(adding-id-tags): additions of id tags for use in integration testing view commit
  • refactor(login): @mui/styles -> @mui/system view commit
  • refactor(snackbarwrapper): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • fix(uploadeprogressbar): makes remainingTime optional view commit
  • fix(components): removes logging view commit
  • refactor(uploadstatusdialog): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(uploadfileprogressbar): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(tasktable): refactors to functional component, @mui/styles -> @mui/system view commit
  • refactor(simpletable): @mui/styles -> @mui/system view commit
  • fix(task-icons): adds missing styles, exports and updates types view commit
  • refactor(simpletableheader): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(simpletableactions): refactors to typescript functional component, @mui/styled -> @mui/system view commit
  • refactor(damlarchivetable): @mui/styles -> @mui/system view commit
  • refactor(restarting): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(loading): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(summaryvalues): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • fix(marketplace): removes no longer in use classes prop view commit
  • refactor(administration): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(avatar): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(sidemenu): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(marketplacecard): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(horizontalcard): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(appbarmenu): removes @mui/styles code as it is not used view commit
  • refactor(select): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(radio): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(multiplecheckbox): refactors to typescript functional component, @mui/styles -> @mui/system view commit
  • refactor(checkbox): refactors to typescript functional component, @mui/styles to @mui/system view commit
  • refactor(fileexplorer-sidebar): refactored instance of @mui/styles to @mui/system view commit
  • refactor(foldertree): refactored instance of @mui/styles to @mui/system, linting view commit
  • refactor(texteditor): refactors @mui/styles use to @mui/system view commit
  • refactor(servicetable): refactors ports logic to not use nested template literals, removes unused @mui/styles view commit
  • refactor(editordialog): refactors to typescript functional component, uses @mui/system for styles view commit
  • build(tsconfig): allows synthetic default imports view commit
  • refactor(editorbutton): refactors to typescript functional component, uses @mui/system for styles view commit
  • refactor(customizationpanel): converts to typescript functional component, refactors styles to use @mui/system view commit
  • refactor(codeblock): converts to typescript, class to functional component, refactors styles to use @mui/system view commit
  • build(packages): adds @mui/system and updates react-ace view commit
  • fix(pages-components): removes all unused @mui/styles imports view commit
  • fix(nodetable): removes unused styles view commit
  • refactor(taskactionicon): swaps @mui/styles for @mui/system view commit
  • test(taskstatusicon): adds tests for TaskStatusIcon view commit
  • test(taskactionicon): adds tests for TaskActionIcon view commit
  • fix(status-taskstatusicon): removes unused styles and more explicitly defines types view commit
  • build(packages): updates react, react-dom. adds @testing-library, @types/jest, jest-environment-jsdom view commit
  • refactor(taststatusicon): converts TaskStatusIcon to a functional component and converts it to typescript view commit
  • refactor(taskactionicon): converts TastActionIcon to functional component and converts it to typescript view commit
  • fix(ClusterForm.js): update cluster-create.sh and get-values.sh for kubernetes clusters > 1.23 view commit
  • fix(pages): disabled the enter key expt for the custom yaml editor view commit
  • feat(chages-to-checkbox-radio-and-deployment-table-js): additions of ci tags to enable easier testing view commit
  • fix(change-to-marketplacecard.js): moved the ci tag to the correctpart of the marketplace tag to make testing easier view commit
  • feat(adding-id-tags): additions of id tags for use in integration testing view commit
  • test: reorganize jest tests view commit
  • build(eslint): switch babel eslint parser view commit
  • refactor: convert index.js to index.tsx view commit
  • build(deps): add react related @types libraries view commit
  • refactor: convert forms to ts view commit
  • fix: remove useless files view commit
  • refactor: add TS capability and clean up build view commit
  • build(gitignore): track package-lock.json view commit
  • docs(github): add PR template with checklist view commit
  • build(deps): bump webpack from 5.70.0 to 5.76.0 view commit
  • fix(form-wrapper): reduces cognitive complexity view commit
  • fix(form-wrapper): uses key.id instead of index in generated list view commit
  • fix(store-user): sends correct password payload to api in saveAccountDetails view commit
  • fix(form-wrapper): adds logic to handle when the form is for resetting a user's password and sends back a simplified form dialog when resetting a password view commit
  • fix(user-store): passes the correct password data to api view commit
  • fix(form-validate): uses formatSchema utility to feed properly shape schema data into validation functions view commit
  • feat(form-utils): adds formatSchema to utils which makes sure schema is always an array view commit
  • fix(form-utils): linting view commit
  • feat(daml-on-postgres): add resetting instructions view commit
  • docs: fixed hidden text view commit
  • docs: fixed provo heading; removed TFS; reordered deployment list/index view commit
  • fix(layout): updates footer links to correct URLs view commit
  • fix(eslint): sets prefer-stateless-function to false view commit
  • docs(mkdocs): update nav links to use index.md rather than overview.md for consistency view commit
  • fix(layout): updates copyright date view commit
  • build(deps): bump loader-utils from 1.4.0 to 1.4.2 view commit
  • build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 view commit
  • build(deps): bump minimatch and recursive-readdir view commit
  • build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 view commit
  • build(deps): bump json5 from 1.0.1 to 1.0.2 view commit
  • docs: update to btp.works url view commit
  • build(mkdocs): rename requirments.txt to versions.txt view commit
  • feat(github): remove commit message lint as a required check view commit

v2.2.1

  • fix: replaces users select image so that the browsers match throughout the document view commit
  • docs: correct links view commit
  • docs: correct references to up-tree documents view commit
  • docs: bump Utitlity deployments up to deployments view commit
  • docs(docs): minor changes to docs view commit
  • docs(management): fix resource permission options for role-based access table view commit
  • docs(community): fix eksctl command-line option typo view commit
  • docs: hide todos and empty sections in comments for now view commit
  • docs: clear out TODOs on besu and daml services view commit
  • docs: add fabric stubs for when Fabric is deployment option view commit
  • docs: comment out chronicle-admin until settings implemented; fix typos view commit
  • docs: fix deploying besu typo view commit
  • docs: add marketplace and provenance stub view commit
  • docs(mkdocs): lowercase site_name view commit
  • docs: splits up user type explanations into paragraphs and moves user type segment to end of file view commit
  • docs: adds explanations of user types and user actions view commit
  • docs: adds screenshots pertaining to users/management.md view commit
  • docs: add TFS trademark view commit
  • docs: update theme view commit
  • docs: remove security updates section view commit
  • docs: remove Home link view commit
  • docs: remove images lifted up to docs.btp view commit
  • docs: remove documents that are lifted up to docs.btp view commit
  • docs: move docs from docs.blockchaintp.com view commit

v2.2.0

  • build(deps): bump terser from 5.12.0 to 5.14.2 view commit
  • build(deps): bump eventsource from 1.1.0 to 1.1.2 view commit
  • build(deps): bump async from 2.6.3 to 2.6.4 view commit
  • feat(src): integrates new marketplace view to sextant view commit
  • fix(dockerfile.multistage): updates node image in Dockerfile.multistage to use v16 view commit
  • build(deps): bump node-forge from 1.2.1 to 1.3.1 view commit
  • build(deps): bump ansi-regex from 3.0.0 to 3.0.1 view commit
  • build(deps): bump minimist from 1.2.5 to 1.2.6 view commit
  • fix(docs): add requirements.txt and pin mkdocs version view commit

v2.1.7

  • fix(webpack-dev-js): updates config object to reflect new api schema after webpack major version upgrade view commit
  • build(package-lock): updates outdated dependencies and some dependencies of dependencies view commit
  • build(webpack-dev-js): moves overlay option to client object view commit
  • build(packages): updates old npm packages and dependencies view commit
  • build(package-lock): updates package-lock.json version to clear warning view commit
  • build(dockerfile): updates node image to 16.13.2 view commit
  • fix(wrapper): removes preventDefault on enter at the wrapper level view commit

v2.1.6

  • feat(layout): updates current year in copyright view commit
  • build(deps): bump nanoid from 3.1.25 to 3.2.0 view commit
  • feat: add community edition view commit
  • build(deps): bump follow-redirects from 1.14.4 to 1.14.7 view commit
  • fix(keys-roleform): removes redundant style change to account for labels cutting off in MuiDialogContent components view commit
  • fix(theme): adds small amount of padding-top to all MuiDialogContent components that prevents labels from cutting off view commit
  • style(volumes-taekion-keys): linting view commit

v2.1.5

  • docs: cleanup after moving docs view commit
  • fix(snapshots): returns empty object instead of object containing null values when no snapshots exist view commit
  • fix(deletepoddialog): adds functions that handle clearing state on both confirm and close events view commit
  • style(podtable): linting view commit
  • fix(roleform): adds event handler disabling enter key on role dialogs view commit
  • fix(snapshots): linting view commit
  • fix(form-wrapper): adds redundancy to enter key event handler preventing the enter key from submitting forms view commit
  • fix(triple-delete-dialog): removes redudant itemName prop and passes resourceName instead view commit
  • fix(cluster-table): removes redundant itemName prop as resourceName already exists view commit
  • fix(triple-delete-dialog): fixes bug that allows cluster deletion without validation view commit
  • fix(cluster-table): passes deleteConfirmItem as a prop for use in triple delete dialog view commit
  • fix(triple-delete-dialog): extends on confirm to include validation view commit
  • fix(form-wrapper): includes check for visibilityParameter and linkedComponentValue view commit
  • build(deps): bump dotty from 0.1.1 to 0.1.2 view commit
  • feat(editions): add standard and premium editions view commit
  • fix(editroledialog): adds label attribute to select component which allows the label to render properly in ui view commit
  • fix(containers-userform): fixes bug which was breaking user editing when editing a different user than is logged in view commit
  • feat(components-pages): duplicates the _ci attributes of components referenced by integration tests as ids view commit
  • feat(pages-components): duplicates _ci tags as id tags allowing loginSpec integration test to see elements view commit

v2.1.4

  • fix(roleform): increases top padding of diablog content element to avoid cutting off inputlabel view commit
  • fix(autocomplete): increases the z-index of the autocompletes parent container view commit
  • fix(avatar): sets avatar color back to primary view commit
  • refactor(deploymenttable): removes uneccessary box box component view commit
  • refactor(clustertable): removes unused import and refactors export object with updated classes and cluster declaration view commit
  • feat(tasktable): removes unnecessary mark up from taskicon components and passes proper values through them view commit
  • feat(taskactionicon): adds actionLabel to action chip view commit
  • feat(deploymenttable): passes an action label generated by actionNameTranslator to condense output elements to task table view commit
  • feat(clustertable): passes an action label generated by actionNameTranslator to condense output elements to task table view commit
  • feat(components-status): converts old status divs into chip and tooltip components where appropriate view commit
  • feat(theme): sets primary and secondary theme color props to official company colors view commit
  • feat(pages-components): changes all secondary color buttons to primary color property view commit
  • fix(deployment-table-action): adds empty icon when action is null to maintain button alignment view commit
  • fix(src): removes uncaught semicolons view commit
  • fix(deploymenttable): sets formcontrol variant to standard to maintain consistent style view commit
  • style(src): updates all material imports to adhere to 5.0 standard view commit
  • build(packages): installs mui 5 and dependencies view commit
  • style(root): updates themeprovider per migration 4->5 instructions view commit
  • style(src): linting view commit

v2.1.3

  • fix(simpletabletripledelete): clears state after deleting a resource view commit
  • style(utils-translators): linting view commit
  • build(packages): removes unused '@material-ui/lab' package and rebuilds package-lock view commit
  • fix(autocomplete): removes problematic suggestionSelected function view commit
  • fix(roletable-roleform): sends userList through roletable to roleform and replaces old defunct users list in autocomplete view commit
  • fix(deployment-pipeline): repeats initialization process from cluster on deployment view commit
  • fix(store-modules-user): adds accessUserList to user initialState view commit
  • style(root): linting view commit
  • build(packages): adds material ui lab dependency view commit
  • fix(wrapper): returns all outcomes of getRow as lists to eliminate code smell view commit
  • style(wrapper): linting and sonarlinter view commit
  • fix(summaryvalues): ensures both outcomes of formatSummaryValues are arrays view commit
  • refactor(theme): updates depracated mui theme function view commit
  • build(deps): bump nth-check from 2.0.0 to 2.0.1 view commit
  • build(deps): update package-lock.json view commit
  • build(deps): major update to error-overlay-webpack-plugin, patch update to axios view commit
  • build(packages): sets up reporters so that both tap friendly and human readable output is given upon running test view commit
  • test(store-router): converts old tape tests to jest tests view commit
  • build(packages): adds jest-tap-reporter to dev dependencies view commit
  • refactor(packages-webpack): renames webpack.test.js > webpackTest.js to avoid confusing jest view commit
  • build(packages-eslint): installs jest as dev dependency and updates linter to know about jest view commit
  • refactor(src): linting view commit
  • docs: add documentation for daml actions view commit
  • fix(taekion-snapshot-ui): fix code smell view commit
  • feat(taekion-snapshot-ui): sorting for file and folder list view commit
  • feat(taekion-snapshot-ui): add table option to disable sorting and use that for tfs explorer list view commit
  • feat(taekion-snapshot-ui): click on title to open and add info button to actions view commit
  • feat(taekion-snapshot-ui): forward snapshot id to download file urls view commit
  • feat(taekion-snapshot-ui): trigger snapshot directory listing is working view commit
  • feat(taekion-snapshot-ui): trigger route change on snapshot select view commit
  • feat(taekion-snapshots-ui): layout for snapshot select in explorer sidebar view commit
  • fix(taekion-snapshots): load snapshots so we can drive the snapshot selector ui view commit
  • fix(material-ui): upgrade spacing to new material ui api view commit
  • fix(taekion-ui): fix padding on volume drop down view commit
  • fix(taekion-ui): fix warmup message for taekion keys page view commit
  • fix(taekion-snapshots): upgrade material ui spacing view commit
  • build(babelrc): silences excessive warnings during frontend build view commit
  • build(packages): reverts webpack-dev-server back to 3.11.2 to support our version of node view commit
  • build(packages): removes tap-spec which was parent to dependancy that had a severe vulnerability view commit

v2.1.2

  • build(deps): bump url-parse from 1.5.1 to 1.5.3 view commit
  • feat(routes): add deactivate trigger that clears daml settings state view commit
  • feat(daml-settings-actions): add action that clears parts of state view commit
  • fix(deploymenttable): removes version column from deployment table in ui view commit
  • docs: add mkdocs setup view commit
  • refactor(deployment-form): removes variable shadowing by exploding unnecessary object destructure view commit
  • fix(config): remove code that injects tfs explorer feature to config form object view commit
  • fix(daml-archive-table): prefer index to item id for react key when mapping over items view commit
  • fix(settings-tabs-page): prefer traditional variable assignment over array destructing view commit
  • fix(daml-parties-page): remove duplicate and broken sort method from archives table view commit
  • fix(code-smell): override inner variable view commit
  • fix(code-smell): reuse same function to extract volume name view commit
  • fix(code-smell): remove duplicate function view commit
  • fix(taekion-ui): fix add snapshot params view commit
  • fix(taekion-ui): fix select lists that rely on processed form schema view commit
  • fix(taekion-ui): fix the tabs so they highlight which page we are on view commit
  • fix(taekion-ui): hardcode the extra tab for the minute so we can do the demo view commit
  • fix(taekion-ui): fix code smells view commit
  • fix(taekion-ui): remove duplicate key view commit
  • fix(taekion-ui): reinstall dep that i messed up with rebase view commit
  • feat(taekion-ui): modal that shows the current frontend state ready for when we can load sawtooth block info view commit
  • feat(taekion-ui): file icons show in explorer view commit
  • feat(taekion-ui): trigger file download view commit
  • fix(taekion-ui): use the volume name as the root title view commit
  • feat(taekion-ui): show root disk in file tree view commit
  • feat(taekion-ui): basic table ui for directory contents view commit
  • feat(taekion-ui): render file listings as links and trigger a new window ready to download the file view commit
  • feat(taekion-ui): include basic file list view commit
  • feat(taekion-ui): folder tree loading and displaying with expanded mode view commit
  • feat(taekion-ui): add sidebar component with volume selector view commit
  • feat(taekion-ui): layout for file explorer and explorer hook view commit
  • feat(taekion-ui): skeleton for file browser ui page that triggers the directory list endpoint on param changes view commit
  • fix(taekion-ui): fix error with missing id for key table view commit
  • feat(taekion-ui): add wrapper for taekion api calls so we can catch pod not ready errors view commit
  • refactor(deployment-settings): corrects typo '...PubicKey' -> '...PublicKey' view commit
  • build(package-lock): updates package-lock which allows eslint to work properly view commit
  • fix(daml-archives): replace math-random with windoe-crypto view commit
  • build(dockerfile-multistage): changes npm install into npm ci to sync package.json with package-lock.json in build view commit
  • build: update package-lock.json view commit
  • fix(role-form): remove on-click that was an anonymous function returning an empty object view commit
  • fix(select-component): replace vanilla for-loop with for-of-loop view commit
  • refactor(customization-panel-text): swaps expansion component names for accordion to follow more modern naming convention view commit
  • refactor(text): linting view commit
  • refactor(loading): linting which addressed mui migration upgrade view commit
  • refactor(theme): removes useNextVariants: true as it is safe to remove in mui v4 view commit
  • refactor(components-pages): updates spacing values from base 8 to arbitrary values view commit
  • refactor(src-pages-store): converts all instances of theme.spacing.unit[* x] -> theme.spacing(x) in /pages and /store view commit
  • refactor(src-components): converts all instances of theme.spacing.unit[* x] -> theme.spacing(x) in components view commit
  • refactor(src-components): lints files affected by material-ui update in src/components view commit
  • refactor(src-components): lints files affected by material-ui update in src/components view commit
  • refactor(src-pages): lints files affected by material-ui upgrade in src/pages view commit
  • build(package-and-lockfile): includes @material-ui/codemod which adds scripts to help update material-ui apis view commit
  • build(dockerfile-multistage): update node version view commit
  • build(prod-webpack-config): remove instance of terser plugin view commit
  • build(package-json): remove terser plugin module view commit
  • fix(babelrc): update config view commit
  • build(webpack): update webpack implimentations after module upgrades view commit
  • build(node-modules): update all package.json dependencies view commit
  • fix(daml-routes): add daml subpath to get-archives route view commit
  • refactor(user): removes variable shadowing view commit
  • refactor(podtable-roletable): removes useless variable assignments to variable and resulting errors view commit
  • refactor(pages-store): removes declarations of unused variables view commit
  • refactor(deployment-settings-tabs-fileupload): removes declarations of unused variables view commit
  • refactor(deployment-settings-tabs): linting view commit
  • build(deps): bump axios from 0.18.1 to 0.21.1 view commit
  • fix(role-and-user-tables): add resource prop to delete dialog component view commit
  • feat(deployment-and-cluster-tables): switch from original simple delete dialog to triple dd view commit
  • fix(simple-table-delete-dialog): remove features that enabled triple delete with this component view commit
  • feat(table-component): create a unique triple confirm delete dialog component view commit
  • style(user-table): linting view commit
  • fix(wrapper): fixes issue with deleting custom containers in deplopyment form view commit
  • refactor(error-util): remove unreachable code and general linting view commit
  • fix(store-modules-deployment): removes ui breaking bug that arose as a result of sonar linting view commit
  • refactor(validators): removes variable shadowing view commit
  • refactor(user): removes variable shadowing view commit
  • refactor(selectors): removes variable shadowing view commit
  • refactor(cluster): removes variable shadowing view commit
  • refactor(roletable): removes variable shadowing view commit
  • refactor(snapshots): removes variable shadowing view commit
  • refactor(validators): linting view commit
  • refactor(taekion): removes extra arguments from functions view commit
  • refactor(src): removes all unused variables view commit
  • refactor(src): linting view commit
  • refactor(wrapper): removes logging view commit
  • refactor(utils): removes variable shadowing view commit
  • refactor(utils): linting view commit
  • refactor(wrapper): removes variable shadowing view commit
  • fix(wrapper): removes variable shadowing view commit
  • fix(podtable): removes variable shadowing view commit
  • build(gitignore): ignore package-lock view commit
  • build(eslintrc): disables max-len view commit
  • feat(deployment-settings-daml-parties): add ability to set party-id-hint when adding a party view commit
  • feat(deployment-settings-daml-parties): add ability to set party-id-hint when adding a party view commit
  • feat(selectors): added add-party-id-hint to deployment settings selector view commit
  • style(daml-parties-container): linting view commit
  • feat(deployment-settings-store): add set-party-id-hint action and add hint arg to add-party actions view commit
  • style(deployment-settings-store): linting view commit
  • style(daml-parties): linting view commit
  • build: update gitignore view commit
  • build: remove unnecessary files view commit
  • fix(delete-pod-dialog): make helper text more informative view commit
  • feat(tables): configure cluster and deployment table to use new delete dialog feature view commit
  • feat(delete-dialog): add text field to delete resource dialog view commit
  • style(delte-dialog): linting view commit
  • style(src): linting view commit
  • fix(editions): remove relative path change for logo view commit
  • fix(webpack): deal with double / in base path view commit
  • feat(nginx): example of running under a sub-path view commit
  • fix(podtable): use delete icon instead of refresh view commit
  • feat(pod-table): allow a user to delete a pod from the table view commit
  • feat(deployment-status): connect delete pod action to props and state view commit
  • feat(deployment-actions): add delete pod actions to deployment actions view commit
  • feat(components): add a delete pod dialog view commit
  • style(pod-table): linting view commit
  • fix(edit-role-dialog): drop down menu renders original value and changes view commit
  • feat(edit-role-dialog): create and connect edit role dialog component view commit
  • feat(role-table): render edit role dialog in role table component view commit
  • feat(cluster-forms): add edit role methods to cluster form state and props view commit
  • feat(deployment-forms): add edit role methods to deployment form state and props view commit
  • feat(cluster-actions): add edit role to cluster actions view commit
  • feat(deployment-actions): add edit role to list of actions view commit
  • style(cluster-actions): linting view commit
  • fix(table-components-and-forms): linting view commit
  • feat(role-table): add edit option dialog components and lint existing components view commit
  • fix(dockerfile): bump node version to twelve view commit

stopBuild/v2.1.1

  • feat(simple-table): add sort functionality to columns view commit
  • style(deployment-table-components): linting view commit
  • feat(assets): update tfs logo view commit

stopBuild/v2.1.0

  • fix(volumes): handle volumes when there is no key defined view commit
  • fix(daml): add daml prefix to all daml routes view commit
  • fix(daml): add admin token button view commit
  • fix(layout): update copywrite for 2021 view commit
  • fix(deployment-table): only render settings icon when used by deployment type view commit
  • fix(form-wrapper): meets visibility requirement function is backwards compatible view commit
  • feat(form-wrapper): look for multiple linked fields when rendering form view commit
  • style(form-wrapper): lint the form wrapper view commit
  • Revert "refactor(lint): linting related changes" view commit
  • refactor(lint): linting related changes view commit
  • fix(daml-jwt): remove old UI for tokens view commit
  • feat(daml-jwt): token settings window with split for act and read and application id fields view commit
  • fix(daml-jwt): applicationId readAs and actAs params for generate token handler view commit

stopBuild/v2.0.18

  • feat(assets): update logos to make them closesly cropped versions view commit
  • feat(assests): add new logos for deployment types view commit
  • feat(assets): update tfs logo image view commit
  • fix(simple-table-actions): linting and fix _ci prop error view commit

stopBuild/v2.0.16

  • style(submit-action): refactor for law of demeter view commit
  • fix(submit-action): removes cannot define id of undefined error view commit

stopBuild/v2.0.15

  • fix(daml-archives): no longer display module names in table view commit
  • fix(extra-yaml): input yaml should save after undeploy and re render on redeploy view commit

stopBuild/v2.0.14

  • fix(taekion): remove delete option from pages of TFS components view commit
  • feat(taekion): disable delete actions until this is a feature view commit
  • fix(volumes): disable validation that requires key for volume update view commit
  • fix(daml-uploader): add margin around the word click view commit
  • feat(daml-archive-container): clear errors in dialog on close view commit
  • style(daml-archives): linting view commit
  • feat(daml-archives): clear errors from dialog on close view commit
  • style(daml-acrchives): linting view commit
  • feat(fileupload): add clear error action to fileupload store view commit
  • style(fileupload): lint fileupload view commit
  • feat(linter): update eslint config view commit
  • fix(volumes): deisplay fingerprint name in volume list view commit
  • fix(snapshots): update code to use new response payload for list snapshots view commit
  • fix(taekion): disable enter key in dialogs view commit
  • style(taekion): lint the taekion page components view commit
  • fix(volumes): keys drop down menu should display key names view commit
  • fix(selectors): remove merge conflict text view commit
  • feat(disable-config): only request the config if or once we are logged in and move login form and initial user form into static config view commit
  • feat(taekion): update the cli page to remove the wrapper now that the tfs container supports bearer tokens view commit
  • refactor(taekion): change column widths for cli page view commit
  • feat(taekionkeys): hide the delete button because the middleware does not delete keys view commit
  • feat(form-string-array): allow forms to extract a single field from an array of objects view commit

stopBuild/v2.0.13

  • feat(deployment-table): filter helm deployments and sort options by order view commit
  • fix(redux): update administration restart loggging view commit
  • feat(components): build container page and components for administration restart view commit
  • feat(redux): configure redux to use administration routes view commit
  • feat(router): connect to administration routes in api view commit
  • feat(linter): update eslint config view commit

stopBuild/v2.0.12

stopBuild/v2.0.11

  • fix(editions): change title of dev edition to Engineering view commit
  • fix(component): add boolean type to supported validators view commit
  • refactor(components): linting corrections to components/form/validate.js view commit
  • fix(deployment-status): update volume title to persistent volume claims view commit
  • refactor(linting): lint deployment status page view commit
  • fix(layout): align horizontal card text to left view commit
  • refactor(layout): lint horizontal card component view commit
  • feat(deployments): enable multiple deployments on a cluster view commit
  • refactor(linting): lint deployment table page view commit
  • style(eslint): allow state deifnition outside of constructor view commit

stopBuild/v2.0.10

  • feat(assets): add transparent taekion png view commit
  • build(package-json): add babel parser for linting view commit
  • style(layout): linting view commit
  • refactor(snapshot): lint and remove merge conflict logs view commit
  • fix(linter): add babel parser and path view commit
  • feat(dockercompose): add sft to docker compose view commit
  • fix(webpack): config webpack entrypoint as an array type view commit
  • fix(edition): renmae taekion edition module to sft view commit
  • feat(taekion): cli connect screen view commit
  • fix(taekion): remove test delay view commit
  • fix(taekion): better loading spinner view commit
  • feat(taekion): add loading indication view commit
  • fix(taekion): fix bug with missing data view commit
  • refactor(taekion): use volume uuid as primary key view commit
  • feat(taekion): snapshot creation ui view commit
  • feat(taekion): create and edit volume form modal view commit
  • fix(edition): append Sawtooth to TFS header view commit
  • fix(edition): update tfs module comments view commit
  • fix(header): change Taekion to TFS everywhere it renders in the UI view commit
  • SXT-365: clean up brackets view commit
  • SXT-386 Refactor key validator hook view commit
  • SXT-383 Add validator hook for add key - check for duplicate key name view commit
  • SXT-386 Bug, pass correct initial values schema to form wrapper in add volumes view commit
  • SXT-386 Update table action icons to camera and view multiple view commit
  • SXT-386 Fix the edit volume modal titles view commit
  • SXT-377: delete snapshot ui view commit
  • SXT-364 Change error handling function, load volume on state as initial values in form for update view commit
  • SXT-364 Build and hookup volume edit feature view commit
  • SXT-362: create snapshot UI working view commit
  • SXT-362: trigger create modal based on route param view commit
  • SXT-362: create snapshot UI window view commit
  • SXT-362: format dates nicely view commit
  • SXT-362: activate buttons for view / create snapshots from volume page view commit
  • SXT-362: add icons to the volume page for view / create snapshot view commit
  • SXT-362: filter snapshot page by volume view commit
  • SXT-362: display volume filter on snapshot page view commit
  • SXT-362: render list of snapshots view commit
  • SXT-362: trigger all param and snapshots loading on page load view commit
  • SXT-360: delete volume UI view commit
  • SXT-359: close form window once volume has been added view commit
  • SXT-359: correct validation for volume names view commit
  • SXT-359: apply validation for the encryption key field view commit
  • SXT-359: form hooks so we can dynamically hide and inject data based on the context view commit
  • SXT-359: list volumes page view commit
  • SXT-359: stub for list volumes container view commit
  • SXT-365: delete key UI view commit
  • SXT-365: hook up createKey routes to api view commit
  • SXT-365: dialog form for adding keys view commit
  • SXT-365: UI skeleton for key table view commit
  • wire up taekion api requests view commit
  • render takeion options as tabs view commit
  • add taekion logo view commit

stopBuild/v2.0.9

  • feat(summaryvalues): render container values on lines, display info on hover view commit
  • build(.eslintrc): override airbnb styleguide view commit
  • build(packages): update webpack-cli and dev-server view commit
  • build(packages): add linting modules view commit
  • build(linter): add eslint config files view commit
  • docs: add README with badges view commit
  • SXT-299 Display errored clusters deployment table drop down menu view commit
  • Fix codeowners view commit
  • Add CODEOWNERS and probot-stale view commit
  • SXT-378 Add conditional checks for undefined data before reading property 'ip' view commit
  • SXT-381 Update copywrite date view commit
  • upgrade ecstatic -> 4.1.4 to avoid security alert view commit
  • SXT-319 Update packages, remove ace package view commit
  • SXT-316 Allow undefined values in the service object to render as emtpy string view commit

stopBuild/v2.0.8

  • BUGFIXES Remove code from earlier commits view commit
  • BUGFIXES Conditional render of add button handles case when cluster is undefined view commit
  • BUGFIXES Remove logical error of 'cannot read task of undefined' view commit
  • BUGFIXES Manually update state in deployments route view commit
  • BUGFIXES Settings button disabled on undeployed deployments view commit
  • BUGFIXES Show all clusters in dropdown menu - dropped view commit
  • Change sextant-test to sextant-ci view commit

v2.0.7

v2.0.6

v2.0.5

  • SXT-249 Updadate cluster on state while view single cluster deployments view commit
  • SXT-249 Handle cluster undefined acception view commit

v2.0.4

  • SXT-233 Update noActiveDeployments to pull from cluster data on state view commit
  • SXT-231 Update roles on state after create deployment view commit
  • SXT-231 Update roles on state after create cluster view commit
  • SXT-231 Allow admin to view users page view commit
  • SXT-231 Clear errors on deployment form view commit
  • SXT-231 Update authHandlers on routes to include admin view commit
  • SXT-231 Disable delete icon for admins view commit
  • SXT-231 Add isSuperuser to state view commit
  • SXT-224 Make entire add deployment card a button view commit
  • SXT-226 Add redux-logger view commit
  • SXT-226 Clean up imports view commit
  • SXT-226 Add custom redux-logger function view commit
  • SXT-226 Add deactivation trigger to /accountdetails route view commit
  • SXT-226 Add dbId to props view commit
  • SXT-226 Change function name and add dbId to props view commit
  • SXT-221 Render user-friendly response message in dialog pop up view commit
  • SXT-221 Render friendly response messages in pop-up dialog view commit
  • SXT-221 Use user friendly task name in deployment table view commit
  • SXT-221 Render user friendly task name in cluster table view commit
  • SXT-221 Render user friendly name in task table view commit
  • SXT-221 Render correct version info in dialog view commit
  • SXT-221 Create utility functions for rendering task repsonses view commit
  • SXT-220 Link document.title to edition module view commit
  • SXT-220 Whitespace changes view commit

v2.0.3

v2.0.2

  • SXT-181 Conditionally render the daml-pg secret field view commit
  • Make button dynamic based n features view commit
  • Fix tab highlighting view commit
  • Make settings page dynamic view commit
  • Fixes to render for interim release view commit
  • SXT-171 Style dialog to render to full maxWidth view commit
  • SXT-171 Refactor addButtonItems view commit
  • SXT-171 Add GetDeploymentCards() function and refactor view commit
  • SXT-170 Remove reference to generateDefault() in value prop view commit
  • SXT-170 Remove aws-marketplace from support link. view commit
  • SXT-156 Remove randomstring from imports view commit
  • SXT-156 Whitespace changes view commit
  • SXT-156 Conditionally render text feel in expansion panel if item.hidden view commit
  • SXT-156 Whitespace changes view commit
  • SXT-156 Fix title render to look for item.skip not item.title === 'skip' view commit
  • SXT-156 Render service hostname or IP view commit
  • sxt-105: Order when string are equivalent view commit
  • Removed case insensitive comparison view commit
  • sxt150: Show parties in ascending order view commit
  • SXT-164 Fix JSX error in Typography component view commit
  • SXT-95 Add 3rd party png files view commit
  • SXT-160 Enable settings button on deployment table view commit

v2.0.1

pre-daml2

  • only show remote cluster instructions for remote clusters view commit
  • don't mutate store data when creating form intialValues view commit

pre-daml

  • fix bug with RBAC where we were looking at the action object not the method string view commit
  • redirect to blank logout page before clearing the session so routes can deactivate loader loops view commit
  • use frontend rbac module consuming roles loaded with user status view commit
  • remove old src folder view commit

v2.0.0

  • deployment role editing view commit
  • role editing for cluster view commit
  • role editor form with user auto suggest view commit
  • basic ui for adding / editing roles view commit
  • deployment add button working from embedded deployment table view commit
  • padding for deployment table header when embedded view commit
  • embed deployment table on the cluster status page view commit
  • show cluster status page view commit
  • switch icons for cluster and deployment view commit
  • summary values component view commit
  • fix cluster form to display tasks view commit
  • refresh access token view commit
  • display access token view commit
  • clipboard button for create cluster instructions view commit
  • display help for connecting remote cluster view commit
  • deployment summary as grid view commit
  • deployment summary view commit
  • deployment resources loop view commit
  • deployment status page view commit
  • process disabled form field view commit
  • process boolean values from forms properly view commit
  • process data types for form fields view commit
  • trying to get true and false as booleans for radio groups view commit
  • display full field names in error list view commit
  • allow form tables to be deeply nested fields view commit
  • show deployment button in all cases so user can sort out error deployments view commit
  • cluster task tracking and remove ignore task status view commit
  • task watching to display notifications on error or success view commit
  • save deployment view commit
  • edit existing deployment form view commit
  • task update loop view commit
  • delete deployment handlers view commit
  • fix show deleted button for deployment list view commit
  • deployment form submitting view commit
  • display tables in forms for list items view commit
  • pass boolean to form helper text for error status view commit
  • versioned deployment forms view commit
  • filter the cluster dropdown to only be provisioned clusters view commit
  • list tasks for deployment view commit
  • display the cluster name above the deployment table view commit
  • correct url for get deployment view commit
  • load cluster record pointing via cluster view commit
  • show the deployment type on the deployment list table view commit
  • deployment form submitting with values view commit
  • submit deployment form view commit
  • link up the cancel button for a deployment form view commit
  • display the deployment form on add view commit
  • switch cluster via the drop-down select view commit
  • load deployments for a cluster view commit
  • ui for choosing cluster to display deployments for view commit
  • redirect to specific cluster when viewing the default deployments page view commit
  • stop the correct loop when leaving the deployments page view commit
  • add the basics of the deployment store view commit
  • add task status icons to cluster edit page task list table view commit
  • limit the width of the error messages in the cluster table view commit
  • log errors and only check task status if there are old and new tasks view commit
  • defend against the cluster task not being loaded yet view commit
  • don't automatically switch to deleted clusters it's confusing view commit
  • don't show cluster actions if there is a running task view commit
  • UI for deleting a cluster permenantly view commit
  • add message that deletion will be permenant view commit
  • show deleted clusters automatically if we are deleting view commit
  • list and get clusters with tasks view commit
  • icons for cluster action view commit
  • rename to task status icon view commit
  • checkbox for showing deleted clusters view commit
  • handle displaying the snackbar for deleted clusters view commit
  • don't try to compare task status if the cluster was not loaded view commit
  • display snackbar message when cluster tasks change state view commit
  • status icons for cluster table view commit
  • allow Enter press to submit forms view commit
  • always show the status on the cluster table view commit
  • display errors for clusters with errored tasks view commit
  • loop loading the cluster list each second so we get realtime updates for cluster status view commit
  • trigger handler to cope with leaving a route as well as entering it view commit
  • deal with nested errors displaying status at the bottom of the form view commit
  • redirect to clusters on login view commit
  • only display the task table for existing clusters view commit
  • display task table when editing cluster view commit
  • cluster form working with nested field values view commit
  • update existing cluster form handler view commit
  • fix the cluster list reducer view commit
  • validation for remote cluster connection JSON view commit
  • remove auto highlight of first menu option view commit
  • cluster forms rendering view commit
  • rename type param to provision_type view commit
  • setup cluster form route with type param view commit
  • custom add button for clusters with drop down for local and remote cluster view commit
  • cluster list page view commit
  • fix bug where redirect would redirect to itself view commit
  • update comment view commit
  • change list and get names for users view commit
  • add cluster store module view commit
  • update own account details page working view commit
  • rename user loaders to list and get view commit
  • auth handlers for routes are now functions and so can ask for superusers for user routes view commit
  • save user working and redirecting view commit
  • disable access control field for user when editing own record and show loading when data is being loaded view commit
  • user form rendering for new user view commit
  • include permission and date in the user table view commit
  • user table hooked up and displaying view commit
  • don't use .. routes for loading selectors view commit
  • move the createInitialUser page/container to the user folder view commit
  • user table component view commit
  • add crud icons to settings view commit
  • add entity selector helper view commit
  • user store with load users and user handlers view commit
  • split the user and auth stores and refactor selectors view commit
  • centralize icon config view commit
  • display user avatar username in lowercase view commit
  • fix selector bug where the user was logged out we can't know if they are superadmin or admin view commit
  • style the top right user avatar view commit
  • display the link to users if the user is superadmin view commit
  • selectors to check the user is at least the given access type view commit
  • login waits for correct login then calls load status before redirect view commit
  • the logout route is GET not POST view commit
  • use the backend server form schema for the login form view commit
  • initial user account creation working view commit
  • only return done if there is no redirect otherwise short-circuit the middleware view commit
  • disable save button whilst api is loading view commit
  • create user emitting errors to form correctly view commit
  • render the initial user form schema based on the server loaded config view commit
  • handle initial loading of user and config data view commit
  • update selectors to use network store for errors and loading view commit
  • update the user side effects to use network store errors/loading status view commit
  • update the api loader to handle network store view commit
  • add network store for central management of api errors and loading status view commit
  • add basic config store view commit
  • allow for extra props to be passed into form elements and initial user create form schema view commit
  • form schema for user form -> create initial user view commit
  • handle the initial user route logic to display the initial creation form view commit
  • store reducer for hasInitialUser view commit
  • baseline for new UI view commit
  • update Dockerfile to use latest node version and use standard entrypoint view commit
  • fix initial startup to display create admin user page view commit
  • initial refactor starting point view commit

v1.0.2

  • FIX: allow dots in custom tp image names (e.g. 4234.dsfsdfsdf.sdf.dkr.ecr.ap-southeast.amazonaws.com/folder/image:tag-name) (#42) view commit

v1.0.1