⚙️ [Maintenance]: Public help links follow canonical documentation paths#420
Merged
Marius Storhaug (MariusStorhaug) merged 4 commits intoJul 26, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
added a commit
to PSModule/Domeneshop
that referenced
this pull request
Jul 26, 2026
…rs (#17) Domeneshop's public API and repository-local validation now exclude template leftovers. The accidental greeting command is no longer included, and checks that are now provided centrally are removed from this repository. ## Fixed: Template command no longer appears in the public API The module no longer exposes a generic greeting command left over from its template. Domeneshop users now see only commands related to authentication, domains, DNS, HTTP forwards, dynamic DNS, and invoices. ## Changed: Validation moved to shared pipeline Repository-local copies of public-help-link, module-requirement, and test-layout checks are removed so those checks run from the shared Process-PSModule implementation instead of being duplicated here. The remaining public command help links continue to use their canonical `https://psmodule.io/Domeneshop/Functions/...` destinations. Validation is supplied centrally by PSModule/Process-PSModule#420 at final commit [`28647f438aab940fcc58851e38e3a4ee6ce9b9c3`](PSModule/Process-PSModule@28647f4). > [!IMPORTANT] > This pull request depends on PSModule/Process-PSModule#420 at `28647f438aab940fcc58851e38e3a4ee6ce9b9c3` and must not merge until Domeneshop consumes a Process-PSModule release containing that change, so centralized validation is active. --- <details> <summary>Technical details</summary> - Removes `src/functions/public/Get-PSModuleTest.ps1` and `tests/Get-PSModuleTest.Tests.ps1`. - Removes repository-local duplicates now centralized in shared tooling: - `tests/PublicHelpLinks.Tests.ps1` - `tests/ModuleRequirements.Tests.ps1` - `tests/TestLayout.Tests.ps1` - Leaves canonical help links for remaining public commands unchanged. - Exact upstream dependency: PSModule/Process-PSModule#420, final SHA `28647f438aab940fcc58851e38e3a4ee6ce9b9c3`. - Merge blocker: update Domeneshop to a Process-PSModule release that contains that exact upstream change before merging this pull request. </details> <details> <summary>Relevant issues (or links)</summary> - PSModule/Process-PSModule#420 </details> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
July 26, 2026 07:12
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.
Public module source validation requires each public function-bearing script under
src/functions/publicto put its canonical generated-documentation URL first in comment-based help.Changed: Canonical public help links are enforced for function-bearing files
The source-code standards suite derives documentation paths from recursive public function paths and validates the first
.LINKagainsthttps://psmodule.io/<ModuleName>/Functions/<relative path>/<FunctionName>/.Technical Details
Test-SourceCodeforwards the configured module name into the shared test action instead of falling back to the repository name..LINK, exact URL casing/content, first-link ordering, and a trailing slash.Downstream dependency status (live)
PSModule/DomeneshopPR 🩹 [Patch]: Add Static code analysis back to the process #17 has already been merged intomainat2ca6f788c4b68a72c63d6472ae19720bc90cc8b9while still pinned toProcess-PSModulev6.1.13 (fb1bdb8fefd243292f779d2a856a38db6fe6daf4).PublicHelpLinks/ModuleRequirements/TestLayoutchecks intended by this framework update.Validation