chore(deps,docker,frontend): bump nginx from 1.27-alpine to 1.29-alpine in /frontend#2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps nginx from 1.27-alpine to 1.29-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
artyomsv
added a commit
that referenced
this pull request
Apr 7, 2026
LostFilm rewrite #2: replaces the previous c/s/e POST guess with the actual GET /v_search.php?a=<packed> flow extracted from main.min.js. - Series page parses both data-code="<show>-<season>-<episode>" and data-episode="<show><sss><eee>" packed-int forms. - Check is now stateful: returns pending list in check.Extra and a hash of the form eps:N/done:M/pending:K so it flips both when new episodes appear AND when the user catches up. - Download is per-episode: pulls the oldest pending packed ID, GETs v_search, follows the redirector chain, parses the per-quality buttons, picks the matching tier via the qualityMatches helper (which dodges the 1080p/1080p_mp4 substring trap). - Per-episode state lives in topic.Extra["downloaded_episodes"]. - TestRedirectorFlow rewritten to drive the new flow end-to-end and TestQualityMatcher pins the substring trap closed. Scheduler gains a per-episode multi-download loop in runCheck that keeps calling Download until the plugin returns the "no pending episodes" sentinel, capped at maxPerTick=25 as a runaway guard. Mid-loop failures preserve progress and surface the error so the next tick retries. Topics.UpdateExtra persists the growing downloaded_episodes set after each successful submit. Backwards-compatible: every other tracker plugin returns one payload and errors on the second call, so the loop terminates after one iteration for them. Housekeeping in the same commit: - .gitignore now excludes .claude/ (per-machine Claude Code settings) - techdebt/2-3-scheduler-no-unit-tests.md flags the scheduler having zero test coverage despite the new branching loop logic
Author
|
Superseded by #26. |
This was referenced May 30, 2026
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.
Bumps nginx from 1.27-alpine to 1.29-alpine.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)