Skip to content

Releases: ITISFoundation/osparc-simcore

pre-release8

16 Jul 14:53
0e7dc80
Compare
Choose a tag to compare
pre-release8 Pre-release
Pre-release

Hot Fixes

  • Fix endpoint of s3 in production (#943)
  • Fix simcore.s3 tree loading issue (#947)
  • Add context manager for long standing connections (#949)

pre-release7

12 Jul 14:20
1313669
Compare
Choose a tag to compare
pre-release7 Pre-release
Pre-release

Change log

  • Improvements in storage:
    • access to deep tree directories in dat-core (#900, #934)
    • fix datcore copy delete (#925)
    • fixes collections can contain collections (#930, #931)
  • Extends reverse proxy for jupyter/paraview/modeling (#922)
  • Resource management: Director save state before delete (#918)
  • New parametrized template studies (#929, #933)
  • New UI Study+Service metadata (#883)
  • Invitations configurable. Disabled in master and staging deploys (#935)
  • Support for database migration (#899)
  • Speedup of pandas/numpy based images (#920)
  • Fix endpoint of s3 in production (#943) (#944)

pre-release6

11 Jun 14:53
1257f10
Compare
Choose a tag to compare
pre-release6 Pre-release
Pre-release

Hotfixes

pre-release5

06 Jun 09:56
fdf0e97
Compare
Choose a tag to compare
pre-release5 Pre-release
Pre-release

fixes access

pre-release4

05 Jun 11:23
b6a641e
Compare
Choose a tag to compare
pre-release4 Pre-release
Pre-release

2nd pre-release for Beta invitiations

pre-release3

04 Jun 19:39
da36955
Compare
Choose a tag to compare
pre-release3 Pre-release
Pre-release
  • First pre-release for beta user access via invitations

pre-release2

29 May 13:28
d8dcf15
Compare
Choose a tag to compare
pre-release2 Pre-release
Pre-release
Allows director to access staging registry (#827)

* Allow changing ports services (#810)

allow dynamic allocation of published port by the swarm
travis optimisation: only pull cache if it is necessary to build

* is795/flash messages (#804)

Refactor and redesign of the frontend messages (FlashMessages)
* They are now implemented as normal separated widgets
* FlashMessenger manages the message queue
* FlashMessenger public methods remain the same
* They show sequentially by order of arrival
* Messages can be closed individually
* Level of message (info, debug, error...) is shown in a small rounded badge before the message
* Messages are stacked up to a maximum allowed number (default is 3)
* Messages move with nice transitions
* Messages show during a time specified by the message length

* File Picker UX (#808)

* setProgress to 100 when file selected
* Do not set progress to 0 in FilePicker when starting the pipeline
* Select file when reopening FilePicker if any preselected
* hide file uuid to regular users
* preselect uploaded file in filePicker

* Split repository: move dynamic services to osparc-services repo (#820)

* moved dy services to osparc-services repository
* removed services dedicated scripts

* Is822/director access registry bearer (#824)

* director tries to authenticate with registries following token authentication, basic authentication or no authentication
* listing repos/tags now supports pagination
* added configuration to define service prefix name

pre-release1

23 May 12:27
cfa55ae
Compare
Choose a tag to compare
Allow changing ports services (#810) (#812)

allow dynamic allocation of published port by the swarm
travis optimisation: only pull cache if it is necessary to build