Skip to content

Zamień zwykłe <select> na autocomplete w SourceForm importera#105

Closed
mpasternak wants to merge 3 commits into
devfrom
claude/autocomplete-importer-selects-ZAl2N
Closed

Zamień zwykłe <select> na autocomplete w SourceForm importera#105
mpasternak wants to merge 3 commits into
devfrom
claude/autocomplete-importer-selects-ZAl2N

Conversation

@mpasternak
Copy link
Copy Markdown
Member

Pola zrodlo i wydawca w kroku 3 importera publikacji używały
zwykłych selectów, co przy dużej liczbie rekordów (do 30 tys.)
było niepraktyczne. Zastąpiono je widgetami dal ModelSelect2
korzystającymi z istniejących endpointów autocomplete.

https://claude.ai/code/session_01Mikbynumyp6WHLAFFzX43R

@mpasternak
Copy link
Copy Markdown
Member Author

@claude rebase

@claude
Copy link
Copy Markdown

claude Bot commented Apr 19, 2026

Claude finished @mpasternak's task in 11s —— View job


I'm unable to perform a git rebase operation. Git operations like rebasing, merging branches, or force-pushing are outside my capabilities — I can only create new commits and push them.

To rebase this branch onto dev, you can run locally:

git fetch origin
git checkout claude/autocomplete-importer-selects-ZAl2N
git rebase origin/dev
git push --force-with-lease origin claude/autocomplete-importer-selects-ZAl2N

Or if you have GitHub CLI:

gh pr checkout 105
git rebase origin/dev
git push --force-with-lease

You can find more information in the FAQ.

claude added 3 commits April 20, 2026 18:58
The hook checks CLAUDE_CODE_REMOTE and exits immediately on CLI,
so local users are unaffected. In the cloud it configures apt,
PostgreSQL, Redis, .env and Python deps automatically.

https://claude.ai/code/session_01Mikbynumyp6WHLAFFzX43R
Setup steps moved to .claude/hooks/setup-cloud.sh (SessionStart
hook). CLAUDE_CLOUD.md now only documents sandbox-specific notes:
known test failures, Playwright/Docker limitations.

CLAUDE.md updated to reference the hook instead of the old manual
instructions.

https://claude.ai/code/session_01Mikbynumyp6WHLAFFzX43R
All VCR-decorated tests now use match_on=("method", "scheme",
"path", "query") to exclude host/port from cassette matching.
Behind a proxy (e.g. CI egress proxy) the host/port differ from
the recorded cassette, causing CannotOverwriteExistingCassette
errors.

https://claude.ai/code/session_01Mikbynumyp6WHLAFFzX43R
@mpasternak mpasternak force-pushed the claude/autocomplete-importer-selects-ZAl2N branch from 1879039 to 6b3ee19 Compare April 20, 2026 16:59
@mpasternak
Copy link
Copy Markdown
Member Author

Feature already merged to dev as commit cfddc51. Remaining commits (VCR cassette fix, CLAUDE_CLOUD.md, SessionStart hook) are unrelated infra — closing without merge.

@mpasternak mpasternak closed this Apr 20, 2026
@mpasternak mpasternak deleted the claude/autocomplete-importer-selects-ZAl2N branch April 28, 2026 15:47
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.

2 participants