Skip to content

Commit a68df4f

Browse files
Merge pull request #1041 from neo4j-labs/develop
Release 2.4.10
2 parents 86058df + 92b1623 commit a68df4f

File tree

77 files changed

+295
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+295
-150
lines changed

.github/workflows/master-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
context: .
8080
file: ./Dockerfile
8181
push: true
82-
tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.4.9
82+
tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.4.10
8383
build-docker-legacy:
8484
needs: build-test
8585
runs-on: neodash-runners
@@ -103,7 +103,7 @@ jobs:
103103
context: .
104104
file: ./Dockerfile
105105
push: true
106-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.4.9
106+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.4.10
107107
deploy-gallery:
108108
runs-on: neodash-runners
109109
strategy:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ USER nginx
4444
EXPOSE $NGINX_PORT
4545

4646
HEALTHCHECK cmd curl --fail "http://localhost:$NGINX_PORT" || exit 1
47-
LABEL version="2.4.9"
47+
LABEL version="2.4.10"

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## NeoDash 2.4.10 - Community contributions
2+
This is a minor release containing bug fixes and improvements contributed by the NeoDash community.
3+
- [#1039](https://github.com/neo4j-labs/neodash/pull/1039) - Fix default color scheme for bar charts
4+
- [#1038](https://github.com/neo4j-labs/neodash/pull/1038) - Fix rule-based styling for line charts
5+
- [#1036](https://github.com/neo4j-labs/neodash/pull/1036) - Fix table cell rule-based styling
6+
- [#1029](https://github.com/neo4j-labs/neodash/pull/1029) - Fix rule-based styling for numeric values
7+
- [#1028](https://github.com/neo4j-labs/neodash/pull/1028) - Fix OpenStreetMap leaflet display
8+
- [#1020](https://github.com/neo4j-labs/neodash/pull/1020) - Fix boolean handling in parameter selection
9+
- [#1014](https://github.com/neo4j-labs/neodash/pull/1014) - Remove autoPageSize flag (defaults to 0)
10+
- [#1009](https://github.com/neo4j-labs/neodash/pull/1009) - Fix SSO parameters lost on browser redirect
11+
- [#1008](https://github.com/neo4j-labs/neodash/pull/1008) - Fix existence check for `value.low`
12+
- [#1005](https://github.com/neo4j-labs/neodash/pull/1005) - Replace Neo4j Logo
13+
- [#1002](https://github.com/neo4j-labs/neodash/pull/1002) - Patch FAQ on supportability
14+
- [#999](https://github.com/neo4j-labs/neodash/pull/999) - Fix dark mode table header styling
15+
- [#956](https://github.com/neo4j-labs/neodash/pull/956) - Change default protocol to `neo4j+s`
16+
117
## NeoDash 2.4.9
218
This release adds some minor changes to documentation and implements some community contributions.
319
- Added notice about project evolution: [#967](https://github.com/neo4j-labs/neodash/pull/967)

cypress/Page.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class Page {
3131

3232
connectToNeo4j() {
3333
cy.get('#form-dialog-title', { timeout: 20000 }).should('contain', 'Connect to Neo4j');
34+
cy.get('#protocol').type('neo4j{enter}');
3435
cy.get('#url').clear().type(DB_URL);
3536
cy.get('#dbusername').clear().type(DB_USERNAME);
3637
cy.get('#dbpassword').type(DB_PASSWORD);

cypress/e2e/start_page.cy.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ describe('NeoDash E2E Tests', () => {
5959
.should('contain', 'title')
6060
.and('contain', 'released')
6161
.and('not.contain', '__id');
62-
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-virtualScroller .MuiDataGrid-row').should('have.length', 5);
63-
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer').should('contain', '1–5 of 8');
64-
cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer button[aria-label="Go to next page"]').click();
65-
cy.get('main .react-grid-item:eq(2) .MuiDataGrid-virtualScroller .MuiDataGrid-row').should('have.length', 3);
66-
cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer').should('contain', '6–8 of 8');
62+
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-virtualScroller .MuiDataGrid-row').should('have.length', 8);
63+
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer').should('contain', '1–8 of 8');
64+
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer button[aria-label="Go to next page"]').click();
65+
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-virtualScroller .MuiDataGrid-row').should('have.length', 3);
66+
// cy.get('main .react-grid-item:eq(2) .MuiDataGrid-footerContainer').should('contain', '6–8 of 8');
6767
});
6868

6969
it('creates a bar chart report', () => {

docs/modules/ROOT/pages/developer-guide/adding-visualizations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ include::../banner.adoc[]
22

33
= Adding Visualizations
44

5+
include::../banner.adoc[]
6+
57
You can extend NeoDash with your own visualizations without diving deep
68
into the core application. Likewise, adding a new customization to an
79
existing report requires minimal changes.

docs/modules/ROOT/pages/developer-guide/build-and-run.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ include::../banner.adoc[]
22

33
= Build & Run
44

5+
include::../banner.adoc[]
6+
57
To start developing the application, you will need to set up the
68
development environment.
79

docs/modules/ROOT/pages/developer-guide/component-overview.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include::../banner.adoc[]
22

33
= Component Overview
44

5+
include::../banner.adoc[]
56

67
The image below contains a high-level overview of the component
78
hierarchy within the application. The following conceptual building

docs/modules/ROOT/pages/developer-guide/configuration.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ include::../banner.adoc[]
22

33
= Configuration
44

5+
include::../banner.adoc[]
6+
57
When using a custom NeoDash deployment, there are several settings that
68
can be configured. These mostly relate to
79
link:../standalone-mode[Standalone Mode] and SSO configurations.
@@ -21,7 +23,7 @@ will look like this:
2123
"ssoProviders": [],
2224
"ssoDiscoveryUrl": "https://example.com",
2325
"standalone": false,
24-
"standaloneProtocol": "neo4j",
26+
"standaloneProtocol": "neo4j+s",
2527
"standaloneHost": "localhost",
2628
"standalonePort": "7687",
2729
"standaloneDatabase": "neo4j",
@@ -57,7 +59,7 @@ mode (false), or reader mode (true). The terms ``Reader mode'' and
5759
``Standalone mode'' are used interchangibly.
5860

5961
|standaloneProtocol |string |neo4j |When running in standalone mode, the
60-
protocol to used for the Neo4j driver. This shoudl be set to one of
62+
protocol to used for the Neo4j driver. This should be set to one of
6163
`neo4j`, `neo4j+s`, `neo4j+ssc`, `bolt`, `bolt+s`, or `bolt+ssc`.
6264

6365
|standaloneHost |string |localhost |When running in standalone mode, the

docs/modules/ROOT/pages/developer-guide/contributing.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ include::../banner.adoc[]
22

33
= Contributing
44

5+
include::../banner.adoc[]
6+
57
Contributions to the project are highly welcomed. Please consider
68
creating a https://github.com/neo4j-labs/neodash/pulls[Pull Request].
79
Ensure you start from the `develop` branch, and set the merge base to

0 commit comments

Comments
 (0)