diff --git a/.cookiecutter.json b/.cookiecutter.json index 93bd9ed..daf6e23 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -23,7 +23,15 @@ "pull_request_strategy": "update-or-create", "post_actions": [], "draft": false, +<<<<<<< HEAD +<<<<<<< HEAD "baked_commit_ref": "bc931311336d391d878202dba239389783ee9f09", +======= + "baked_commit_ref": "83a4975ef60cb34219557649eb08b8e599d5ec1c", +>>>>>>> d408d2a (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) +======= + "baked_commit_ref": "508587ce7cf88b2c7d0b4aa5e162b22c532d710c", +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) "drift_managed_branch": "develop" } } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd03532..1a0cd2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" - name: "Linting: ruff format" @@ -36,7 +36,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" - name: "Linting: ruff" @@ -49,7 +49,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" poetry-install-options: "--only dev,docs" @@ -63,7 +63,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" - name: "Checking: poetry lock file" @@ -76,7 +76,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" - name: "Linting: yamllint" @@ -91,13 +91,14 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.10", "3.13"] + python-version: ["3.10"] env: INVOKE_JDIFF_PYTHON_VER: "${{ matrix.python-version }}" steps: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Setup environment" +<<<<<<< HEAD uses: "networktocode/gh-action-setup-poetry-environment@v6" with: poetry-version: "2.1.3" @@ -136,6 +137,9 @@ jobs: uses: "actions/checkout@v4" - name: "Setup environment" uses: "networktocode/gh-action-setup-poetry-environment@v6" +======= + uses: "networktocode/gh-action-setup-poetry-environment@v7" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) with: poetry-version: "2.1.3" - name: "Get image version" @@ -156,6 +160,46 @@ jobs: cache-to: "type=gha,scope=${{ env.INVOKE_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_IMAGE_VER }}-py${{ matrix.python-version }}" build-args: | PYTHON_VER=${{ matrix.python-version }} +<<<<<<< HEAD +======= + - name: "Linting: Pylint" + run: "poetry run invoke pylint" + pytest: + needs: + - "check-in-docker" + strategy: + fail-fast: true + matrix: + python-version: ["3.10", "3.14"] + runs-on: "ubuntu-latest" + env: + INVOKE_JDIFF_PYTHON_VER: "${{ matrix.python-version }}" + steps: + - name: "Check out repository code" + uses: "actions/checkout@v4" + - name: "Setup environment" + uses: "networktocode/gh-action-setup-poetry-environment@v7" + with: + poetry-version: "2.1.3" + - name: "Get image version" + run: "echo INVOKE_JDIFF_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" + - name: "Set up Docker Buildx" + id: "buildx" + uses: "docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2" # v3.10.0 + - name: "Build" + uses: "docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25" # v5.4.0 + with: + builder: "${{ steps.buildx.outputs.name }}" + context: "./" + push: false + load: true + tags: "${{ env.INVOKE_JDIFF_IMAGE_NAME }}:${{ env.INVOKE_JDIFF_IMAGE_VER }}" + file: "./Dockerfile" + cache-from: "type=gha,scope=${{ env.INVOKE_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_IMAGE_VER }}-py${{ matrix.python-version }}" + cache-to: "type=gha,scope=${{ env.INVOKE_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_IMAGE_VER }}-py${{ matrix.python-version }}" + build-args: | + PYTHON_VER=${{ matrix.python-version }} +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) - name: "Run Tests" run: "poetry run invoke pytest" changelog: @@ -169,7 +213,7 @@ jobs: with: fetch-depth: "0" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: poetry-version: "2.1.3" - name: "Check for changelog entry" diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml new file mode 100644 index 0000000..30e22bb --- /dev/null +++ b/.github/workflows/prepare_release.yml @@ -0,0 +1,223 @@ +--- +name: "Prepare Release" +on: # yamllint disable-line rule:truthy rule:comments + workflow_dispatch: + inputs: + bump_rule: + description: "Select the version bump type" + required: true + default: "patch" + type: "choice" + options: + - "prerelease" + - "patch" + - "minor" + - "major" + target_branch: + description: "Create the release from this branch (default: main)." + required: true + default: "main" + date: + description: "Date of the release YYYY-MM-DD (defaults to today's date in the US Eastern TZ)." + required: false + default: "" +<<<<<<< HEAD +======= + previous_version: + description: "The previous version tag to use for generating release notes (defaults to the latest tag or initial commit if no tags exist)." + required: false + default: "" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + +jobs: + prepare-release: + permissions: + contents: "write" + pull-requests: "write" + name: "Prepare Release" + runs-on: "ubuntu-latest" + steps: + - name: "Checkout code" + uses: "actions/checkout@v4" + with: + # If target_branch is 'main', use 'develop' as the source branch. Otherwise, the source and target branch are the same. + ref: "${{ github.event.inputs['target_branch'] == 'main' && 'develop' || github.event.inputs['target_branch'] }}" + fetch-depth: 0 # Fetch all history for git tags + + - name: "Setup environment" +<<<<<<< HEAD + uses: "networktocode/gh-action-setup-poetry-environment@v6" +======= + uses: "networktocode/gh-action-setup-poetry-environment@v7" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + with: + poetry-version: "2.1.3" + poetry-install-options: "--with dev" + + - name: "Validate Branch and Tags" + run: | + # 1. Verify branch exists + if ! git rev-parse --verify origin/${{ github.event.inputs.target_branch }} > /dev/null 2>&1; then + echo "Error: Branch ${{ github.event.inputs.target_branch }} does not exist." + exit 1 + fi + + # 2. Try to get the previous version tag + # If it fails (no tags), get the hash of the first commit +<<<<<<< HEAD + if PREV_TAG=$(git describe --tags --abbrev=0 2>/dev/null); then +======= + if [ -n "${{ github.event.inputs.previous_version }}" ]; then + PREV_TAG="${{ github.event.inputs.previous_version }}" + echo "Using user-specified previous version: $PREV_TAG" + echo "PREVIOUS_TAG=$PREV_TAG" >> $GITHUB_ENV + elif PREV_TAG=$(git describe --tags --abbrev=0 2>/dev/null); then +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + echo "PREVIOUS_TAG=$PREV_TAG" >> $GITHUB_ENV + echo "Found previous tag: $PREV_TAG" + else + # Fallback to the first commit in the repository + FIRST_COMMIT=$(git rev-list --max-parents=0 HEAD) + echo "PREVIOUS_TAG=$FIRST_COMMIT" >> $GITHUB_ENV + echo "No tags found. Falling back to initial commit: $FIRST_COMMIT" + fi + + - name: "Determine New Version" + id: "versioning" +<<<<<<< HEAD + run: | + # Perform the bump based on the user input + poetry version ${{ github.event.inputs.bump_rule }} +======= + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + # Bump the poetry version based on the user input + CURRENT_POETRY_VER=$(poetry version --short) + set +e # continue running if the next command fails + GITHUB_RELEASE_EXISTS=$(gh release view v$CURRENT_POETRY_VER --json publishedAt --jq '.publishedAt') + set -e + # Unconditionally bump the version if the current version is alpha0 or beta0 + if [[ $CURRENT_POETRY_VER == *a0 || $CURRENT_POETRY_VER == *b0 || $CURRENT_POETRY_VER == *rc0 ]]; then + poetry version ${{ github.event.inputs.bump_rule }} + # If the bump rule is prerelease and a release doesn't already exist in github we don't bump the version + + # This is because we've already bumped to the prerelease version after the previous release + elif [[ "${{ github.event.inputs.bump_rule }}" == "prerelease" && "$CURRENT_POETRY_VER" =~ (a|b|rc)[0-9]+$ && -z "$GITHUB_RELEASE_EXISTS" ]]; then + echo "Prerelease v$CURRENT_POETRY_VER does not exist in github, using this version" + else + poetry version ${{ github.event.inputs.bump_rule }} + fi +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + + # Capture the New version string for use in other steps + NEW_VER=$(poetry version --short) + echo "NEW_VERSION=$NEW_VER" >> $GITHUB_ENV + echo "RELEASE_BRANCH=release/$NEW_VER" >> $GITHUB_ENV + + - name: "Set Date Variable" + run: | + if [ -z "${{ github.event.inputs.date }}" ]; then + RELEASE_DATE=$(TZ=America/New_York date +%Y-%m-%d) + else + RELEASE_DATE="${{ github.event.inputs.date }}" + fi + echo "RELEASE_DATE=$RELEASE_DATE" >> $GITHUB_ENV + + - name: "Create Release Branch" + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + git config user.name "${{ github.actor }}" + git config user.email "${{ github.actor }}@users.noreply.github.com" + + # Ensure release branch doesn't already exist + if git rev-parse --verify origin/${{ env.RELEASE_BRANCH }} > /dev/null 2>&1; then + echo "Error: Release branch ${{ env.RELEASE_BRANCH }} already exists." + exit 1 + fi + + # Create a new branch for the release + git checkout -b "${{ env.RELEASE_BRANCH }}" + + - name: "Regenerate poetry.lock" + run: "poetry lock --regenerate" + + - name: "Generate Github Release Notes" + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + # 1. Get Towncrier Draft + TOWNCRIER_NOTES=$(poetry run towncrier build --version "${{ env.NEW_VERSION }}" --date "${{ env.RELEASE_DATE }}" --draft) + + # 2. Call GitHub API to generate raw notes + RAW_GH_NOTES=$(gh api /repos/${{ github.repository }}/releases/generate-notes \ + -f tag_name="v${{ env.NEW_VERSION }}" \ + -f target_commitish="${{ github.event.inputs['target_branch'] == 'main' && 'develop' || github.event.inputs['target_branch'] }}" \ + -f previous_tag_name="${{ env.PREVIOUS_TAG }}" --jq '.body') + + # 3. Parse usernames (Regex match) + # We use grep to find "@user" patterns, sort, and uniq them + USERNAMES=$(echo "$RAW_GH_NOTES" | grep -oP 'by @\K[a-zA-Z0-9-]+' | sort -u | grep -vE 'dependabot|nautobot-bot|github-actions' || true) + + # 4. Format the Contributors section + CONTRIBUTORS_SECTION="## Contributors" + for user in $USERNAMES; do + CONTRIBUTORS_SECTION="$CONTRIBUTORS_SECTION"$'\n'"* @$user" + done + + # 5. Extract the "Full Changelog" or "New Contributors" part + # Using awk to grab everything from '## New Contributors' or '**Full Changelog**' to the end + GH_FOOTER=$(echo "$RAW_GH_NOTES" | awk '/## New Contributors/ || /\*\*Full Changelog\*\*/ {found=1} found {print}') + if [ -z "$GH_FOOTER" ]; then + GH_FOOTER=$(echo "$RAW_GH_NOTES" | sed -n '/**Full Changelog**/,$p') + fi + + # 6. Combine everything + FINAL_NOTES="$TOWNCRIER_NOTES"$'\n\n'"$CONTRIBUTORS_SECTION"$'\n\n'"$GH_FOOTER" + + # 7. Save to a temporary file to avoid shell argument length limits + echo "$FINAL_NOTES" > ../consolidated_notes.md + +<<<<<<< HEAD + - name: "Generate Release Notes" +======= + - name: "Generate App Release Notes and update mkdocs.yml" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + run: "poetry run inv generate-release-notes --version '${{ env.NEW_VERSION }}' --date '${{ env.RELEASE_DATE }}'" + + - name: "Commit Changes and Push" + run: | + # Add all changes (pyproject.toml, poetry.lock, etc.) + git add . + git commit -m "prepare release v${{ env.NEW_VERSION }}" + git push origin "${{ env.RELEASE_BRANCH }}" + + - name: "Create Pull Request" + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + gh pr create \ + --title "Release v${{ env.NEW_VERSION }}" \ + --body-file "../consolidated_notes.md" \ + --base "${{ github.event.inputs.target_branch }}" \ + --head "${{ env.RELEASE_BRANCH }}" + + - name: "Create Draft Release" + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + if [[ "${{ github.event.inputs.bump_rule }}" == "prerelease" ]]; then + RELEASE_FLAGS="--prerelease" + elif [[ "${{ github.event.inputs.target_branch }}" == "main" ]]; then + RELEASE_FLAGS="--latest" + else + RELEASE_FLAGS="--latest=false" + fi + + gh release create "v${{ env.NEW_VERSION }}" \ + --draft \ + $RELEASE_FLAGS \ + --title "v${{ env.NEW_VERSION }} - ${{ env.RELEASE_DATE }}" \ + --notes-file "../consolidated_notes.md" \ + --target "${{ github.event.inputs.target_branch }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6fc0dc..c096b5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,13 @@ --- name: "Release" -on: # yamllint disable-line rule:truthy rule:comments +on: # yamllint disable-line rule:truthy rule:comments release: types: ["published"] +env: + POETRY_VERSION: "2.1.3" + PYTHON_VERSION: "3.12" + jobs: build: name: "Build package with poetry" @@ -12,11 +16,18 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "Setup environment" - uses: "networktocode/gh-action-setup-poetry-environment@v6" + uses: "networktocode/gh-action-setup-poetry-environment@v7" with: +<<<<<<< HEAD poetry-version: "2.1.3" - python-version: "3.13" + python-version: "3.12" +======= + poetry-version: "${{ env.POETRY_VERSION }}" + python-version: "${{ env.PYTHON_VERSION }}" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) poetry-install-options: "--no-root" + - name: "Build Documentation" + run: "poetry run invoke build-and-check-docs" - name: "Run Poetry Build" run: "poetry build" @@ -56,20 +67,23 @@ jobs: if: "startsWith(github.ref, 'refs/tags/v')" needs: "build" environment: "pypi" - # Steps to publish to PyPI. +<<<<<<< HEAD + # IMPORTANT: this permission is mandatory for trusted publishing. + permissions: +======= + permissions: + # IMPORTANT: this permission is mandatory for Trusted Publishing +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + id-token: "write" steps: - name: "Retrieve built package from cache" uses: "actions/download-artifact@v4" with: name: "distfiles" path: "dist/" + - name: "Publish package distributions to PyPI" uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 - ## Used for networktocode org since trusted publisher isn't supported for GitHub Plan. - with: - user: "__token__" - password: "${{ secrets.PYPI_API_TOKEN }}" - # End publish to PyPI job. slack-notify: needs: @@ -104,3 +118,121 @@ jobs: } ] } + + create-pr-to-develop: + if: "github.event.release.target_commitish == 'main'" + permissions: + contents: "write" + pull-requests: "write" +<<<<<<< HEAD + name: "Create a PR from main into develop" +======= + name: "${{ github.event.release.target_commitish == 'main' && 'Create a PR from main into develop' || format('Create a PR to merge into {0}', github.event.release.target_commitish) }}" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + needs: + - "publish-github" + - "publish-pypi" + runs-on: "ubuntu-latest" + steps: +<<<<<<< HEAD + - name: "Checkout main" + uses: "actions/checkout@v4" + with: + ref: "main" + fetch-depth: 0 + + - name: "Setup environment" + uses: "networktocode/gh-action-setup-poetry-environment@v6" + with: + poetry-version: "2.1.3" + poetry-install-options: "--no-root" + + - name: "Create release branch from main" +======= + - name: "Checkout source branch" + uses: "actions/checkout@v4" + with: + ref: "${{ github.event.release.target_commitish }}" + fetch-depth: 0 + + - name: "Setup environment" + uses: "networktocode/gh-action-setup-poetry-environment@v7" + with: + poetry-version: "${{ env.POETRY_VERSION }}" + poetry-install-options: "--no-root" + + - name: "Create release branch and bump version" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + id: "branch" + run: | + + git config user.name "${{ github.actor }}" + git config user.email "${{ github.actor }}@users.noreply.github.com" + +<<<<<<< HEAD + TAG_NAME="${{ github.event.release.tag_name }}" + VERSION="${TAG_NAME#v}" + + BRANCH_NAME="release-${VERSION}-to-develop" +======= + SOURCE_BRANCH="${{ github.event.release.target_commitish }}" + if [ "$SOURCE_BRANCH" = "main" ]; then + TARGET_BRANCH="develop" + else + TARGET_BRANCH="$SOURCE_BRANCH" + fi + + TAG_NAME="${{ github.event.release.tag_name }}" + VERSION="${TAG_NAME#v}" + + BRANCH_NAME="release-${VERSION}-to-${TARGET_BRANCH}" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + + # Ensure release branch doesn't already exist + if git rev-parse --verify origin/$BRANCH_NAME > /dev/null 2>&1; then + echo "Error: Release branch $BRANCH_NAME already exists." + exit 1 + fi + + git checkout -b "$BRANCH_NAME" + +<<<<<<< HEAD + poetry version prepatch +======= + poetry version prerelease +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + git add pyproject.toml && git commit -m "Bump version" + git push origin "$BRANCH_NAME" + + echo "branch_name=$BRANCH_NAME" >> $GITHUB_OUTPUT +<<<<<<< HEAD + + - name: "Create Pull Request to develop" +======= + echo "target_branch=$TARGET_BRANCH" >> $GITHUB_OUTPUT + + - name: "Create Pull Request" +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + gh pr create \ +<<<<<<< HEAD + --title "Post release ${{ github.event.release.tag_name }} to develop" \ +======= + --title "Post release ${{ github.event.release.tag_name }} to ${{ steps.branch.outputs.target_branch }}" \ + --body "Please do a merge commit." \ + --base "${{ steps.branch.outputs.target_branch }}" \ + --head "${{ steps.branch.outputs.branch_name }}" + + - name: "Create Pull Request" + if: "steps.branch.outputs.branch_name != ''" + env: + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + run: | + gh pr create \ + --title "Sync release notes from ${{ github.event.release.target_commitish }} (${{ github.event.release.tag_name }}) to develop" \ +>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) + --body "Please do a merge commit." \ + --base "develop" \ + --head "${{ steps.branch.outputs.branch_name }}" diff --git a/.gitignore b/.gitignore index fabcfd8..d3ac5be 100644 --- a/.gitignore +++ b/.gitignore @@ -308,3 +308,4 @@ docs/CHANGELOG.md public /compose.yaml /dump.sql +/jdiff/static/* diff --git a/README.md b/README.md index f5e6860..c255783 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # Jdiff
+<<<<<<< HEAD
+<<<<<<< HEAD
+=======
+
+>>>>>>> d408d2a (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
+=======
+
+>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
@@ -18,9 +26,21 @@
Full documentation for this library can be found over on the [Jdiff Docs](https://jdiff.readthedocs.io/) website:
+<<<<<<< HEAD
+<<<<<<< HEAD
- [User Guide](https://jdiff.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://jdiff.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://jdiff.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
+=======
+- [User Guide](https://jdiff.readthedocs.io/en/latest/user/app_overview/) - Overview, Using the Library, Getting Started.
+- [Administrator Guide](https://jdiff.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the Library.
+- [Developer Guide](https://jdiff.readthedocs.io/en/latest/dev/contributing/) - Extending the Library, Code Reference, Contribution Guide.
+>>>>>>> d408d2a (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
+=======
+- [User Guide](https://jdiff.readthedocs.io/en/latest/user/app_overview/) - Overview, Using the Library, Getting Started.
+- [Administrator Guide](https://jdiff.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the Library.
+- [Developer Guide](https://jdiff.readthedocs.io/en/latest/dev/contributing/) - Extending the Library, Code Reference, Contribution Guide.
+>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
- [Release Notes / Changelog](https://jdiff.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://jdiff.readthedocs.io/en/latest/user/faq/).
diff --git a/bin/ensure_release_notes.py b/bin/ensure_release_notes.py
new file mode 100644
index 0000000..7479433
--- /dev/null
+++ b/bin/ensure_release_notes.py
@@ -0,0 +1,97 @@
+"""Ensure that release notes exist for a given version.
+
+This script will do the following:
+ Ensure a release notes file exists at `docs/admin/release_notes/version_{version}.md`.
+ Ensure the `mkdocs.yml` file is updated to add the release notes file to the navigation.
+ Ensure the `pyproject.toml` `tool.towncrier.filename` is updated to reference the release notes file.
+
+It shouldn't be necessary to run this file manually. It is automatically called by `invoke generate-release-notes`.
+
+Example:
+ $ python bin/ensure_release_notes.py --version '1.0'
+"""
+
+import argparse
+
+try:
+ import tomllib
+except ImportError:
+ import tomli as tomllib
+
+from pathlib import Path
+
+
+def release_notes_pyproject_toml(version):
+ """Update the pyproject.toml file to set the towncrier filename for the given version."""
+ pyproject_file = Path(__file__).parent.parent / "pyproject.toml"
+ pyproject_content = pyproject_file.read_text()
+ pyproject_data = tomllib.loads(pyproject_content)
+ release_notes_file = f"docs/admin/release_notes/version_{version}.md"
+
+ # Update the towncrier filename
+ if pyproject_data["tool"]["towncrier"].get("filename", "") != release_notes_file:
+ pyproject_data["tool"]["towncrier"]["filename"] = release_notes_file
+
+ # Write back the updated content to pyproject.toml
+ # tomllib is not used to write the file because it is not roundtrippable
+ new_pyproject_content = []
+ in_towncrier_section = False
+ for line in pyproject_content.splitlines():
+ if line.strip() == "[tool.towncrier]":
+ in_towncrier_section = True
+ new_pyproject_content.append(line)
+ continue
+ if in_towncrier_section:
+ if line.strip().startswith("filename"):
+ new_pyproject_content.append(f'filename = "docs/admin/release_notes/version_{version}.md"')
+ in_towncrier_section = False # Only replace the first occurrence
+ else:
+ new_pyproject_content.append(line)
+ else:
+ new_pyproject_content.append(line)
+
+ pyproject_file.write_text("\n".join(new_pyproject_content))
+ # Add a newline at the end of the file if it doesn't exist
+ if not pyproject_file.read_text().endswith("\n"):
+ pyproject_file.write_text(pyproject_file.read_text() + "\n")
+ # Remind the user to update the release notes file.
+ print(
+ f"\033[33mRemember to update the Release Overview section in the release notes file: {release_notes_file}\033[0m"
+ )
+
+
+def ensure_release_notes_file(version):
+ """Ensure that the release notes file for the given version exists and is referenced in mkdocs.yml."""
+ release_notes_file = Path(__file__).parent.parent / "docs" / "admin" / "release_notes" / f"version_{version}.md"
+ if not release_notes_file.exists():
+ # Create a new release notes file with a basic template from towncrier_header.txt
+ towncrier_header = Path(__file__).parent.parent / "towncrier_header.txt"
+ content = towncrier_header.read_text().format(version=version)
+ release_notes_file.write_text(content)
+
+
+def ensure_mkdocs_version(version):
+ """Ensure that mkdocs.yml includes the new release notes file in the navigation."""
+ mkdocs_yml_file = Path(__file__).parent.parent / "mkdocs.yml"
+ mkdocs_yml_content = mkdocs_yml_file.read_text()
+ release_notes_nav_entry = f' - v{version}: "admin/release_notes/version_{version}.md"\n'
+ if release_notes_nav_entry in mkdocs_yml_content:
+ return
+
+ # Add the new release notes entry to the mkdocs.yml content
+ if "Release Notes:" in mkdocs_yml_content:
+ mkdocs_yml_content = mkdocs_yml_content.replace(
+ ' - "admin/release_notes/index.md"\n',
+ f' - "admin/release_notes/index.md"\n{release_notes_nav_entry}',
+ )
+
+ mkdocs_yml_file.write_text(mkdocs_yml_content)
+
+
+if __name__ == "__main__":
+ parser = argparse.ArgumentParser(description="Ensure release notes exist for a given version.")
+ parser.add_argument("--version", help="The version number (e.g. 2.2)")
+ args = parser.parse_args()
+ ensure_release_notes_file(args.version)
+ ensure_mkdocs_version(args.version)
+ release_notes_pyproject_toml(args.version)
diff --git a/changes/+main.housekeeping b/changes/+main.housekeeping
new file mode 100644
index 0000000..3433adf
--- /dev/null
+++ b/changes/+main.housekeeping
@@ -0,0 +1 @@
+Rebaked from the cookie `main`.
diff --git a/development/bin/ensure_release_notes.py b/development/bin/ensure_release_notes.py
new file mode 100644
index 0000000..f038cc4
--- /dev/null
+++ b/development/bin/ensure_release_notes.py
@@ -0,0 +1,99 @@
+"""Ensure that release notes exist for a given version.
+
+This script will do the following:
+ Ensure a release notes file exists at `docs/admin/release_notes/version_{version}.md`.
+ Ensure the `mkdocs.yml` file is updated to add the release notes file to the navigation.
+ Ensure the `pyproject.toml` `tool.towncrier.filename` is updated to reference the release notes file.
+
+It shouldn't be necessary to run this file manually. It is automatically called by `invoke generate-release-notes`.
+
+Example:
+ $ python ensure_release_notes.py --version '1.0.0'
+"""
+
+import argparse
+
+try:
+ import tomllib
+except ImportError:
+ import tomli as tomllib
+
+from pathlib import Path
+
+
+def release_notes_pyproject_toml(version):
+ """Update the pyproject.toml file to set the towncrier filename for the given version."""
+ pyproject_file = Path(__file__).parent.parent.parent / "pyproject.toml"
+ pyproject_content = pyproject_file.read_text()
+ pyproject_data = tomllib.loads(pyproject_content)
+ release_notes_file = f"docs/admin/release_notes/version_{version}.md"
+
+ # Update the towncrier filename
+ if pyproject_data["tool"]["towncrier"].get("filename", "") != release_notes_file:
+ pyproject_data["tool"]["towncrier"]["filename"] = release_notes_file
+
+ # Write back the updated content to pyproject.toml
+ # tomllib is not used to write the file because it is not roundtrippable
+ new_pyproject_content = []
+ in_towncrier_section = False
+ for line in pyproject_content.splitlines():
+ if line.strip() == "[tool.towncrier]":
+ in_towncrier_section = True
+ new_pyproject_content.append(line)
+ continue
+ if in_towncrier_section:
+ if line.strip().startswith("filename"):
+ new_pyproject_content.append(f'filename = "docs/admin/release_notes/version_{version}.md"')
+ in_towncrier_section = False # Only replace the first occurrence
+ else:
+ new_pyproject_content.append(line)
+ else:
+ new_pyproject_content.append(line)
+
+ pyproject_file.write_text("\n".join(new_pyproject_content))
+ # Add a newline at the end of the file if it doesn't exist
+ if not pyproject_file.read_text().endswith("\n"):
+ pyproject_file.write_text(pyproject_file.read_text() + "\n")
+ # Remind the user to update the release notes file.
+ print(
+ f"\033[33mRemember to update the Release Overview section in the release notes file: {release_notes_file}\033[0m"
+ )
+
+
+def ensure_release_notes_file(version):
+ """Ensure that the release notes file for the given version exists and is referenced in mkdocs.yml."""
+ release_notes_file = (
+ Path(__file__).parent.parent.parent / "docs" / "admin" / "release_notes" / f"version_{version}.md"
+ )
+ if not release_notes_file.exists():
+ # Create a new release notes file with a basic template from towncrier_header.txt
+ towncrier_header = Path(__file__).parent.parent / "towncrier_header.txt"
+ content = towncrier_header.read_text().format(version=version)
+ release_notes_file.write_text(content)
+
+
+def ensure_mkdocs_version(version):
+ """Ensure that mkdocs.yml includes the new release notes file in the navigation."""
+ mkdocs_yml_file = Path(__file__).parent.parent.parent / "mkdocs.yml"
+ mkdocs_yml_content = mkdocs_yml_file.read_text()
+ release_notes_nav_entry = f' - v{version}: "admin/release_notes/version_{version}.md"\n'
+ if release_notes_nav_entry in mkdocs_yml_content:
+ return
+
+ # Add the new release notes entry to the mkdocs.yml content
+ if "Release Notes:" in mkdocs_yml_content:
+ mkdocs_yml_content = mkdocs_yml_content.replace(
+ ' - "admin/release_notes/index.md"\n',
+ f' - "admin/release_notes/index.md"\n{release_notes_nav_entry}',
+ )
+
+ mkdocs_yml_file.write_text(mkdocs_yml_content)
+
+
+if __name__ == "__main__":
+ parser = argparse.ArgumentParser(description="Ensure release notes exist for a given version.")
+ parser.add_argument("--version", help="The version number (e.g. 2.2)")
+ args = parser.parse_args()
+ ensure_release_notes_file(args.version)
+ ensure_mkdocs_version(args.version)
+ release_notes_pyproject_toml(args.version)
diff --git a/towncrier_template.j2 b/development/towncrier_template.j2
similarity index 66%
rename from towncrier_template.j2
rename to development/towncrier_template.j2
index 4fdab78..1b302da 100644
--- a/towncrier_template.j2
+++ b/development/towncrier_template.j2
@@ -1,13 +1,4 @@
-# v{{ versiondata.version.split(".")[:2] | join(".") }} Release Notes
-
-This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-## Release Overview
-
-- Major features or milestones
-- Changes to compatibility with Nautobot and/or other apps, libraries etc.
-
{% if render_title %}
## [v{{ versiondata.version }} ({{ versiondata.date }})](https://github.com/networktocode/jdiff/releases/tag/v{{ versiondata.version}})
diff --git a/docs/admin/release_notes/version_1.0.md b/docs/admin/release_notes/version_1.0.md
index e9ac835..99283a4 100644
--- a/docs/admin/release_notes/version_1.0.md
+++ b/docs/admin/release_notes/version_1.0.md
@@ -9,7 +9,15 @@ This document describes all new features and changes in the release `1.0`. The f
- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
+<<<<<<< HEAD
+<<<<<<< HEAD
## [v1.0.2] - 2026-03-23
+=======
+## [v1.0.0] - 2026-08-12
+>>>>>>> d408d2a (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
+=======
+## [v1.0.0] - 2026-08-14
+>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
### Added
diff --git a/docs/dev/release_checklist.md b/docs/dev/release_checklist.md
index 168ddea..c887c22 100644
--- a/docs/dev/release_checklist.md
+++ b/docs/dev/release_checklist.md
@@ -12,8 +12,8 @@ This document is intended for library maintainers and outlines the steps to perf
Choose your own adventure:
-- Patch release from `develop`? Jump [here](#all-releases-from-develop).
-- Minor release? Continue with [Minor Version Bumps](#minor-version-bumps) and then [All Releases from `develop`](#all-releases-from-develop).
+- Patch release from `develop`? Jump [here](#all-release-branches-branch-off-of-develop).
+- Minor release? Continue with [Minor Version Bumps](#minor-version-bumps) and then [All Releases from `develop`](#all-release-branches-branch-off-of-develop).
## Minor Version Bumps
@@ -45,7 +45,7 @@ The goal of this step is to walk through the entire install process *as document
---
-## All Releases from `develop`
+## All `release` branches branch off of `develop`
### Verify CI Build Status
diff --git a/docs/generate_code_reference_pages.py b/docs/generate_code_reference_pages.py
index 636ab53..26f8637 100644
--- a/docs/generate_code_reference_pages.py
+++ b/docs/generate_code_reference_pages.py
@@ -14,7 +14,7 @@
parts = parts[:-1]
with mkdocs_gen_files.open(full_doc_path, "w") as fd:
- IDENTIFIER = ".".join(parts)
- print(f"::: {IDENTIFIER}", file=fd)
+ identifier = ".".join(parts)
+ print(f"::: {identifier}", file=fd)
mkdocs_gen_files.set_edit_path(full_doc_path, file_path)
diff --git a/example.invoke.yml b/invoke.example.yml
similarity index 100%
rename from example.invoke.yml
rename to invoke.example.yml
diff --git a/pyproject.toml b/pyproject.toml
index 6662513..5debd59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,10 @@
[tool.poetry]
name = "jdiff"
+<<<<<<< HEAD
version = "1.0.3a0"
+=======
+version = "0.1.0a0"
+>>>>>>> f3dca29 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
description = "Python library for examining structured data."
authors = ["Network to Code, LLC