Re-point ownership references from jantman to Decaturmakers org#157
Merged
Conversation
Prepares the repo for transfer from github.com/jantman to github.com/Decaturmakers. Rewrites all repository, GitHub Pages, and GHCR package links across docs, hardware files, the .scad headers, the release workflow, the Slack help text, and pyproject.toml metadata. - Normalizes the underscore repo-URL variant (machine_access_control) to the real hyphenated repo name (machine-access-control) - release.yml: switch the user-packages URL to the orgs-packages form - Bump application version 0.13.0 -> 0.14.0 (minor) Intentionally left unchanged: - util/ links to jantman/pt-p710bt-label-maker (a separate project) - Author/copyright/LICENSE attribution to Jason Antman - PyPI package name machine_access_control - Test-fixture sample user data and the historical spec dev path Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository ownership/URL references in documentation, metadata, CI release notes, and a small user-facing help string to reflect the move from jantman to the Decaturmakers GitHub organization, and bumps the package version to 0.14.0.
Changes:
- Re-pointed GitHub/GitHub Pages links from
jantmantoDecaturmakersacross docs, hardware README/headers, and Slack bot help text. - Updated Poetry project URLs to the correct hyphenated repo name (
machine-access-control) and new org. - Bumped package version from
0.13.0to0.14.0.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/dm_mac/slack_handler.py |
Updates the Slack bot help text repository URL to the new org. |
README.rst |
Updates CI badge links, docs URL, and license link to the new org / correct repo name. |
pyproject.toml |
Bumps version and updates Poetry metadata URLs (homepage/repo/docs/changelog). |
docs/Makefile |
Updates expected remote.origin.url SSH URL for the new org. |
.github/workflows/release.yml |
Updates the Docker images link to the org-scoped packages URL. |
docs/source/installation.rst |
Updates repository link for fixtures/docker-compose example. |
docs/source/hardware.rst |
Updates repo links to ESPHome configs and hardware directory. |
docs/source/contributing.rst |
Updates contributor resource links (repo/issues/actions/pulls). |
docs/source/grafana-dashboard.md |
Updates repository links pointing to the dashboard JSON and repo. |
docs/source/grafana-dashboard.json |
Updates embedded description URL to the new org. |
hardware/v1_mcu/README.md |
Updates GitHub Pages hardware doc link and patch commit link to the new org. |
hardware/v1_mcu/rfid_holder/README.md |
Updates repo link in the holder README. |
hardware/v1_mcu/rfid.scad |
Updates header “FROM” URL to the new org. |
hardware/v1_mcu/relay.scad |
Updates header “FROM” URL to the new org. |
hardware/v1_mcu/oops_button.scad |
Updates header “FROM” URL to the new org. |
hardware/v1_mcu/neopixel.scad |
Updates header “FROM” URL to the new org. |
hardware/v1_mcu/gx16-8.scad |
Updates header “FROM” URL to the new org. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Prepares the repo for transfer from
github.com/jantmantogithub.com/Decaturmakers. Merge this after transferring the repo so the new links resolve.What changed
Rewrote all GitHub-ownership references (repo URLs, GitHub Pages URLs, GHCR package URL) from
jantman→Decaturmakersacross:README.rst,docs/Makefile,docs/source/{contributing,hardware,installation,grafana-dashboard.md}.rst,docs/source/grafana-dashboard.jsonhardware/v1_mcu/README.md,hardware/v1_mcu/rfid_holder/README.md, and the 5.scadheader commentssrc/dm_mac/slack_handler.pyhelp-text link.github/workflows/release.yml— switched the Docker-images link from the user-packages form (/users/jantman/packages) to the org form (/orgs/Decaturmakers/packages)pyproject.tomlhomepage/repository/documentation/Changelog URLsAlso:
machine_access_control) to the real hyphenated repo name (machine-access-control).0.13.0→0.14.0(minor).Intentionally left unchanged
util/links tojantman/pt-p710bt-label-maker— a separate project, not this repo.LICENSEattribution to Jason Antman (authorship, not ownership).machine_access_control(distinct from the repo URL).preferred_name: "jantman", alongside the real name/email) and the historical local dev path inspecs/002-second-relay-support/tasks.md. Happy to scrub these too if desired.🤖 Generated with Claude Code