Skip to content

RC_JejuHorse

Compare
Choose a tag to compare
@davidangb davidangb released this 04 Dec 22:28
· 9 commits to master since this release
a44a09e
  • #83 Improved an error message. Previously, users would see a message sendReceive doesn't support chunked responses, try sendTo instead, which was unhelpful and confusing. Now, this error better indicates what's really happening: The response payload was over 20MB and cannot be processed.
  • #136 The warning banner that states "Your offline credentials are missing or out-of-date..." is now bright red instead of yellow, in an attempt to make it more obvious. Additionally, new users who accept the Free Credits offer will see their browsers fully refresh after accepting, in order to reload all their cached data.
  • #206 When viewing a single workflow's details, the FireCloud UI now defers its cost calculation until after it renders the workflow details. Since cost calculation can be slow, this allows the UI to serve the workflow details faster.
  • #213 The FireCloud UI now requests a smaller, streamlined payload from the API when rendering workflow details. This allows the UI to serve the workflow details faster and eliminates some - but not all - errors caused when the workflow details API response is too large.
  • #214 The FireCloud UI now only requests the data to populate a workflow's timing diagram on demand, once a user clicks to show the diagram. Previously the UI loaded this data when the page first rendered. This further allows the UI to serve the workflow details faster and eliminates some - but not all - errors caused when the workflow details API response is too large.
  • #218 The FireCloud UI now shows an error message in certain situations on the workspace list and the submission list within a workspace. Previously, the error message was suppressed and, in the case of a backend error, the UI rendered an empty page.