Rebrand from jantman to DecaturMakers (v0.5.0) - #24
Merged
Conversation
Prepare the repository for transfer from github.com/jantman to the
DecaturMakers organization.
URL changes:
- Repository URLs: github.com/jantman/kiosk-show-replacement ->
github.com/Decaturmakers/kiosk-show-replacement (README badges and
clone instructions, docs .rst clone instructions, pyproject homepage
and repository, __init__ __url__, base.html and Footer.tsx footer
links, integration test selectors).
- GitHub Pages URLs: jantman.github.io/kiosk-show-replacement ->
decaturmakers.github.io/kiosk-show-replacement (README doc links,
Navigation.tsx Help link, integration test selector, docs-cleanup
spec).
Attribution updated to "Jason Antman / Decatur Makers" in LICENSE,
pyproject author, __init__ __author__, docs/conf.py copyright/author,
and the UI footer (Footer.tsx + base.html) plus its integration test
assertions.
Version bumped 0.4.0 -> 0.5.0 in pyproject.toml. The runtime
__version__ in __init__.py (consumed by the footer, version API, and
health endpoint) was stale at 0.3.5; synced it to 0.5.0.
The external github.com/jantman/machine-access-control references in
the completed github-actions-ci-cd feature doc are a separate, genuinely
external repository and were intentionally left unchanged. CI workflows
already use ${{ github.repository }} so they need no changes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Rebrands the project from jantman to the DecaturMakers organization by updating repository/docs/UI links and attribution strings, and bumps the package/runtime version to 0.5.0 to align release metadata with the runtime version shown in the app/UI.
Changes:
- Updated GitHub/GitHub Pages URLs across README, docs, templates, React UI, and integration tests.
- Updated attribution strings (LICENSE, package metadata, docs, UI footer) to “Jason Antman / Decatur Makers”.
- Bumped version to
0.5.0inpyproject.tomland syncedkiosk_show_replacement.__version__.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/integration/test_ui_links.py | Updates Playwright assertions for new GitHub/GitHub Pages URLs and updated footer attribution. |
| README.md | Updates badges and documentation/clone links to the new org and GitHub Pages host. |
| pyproject.toml | Bumps version to 0.5.0; updates authors and repository metadata URLs. |
| LICENSE | Updates copyright holder attribution string. |
| kiosk_show_replacement/templates/base.html | Updates footer GitHub link and attribution text in Flask-rendered pages. |
| kiosk_show_replacement/init.py | Syncs runtime __version__, __author__, and __url__ to the new branding/version. |
| frontend/src/components/Navigation.tsx | Updates “Help” link to the new GitHub Pages URL. |
| frontend/src/components/Footer.tsx | Updates footer GitHub link and attribution text in the React UI. |
| docs/index.rst | Updates clone instructions to the new repository URL. |
| docs/features/completed/UI-links.md | Updates spec links (and needs a small spec-text consistency tweak; see PR comment). |
| docs/features/completed/docs-cleanup.md | Updates the GitHub Pages URL format reference. |
| docs/development.rst | Updates clone instructions to the new repository URL. |
| docs/deployment.rst | Updates clone instructions to the new repository URL. |
| docs/conf.py | Updates Sphinx author/copyright attribution. |
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/jantmanto the DecaturMakers organization by scrubbing the old owner from links, docs, package metadata, and UI, and bumping the application version.URL changes
github.com/jantman/kiosk-show-replacement→github.com/Decaturmakers/kiosk-show-replacementdocs/*.rstclone instructionspyproject.tomlhomepage/repository__init__.py__url__base.html,Footer.tsx) and the integration-test selectorsjantman.github.io/kiosk-show-replacement→decaturmakers.github.io/kiosk-show-replacementNavigation.tsxHelp link, integration-test selector, and thedocs-cleanupspecAttribution
Updated to "Jason Antman / Decatur Makers" in
LICENSE,pyproject.tomlauthor,__init__.py__author__,docs/conf.pycopyright/author, and the UI footer (Footer.tsx+base.html) plus its integration-test assertions.Version
0.4.0→0.5.0inpyproject.toml(the release source of truth viapoetry version -s).__version__in__init__.py— consumed by the footer, the version API, and the health endpoint — was stale at0.3.5; synced it to0.5.0.Intentionally left unchanged
github.com/jantman/machine-access-controlreferences in the completedgithub-actions-ci-cdfeature doc — a separate, genuinely external repository, not this project.${{ github.repository }}, so they need no edits.tests/assets/skedda.icscontains an unrelated calendar attendee named "Jason Antman" (test fixture data).Validation
Backend
nox -s format/lint/type_checkand frontendtype-check/lint/buildall pass.🤖 Generated with Claude Code