docs(ocis): add 8.2 updates — clean-corrupt-public-shares CLI - #63
Merged
Merged
Conversation
DeepDiver1975
force-pushed
the
docs/ocis-8.1-updates
branch
from
August 20, 2026 08:09
4b564dd to
08784c3
Compare
DeepDiver1975
force-pushed
the
docs/ocis-8.2-updates
branch
from
August 20, 2026 08:09
e72a434 to
7d92a39
Compare
DeepDiver1975
force-pushed
the
docs/ocis-8.1-updates
branch
from
August 20, 2026 09:07
08784c3 to
e454d54
Compare
DeepDiver1975
force-pushed
the
docs/ocis-8.2-updates
branch
from
August 20, 2026 09:07
7d92a39 to
18c7fb4
Compare
|
|
mmattel
force-pushed
the
docs/ocis-8.1-updates
branch
from
September 14, 2026 12:04
e454d54 to
dc5eb4a
Compare
Port of owncloud/docs-ocis#1285, which never merged upstream -- so ocis 8.2 shipped without this content and no version folder here carries it. Applied to content/ocis/8.2 and 8.3 (substantive content, per the README backport rule): * new "Clean Corrupt Public Shares" command page * its index entry in commands.adoc * the command added to the ocis-shares-cli help listing Applied to content/ocis/8.2 only (version bookkeeping): * changed-cli.adoc: 8.1.0 -> 8.2.0 delta The upstream PR wrote that delta as "between 8.0.0 and 8.1.0" -- a leftover from when its base branch was the 8.1 dev line. Corrected to 8.1.0 -> 8.2.0, which is the delta the content/ocis/8.2 folder describes. The 8.1 folder's own delta page is set by the companion 8.1 port, so the two no longer collide. Refs: owncloud/docs-ocis#1285 Refs: owncloud/docs-ocis#1275 Co-Authored-By: Martin Mattel <github@diemattels.at> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
mmattel
force-pushed
the
docs/ocis-8.2-updates
branch
from
September 14, 2026 13:24
18c7fb4 to
5bfb225
Compare
mmattel
approved these changes
Sep 14, 2026
mmattel
marked this pull request as ready for review
September 14, 2026 13:26
Contributor
|
Lets merge this and to the checks later |
oc-tmueller
added a commit
that referenced
this pull request
Sep 16, 2026
Verification probe for the change in this PR, not content. A `lint` check-run must now appear on this new head sha; before the change, a push produced none (see #116, #110, #63 in the PR description). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Thomas Müller <323649642+oc-tmueller@users.noreply.github.com>
oc-tmueller
added a commit
that referenced
this pull request
Sep 16, 2026
A check-run belongs to the head sha it ran against, so without `synchronize` every push left the new head with no `lint` run — perpetually pending for a required context. Prerequisite for requiring `lint` in owncloud/admin. Verified on this PR: the pushed head got its own lint run, unlike #116/#110/#63.
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 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.
Port of
owncloud/docs-ocis#1285("docs: updates required for 8.2", by @mmattel) into the monorepo.That PR never merged upstream, so ocis 8.2 shipped without this content and no version folder here carries it.
Important
Base branch is
docs/ocis-8.1-updates(#62), notmain— a deliberate chain, because both ports editcommands.adocincontent/ocis/8.2and8.3. Basing on #62 keeps this diff to its own 7 files instead of showing a conflict. Upstream's own PR body says the same thing: "it is important to merge this PR AFTER the 8.1 work has finished".Merge order:
#61(merged) → #62 → this. Retarget tomainonce #62 lands.Where the changes land
Substantive content →
content/ocis/8.2and8.3:admin/pages/maintenance/commands/clean-corrupt-public-shares.adocadmin/pages/maintenance/commands/commands.adocCOMMANDS:help listing, column re-alignedadmin/partials/maintenance/ocis-shares-cli.adocVersion bookkeeping →
content/ocis/8.2only::description:→ 8.1.0 → 8.2.0 delta, and the delta bullet listadmin/pages/maintenance/commands/changed-cli.adocCorrected while porting
Upstream wrote the delta as "between … 8.0.0 and 8.1.0" — a leftover from when the branch's base was still the 8.1 dev line, which contradicts the PR's own "updates required for 8.2" title. Corrected to 8.1.0 → 8.2.0, the delta that
content/ocis/8.2actually describes.This is also why the two ports no longer collide: #62 sets the 8.1 folder's delta page, this one sets the 8.2 folder's, and neither touches the other's.
Verification
npm run antora→ exit 0. Error/warning count is 41, identical to docs(ocis): add 8.1 updates — vault mode, blobstore CLI, 8.0→8.1 upgrade guide #62's — i.e. this PR adds none. Zero mentions ofclean-corrupt,corrupt-publicorshares-cliin the log. The 28target of xref not found: next@ocis:…errors are pre-existing incontent/main/modules/ROOT/pages/ocis_release_notes.adoc, untouched here.npm test→ 17/17 pass.clean-corrupt-public-shares.htmlrenders in bothpublic/ocis/8.2/andpublic/ocis/8.3/.Refs:
owncloud/docs-ocis#1285.Addresses the upstream issue this content was written for, now migrated into this repo: #85 (
owncloud/docs-ocis#1275).Refs #44