henry henry
  • Joined on 2025-05-17
henry pushed to master at henry/AITrader 2026-05-16 20:37:53 +00:00
617c8b9d56 fix: prevent scroll reset by stabilizing useEffect dependencies with refs
b5b5207756 feat: always enqueue analyze jobs as background, save jobId to DB, reuse active jobs, cleanup stale jobs
ff798abf04 chore: remove verbose console.log output from analyze API, keep only error/warn logs
1eddb9173e fix: update admin token check logic and improve comments for clarity
17ba788419 fix: delete button - add error handling and fix variable shadowing in filter callback
Compare 34 commits »
henry pushed to master at henry/AITrader 2026-05-16 18:20:07 +00:00
eb999444d7 fix(.gitignore): add playwrite-out to ignored files
0ee89cf052 feat(settings): add settings route and API updates\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9b63d981b0 fix(settings): store JSON as string in DB and parse on read\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dba81832c1 feat(settings): add SettingsService with cache and emitter\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9b8afa2605 feat(settings): add admin settings API routes
Compare 63 commits »
henry pushed to master at henry/AITrader 2026-05-14 15:16:05 +00:00
4af6e914ec fix: remove Playwright browser installation steps and E2E test execution from workflow
henry pushed to master at henry/AITrader 2026-05-14 15:03:09 +00:00
8183506c4a fix: specify chromium for Playwright browser installation and add retry step
henry pushed to master at henry/AITrader 2026-05-14 14:50:54 +00:00
1282801f47 fix: add legacy-peer-deps flag to npm ci for compatibility
henry pushed to master at henry/AITrader 2026-05-14 14:46:33 +00:00
15e49cb0f9 feat(tests): update Alpaca API tests to include range parameters and improve stock database cleanup
henry pushed to master at henry/AITrader 2026-05-14 10:50:17 +00:00
cc22174b78 Add tests for Alpaca Historical Bars API
d1a84325ae fix: pass bars data to TradingView chart correctly
b4076f89b6 fix: add bars data for TradingView chart from Alpaca
77032a3c3a fix: improve stock detail page design
834a427c18 fix: use request URL for base URL in stock detail loader
Compare 23 commits »
henry pushed to master at henry/AITrader 2026-05-12 20:10:56 +00:00
4206b93614 Add Playwright configuration and initial tests for landing page
8429db504a feat: add stock indicators route and Alpaca account info
Compare 2 commits »
henry pushed to master at henry/AITrader 2026-05-12 17:50:58 +00:00
aaafe8fa3f Add initial documentation and configuration files for AITrader project
818e179fd0 Initial commit from create-react-router
henry created branch master in henry/AITrader 2026-05-12 17:50:58 +00:00
henry created repository henry/AITrader 2026-05-11 21:01:08 +00:00
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 13:42:13 +00:00
1f4005f5d4 fix: streamline Docker image build process by removing unnecessary load and save steps
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 13:32:44 +00:00
0547f6a41c fix: downgrade upload and download artifact actions to v3 for compatibility
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 13:27:45 +00:00
28674fb023 fix: ensure Docker image name is lowercase when saving
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 13:23:31 +00:00
b640cfdb74 fix: update Docker image saving command for consistency
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 13:15:44 +00:00
d076fba0c0 fix: add no-cache option to Docker build step and update .gitignore for new files
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 11:49:17 +00:00
f155a7952a feat: split Gitea workflow into test/build/push jobs
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 10:00:28 +00:00
0e62f0f80b fix: update default category counts for expenses and revenues in tests
henry pushed to main at henry/AnnasRechnungsManager 2026-05-09 09:52:23 +00:00
29619658fc feat: add graphify plugin and documentation
db953b1e28 Add comprehensive tests for client validation, revenue and expense categories, invoice generation, and schemas
586d5b2cc8 feat: add .continue to .gitignore for improved file management
Compare 3 commits »
henry pushed to main at henry/AnnasRechnungsManager 2026-05-03 07:24:50 +00:00
38c8304336 feat: update AUTH_SECRET handling and improve session management