fix: avoid redundant session imports - #126
Merged
Merged
Conversation
glitchedmob
force-pushed
the
fix/avoid-redundant-session-imports
branch
from
August 21, 2026 02:17
7d1bdee to
e801d1a
Compare
|
🎉 This PR is included in version 1.10.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This was referenced Aug 21, 2026
infra-k8s-deployment-automation Bot
added a commit
to sgfdevs/infra-k8s-apps
that referenced
this pull request
Aug 21, 2026
Updates `ghcr.io/sgfdevs/sgf.dev` from `1.10.5` to `1.10.6` in `src/k8s/apps/sgf.dev/staging`. **Changes** [Compare v1.10.5...v1.10.6](sgfdevs/sgf.dev@v1.10.5...v1.10.6) - [`98867bb`](sgfdevs/sgf.dev@98867bb) fix: avoid redundant session imports ([#126](sgfdevs/sgf.dev#126)) by @glitchedmob Co-authored-by: infra-k8s-deployment-automation[bot] <314666576+infra-k8s-deployment-automation[bot]@users.noreply.github.com>
glitchedmob
pushed a commit
to sgfdevs/infra-k8s-apps
that referenced
this pull request
Aug 21, 2026
Updates `ghcr.io/sgfdevs/sgf.dev` from `1.10.3` to `1.10.7` in `src/k8s/apps/sgf.dev/production`. **Changes** [Compare v1.10.3...v1.10.7](sgfdevs/sgf.dev@v1.10.3...v1.10.7) - [`8e1536f`](sgfdevs/sgf.dev@8e1536f) ci: add stable aggregate checks by @glitchedmob - [`3b0136c`](sgfdevs/sgf.dev@3b0136c) chore(deps): bump glitchedmob/infra-gha/.github/workflows/kustomize-image-pr.yml from 0.8.1 to 0.11.3 in the github-actions group ([#123](sgfdevs/sgf.dev#123)) by @dependabot[bot] - [`ec8d2ad`](sgfdevs/sgf.dev@ec8d2ad) chore: update .NET packages ([#125](sgfdevs/sgf.dev#125)) by @glitchedmob - [`ed69573`](sgfdevs/sgf.dev@ed69573) fix: pin compatible changelog preset ([#127](sgfdevs/sgf.dev#127)) by @glitchedmob - [`98867bb`](sgfdevs/sgf.dev@98867bb) fix: avoid redundant session imports ([#126](sgfdevs/sgf.dev#126)) by @glitchedmob - [`1ea120b`](sgfdevs/sgf.dev@1ea120b) fix: lazy load directory images ([#128](sgfdevs/sgf.dev#128)) by @glitchedmob Co-authored-by: infra-k8s-deployment-automation[bot] <314666576+infra-k8s-deployment-automation[bot]@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.
Makes Sessionize imports idempotent by generating stable presenter block keys and skipping unchanged published content. It also uses Umbraco's single-scope SaveAndPublish operation and stops on persistence failures.