-
Notifications
You must be signed in to change notification settings - Fork 679
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
glossary: Add more abbreviations #19213
base: master
Are you sure you want to change the base?
Conversation
@qiancai what about the HTTP 403 in the linkChecker? Is that ok? |
The linkChecker sometimes reports false errors due to network connectivity issues😂. I checked https://www.gartner.com/en/information-technology/glossary/htap-enabling-memory-computing-technologies and found it is accessible, so we can ignore the HTTP 403 error there. |
Co-authored-by: Mattias Jonsson <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Mattias Jonsson <[email protected]>
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.
LGTM, with some suggestions.
@mjonss: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Co-authored-by: Mattias Jonsson <[email protected]>
Co-authored-by: Mattias Jonsson <[email protected]>
f94af5e
to
bd23974
Compare
Hi @dveeden thanks for creating this PR. I've submitted |
This is a great improvement. Thanks. For DR the included link looks weird, why is that? Looks like the linkChecker also doesn't like it:
|
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.
As requested I have left my comments on the PR.
I really appreciate the effort to update these areas of the documentation, I made a few suggestions for your consideration.
|
||
### URI | ||
|
||
Uniform Resource Identifier (URI) is a standardized format for identifying a resource. For more information, see [Uniform Resource Identifier](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) on Wikipedia. |
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.
Why do we want to include this definition in the glossary?
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.
This is because it is mentioned in our docs quite often. I would assume URI/URL could be considered common knowledge and left out. I'm fine with it either way.
$ git grep -cw URI | sed "s/:/\t/" | sort -k2 -r | head
ticdc/ticdc-sink-to-mysql.md 7
tidb-cloud/config-s3-and-gcs-access.md 6
tidb-cloud/changefeed-sink-to-cloud-storage.md 6
ticdc/ticdc-sink-to-kafka.md 6
dumpling-overview.md 6
br/br-pitr-manual.md 5
tiproxy/tiproxy-api.md 4
tidb-cloud/tidb-cloud-auditing.md 4
tidb-cloud/migrate-sql-shards.md 4
tidb-cloud/migrate-from-op-tidb.md 4
Thanks. These are some really good suggestions. |
I added a script to check this file
|
[LGTM Timeline notifier]Timeline:
|
/cc @benmeadowcroft |
What is changed, added or deleted? (Required)
Closes #19212
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?