Skip to content

Commit 65fd3bd

Browse files
authored
Merge pull request #163 from mercedes-benz/revert-160-develop
Revert "OUPT Sprint 44 / Neodash 2.4.9 merge"
2 parents 32ccb85 + 1ba178a commit 65fd3bd

File tree

105 files changed

+1118
-2118
lines changed

Some content is hidden

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

105 files changed

+1118
-2118
lines changed

.eslintrc.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"extends": ["eslint:recommended", "prettier", "plugin:@typescript-eslint/recommended"], // this is optional
55
"env": {
66
"browser": true,
7-
"node": true,
8-
"jest": true
7+
"node": true
98
},
109
"settings": {
1110
"react": {
@@ -167,9 +166,5 @@
167166
],
168167
"symbol-description": "error",
169168
"yoda": "error"
170-
},
171-
"globals": {
172-
"cy": "readonly",
173-
"Cypress": "readonly"
174169
}
175170
}

.github/workflows/master-deployment.yml

+2-2
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.8
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.8
107107
deploy-gallery:
108108
runs-on: neodash-runners
109109
strategy:

README.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11

2-
## NeoDash Labs - Neo4j Dashboard Builder
2+
## NeoDash - Neo4j Dashboard Builder
3+
NeoDash is an open source tool for visualizing your Neo4j data. It lets you group visualizations together as dashboards, and allow for interactions between reports.
34

4-
![screenshot](evolving.png)
5-
6-
In September 2024 **Neo4j [announced](https://www.datanami.com/2024/09/04/neo4j-simplifies-graph-database-in-the-cloud/#:~:text=NeoDash%20is%20an%20open%20source,was%20open%20source%2C%20not%20supported) NeoDash is evolving into a fully supported dashboard builder, as part of the Neo4j product suite**.
7-
8-
This project (NeoDash Labs) will still be available and contain experimental features, but will **not** have official support. If you're interested to get official support for NeoDash as part of a Neo4j License agreement, please reach out to your Neo4j contact person.
9-
10-
## About NeoDash Labs
11-
NeoDash is a web-based tool for visualizing your Neo4j data. It lets you group visualizations together as dashboards, and allow for interactions between reports.
5+
![screenshot](public/screenshot.png)
126

137
Neodash supports presenting your data as tables, graphs, bar charts, line charts, maps and more. It contains a Cypher editor to directly write the Cypher queries that populate the reports. You can save dashboards to your database, and share them with others.
148

15-
## Try NeoDash Labs
9+
## Try NeoDash
1610
You can run NeoDash in one of three ways:
1711

18-
1. You can install NeoDash Labs into Neo4j Desktop from the [graph app gallery](https://install.graphapp.io). NeoDash will automatically connect to your active database.
19-
> Note: never versions of Neo4j Desktop do not support adding experimental graph apps such as NeoDash.
20-
21-
2. You can run NeoDash Labs from a web browser by visiting http://neodash.graphapp.io.
12+
1. You can install NeoDash into Neo4j Desktop from the [graph app gallery](https://install.graphapp.io). NeoDash will automatically connect to your active database.
13+
2. You can run NeoDash from a web browser by visiting http://neodash.graphapp.io.
2214
3. For on-prem deployments, you can build the application yourself, or pull the latest Docker image from Docker Hub.
2315
```
2416
# Run the application on http://localhost:5005
@@ -87,4 +79,4 @@ If you have any questions about NeoDash, please reach out to the maintainers:
8779
- Connect with us on the [Neo4j Discord](https://neo4j.com/developer/discord/).
8880
- Create a post on the Neo4j [Community Forum](https://community.neo4j.com/).
8981

90-
> NeoDash Labs is a free and open-source tool developed by the Neo4j community - not an official Neo4j product. Use at your own risk!
82+
> NeoDash is a free and open-source tool developed by the Neo4j community - not an official Neo4j product. If you have a need for a commercial agreement around training, custom extensions or other services, please contact the [Neo4j Professional Services](https://neo4j.com/professional-services/) team.

changelog.md

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
## NeoDash 2.4.9
2-
This release adds some minor changes to documentation and implements some community contributions.
3-
- Added notice about project evolution: [#967](https://github.com/neo4j-labs/neodash/pull/967)
4-
- Added community contributions and bug fixes:
5-
[#967](https://github.com/neo4j-labs/neodash/pull/967)
6-
[#894](https://github.com/neo4j-labs/neodash/pull/894)
7-
[#822](https://github.com/neo4j-labs/neodash/pull/822)
8-
[#951](https://github.com/neo4j-labs/neodash/pull/951)
9-
[#946](https://github.com/neo4j-labs/neodash/pull/946)
10-
[#944](https://github.com/neo4j-labs/neodash/pull/944)
11-
[#943](https://github.com/neo4j-labs/neodash/pull/943)
12-
[#938](https://github.com/neo4j-labs/neodash/pull/938)
13-
[#935](https://github.com/neo4j-labs/neodash/pull/935)
14-
[#918](https://github.com/neo4j-labs/neodash/pull/918)
15-
[#908](https://github.com/neo4j-labs/neodash/pull/908)
16-
[#906](https://github.com/neo4j-labs/neodash/pull/906)
17-
[#902](https://github.com/neo4j-labs/neodash/pull/902)
18-
[#895](https://github.com/neo4j-labs/neodash/pull/895)
19-
[#893](https://github.com/neo4j-labs/neodash/pull/893)
20-
211
## NeoDash 2.4.8
222
This is a minor release containing an important fix and other minor fixes:
233

cypress.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default defineConfig({
55
projectId: 'a8nh14',
66
video: false,
77
e2e: {
8-
defaultCommandTimeout: 20000,
98
experimentalMemoryManagement: true,
109
numTestsKeptInMemory: 0,
1110
baseUrl: 'http://localhost:3000',

cypress/Page.js

-156
This file was deleted.

0 commit comments

Comments
 (0)