Add owner and parent fields clarification to docs#35023
Merged
Conversation
211731c to
0dec2d1
Compare
Contributor
|
Most changes are: - // description: owner of the repo
+ // description: username of the user or organization owning the repositoryIMO "owner" is already a widely used concept, we can explain it somewhere, and keep the old description. Old description looks clearer |
wxiaoguang
reviewed
Jul 11, 2025
714fcc9 to
7eb36d8
Compare
Contributor
Author
Thanks for reviewing the MR! :)
|
7eb36d8 to
04fde05
Compare
Contributor
5ed304e to
aadbc36
Compare
aadbc36 to
90e3f9f
Compare
Contributor
Author
|
Sure, your approach makes sense. I reverted the changes, could you please take another look? Could you please elaborate on the 'Concept' table in the UI? I don't understand where you'd like to put it (e.g. under the "This documentation describes the Gitea API" or outside of the API docs?). I'd be happy to write it if possible. |
Contributor
|
Thank you very much. Will make some more changes, IMO:
|
wxiaoguang
approved these changes
Jul 22, 2025
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Jul 28, 2025
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix migrate input box bug (go-gitea#35166) [skip ci] Updated translations via Crowdin Only hide dropzone when no files have been uploaded (go-gitea#35156) Change some columns from text to longtext and fix column wrong type caused by xorm (go-gitea#35141) [skip ci] Updated translations via Crowdin Add `owner` and `parent` fields clarification to docs (go-gitea#35023) Improve language in en-US locale strings (go-gitea#35124)
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Issue: #9637
Changes introduced: I have clarified the problematic terms (owner and parent) in all affected endpoints.
The changes were made to relevant:
This MR is big, but most changes are the same. If you'd like me to break this MR into several smaller ones, let me know :)