Skip to content

Releases: BlueBrain/nexus-web

v 1.7.0

14 Mar 15:00
Compare
Choose a tag to compare

Features

Graph Analytics

Fusion now enables users to inspect properties and relationships of resources in a given project via the new Graph Analytics plugin.

Studios Elasticsearch Support

Support Elasticsearch and Composite views has been added to Studios. Studios targetting an Elasticsearch view provide the option for more performant Studios compared to those targetting a Sparql view. The Studio data model has changed to support this, see migration notes for migrating existing Studios.

Search Enhancements

Search configurations

Search configurations have been introduced to provide convenient access to apply common search criteria.

Support for Numerical and Date columns

Numerical and date type column support has been added providing the ability to filter search results appropriately for these data types.

Jump to Studio

The Search bar can now be used to search for Studios and navigate to them directly.

Better Preview support for PDFs

Enhanced support for previewing PDFs in the resource preview plugin provides the ability to zoom in and pan large PDFs.

Versioned Links

Resource links to other resources can now be version-specific.

Remove Tag from Resource

Tags can now be removed from a resource directly in Fusion.

UI Enhancements

The following UI enhancements have been made in this version:

  • Redesigned Resources panel with quick access to high-level details of resource. Plugin opened/closed status is also persisted improving the UX when wanting to view the same plugin(s) for several resources.
  • Colour scheme has been updated to better align with our style guide.
  • Navigation has moved from the sidebar to the header giving more screen real-estate.

Fixes

A series of bugs have also been fixed.

v1.7.0-M1

12 Nov 12:51
6112507
Compare
Choose a tag to compare

Features

  • Resources view redesign 2709
  • Admin view redesign.
  • Delta links in search and workflows now opens in corresponding fusion 1315
  • New Styling for fusion. Fusion now follows Blue Brain Style guide.2890

Fixes

  • Prevent resource side drawer from closing when shouldn't .
  • Prevent search table header controls from overflowing onto new line.

v1.6.1

29 Oct 13:39
fbd4bac
Compare
Choose a tag to compare

Features

  • Resource-view opens up as a side panel.(2617)
  • User can see all data, when the search query is empty.(2875)
  • A loading spinner shows up when there is a delay in fetching search results.(2880)

Fixes

  • label 'none of' in filter was previously mis-labelled as 'any of' (2872)
  • The behavior of 'none of' filter has been fixed to avoid confusion with other filters.(2898)
  • Preview plugin bug fix to prevent it from crashing for certain file paths.(2884)
  • Search bar matches query content.(2874)

v1.6.0

14 Oct 07:34
896f8a4
Compare
Choose a tag to compare

✨ Features

  • Revamped Fusion search. Fusion search will now use delta search end point and will provide a improved UI with sorting, filtering, pagination etc.
  • Real-time updates. Fusion now uses 'indexing=sync' option in delta API. This means all the updates made through fusion will be indexed in delta synchronously.
  • Sub apps other than studio will be hidden in sidebar for anonymous users.
  • Fusion will show a warning message when projects are due for deletion.

✨ Fixes

  • Fixes on video player plugin.

v1.6.0-M1

05 Aug 12:08
1476b69
Compare
Choose a tag to compare

Minor release for Nexus Fusion.

✨ Features

  • YouTube plugin. Resources, with YouTube links in its distribution property, can now display them in an embedded YouTube player.
  • PDF and CSV viewer plugin. Resources, with CSV data or PDF file links in their distribution property, can preview them in the resource view.
  • Real-time updates. Fusion now uses 'indexing=sync' option in delta API. This means all the updates made through fusion will be indexed in delta synchronously.

✨ Fixes

1.5.1

13 Jul 06:11
4b19151
Compare
Choose a tag to compare

Minor release for Nexus Fusion.

✨ Features

  • New layout for Data Table in workflow sub-app.
  • New notification handling for all sub-apps.
  • Ability to remove Dashboards and workspaces from the studio.
  • New Layout for studio edit buttons.
  • Studio Dashboard respects resource tags in the view.
  • Pagination support for sparql editor in Admin sub-app.

✨ Fixes

  • Fix for broken download metadata and files in Data Cart .
  • Data Table bug fixes (sorting and confirmation dialog).
  • Allow users to link activities to a new step.
  • Resources listing uses pagination instead of the infinite scroll in Admin.
  • Show the path on the step selection dropdown to distinguish workflow steps with the same or similar names.
  • Fix for broken View deprecation in Admin.

v1.5.0

25 May 06:34
7c4e330
Compare
Choose a tag to compare

1.5.0 Fusion Release

In this minor release, we have added two new sub-applications to fusion. We have also updated the Admin app to match the v1.5.0 release of Nexus Delta.

✨ Features

  • Search sub-app (Beta)
    • Choose an Elasticsearch index to search on.
    • Configure facets and attributes.
  • Workflow sub-app (Alpha)
    • Create workflows.
    • Creates steps and sub-steps to describe the workflows.
    • In each step, link activities and add inputs.
    • Visualize data by adding data tables, activity tables, or input tables.
  • Data Cart
    • Save resources locally in your data cart, either from the resource view or from a data table.
    • Download and copy IDs from the cart resources in bulk.
  • Studio sub-app
    • Support for Elasticsearch queries in Studios.
    • Brand your deployment of Nexus Fusion for your needs.
    • Configure sub-apps visibility for anonymous users.
    • More under the hood improvements.

v1.4.2

25 Nov 09:54
c79a15a
Compare
Choose a tag to compare

1.4.2 Fusion Release

This is a minor update with bug fixes and small feature additions.

✨ Features:

  • New 404 page.
  • Users can now login by clicking on realm option on the header. (BlueBrain/nexus#1674)
  • Configurable application logo.
  • Add External sub apps using a config file.
  • Show or hide sub apps in the side bar using config file.
  • UI elements now use Antd 4.0.
  • Allow plugins config to target multiple shapes (BlueBrain/nexus#1558)
  • Display latest version and link it to the GitHub commit in the info box. (BlueBrain/nexus#1757)
  • Collapse and expand behavior of side bar menu is modified. (BlueBrain/nexus#1692)

👷 Fixes:

v1.4.1

13 Nov 08:48
9d894ba
Compare
Choose a tag to compare

1.4.1 Fusion Release

This is a minor update with bug fixes.

✨ Fixes:

  • Clicking on sub app icon will take user to sub app home page. (BlueBrain/nexus#1397)
  • Home icon has been removed from some pages . (BlueBrain/nexus#1396)
  • Sub app icon is always selected when user is on a sub app. (#657)

v1.4.0

17 Aug 09:49
6d04b7b
Compare
Choose a tag to compare

1.4 Fusion Release

In this initial release of Fusion, we will begin the process of morphing the Nexus Web application into Nexus Fusion. That means there's a lot of changes coming to this repo!

Important Notes:

Nexus Web will be renamed to Nexus Fusion, to reflect its new role as a platform which integrates any number of custom sub-applications that operate on Nexus.

This repo, likely, will be renamed to nexus-fusion.

✨ Features:

  • Sub Applications
    • Admin functionality repurposed into an "Admin" sub-app, you can follow the migration here: BlueBrain/nexus#1296
    • Studio v1 features, including the studio list, workspaces and dashboards, will be repurposed into a "Studio alpha" sub-app, you can follow the migration here: BlueBrain/nexus#1265