Skip to content
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

[Docs] add function revision + format changes to other-functions #64019

Merged
merged 8 commits into from
May 23, 2024

Conversation

Blargian
Copy link
Contributor

Closes #2004 as part of the functions project.

Adds:

  • missing revision function to the other-functions page.

Updates to other-functions.md:

For various functions:

  • replace function names like eg. host() with host and place host() as part of the syntax (add if missing).
  • In some places the result has Type: , add the type in-line to better standardise formatting.
  • add headings if they are missing (eg. there is an example but it's not under the heading "example")

Updates above are not-exhaustive, there are a lot of issues with this page still...

Changelog category (leave one):

  • Documentation (changelog entry is not required)

@alexey-milovidov alexey-milovidov added the can be tested Allows running workflows for external contributors label May 18, 2024
@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label May 18, 2024
@robot-clickhouse
Copy link
Member

robot-clickhouse commented May 18, 2024

This is an automated comment for commit 508b035 with description of existing statuses. It's updated for the latest CI running

❌ Click here to open a full report in a separate page

Check nameDescriptionStatus
A SyncThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS⏳ pending
Mergeable CheckChecks if all other necessary checks are successful❌ failure
Successful checks
Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR✅ success
Docs checkBuilds and tests the documentation✅ success
PR CheckThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS✅ success
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success

@rschu1ze rschu1ze self-assigned this May 19, 2024
@rschu1ze
Copy link
Member

Merge conflict 😢

docs/ru/index.md Outdated Show resolved Hide resolved
docs/ru/index.md Outdated Show resolved Hide resolved
docs/zh/index.md Outdated Show resolved Hide resolved
docs/zh/index.md Outdated Show resolved Hide resolved
@rschu1ze rschu1ze added this pull request to the merge queue May 23, 2024
Merged via the queue into ClickHouse:master with commit e513fc1 May 23, 2024
20 checks passed
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-documentation Documentation PRs for the specific code PR pr-synced-to-cloud The PR is synced to the cloud repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document revision function.
5 participants