Skip to content

Releases: InformaticsMatters/squonk2-data-manager-ui

v3.0.0-rc.1

05 Mar 22:11
46055ad
Compare
Choose a tag to compare

3.0.0-rc.1 (2024-03-05)

⚠ BREAKING CHANGES

  • actions: Update changelog.md with to remove standard-version wording

Features

  • api: add a public ui-version endpoint (5bb327a)
  • auth: display auth error message in user menu (5b295a1)
  • create-unit: add option to create personal unit (0df614b), closes #1021
  • dataset-storage-table: allow dataset products to be deleted from the settings window (db3874e)
  • improve sdf viewer action text and fix the maximum width of the pop-up (4440a99)
  • project-bootstrap: add the bstrapper to the settings dialogue and the project page (b0f6358)
  • project-bootstrap: hide bootstrapper if the default org is hidden (23ad5b4)
  • project-delete: provide the project name in the delete project dialogue (#1219) (2078676), closes #1209
  • project-page: add option to create project directories (6a0e1d0)
  • project-page: add option to delete directories (6ff0226)
  • project-selection: add a filter by "current user is the owner" option to org, unit and proj (98299df), closes #1020
  • project-selection: add option to filter project name and owner columns (00ddbd2)
  • project-selection: improve selection filter to give editor option (1be8cd4)
  • project-selection: set the default organisation as the default selection when no project is selected (4fc2672)
  • project-stats: add icon to show whether a project is private (#1220) (be7f640), closes #1204
  • run-job: add test job card that only shows in development mode (4098726)
  • sdf-parser: add first implementation of sdf filtering (4e07937)
  • sdf-viewer: add card view property selection (663473f)
  • unit: add UI to rename units (aa8ffe9), closes #1172
  • user: improve the look and content of the user menu (fa8e16a)
  • viewers: add SDF file viewer (2e3e282)

Bug Fixes

  • api: cleanup /version API requests in the footer (9bcdfb6)
  • api: fix admin/editor level permissions for v2 DM api (35dd06c)
  • api: fix breaking change caused by job variables inputs chaning from string to object (aa53bbb)
  • auth: experimental test to fix 404 errors when navigating to certain pages without authentication (327078b)
  • auth: final fix for 404 errors when navigating to protected pages when not loged-in (45e6be0)
  • auth: fix auth logout issue (6e04ce1)
  • auth: fix datasets link from giving a 404 (593e121)
  • auth: fix display of auth error messages (ea68fc9)
  • auth: fix login paths on base urls (a3aff89)
  • auth: fix redirects from login (dead1b8)
  • authorization: improve authorization to support evaluation role (847e500)
  • context: fix types (f0dd662)
  • create-project: only show the button when users have permission for the selected unit (5c82966)
  • create-project: prevent private projects for the EVALUATION flavour (3f91b14)
  • create-unit: move create unit actions to organisation column, fix when they're displayed and fix text (f551659)
  • data-table: fix search field changing sort direction (d0761ca)
  • dataset-sub-table: stop showing dataset storage subscriptions when the unit doesn't have any (dc8531a), closes #1022
  • delete-project: make the delete project dialogue clearer (d330ac8)
  • deps: pin nanoid and switch from uuid everywhere (c087bba)
  • deps: update dm client to fix data update issues (7bee802)
  • deps: upgrade material-ui-popup-state and fix breaking changes (26c1bd8)
  • display directories without text transform (#1162) (a512883), closes #1098
  • docs: add space between docs nav links for a better page experience (38c3599)
  • executions: use new molcules-smi type (3646501)
  • file-download: fix file download when app is hosted on a sub path (3c95ff1)
  • fix lint issue and change default error text (abcd1be)
  • fix linti...
Read more

data-manager-ui: v3.0.0-rc.0

05 Mar 21:57
c1b6826
Compare
Choose a tag to compare

3.0.0-rc.0 (2024-03-05)

⚠ BREAKING CHANGES

  • actions: Update changelog.md with to remove standard-version wording

Features

  • api: add a public ui-version endpoint (5bb327a)
  • auth: display auth error message in user menu (5b295a1)
  • create-unit: add option to create personal unit (0df614b), closes #1021
  • dataset-storage-table: allow dataset products to be deleted from the settings window (db3874e)
  • improve sdf viewer action text and fix the maximum width of the pop-up (4440a99)
  • project-bootstrap: add the bstrapper to the settings dialogue and the project page (b0f6358)
  • project-bootstrap: hide bootstrapper if the default org is hidden (23ad5b4)
  • project-delete: provide the project name in the delete project dialogue (#1219) (2078676), closes #1209
  • project-page: add option to create project directories (6a0e1d0)
  • project-page: add option to delete directories (6ff0226)
  • project-selection: add a filter by "current user is the owner" option to org, unit and proj (98299df), closes #1020
  • project-selection: add option to filter project name and owner columns (00ddbd2)
  • project-selection: improve selection filter to give editor option (1be8cd4)
  • project-selection: set the default organisation as the default selection when no project is selected (4fc2672)
  • project-stats: add icon to show whether a project is private (#1220) (be7f640), closes #1204
  • run-job: add test job card that only shows in development mode (4098726)
  • sdf-parser: add first implementation of sdf filtering (4e07937)
  • sdf-viewer: add card view property selection (663473f)
  • unit: add UI to rename units (aa8ffe9), closes #1172
  • user: improve the look and content of the user menu (fa8e16a)
  • viewers: add SDF file viewer (2e3e282)

Bug Fixes

  • api: cleanup /version API requests in the footer (9bcdfb6)
  • api: fix admin/editor level permissions for v2 DM api (35dd06c)
  • api: fix breaking change caused by job variables inputs chaning from string to object (aa53bbb)
  • auth: experimental test to fix 404 errors when navigating to certain pages without authentication (327078b)
  • auth: final fix for 404 errors when navigating to protected pages when not loged-in (45e6be0)
  • auth: fix auth logout issue (6e04ce1)
  • auth: fix datasets link from giving a 404 (593e121)
  • auth: fix display of auth error messages (ea68fc9)
  • auth: fix login paths on base urls (a3aff89)
  • auth: fix redirects from login (dead1b8)
  • authorization: improve authorization to support evaluation role (847e500)
  • context: fix types (f0dd662)
  • create-project: only show the button when users have permission for the selected unit (5c82966)
  • create-project: prevent private projects for the EVALUATION flavour (3f91b14)
  • create-unit: move create unit actions to organisation column, fix when they're displayed and fix text (f551659)
  • data-table: fix search field changing sort direction (d0761ca)
  • dataset-sub-table: stop showing dataset storage subscriptions when the unit doesn't have any (dc8531a), closes #1022
  • delete-project: make the delete project dialogue clearer (d330ac8)
  • deps: pin nanoid and switch from uuid everywhere (c087bba)
  • deps: update dm client to fix data update issues (7bee802)
  • deps: upgrade material-ui-popup-state and fix breaking changes (26c1bd8)
  • disable run, rerun and delete/terminate buttons when the user isn't a project editor (342a0af)
  • display directories without text transform (#1162) (a512883), closes #1098
  • docs: add space between docs nav links for a better page experience (38c3599)
  • executions: use new molcules-smi type (3646501)
  • file-download: fix file download when app is hosted on a sub path ([3c95ff1](https://github.com/InformaticsMatters/squonk2-data-mana...
Read more

Squonk2 Data Manager UI 2.5

15 Jun 11:34
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.

Version 2.4 and 2.5 were laregly bug fix releases with:

  • a couple of redirect issues (relating to login and logout) are fixed
  • the browser viewer broke for files at the project root but this is now fixed
  • the run job button is now disabled unless the fields are all valid
  • the button to create projects is now correctly hidden if the user doesn't have permissions

The new stuff is:

  • the UI supports a new evaluator user role that allows people to try out the data manager limited to certain functionality
  • dataset products can now be deleted through the UI settings dialogue

Squonk2 Data Manager UI 2.3

12 Mar 18:14
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.

Notable Changes since the 2.0 release

Features

  • sketcher: add sketcher smiles input component (08d9f07)
  • feat!(observers): add option to edit a project's observers (0b67d23) This requires a DM UI 1.1 or above

Fixes

  • project-selection: fix join of project and product info so all projects are always shown (478dece)
  • executions: job search applies to job and description fields (71907dd)
  • project-selection: fix storage used data (1bf5483)
  • upload: allow and file type to be uploaded to a project (e6750df)

Squonk2 Data Manager UI 2.0

23 Nov 16:41
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.

Notable Changes since the last release

  • Added pages to display charges against units at the product and unit level. These can be accessed from the setting dialogue. Products for projects and dataset storage subscriptions can be viewed from the projects and dataset storage section via the receipt icon. Unit level charges can be viewed by clicking the receipt button inside the unit selection dropdown.

Squonk2 Data Manager UI 1.3

02 Oct 21:25
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.
Notable Changes since the last release

The products page now:

  • lets the user delete products
  • create and edit dataset products for a unit

Squonk Data Manager UI 1.2

22 Sep 16:59
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.

Notable Changes since the last release

  • editors (members) of a unit can now be edited from the settings dialogue
  • the cost of a job or app is now displayed on the results page within the expanded cards
  • a new page /products shows all products a user has access to. Currently, this allows a user to open the project or create one if the product isn't in use.
  • A few navigation bugs have been fixed

Squonk Data Manager UI 1.1

06 Sep 09:04
Compare
Choose a tag to compare

See the changelog for all changes leading up to this release.

Notable Changes since the last release

  • From now on, jobs and apps may be automatically deleted. However, if you need a job or app to persist longer, you can now "archive" the job or app from the results page to keep it from being deleted.
  • Page rendering on the server has been improved, so pages should load faster with content already present
  • The API versions displayed in the footer
  • The app, job and task cards displayed on the results page now poll (refresh on an interval) more reliably. A card will poll when the card is expanded, unless the app, job or task is "done".
  • The results page when no project was selected previously caused an error which has now been fixed

Full Changelog: 1.0.1...1.1.0

Squonk Data Manager UI 1.0

21 Aug 14:44
Compare
Choose a tag to compare

See the changelog for all changes leading up to the first release.

Potential fix for package json version patch

24 Mar 16:06
Compare
Choose a tag to compare
0.1.1

A fix for package.json version