Skip to content

Conversation

@OskarDamkjaer
Copy link
Contributor

@OskarDamkjaer OskarDamkjaer commented Oct 25, 2022

The query to connect result nodes failed, causing the this.autoCompleteCallback never to be called. These changes improve the error handling and adds an e2e test to make sure composite databases results show

@OskarDamkjaer OskarDamkjaer requested a review from noahmay October 25, 2022 15:00
Copy link
Contributor

@eijawerner eijawerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟

@OskarDamkjaer OskarDamkjaer merged commit e2b3c5e into neo4j:master Oct 26, 2022
noahmay pushed a commit to OskarDamkjaer/neo4j-browser that referenced this pull request Nov 15, 2022
* fix composite db blank results

* add e2e test for composite db

* add 5.1 to e2e tests

* fix e2e test
OskarDamkjaer added a commit that referenced this pull request Nov 18, 2022
* update driver

* Fix unit tests

* Fix version issues with new driver

* don't show removed field in raw overview

* update snapshots

* fix urls for loading northwind data (#1831)

* support connecting to cluster members missing default database (#1832)

* support connecting to cluster members missing default database

* Fix slow label data in 3.5 testing

* 5.0.0

* Remove padding in viz details pane in arc

To allow custom padding when overriding content.

Removed PaneContainer since not used.

* Fixed broken auto scroll of properties pane (#1836)

Also made sure that if there are many labels on one node, that it is scrollable instead of just rendered out of sight.

* Add missing space between `connected` and `to` in connection confirmation message. (#1837)

* Fix issue with :server user list role when username is an email

* Separate metadata count query (#1840)

* Seperate metadata count query

* Update styles

* update snapshots

* Update src/browser/modules/DBMSInfo/DBMSInfo.tsx

Co-authored-by: Oskar Damkjaer <[email protected]>

* Update src/shared/modules/dbMeta/dbMetaDuck.ts

Co-authored-by: Oskar Damkjaer <[email protected]>

* remove console.log

* change name of function

* fix spelling

Co-authored-by: Oskar Damkjaer <[email protected]>

* Composite db didn't show result graph (#1841)

* fix composite db blank results

* add e2e test for composite db

* add 5.1 to e2e tests

* fix e2e test

* Add optional isExecutable prop to editor

if using it in a context where the editor is just used for text input, for example
editing a cypher query in a form.

* chore(query): check is executable by onExecute prop instead

also updated needle deps to match needle used in nx.

* Add e2e for node details with lots of props

* Test scroll in node properties overview

* Make editor commands extendable (#1846)

* Make editor commands extendable

* update arc version

* fixes after review

* Add tab index to cypher editor (#1847)

* Add tabIndex to cypherEditor props

* update arc version

* remove argument

* update after review

* bugfix incorrectly zooms when changing style of graph

* make it possible to use Escape key to escape editor (#1849)

* Make editor not scrollable (#1850)

* make it possible to use Escape key to escape editor

* fix scroll in edtior

* this maybe fixes it

* change comment

* fix issue where zooming when expanding node

* possible to change message text in copier

also adjusted messages to be closer to copy icon to save space if there is shortage of space

* update driver to 5.2.0

* update error message check

* update test

* update test again

Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Noah Mayerhofer <[email protected]>
noahmay added a commit to noahmay/neo4j-browser that referenced this pull request Nov 21, 2022
* update driver

* Fix unit tests

* Fix version issues with new driver

* don't show removed field in raw overview

* update snapshots

* fix urls for loading northwind data (neo4j#1831)

* support connecting to cluster members missing default database (neo4j#1832)

* support connecting to cluster members missing default database

* Fix slow label data in 3.5 testing

* 5.0.0

* Remove padding in viz details pane in arc

To allow custom padding when overriding content.

Removed PaneContainer since not used.

* Fixed broken auto scroll of properties pane (neo4j#1836)

Also made sure that if there are many labels on one node, that it is scrollable instead of just rendered out of sight.

* Add missing space between `connected` and `to` in connection confirmation message. (neo4j#1837)

* Fix issue with :server user list role when username is an email

* Separate metadata count query (neo4j#1840)

* Seperate metadata count query

* Update styles

* update snapshots

* Update src/browser/modules/DBMSInfo/DBMSInfo.tsx

Co-authored-by: Oskar Damkjaer <[email protected]>

* Update src/shared/modules/dbMeta/dbMetaDuck.ts

Co-authored-by: Oskar Damkjaer <[email protected]>

* remove console.log

* change name of function

* fix spelling

Co-authored-by: Oskar Damkjaer <[email protected]>

* Composite db didn't show result graph (neo4j#1841)

* fix composite db blank results

* add e2e test for composite db

* add 5.1 to e2e tests

* fix e2e test

* Add optional isExecutable prop to editor

if using it in a context where the editor is just used for text input, for example
editing a cypher query in a form.

* chore(query): check is executable by onExecute prop instead

also updated needle deps to match needle used in nx.

* Add e2e for node details with lots of props

* Test scroll in node properties overview

* Make editor commands extendable (neo4j#1846)

* Make editor commands extendable

* update arc version

* fixes after review

* Add tab index to cypher editor (neo4j#1847)

* Add tabIndex to cypherEditor props

* update arc version

* remove argument

* update after review

* bugfix incorrectly zooms when changing style of graph

* make it possible to use Escape key to escape editor (neo4j#1849)

* Make editor not scrollable (neo4j#1850)

* make it possible to use Escape key to escape editor

* fix scroll in edtior

* this maybe fixes it

* change comment

* fix issue where zooming when expanding node

* possible to change message text in copier

also adjusted messages to be closer to copy icon to save space if there is shortage of space

* update driver to 5.2.0

* update error message check

* update test

* update test again

Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Noah Mayerhofer <[email protected]>
noahmay pushed a commit to BjornMagn-Neo4j/neo4j-browser that referenced this pull request Mar 8, 2023
* fix composite db blank results

* add e2e test for composite db

* add 5.1 to e2e tests

* fix e2e test
noahmay added a commit to BjornMagn-Neo4j/neo4j-browser that referenced this pull request Mar 8, 2023
* update driver

* Fix unit tests

* Fix version issues with new driver

* don't show removed field in raw overview

* update snapshots

* fix urls for loading northwind data (neo4j#1831)

* support connecting to cluster members missing default database (neo4j#1832)

* support connecting to cluster members missing default database

* Fix slow label data in 3.5 testing

* 5.0.0

* Remove padding in viz details pane in arc

To allow custom padding when overriding content.

Removed PaneContainer since not used.

* Fixed broken auto scroll of properties pane (neo4j#1836)

Also made sure that if there are many labels on one node, that it is scrollable instead of just rendered out of sight.

* Add missing space between `connected` and `to` in connection confirmation message. (neo4j#1837)

* Fix issue with :server user list role when username is an email

* Separate metadata count query (neo4j#1840)

* Seperate metadata count query

* Update styles

* update snapshots

* Update src/browser/modules/DBMSInfo/DBMSInfo.tsx

Co-authored-by: Oskar Damkjaer <[email protected]>

* Update src/shared/modules/dbMeta/dbMetaDuck.ts

Co-authored-by: Oskar Damkjaer <[email protected]>

* remove console.log

* change name of function

* fix spelling

Co-authored-by: Oskar Damkjaer <[email protected]>

* Composite db didn't show result graph (neo4j#1841)

* fix composite db blank results

* add e2e test for composite db

* add 5.1 to e2e tests

* fix e2e test

* Add optional isExecutable prop to editor

if using it in a context where the editor is just used for text input, for example
editing a cypher query in a form.

* chore(query): check is executable by onExecute prop instead

also updated needle deps to match needle used in nx.

* Add e2e for node details with lots of props

* Test scroll in node properties overview

* Make editor commands extendable (neo4j#1846)

* Make editor commands extendable

* update arc version

* fixes after review

* Add tab index to cypher editor (neo4j#1847)

* Add tabIndex to cypherEditor props

* update arc version

* remove argument

* update after review

* bugfix incorrectly zooms when changing style of graph

* make it possible to use Escape key to escape editor (neo4j#1849)

* Make editor not scrollable (neo4j#1850)

* make it possible to use Escape key to escape editor

* fix scroll in edtior

* this maybe fixes it

* change comment

* fix issue where zooming when expanding node

* possible to change message text in copier

also adjusted messages to be closer to copy icon to save space if there is shortage of space

* update driver to 5.2.0

* update error message check

* update test

* update test again

Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Eija Werner <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Noah Mayerhofer <[email protected]>
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