-
Notifications
You must be signed in to change notification settings - Fork 64
5.8 dev reconciliation #564
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
Merged
Merged
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
…ty.adoc Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
…eo4j#212) Adds the deprecation from neo4j/neo4j-documentation#1625
…neo4j#226) Replaces neo4j/neo4j-documentation#1633 @gem-neo4j please could you check that I moved these over into the right place.
- `DATABASE` or `DATABASES` in show database commands (excluding show home/default database) - `SERVER` or `SERVERS` in show sever command - `USER` or `USERS` in show users command (excluding show current user) - `ROLE` or `ROLES` in show role command - `WITH USER` or `WITH USERS` in show role command We still only allow singular form for: `SHOW HOME DATABASE` `SHOW DEFAULT DATABASE` `SHOW CURRENT USER` as those shouldn't be able to imply there could be more than one.
…j#233) - `DATABASE` or `DATABASES` in show database commands (excluding show home/default database) - `SERVER` or `SERVERS` in show sever command - `USER` or `USERS` in show users command (excluding show current user) - `ROLE` or `ROLES` in show role command - `WITH USER` or `WITH USERS` in show role command We still only allow singular form for: `SHOW HOME DATABASE` `SHOW DEFAULT DATABASE` `SHOW CURRENT USER` as those shouldn't be able to imply there could be more than one.
- Creates stand-alone chapter for Values and types, including a new page for casting data values - Fixes all the affected xref links. Companion PRs - Operations Manual: neo4j/docs-operations#760 - Cypher Cheat Sheet: neo4j/docs-cheat-sheet#80 - APOC: neo4j/docs-apoc#138 ---------
Users should now use `SHOW SERVERS` as of 5.x.
…een 5.1 and 5.8 (neo4j#550) + Some new entries to the additions page
It's likely that we won't need an appendix soon, especially given that right now there is only 1 entry in it, but this PR fixes the misalignment in the TOC for that chapter.
Add the `mark-terms` extension to mark the first instance of Cypher on every page.
Co-authored-by: Nacho Cordón <ncordon@users.noreply.github.com> Co-authored-by: David Oliver <david.oliver@neo4j.com>
Collaborator
|
Looks like you've updated the documentation! Check out your changes at https://neo4j-docs-cypher-564.surge.sh |
davidoliverSP2
approved these changes
May 22, 2023
JPryce-Aklundh
approved these changes
May 22, 2023
Collaborator
JPryce-Aklundh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - thanks @recrwplay!
lidiazuin
pushed a commit
to lidiazuin/docs-cypher
that referenced
this pull request
May 21, 2025
This PR updates 5.x with updates from PRs into dev that were not cherry-picked into 5.x at any point. While it looks like a lot of commits were missing, in the end it amounts to changes in 14 files, some of which are trivial and do not affect the content or output. I'd be happy to use 'squash and merge' to reduce this update to a single commit in 5.x
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.
This PR updates 5.x with updates from PRs into dev that were not cherry-picked into 5.x at any point.
While it looks like a lot of commits were missing, in the end it amounts to changes in 14 files, some of which are trivial and do not affect the content or output.
I'd be happy to use 'squash and merge' to reduce this update to a single commit in 5.x