Skip to content

Releases: xchem/fragalysis-frontend

Another stable release

21 Nov 15:40
255fe8b
Compare
Choose a tag to compare
Pre-release
fixed issues #1211 and #1214 (#387)

* Update build-main.yaml

got rid of scheduled rebuild because it's messing up data

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* #1063 added header and search

* #1063 fixed body table, page count and search

* #1063 fixed minor bugs and set clear filter

* Squashed commit of the following:

commit 10925d2c914673bfaa4e8b0205904e3e393d731d
Author: RobertMatuska <robert.matuska@m2ms.sk>
Date:   Thu Sep 28 10:27:36 2023 +0200

    #1114 edited text and style

* #1161 setted search and filter for old target list

* #1161 fixed discourse icon padding

* #1161 fixed filtered list sort

* #1161 fixed target access sort and filter

* #1161 fixed change page

* #1145 preserve state of molecule rendering, save also actions of representation changes to snapshot

* do not wrap display controls buttons

* #1167 resize target list colmuns

* #1161 fixed sorting

* #1161 fixed sorting

* #1161 edit sort functionality for filter table

* #1161 fixed search, filter, sort by target access

* #1161 created init date column

* #1161 # filtering and sorting init date

* #1161 fixed clear and sort init date

* #1161 fixed target sorting

* Squashed commit of the following:

commit d4895261f303ae61a359579c485adf702cdff64e
Merge: 1c45038a 411921f8
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 08:24:05 2023 +0200

    Merge branch '#1173' of https://github.com/m2ms/fragalysis-frontend into #1173

commit 1c45038a42430f90f68430037027296021fe1974
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 11:03:49 2023 +0200

    - implemented #1173 also with save/restore and undo/redo functionality

commit 411921f8a4906c54dfcd31c8bc079f9bd3008baf
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 11:03:49 2023 +0200

    - implemented #1173 also with save/restore and undo/redo functionality

* merge

* Squashed commit of the following:

commit 7883c1584fc80b0be8dae624c18e86ddbe3c906b
Merge: 5e2b937d 19b9f243
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:19:36 2023 +0200

    Merge branch '#1172' of https://github.com/m2ms/fragalysis-frontend into #1172

commit 5e2b937da95963afab366fac18912b4c596ccd78
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:16:15 2023 +0200

    - added compound_set to csv export - #1172

commit 19b9f243cc996f8d3e28f6fd8a44c167894b358a
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:16:15 2023 +0200

    - added compound_set to csv export - #1172

commit 75ac125b5cae9d669d337410db9a184d6d31a456
Merge: f50666ce 574c7b5e
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 08:26:08 2023 +0200

    Merge branch '#1172' of https://github.com/m2ms/fragalysis-frontend into #1172

commit f50666cef87e491309347fbcb8514286fcb72adc
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 13:45:34 2023 +0200

    - implemented #1172

commit 574c7b5e65181e35865571ce7d9b6d01a40ce562
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 13:45:34 2023 +0200

    - implemented #1172

* #1167 fixed issues

* #1167 reworked resizer

* #1161 fixed merge bugs

* #1161 removed console

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* changed deprecated justify= to justifyContent=

* fixed some landing page errors, mostly missing key and using useState outside of useEffect in functional component

* #1061 loading and toast functionality move from header context into LoadingContext and ToastContext, added loading indicator for tags and hits panes + hit/molecule control buttons

* #1171 return representations when loading protein without quality to show it in display control

* do not set logged in toast message if user is not logged in

* fixed Tooltip error messages about its disabled child, fixed invalid variant type and removed xs from Grid container (it is Grid item property)

* fixed null value for open property

* fixed "ButtonGroup component doesn't accept a Fragment as a child. Consider providing an array instead"

* fixed "<div> cannot appear as a descendant of <p>" error by adding "component={'div'}" property to complex Typography component

* removed invalid way of setting color for tag, it does not work - only throws error and with proper setting it is same as background color..

* fixed missing key error

* fixed invalid references erros

* fixed unknown properties error and missing key

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - changed configuration

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - fixed search bar placeholder for hits

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - #1139 - fixed snapshot creation and restoration

* #1167 target and project list resizer

* #1167 fixed project list width

* #1161 changed width

* - #1183 - dynamic handling of tag categories

* - fixed #1186

* - job file transfer backend

* - checkpoint

* - new CI/CD

* Update build-main.yaml

got rid of scheduled rebuild because it's messing up data

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* changed deprecated justify= to justifyContent=

* fixed some landing page errors, mostly missing key and using useState outside of useEffect in functional component

* rebase

* #1171 return representations when loading protein without quality to show it in display control

* do not set logged in toast message if user is not logged in

* fixed Tooltip error messages about its disabled child, fixed invalid variant type and removed xs from Grid container (it is Grid item property)

* fixed null value for open property

* fixed "ButtonGroup component doesn't accept a Fragment as a child. Consider providing an array instead"

* fixed "<div> cannot appear as a descendant of <p>" error by adding "component={'div'}" property to complex Typography component

* removed invalid way of setting color for tag, it does not work - only throws error and with proper setting it is same as background color..

* fixed missing key error

* fixed invalid references erros

* fixed unknown properties error and missing key

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - changed configuration

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - fixed search bar placeholder for hits

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - #1139 - fixed snapshot creation and restoration

* - #1183 - dynamic handling of tag categories

* - job file transfer backend

* - checkpoint

* - new CI/CD

* - fixed build errors

* Squashed commit of the following:

commit d5c97097a073d1298221f98b01e0431cbf520a47
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Thu Nov 16 07:36:56 2023 +0100

    - fixes blank page

* #1035 added front-end pert of status lights for services

* #1035 added API endpoint and changed refresh rate to 30 seconds for now

* #1035 do not end up on failed response

* Squashed commit of the following:

commit e1dd8bd5f2c9e61c829cefb80b63f0e3f23604c9
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Tue Nov 21 09:16:46 2023 +0100

    - #1211 fixed and also fixed other problems which were hiding problems with snapshot restoration

---------

Co-authored-by: matej <matej.vavrek@m2ms.sk>
Co-authored-by: RobertMatuska <robert.matuska@m2ms.sk>

Experimental release to support XCA-based Fragalysis (2)

16 Nov 13:56
09b78de
Compare
Choose a tag to compare
#1035 Status lights for services update (#386)

* Update build-main.yaml

got rid of scheduled rebuild because it's messing up data

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* #1063 added header and search

* #1063 fixed body table, page count and search

* #1063 fixed minor bugs and set clear filter

* Squashed commit of the following:

commit 10925d2c914673bfaa4e8b0205904e3e393d731d
Author: RobertMatuska <robert.matuska@m2ms.sk>
Date:   Thu Sep 28 10:27:36 2023 +0200

    #1114 edited text and style

* #1161 setted search and filter for old target list

* #1161 fixed discourse icon padding

* #1161 fixed filtered list sort

* #1161 fixed target access sort and filter

* #1161 fixed change page

* #1145 preserve state of molecule rendering, save also actions of representation changes to snapshot

* do not wrap display controls buttons

* #1167 resize target list colmuns

* #1161 fixed sorting

* #1161 fixed sorting

* #1161 edit sort functionality for filter table

* #1161 fixed search, filter, sort by target access

* #1161 created init date column

* #1161 # filtering and sorting init date

* #1161 fixed clear and sort init date

* #1161 fixed target sorting

* Squashed commit of the following:

commit d4895261f303ae61a359579c485adf702cdff64e
Merge: 1c45038a 411921f8
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 08:24:05 2023 +0200

    Merge branch '#1173' of https://github.com/m2ms/fragalysis-frontend into #1173

commit 1c45038a42430f90f68430037027296021fe1974
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 11:03:49 2023 +0200

    - implemented #1173 also with save/restore and undo/redo functionality

commit 411921f8a4906c54dfcd31c8bc079f9bd3008baf
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 11:03:49 2023 +0200

    - implemented #1173 also with save/restore and undo/redo functionality

* merge

* Squashed commit of the following:

commit 7883c1584fc80b0be8dae624c18e86ddbe3c906b
Merge: 5e2b937d 19b9f243
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:19:36 2023 +0200

    Merge branch '#1172' of https://github.com/m2ms/fragalysis-frontend into #1172

commit 5e2b937da95963afab366fac18912b4c596ccd78
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:16:15 2023 +0200

    - added compound_set to csv export - #1172

commit 19b9f243cc996f8d3e28f6fd8a44c167894b358a
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 11:16:15 2023 +0200

    - added compound_set to csv export - #1172

commit 75ac125b5cae9d669d337410db9a184d6d31a456
Merge: f50666ce 574c7b5e
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Mon Oct 16 08:26:08 2023 +0200

    Merge branch '#1172' of https://github.com/m2ms/fragalysis-frontend into #1172

commit f50666cef87e491309347fbcb8514286fcb72adc
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 13:45:34 2023 +0200

    - implemented #1172

commit 574c7b5e65181e35865571ce7d9b6d01a40ce562
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Fri Oct 13 13:45:34 2023 +0200

    - implemented #1172

* #1167 fixed issues

* #1167 reworked resizer

* #1161 fixed merge bugs

* #1161 removed console

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* changed deprecated justify= to justifyContent=

* fixed some landing page errors, mostly missing key and using useState outside of useEffect in functional component

* #1061 loading and toast functionality move from header context into LoadingContext and ToastContext, added loading indicator for tags and hits panes + hit/molecule control buttons

* #1171 return representations when loading protein without quality to show it in display control

* do not set logged in toast message if user is not logged in

* fixed Tooltip error messages about its disabled child, fixed invalid variant type and removed xs from Grid container (it is Grid item property)

* fixed null value for open property

* fixed "ButtonGroup component doesn't accept a Fragment as a child. Consider providing an array instead"

* fixed "<div> cannot appear as a descendant of <p>" error by adding "component={'div'}" property to complex Typography component

* removed invalid way of setting color for tag, it does not work - only throws error and with proper setting it is same as background color..

* fixed missing key error

* fixed invalid references erros

* fixed unknown properties error and missing key

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - changed configuration

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - fixed search bar placeholder for hits

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - #1139 - fixed snapshot creation and restoration

* #1167 target and project list resizer

* #1167 fixed project list width

* #1161 changed width

* - #1183 - dynamic handling of tag categories

* - fixed #1186

* - job file transfer backend

* - checkpoint

* - new CI/CD

* Update build-main.yaml

got rid of scheduled rebuild because it's messing up data

* updated react16 to react 18.2, replaced hot-loaders modules by react-refresh, removed react-undo module

* added proper values for Typography variant

* renamed obsolete create theme function

* changed deprecated justify= to justifyContent=

* fixed some landing page errors, mostly missing key and using useState outside of useEffect in functional component

* rebase

* #1171 return representations when loading protein without quality to show it in display control

* do not set logged in toast message if user is not logged in

* fixed Tooltip error messages about its disabled child, fixed invalid variant type and removed xs from Grid container (it is Grid item property)

* fixed null value for open property

* fixed "ButtonGroup component doesn't accept a Fragment as a child. Consider providing an array instead"

* fixed "<div> cannot appear as a descendant of <p>" error by adding "component={'div'}" property to complex Typography component

* removed invalid way of setting color for tag, it does not work - only throws error and with proper setting it is same as background color..

* fixed missing key error

* fixed invalid references erros

* fixed unknown properties error and missing key

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - changed configuration

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - fixed search bar placeholder for hits

* - #1139 - updated docker-compose file to be ready for new backend version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - initial implementation of #1139 - tags and molecules

* - #1139 - tags, molecules updated to use new api - not final version

* - #1139 - fixed snapshot creation and restoration

* - #1183 - dynamic handling of tag categories

* - job file transfer backend

* - checkpoint

* - new CI/CD

* - fixed build errors

* Squashed commit of the following:

commit d5c97097a073d1298221f98b01e0431cbf520a47
Author: Boris Kovar <boris.kovar@m2ms.sk>
Date:   Thu Nov 16 07:36:56 2023 +0100

    - fixes blank page

* #1035 added front-end pert of status lights for services

* #1035 added API endpoint and changed refresh rate to 30 seconds for now

* #1035 do not end up on failed response

---------

Co-authored-by: Boris Kovar <boris.kovar@m2ms.sk>
Co-authored-by: RobertMatuska <robert.matuska@m2ms.sk>

2023.11.1

07 Nov 09:19
05d774f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.09.1...2023.11.1

2023.10.3

16 Oct 10:44
1a0db54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.10.2...2023.10.3

2023.10.2 #1145

11 Oct 08:33
ade5db2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.10.1...2023.10.2

2023.10.1

05 Oct 13:22
c0d1ce2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.09.2...2023.10.1

2023.09.2

26 Sep 11:42
b00cf0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.08.7...2023.09.2

2023.09.1

26 Sep 11:39
51c06ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.08.4...2023.09.1

2023.08.7: MS 2023-06-15 #1108 #1102 #741

25 Aug 08:38
349a699
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.08.6...2023.08.7

2023.08.6: MS 2023-06-15 #1107 #1109

24 Aug 11:51
c8ef4b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.08.5...2023.08.6