forked from neo4j/neo4j-browser
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(bump): add cypher exec command button #20
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
Open
dmitriigaidarji
wants to merge
67
commits into
master
Choose a base branch
from
cypher-exec
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…scape key (neo4j#1866) * escape to close autocomplete has precedence * bump arc version
* Add neo4j trial banners * Add tests * Update src/shared/modules/dbMeta/dbMetaEpics.ts Co-authored-by: Oskar Damkjaer <[email protected]> * Update src/shared/modules/dbMeta/dbMetaEpics.ts Co-authored-by: Oskar Damkjaer <[email protected]> * update after review * update e2e tests Co-authored-by: Oskar Damkjaer <[email protected]>
* fix e2e test * fix review * update snapshot * update test
* Prevent fns&proc call from throwing uncaught exception * Improve lost connection detection
* fix auto prefix not handling newline * update unit test snapshots * fix auto test
…j#1871) * don't disable node counts unless the request succeeded. * Disable automatic counts by using true time rather than estimated time * Lower threshold * change time taken to total time Co-authored-by: Noah Mayerhofer <[email protected]>
* Add mention of count behaviour in manual * some suggestions and additions * fixed link and remove duplicate content Co-authored-by: AlexicaWright <[email protected]>
so removed from scripts when above 5.
CALL dbms.listQueries() is not supported in 5
* updates the text table and csv content for cypher frames * fix type error * update unit test * handle cypher map type * fix tests * update e2e test * update e2e test * fix e2e tests * updare snapshot * update ascii view function to map records * fix tests * update after review * missed optional length
* make guides e2e test not relay on remote * Update guide-command.spec.ts
…#1888) * drop arcs peer dependencies * fix build
* bump some deps for security reasons * bump som deps * bump * bump semantic ui
* fix ascii table crash on empty array or object * remove console.log
…ion (neo4j#1811) * Replace emptystring with placeholder string in column header generation * Add test for browser not crashing on empty string key in query * update mapping of `` * update snapshots --------- Co-authored-by: Noah Mayerhofer <[email protected]>
* Removing wrong information about disabling bolt * update after review * removing browser guide which was not originally in this branch
…to-5 update version
…eo4j#1908) * updating file with docs-base-uri and neo4j-docs-base-uri attribute * updating preview.yml and also fixing the copyright year in both files * removing extra space that was causing a failing antora test
* improve sysinfo frame consistency * fix type
* handle stopped cluster members * fix test
* only non-monaco fixes * don't do roundtrip for multidb * detect network issues * detect network issues * remove domments * handle dropped connection * throw error * also reset db on dropped conn * new recovery-mechanism * selfreview * run a command on inital connection to trigger password change modal * don't attempt to read current user before reading server version * handle main db missing * remove circ dep * handle errors from caught * type error * updt driver
remove numbered sections
* fix bug where metadata was incorrectly formated * bump ci
…o4j#1929) * update caniuse * handle new transaction error code
* make sso logs download button look like a button * improve SSO auth logging
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.