Skip to content

Releases: dolittle/Studio

Release SelfService-Web v3.13.0

01 Sep 10:24
498dad1
Compare
Choose a tag to compare

Summary

  • Add "Strict certificate validation" to connector configuration

Release SelfService-Web v3.12.1

31 Aug 09:14
82d6f9c
Compare
Choose a tag to compare

Summary

Improve Layout spacing in MicroserviceDetails and ContainerRegsistry page.
Improve NoMicroservises footer text.
Navigate from ApplicationsList to 'building' page when application is not live. (Still needs improvement).

Release SelfService-Web v3.12.0

30 Aug 14:10
ff53f08
Compare
Choose a tag to compare

Summary

  • Restructure the Configuration tab with Content* components to match the other tabs
  • Add Connector configuration section with exporter settings to change the cronExpression
  • Fix bug where the selected authentication type was not respected when cloud and authtype basic was selected

Release SelfService-Web v3.11.1

30 Aug 08:57
7054e5d
Compare
Choose a tag to compare

Summary

Improve creating new application with better navigation and application building page.

Added

  • ProblemPage to Design System

Release SelfService-Web v3.11.0

30 Aug 07:35
Compare
Choose a tag to compare
  • do not disable authentication type based on connector deployment type
  • Simplify selection of configuration sections. MDP will now always be visible until we have an M3 hosting type added
  • Slighty improve the check to evaluate if basicauth has any values set (ie: is in use)

Release SelfService-Web v3.10.0

29 Aug 09:03
Compare
Choose a tag to compare

Summary

  • Support for selecting authentication type when setting up the M3 connector
  • Cloud connector supports only ION
  • On premises connector supports MDP/ION and MDP/M3 basic authentication

Release SelfService-Web v3.9.15

28 Aug 13:42
1044048
Compare
Choose a tag to compare

Summary

Improved overall navigation.

Added

  • Navigate to 'Landing page' when NavBar logo is clicked

Changed

  • Clean 'localStorage' after logging out or changing customer
  • 'Orgainzation' link label to 'Customer' as it is on Authentication pages

Fixed

  • Favicon display. Changed index.ejs file for that

Removed

  • Microservices EnvironmentVariables button styles for smaller screens so they dont stack on top of each other

Release SelfService-Web v3.9.14

25 Aug 12:25
dce1b6b
Compare
Choose a tag to compare

Summary

Improved Microservices page appearance.

Added

  • FullPageLoadingSpinner to the Design System for waiting to the action complete

Fixed

  • M3Connector option display when deploying the new Microservice
  • Layout horizontal scroll

Release SelfService-Web v3.9.13

25 Aug 11:19
Compare
Choose a tag to compare

Summary

Update link to changelog for 9.0.1

Release SelfService-Web v3.9.11

25 Aug 09:38
Compare
Choose a tag to compare

Summary

M3 Connector Configuration Page

  • Introduces M3ConfigurationFormSaveState, which is a submit result object that contains if a form submit was valid from the server side. It's always valid from react-hook-form's perspective if the form itself is valid, which is not helpful. It functions as a way to aggregate up all the different requests and give that back to the parent component when form submitting is successful
  • Expand M3 Configuration form sections when there are errors submitting. Allow expanding multiple sections when there are errors
  • Collapse M3 Configuration form sections when section successfully saved
  • Better logic when saving fails
    • Do not exit edit mode
    • Revert back to original values from data, not the form (since the form is successful if it has submitted, regardless of what the server says)

Design System / AccordionList

  • [AccordionList]: Changes to AccordionList to make it easier to programmatically change
    • [AccordionList]: Using children Accordion's as controlled components
    • [AccordionList]: Reworked AccordionListItems to be a separate type
    • [AccordionList]: Added explicit API for expandedModel and onExpandedModelChange - inspired by the MUI data grid selection mechanism