Skip to content

Releases: BlueBrain/nexus-web

Release v1.9.0

19 Jul 16:31
2d0eac9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.5...v1.9.0

Release 1.8.5

04 Jul 07:04
133b586
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.8.5

Release 1.8.4

03 Jul 17:40
7714e8a
Compare
Choose a tag to compare

DATA PANEL

Fix: Enable the data panel to be used by anonymous users

Release 1.8.3

28 Jun 12:27
7714e8a
Compare
Choose a tag to compare

GENERAL

  • #1260 Display name of the resource by (perfName, name, _filename, suffix of id, suffix of _self

DATA CART

  • #1275 Use Zip format instead Tar.
  • #1261 Fetch the resources when they don’t have a distribution.
  • #1262 File size details “shows only when the user check the types checkboxes or when the resource is a File type”.
  • #1273 Some resources with name as an array, the front will get an error, but the resource distribution still get downloaded successfully (the error has been fixed).
  • #1278 Fix remove a an item from data panel
  • #1274 Don’t show JSON file extension in file types section for resources (only for distribution and @type=File).
  • #1282 Reseting the types checkboxes when the user clear the data panel.
  • #1278 Fix removing the resource from the Cart by removing also the binaries to show the correct stats in the data panel bottom bar.

MY DATA

  • #1267 Filter by dates (createdAt, updatedAt) in my data section/page.
  • Rebuild the date component to match exactly the design.
  • #1280 Enable the Date component to inverse the dates when the user use the range (if end date < start date)

SETTINGS

  • #1270 Show a good message when no ACLs or no Error.
  • #1271 Show All types in Views (ElasticSearchView, View, SparqlView, CompositeView).
  • #1272 Filter out deprecated resolvers in Settings/Resolvers
  • #1286 Add the realm for each Permission row to distinguish the entities.

Release 1.8.2

14 Jun 13:39
059666d
Compare
Choose a tag to compare

The following improvements were made:

General

  • #1249 Change My-Data view to top level page
  • #1260 Improve name displayed for resources in my-data table
  • #1261 Fetch resources that don't have distributions in my-data
  • #1262 Show file size only when extensions selected or resource is of type File

Release 1.8.1

08 Jun 11:48
e83dc10
Compare
Choose a tag to compare

The following improvements were made:

General

  • #1250 Download for resources with multiple distributions was improved.
  • #1248 De duplicated logic to download resources across all pages.
  • #1256 Organization and project names are not capitalized.

Release 1.8.0

08 Jun 07:55
39bdcd1
Compare
Choose a tag to compare

The following improvements were made:

General

  • #1250 Download for resources with multiple distributions was improved.
  • #1248 De duplicated logic to download resources across all pages.
  • #1256 Organization and project names are not capitalized.

Release 1.8

25 May 08:35
39bdcd1
Compare
Choose a tag to compare

General

(#3496)) Rebuilt the header of the app.

(#3497) Added a fixed toolbox to allow the user an easy navigation between the main parts of the applications.

(#3835) Added Route access protection by checking the user authentication session to allow or forbid the user to access a private page.

Login Page

(#3829) Rebuilt the Login Page.

Home

(#3754) Rebuilt the home page: the user can see the main global search types at the home page.

  • The user can navigate to organisations, projects and studios,
  • The user can create new organisation, new project, new studio.
  • The user can see their data and search within the entire datasets list.

(#2442), (#3223) Enabled users to select datasets both in the home page, my data page, and the global search types and add them to the cart where he can download them entirely or by selecting the files extensions.

Organisation Listing Page

(#3830) Improvements to organisations list both on the UI and network requests caching.

Projects Listing Page

(#3831) Improvements to projects list both on the UI and network requests caching.

Studio Page

(#3832) Improvements to studios list both on the UI and network requests caching.

(#3224) Enable download of a selection of data

(#3344) Enabled filtering columns for Elasticsearch and sparql based dashboards in studios.

(#3345) Persist updates made on columns when user edits dashboards.

(#3346) Re-enable sorting for sparql tables in studios page.

(#3256) Show error messages (with details, when available) when dashboards fail to load

(#3365) Show count of results in studio dashboards

Project Page

Settings Tab

(#2979) Added ability to list all Views configured in the Project.

  • Allow to create a new View.
  • Enable the user to edit/query the selected view.

(#3819) Enabled the user to trigger reindexing on Views, either a single one or all of them.

(#2980) Added ability to list all Storages configured in the Project.

  • Ability to create a new Storage.

(#2981) Added ability to list all Resolvers configured in the Project. Present their respective priority and their type.

(#3842) Added the ability to run ID resolution on the Resolvers configured in the Project:

  • Show the details of the retrieved resource.
  • Allow the user to open the resource view.
  • Display the full error if the resource can not be resolved.

(#2984) Rebuilt the ACL permissions UI, to be user friendly.

(#3767) Allowed the user to deprecate a Project

  • A security check has been implemented to confirm that the user is very aware of this sensitive action by providing a organization/project name validation and forbidding the copy/past action of the the previous information.

Browse Tab

(#3803) The types in the type filter dropdown list has a tag contains the redundant type in the title

  • Remove the tag since it’s duplication.
  • Add tooltip to the title to show the full URI of the type if there is a redundant with different schema.

Plugins

Preview Plugin

(#3272) Enable to preview the csv distribution files.

Image Plugin

(#3214), (#3282) Added Image Preview Plugin: the plugin allow to display the images as list or grid with title and the size of the image,

  • The user has the ability to preview and download the image.

Data Panel

#2442, #3223, #3224, #3857

  • Allow the user to select resource data from different places in the application (My data page, Global Search Types Pages, Studio page).
  • Allow the user to download all the data, or some specific data based on file type extension and bundle the data in a .tar file.

v1.8.0-M16-2

04 Apr 08:22
Compare
Choose a tag to compare
  • FIX: Reset unfold when the expand/metadata are toggled.
  • FIX: Search by @id and _self query depends on deprecated value.
  • FIX: Refresh the ES type list depends on deprecated value.

v1.8.0-M16-1

30 Mar 16:10
Compare
Choose a tag to compare

Fix organization label regex
Fix fold/unfold name in toggle json preview
Fix redirect to Query View with base url by Link instead button
Fix redirect QueryView (Browse) -> Open View Resource (ResourceViewComponent)
Fix error Alert disappearing when change resources (one is not found)