Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.2 Release #152

Merged
merged 170 commits into from
Jun 2, 2022
Merged

2.1.2 Release #152

merged 170 commits into from
Jun 2, 2022

Conversation

nielsdejong
Copy link
Collaborator

@nielsdejong nielsdejong commented Jun 2, 2022

NeoDash 2.1.2

The 2.1.2 release contains some bug fixes and minor improvements to the application.

Application changes:

  • Added button to clone (duplicate) a report inside a dashboard.
  • Added option to show/hide labels inside circle packing charts.
  • Changed dashboard layout compaction strategy to be more natural.
  • Fixed card headers not rendering correctly in read-only mode.
  • Fixed rendering issues for table columns containing null values.

Operational changes:

  • Added support for username/password environment variables in Docker.

nielsdejong and others added 30 commits February 14, 2022 11:07
* Stability fixes for 2.0.11 (#76)

Fix for rendering dictionaries in tables/single value charts.
Added resize handler for fullscreen map views.
Added missing auto-run config to pie charts.
Fixed broken value scale parameter for bar charts.

* Changed dockerfile usage from ENV to ARG

Also using CMD as opposed to ENTRYPOINT

* Updated supporting docker scripts

* Renamed docker run scripts, deleted docker-build.bash

* Changed dockerfile usage from ENV to ARG

Also using CMD as opposed to ENTRYPOINT

* Updated supporting docker scripts

* Renamed docker run scripts, deleted docker-build.bash

* Updated README to match new Docker image setup

Co-authored-by: Niels de Jong <[email protected]>
Co-authored-by: Tobias <[email protected]>
* Remedied errors in handling of nginx configs

* Adjusted copy of default.conf

Co-authored-by: Tobias Krøgholt <[email protected]>
nielsdejong and others added 25 commits May 18, 2022 09:13
Fix bug where neodash will ask you to clear a dashboard when none exists. (Invalid cache check)
* 2.1 Release (#131)

## NeoDash 2.1
The 2.1 release is a major update to the NeoDash application.

Main updates:
- Added new drag-and-drop dashboard layout - reports can be **moved** and **resized** freely within the dashboard.
- Updated dashboard file format for new layout (2.0 dashboards are automatically migrated).
- Pages can now be reordered by dragging and dropping. 
- Added three new hierarchical report types:
  - Treemaps
  - Sunburst Charts
  - Circle Packing Charts
- Styling/usability improvements for pie charts.
- Improved image download (screenshot functionality) for all report types.
- Parameter select reports now resize the selector to fit the available space.

Other changes:
- Added continuous integration and deployment workflows.
- Created a new [User Guide](https://github.com/nielsdejong/neodash/wiki/User-Guide) with documentation on all report customizations is available.
- Added a new [Developer Guide](https://github.com/nielsdejong/neodash/wiki/Developer-Guide) with info on installing, building and extending the application.

* Bumped version new to fix npm signature
* 2.1 Release (#131)

## NeoDash 2.1
The 2.1 release is a major update to the NeoDash application.

Main updates:
- Added new drag-and-drop dashboard layout - reports can be **moved** and **resized** freely within the dashboard.
- Updated dashboard file format for new layout (2.0 dashboards are automatically migrated).
- Pages can now be reordered by dragging and dropping. 
- Added three new hierarchical report types:
  - Treemaps
  - Sunburst Charts
  - Circle Packing Charts
- Styling/usability improvements for pie charts.
- Improved image download (screenshot functionality) for all report types.
- Parameter select reports now resize the selector to fit the available space.

Other changes:
- Added continuous integration and deployment workflows.
- Created a new [User Guide](https://github.com/nielsdejong/neodash/wiki/User-Guide) with documentation on all report customizations is available.
- Added a new [Developer Guide](https://github.com/nielsdejong/neodash/wiki/Developer-Guide) with info on installing, building and extending the application.

* 2.1.1 - npm signature hotfix (#140)

Hotfix for npm signature signing

* Added different npm registry syntax
* 2.1.1 - npm signature hotfix (#140)

Hotfix for npm signature signing

* Added different npm registry syntax
* Added issue templates

* Fixed issue template directory
* Converting docs to adoc

* Renamed adoc files

* Updated README. Updated Home page of the adocs to match labs standard

* Added tags

* Added screenshot

* Fixed adoc spacing

* Fixed styling on adoc files

* Final adjustments to ASCIIdoc migration of the Wiki
* added a skeleton for the clone button feature
* removed a comment
* removed stuff and also added a new icon
* Minor performance improvements on report cloning

Co-authored-by: aleksandarneo4j <[email protected]>
Co-authored-by: Bennu <[email protected]>
Co-authored-by: Niels de Jong <[email protected]>
* Renamed some variables
* Renamed helper function

Co-authored-by: Niels de Jong <[email protected]>
* Made resize button more visible. Added docker environment variables for standaloneUsername and standalonePassword. Fixed width of card title headers for standalone mode. Fixed rendering issue for nullable columns in tables

* Removed deprecated string parameters

* Changed grid compaction type from horizontal to vertical

* Bumped version number. Changed all GitHub references to new organization

* Updated release notes

* Re-enabled all IT tests
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.

5 participants