fix: main-guard head-repo check, pin python-ci tools, restore org reference, clean profile README#87
Merged
Merged
Conversation
The project moved to the Glyndor-net GitHub org. Repoint every github.com org path to Glyndor-net. The glyndor.net domain and the brand name are unchanged. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
The gate only checked the branch name, so a fork branch named develop satisfied the org-wide required check. The head repository must now be the base repository. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
ruff and pytest defaulted to latest, so a new upstream release changed lint/test behaviour for every consumer at once with no per-repo buffer; they now default to pinned versions bumped via releases. The pip cache is only enabled when a dependency file exists — setup-python otherwise fails outright on repos without one. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Repositories whose CI is a shell test suite (first consumer: apt) can now run it through the reusable instead of duplicating the logic in-repo. Both inputs default to empty, so existing callers are untouched. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
A caller invoking the same reusable twice in one run (two working directories) landed both calls in one concurrency group and they cancelled each other. The directory-scoped reusables now include working-directory in the group key. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Editor- and tool-specific ignores belong in each machine's global excludes, not in the repository. FUNDING.yml moves to the .github folder, the location GitHub documents for the sponsor button. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
The reusable catalogue omitted go-audit, and the release procedure is maintainer material that does not belong on the landing page; a short versioning note replaces it. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Same revert as the other repos — we are staying on the Glyndor org. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
GitHub flagged the org profile for content resembling advertising — links, promotional keywords, and repeated calls to action. Removes the clickable hero banner, the marketing tagline, the repeated external navigation (site link, Support link, footer link), and the screenshot product-card grid with per-repo badges. Replaced with a plain description of the org and a factual table of its repositories. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
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.
Summary
developno longer passes the org-wide gatetest-command/apt-packagesinputs (first consumer: apt's CI caller)working-directoryin their concurrency group so two same-ref calls no longer cancel each other.gitignoreno longer names AI tooling (that belongs in each machine's global excludes, not a public repo)FUNDING.ymlmoved to.github/FUNDING.yml, GitHub's documented locationgithub.com/Glyndor-net/...reference back togithub.com/Glyndor/...Test plan