Skip to content

feat(actress): metadata sync engine — phases 1-3 of 6 - #209

Open
seeyabye wants to merge 1 commit into
mainfrom
integ/actress-sync-p12
Open

seeyabye wants to merge 1 commit into
mainfrom
integ/actress-sync-p12

Conversation

@seeyabye

@seeyabye seeyabye commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Epic PR carrying the actress-metadata-sync effort (re-landing PR #176, split into 6 stacked phases). This integration branch is rebuilt on current main with all phases merged in dependency order. Each phase was individually reviewed to codex: ok before integration.

Phases included

Phase PR Change Status
1 — actress-cache-foundation #188 embedded cache library + build CLI + unified SSRF guard ✅ merged into epic
2 — actress-db-sync-schema #195 migration 000013, lease-fenced sync repo, merge, server filters ✅ merged into epic
3 — actress-sync-engine #200 worker pool + runtime wiring + scraper provider contracts ✅ merged into epic
4 — actress-sync-api HTTP endpoints, typed error mapping (409/503), config presence plumbing, swagger ✅ already in epic branch
5 — actress-scrape-integration #212 scrape-pipeline enrichment, session-validated thumbnails, r18dev dump hardening ✅ merged into epic (codex: ok, 34 local + 6 CI review rounds)
6 — actress-frontend-sync #213 frontend sync modal, filter toolbar, cross-page selection, i18n ✅ merged into epic (codex: ok)

All 6 phases are complete. This epic PR is ready to merge to main.

Test plan

  • CI green on the combined tree (all 16 checks)
  • Codecov patch coverage 100%
  • go test ./... clean
  • golangci-lint run ./... — 0 issues
  • go vet ./... clean
  • Race detector green on internal/worker + internal/api

Supersedes #188, #195, #200 (content integrated into this branch).

Closes #176

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.08%. Comparing base (f5b02e9) to head (d221ce3).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   93.27%   94.08%   +0.81%     
==========================================
  Files         486      519      +33     
  Lines       47816    54492    +6676     
==========================================
+ Hits        44599    51269    +6670     
- Misses       2086     2102      +16     
+ Partials     1131     1121      -10     
Flag Coverage Δ
unittests 94.08% <100.00%> (+0.81%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
cmd/build-actress-cache/main.go 100.00% <100.00%> (ø)
internal/actresscache/build.go 100.00% <100.00%> (ø)
internal/actresscache/builtin.go 100.00% <100.00%> (ø)
internal/actresscache/fetch.go 100.00% <100.00%> (ø)
internal/actresscache/runtime.go 100.00% <100.00%> (ø)
internal/actresscache/sources/legacycsv/source.go 100.00% <100.00%> (ø)
internal/actresscache/sources/minnanoav/parse.go 100.00% <100.00%> (ø)
internal/actresscache/sources/minnanoav/source.go 100.00% <100.00%> (ø)
internal/actresscache/sources/r18dev/source.go 100.00% <100.00%> (ø)
internal/actresscache/sources/registry.go 100.00% <100.00%> (ø)
... and 65 more

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4e09f0570c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/scraper/minnanoav/minnanoav.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 12, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5f1ef25db1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/database/actress_sync_repo.go
Comment thread internal/config/scrapers_config.go
Comment thread internal/config/scrapers_config.go
Comment thread internal/api/actress/merge.go
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 12, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 71fd64b43c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/httpclient/builder.go
Comment thread internal/worker/actress_sync.go
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 12, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8804df5a99

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/api/core/actress_sync.go
Comment thread internal/scraper/dmm/actress.go Outdated
Comment thread internal/scraper/minnanoav/minnanoav.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 12, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 07b1defc27

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/worker/actress_sync_manager.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1328d39721

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/worker/actress_sync_manager.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b995266071

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/worker/actress_sync.go Outdated
@github-actions github-actions Bot added the 🤖 codex: needs work Codex review found issues that need addressing label Aug 13, 2026
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1107cadd2c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/worker/actress_sync_manager.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 69c7cb675f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/actresscache/runtime.go Outdated
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 39b12c069f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/worker/actress_sync_cancel_test.go
@github-actions github-actions Bot added 🤖 codex: needs work Codex review found issues that need addressing and removed 🤖 codex: needs work Codex review found issues that need addressing labels Aug 13, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: be57ef1c20

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions github-actions Bot added the 🤖 codex: ok Codex review found no major issues label Aug 13, 2026
@github-actions github-actions Bot removed the 🤖 codex: ok Codex review found no major issues label Aug 14, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: ea5a6474fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions github-actions Bot added the 🤖 codex: ok Codex review found no major issues label Aug 15, 2026
@github-actions github-actions Bot removed the 🤖 codex: ok Codex review found no major issues label Aug 15, 2026
@seeyabye

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep it up!

Reviewed commit: a7e9a25a97

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions github-actions Bot added 🤖 codex: ok Codex review found no major issues and removed 🤖 codex: ok Codex review found no major issues labels Aug 16, 2026
Squashed integration of the actress-sync workstream onto latest main.
End state preserved from integ/actress-sync-p12 @ a7e9a25 (269 commits).
@seeyabye
seeyabye force-pushed the integ/actress-sync-p12 branch from a7e9a25 to d221ce3 Compare August 16, 2026 22:52
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.

1 participant