Skip to content

Commit ae87c21

Browse files
authored
Merge pull request #636 from neo4j-labs/develop
Release 2.3.5
2 parents 393aaad + a421ee9 commit ae87c21

Some content is hidden

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

47 files changed

+298
-203
lines changed

.github/workflows/develop-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run dev
34+
start: yarn run prod
3535
wait-on: "http://localhost:3000"
3636
browser: chrome
3737
build-s3:

.github/workflows/develop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run dev
34+
start: yarn run prod
3535
wait-on: 'http://localhost:3000'
3636
browser: chrome
3737
- name: Upload coverage reports to Codecov

.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.3.4
82+
tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.3.5
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.3.4
106+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.3.5
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
@@ -43,4 +43,4 @@ USER nginx
4343
EXPOSE $NGINX_PORT
4444

4545
HEALTHCHECK cmd curl --fail "http://localhost:$NGINX_PORT" || exit 1
46-
LABEL version="2.3.4"
46+
LABEL version="2.3.5"

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## NeoDash 2.3.5
2+
This is a bugfix / stability release directly following 2.3.4.
3+
4+
Improvements:
5+
- Fixed issue where orphan relationships prevented graph charts from working ([@BennuFire](https://github.com/BennuFire), [#586](https://github.com/neo4j-labs/neodash/pull/586))
6+
- Fix issue where only one style rule was used a time on tables. ([@BennuFire](https://github.com/BennuFire), [#632](https://github.com/neo4j-labs/neodash/pull/632))
7+
- Added information about source and target on Graph Chart information modal . ([@BennuFire](https://github.com/BennuFire), [#627](https://github.com/neo4j-labs/neodash/pull/627)) Based on [@brahmprakashMishra](https://github.com/brahmprakashMishra) PR
8+
- Fixed issue where bar charts where displaying black bars instead of scheme colors. ([@BennuFire](https://github.com/BennuFire), [#626](https://github.com/neo4j-labs/neodash/pull/626))
9+
- Added right subpath replacement on shared links redirection while in self deployments. ([@m-o-n-i-s-h](https://github.com/m-o-n-i-s-h), [#618](https://github.com/neo4j-labs/neodash/pull/618))
10+
- Dark theme tweaks. ([@BennuFire](https://github.com/BennuFire), [#585](https://github.com/neo4j-labs/neodash/pull/585))
11+
- Fixed parameter selector search where numbers were not found and sporadically displayed with decimal points. ([@BennuFire](https://github.com/BennuFire), [#633](https://github.com/neo4j-labs/neodash/pull/633))
12+
- Added a configuration in order to list sso providers to be used whenever a database has more than one configured. ([@BennuFire](https://github.com/BennuFire), [#624](https://github.com/neo4j-labs/neodash/pull/624))
13+
- Added 'Ignore undefined parameters' advanced setting support for optional parameters on a query. Now queries will assume a null value instead of returning the error 'Parameter not defined'. ([@BennuFire](https://github.com/BennuFire), [#625](https://github.com/neo4j-labs/neodash/pull/625))
14+
115
## NeoDash 2.3.3 & 2.3.4
216
This is a bugfix / stability release directly following 2.3.2.
317

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
},
1414
retries: {
1515
runMode: 2,
16-
openMode: 0,
16+
openMode: 2,
1717
},
1818
},
1919
env: {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ will look like this:
1616
....
1717
{
1818
"ssoEnabled": false,
19+
"ssoProviders": [],
1920
"ssoDiscoveryUrl": "https://example.com",
2021
"standalone": false,
2122
"standaloneProtocol": "neo4j",
@@ -37,6 +38,8 @@ will look like this:
3738
using SSO. This requires the app to be running in standalone mode, and a
3839
valid ssoDiscoveryUrl to be set.
3940

41+
|ssoProviders |List |[] |When using multiple SSO providers on the database, you can configure the list of providers (by id) to be used on Neodash. If empty, all providers will be displayed.
42+
4043
|ssoDiscoveryUrl |string |https://example.com |If ssoEnabled is true &
4144
standalone mode is enabled, the URL to retrieve SSO auth config from.
4245

docs/modules/ROOT/pages/developer-guide/deploy-a-build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Depending on the webserver type and version, this could be different directory.
3737
As an example - to copy the files to an nginx webserver using `scp`:
3838

3939
```bash
40-
scp neodash-2.3.4 username@host:/usr/share/nginx/html
40+
scp neodash-2.3.5 username@host:/usr/share/nginx/html
4141
```
4242

4343
NeoDash should now be visible by visiting your (sub)domain in the browser.

docs/modules/ROOT/pages/developer-guide/standalone-mode.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ variables to Docker:
3939
....
4040
docker run -it --rm -p 5005:5005 \
4141
-e ssoEnabled=false \
42+
-e ssoProviders=[] \
4243
-e ssoDiscoveryUrl="https://example.com" \
4344
-e standalone=true \
4445
-e standaloneProtocol="neo4j" \

docs/modules/ROOT/pages/developer-guide/state-management.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ standalone mode.
127127
"standalone": false,
128128
"oldDashboard": null,
129129
"ssoEnabled": false,
130+
"ssoProviders": [],
130131
"ssoDiscoveryUrl": "https://example.com",
131132
"standaloneProtocol": "neo4j",
132133
"standaloneHost": "localhost",

0 commit comments

Comments
 (0)