Add xlsx url source for testing#11
Open
frozenhelium wants to merge 3 commits into
Open
Conversation
5fe4543 to
edaabae
Compare
- add TRANSLATION_SOURCE=api|url with per-mode config validation - add URLSource fetching the XLSX from a plain HTTP(S) URL - cap downloads at 50MB for both sources - record pull outcome; /status gains source, last_pull_error, last_import_rows - redact signed-URL credentials from logs, errors, and /status - helm: TRANSLATION_SOURCE in values; alpha-1 switches to url mode - regenerate helm snapshots (helm 3.15.4) and openapi.json - pass new vars through docker-compose; document mock mode in README - tests for url source, config matrix, status fields, redaction
- rename TranslationClient to APISource, pairing with URLSource - rename MetaModel.K/V to Key/Value (columns unchanged via bun tags) - rename PullResult.Skipped to Unchanged (the pull runs, import is skipped) - rename Server.source to sourceName, handleGetStrings to handleStrings - rename metaKeyLastHash to metaKeyLastXLSXHash, mirroring the stored key - rename writeSchemaFile to writeOpenAPISpecFile, env to envOr - fix limit param shadowing the max builtin in readAllLimited - name pull timers by phase (fetchStart/parseStart/importStart) - clarify locals: bunDB, sqlDB, jitter, prevHash, metaErr, urlErr, slogLevel - consolidate duplicated test helpers into helpers_test.go - drop cryptic test helper prefixes (xt/dbt/ht/ct/st/src)
edaabae to
e340cfd
Compare
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.
No description provided.