Skip to content

Conversation

@recrwplay
Copy link
Contributor

@recrwplay recrwplay commented May 18, 2023

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

recrwplay and others added 30 commits November 21, 2022 18:07
…ty.adoc

Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
- `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.
stefano-ottolenghi and others added 21 commits April 28, 2023 18:12
- 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>
@recrwplay recrwplay added the 5.x Applies to all Neo4j 5 docs label May 18, 2023
@neo-technology-commit-status-publisher
Copy link
Collaborator

Looks like you've updated the documentation!

Check out your changes at https://neo4j-docs-cypher-564.surge.sh

Copy link
Collaborator

@JPryce-Aklundh JPryce-Aklundh left a 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!

@JPryce-Aklundh JPryce-Aklundh merged commit bec9309 into neo4j:5.x May 22, 2023
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

Labels

5.x Applies to all Neo4j 5 docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.