Skip to content

Conversation

benloh
Copy link
Collaborator

@benloh benloh commented Aug 17, 2020

Date Released: 8/25/2020

Version 1.3.0 introduces two main sets of features:

  • Support for running multiple instances of NetCreate on a single server
  • Filtering

New Features

Support for running multiple NetCreate instances

In order to support running multiple NetCreate instances on a single serve, we need to be able to specify the ip address, ip port, websocket port, and dataset to be used with each instance.

  • The ip address used to access the application can now be set via nc.js. This is necessary to enable multiple instances of NetCreate to run on the same server. f1aaadb

  • The ip port used to access the application can now be set via nc.js. This is necessary to enable multiple instances of NetCreate to run on the same server. abdf0e6

  • The websocket port used to access the application can now be set via nc.js. This is necessary to enable multiple instances of NetCreate to run on the same server. 5047a6c

  • The currently selected dataset is now shown in the browser title field. 0f26ee5

  • The currently selected dataset is now included with logs. ec402e6

Filtering #113

A new filters panel allows users to show or hide nodes and edges based on specific search criteria.

  • Nodes and edges are filtered separately. 38057f3

  • Available filters are determined via template settings. ca7b888

  • All filters can be cleared with a "Clear Filters" button. 1fbb7ba

  • A summary of active filters is displayed when the Filters panel is closed.
    997e69d

  • Filtered objects are hidden (not removed). bdb4ab7

  • General improvements to the InfoPanel. fc5d375 b391b26 cfc9e4e f649cb4

Token Improvements

Network Support

Improvements

General

  • Optimized EdgeEditor display to improve rendering times. d3c2f42

  • Log file fields now all use tab delimiters. b0a7130

Improve vertical space for smaller screens. #97

  • The login field is now in the navbar. bcf5ec2

  • Tightened layout of navbar. 566c929

  • Tightened layout of Search field and labels. 423d25b 2f74dad

  • Hyphenate form labels to prevent labels from overwriting the entry fields. 19e6b2b 6a0f3be 24edcd7

  • The "Extras" button visible on localhost and used mostly for dev work is now hidden. d3b4ec2

Storybook

  • Introduced the Storybook framework for designing and testing components. 8cfaf61 0d02cde

Bug Fixes

benloh added 30 commits June 5, 2020 10:49
…in edit mode. This speeds up render by almost 2 secs.
…ch-server.js will properly revert to default.
UNISYS.IniializeNetwork was not being called with any overrides.  This introduces a netport override set by nc.js.
benloh and others added 25 commits August 14, 2020 11:59
…from appearing (one for FilterPanel, one for TabContent)
Feature: Heartbeat Ping + UADDR-based Database Locking
@benloh benloh changed the title WIP: Version 1.3.0 Version 1.3.0 Aug 25, 2020
@benloh benloh merged commit 489e014 into dev Aug 25, 2020
@benloh benloh mentioned this pull request Aug 25, 2020
@benloh benloh deleted the dev-bl/config-ip branch August 25, 2020 14:58
benloh added a commit that referenced this pull request Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants