Skip to content

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
mainfrom
dependabot/docker/frontend/nginx-1.29-alpine
Closed

chore(deps,docker,frontend): bump nginx from 1.27-alpine to 1.29-alpine in /frontend#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/frontend/nginx-1.29-alpine

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown

Bumps nginx from 1.27-alpine to 1.29-alpine.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github

dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, docker. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Author

Superseded by #26.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/docker/frontend/nginx-1.29-alpine branch May 18, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants