Releases: BlueBrain/nexus-web
Releases · BlueBrain/nexus-web
v1.10.0-M2-search-id-res
What's Changed
Full Changelog: v1.10.0-M2...v1.10.0-M2-search-id-res
Release v1.10.0-M2
What's Changed
- Remove duplicated tag resource button by @bilalesi in #1465
- Optimize Elasticsearch view and indexing error retrieval by @danburonline in #1448
- Add VS Code settings (debugger, recommended extensions etc.) by @danburonline in #1440
- Undeprecate other resource types (
schemas
,views
andstorages
) by @danburonline in #1468 - All revisions inside the list should be accessible (atleast t… by @Dinika in #1475
- Rename copy labels by @bilalesi in #1476
- Pin history version to fix issue with opening ids with encoded characters by @Dinika in #1478
- Adjust custom linter logic for code editor by @danburonline in #1474
- Resource view should sort correctly after text search cleared by @Dinika in #1479
Full Changelog: v1.10.0-M1...v1.10.0-M2
Release v1.10.0-M1
What's Changed
- Add diff fields depending on the added/deleted/updated status by @bilalesi in #1424
- Add tagging func to a resource for a specific revision by @bilalesi in #1425
- Add notification to slack and better debuggability to cron github action by @Dinika in #1429
- Customization options for start page's background by @danburonline in #1437
- Improve slack notification for public studios cron job by @Dinika in #1441
- Undeprecate resources by @danburonline in #1438
- Update packages by @bilalesi in #1446
- Meta tag validation in
CodeEditor
component with custom linter rules by @danburonline in #1443 - Also hide the deprecation of the
defaultSparqlIndex
by @danburonline in #1442 - Undeprecate projects by @danburonline in #1445
- Increase GitHub Action timeout for new release by @danburonline in #1455
- Fix: double-extension on file download by @danburonline in #1439
- Fix: Regex tag resource and validation by @bilalesi in #1435
- Fix: query fail when query string is not defined by the user by @bilalesi in #1434
- Fix: Jest snapshot by @danburonline in #1453
New Contributors
- @danburonline made their first contribution in #1437
Full Changelog: v1.9.9...v10.10.0-M1
Release v1.9.9
What's Changed
- Fix: Typos in studio card by @Dinika in #1406
- Fix: Typos in "deprecated this project" button by @bilalesi in #1390
- F4342: Scheduled cypress tests for public studios by @Dinika in #1410
- F4349: ID resolution page by @bilalesi in #1407
- F4011: Add Tag a resource for a specific revision @bilalesi in #1425
- Feature: Resource history split properties to (deleted/updated/added) by #1424
Full Changelog: v1.9.8...v1.9.9
Release v1.9.8
Bugfix
- Don't show error message when no hits for found for a predicate run on backend - 1397
Release v1.9.7
Improvements
- Show list of exhaustive paths in existing project and type (instead of only paths available in current page of resources) - 1386
- Run "exists" and "does not exist" predicates on all resources in given project and type - 1387
- Bulk request resources from backend to reduce number of network requests to server - 1389
- Activate end to end tests - 1388
Release v1.9.6
Release v1.9.5
What's Changed
- Retrieve acl permissions for selected org and project by @Dinika in #1370
- Switching type filter operator from OR to AND when I have only 1 type selected unnecessarily reloads the table. by @bilalesi in #1374
- Filter menu oddly floats as I scroll by @bilalesi in #1373
- No ordering in the type filter forces me to use Search to find Types by @bilalesi #1372
- Font size used for the type filter is rather large, say compared to project name by @bilalesi in #1375
- Column selection and column header should be made uniform. I recommend sticking with the exact original JSON casing by @bilalesi in #1376
- Project base is read-only when it should be editable by @bilalesi in #1377
- Main header menu popup floating when scrolling by @bilalesi in #1378
Full Changelog: v1.9.3...v1.9.5
Release v1.9.4
What's Changed
- Bug fix - Users with write permissions should be able to update resources. #1370