Tracewebstudio Dev
4b15d109d9
fix(ci): force http1.1 for gitea git transport
2026-04-30 22:32:38 +02:00
Tracewebstudio Dev
99f34c0f1d
chore(ci): enable git trace for sync debugging
2026-04-30 22:27:16 +02:00
Tracewebstudio Dev
366656266a
fix(ci): use GITEA_SECRET in sync workflow
2026-04-30 22:18:09 +02:00
Tracewebstudio Dev
b8f87e5a51
fix(ci): enforce Admin basic auth sync flow
2026-04-30 22:03:23 +02:00
Tracewebstudio Dev
c87d96e6be
fix(ci): always use token owner login for gitea auth
2026-04-30 21:45:03 +02:00
Tracewebstudio Dev
e0ba1deaf9
fix(ci): use GITEA_SECRET for sync token
2026-04-30 21:40:10 +02:00
Tracewebstudio Dev
c6cd1a0ef3
fix(ci): add preflight token check and static secret usage
2026-04-30 21:36:42 +02:00
Tracewebstudio Dev
66922b06d4
fix(ci): use authenticated remote URL for gitea git ops
2026-04-30 21:23:07 +02:00
Tracewebstudio Dev
e076342cac
chore(ci): log resolved gitea user and validate ls-remote
2026-04-30 21:03:52 +02:00
Tracewebstudio Dev
0f89d90cbc
fix(ci): tolerate /user 401 and fallback to configured auth user
2026-04-30 20:59:10 +02:00
Tracewebstudio Dev
0355c7b45f
fix(ci): use basic auth header with token-owner login
2026-04-30 20:56:11 +02:00
Tracewebstudio Dev
c1216323c4
fix(ci): support GITEA_TOKEN secret with fallback
2026-04-30 20:48:06 +02:00
Tracewebstudio Dev
0efacd053b
fix(ci): hardcode admin gitea sync remote
2026-04-30 20:45:49 +02:00
Tracewebstudio Dev
2820851aa7
fix(ci): use basic auth header for gitea git operations
2026-04-30 20:38:18 +02:00
Tracewebstudio Dev
093faba4db
fix(ci): prefer token owner login for gitea git auth
2026-04-30 20:33:51 +02:00
Tracewebstudio Dev
96738b3404
fix(ci): use GITEA_USERNAME secret for git auth
2026-04-30 20:15:29 +02:00
Tracewebstudio Dev
5d12586c59
fix(ci): derive gitea login from token and retry auth modes
2026-04-30 20:13:35 +02:00
Tracewebstudio Dev
1ddea9f140
fix(ci): try multiple gitea auth url formats
2026-04-30 20:08:50 +02:00
Tracewebstudio Dev
8bf1ed5eda
fix(ci): replace inline python with curl+jq api fallback
2026-04-30 20:02:08 +02:00
Tracewebstudio Dev
c7c330ad8c
fix(ci): correct yaml-safe gitea API fallback script
2026-04-30 19:59:50 +02:00
Tracewebstudio Dev
41091185ca
fix(ci): auto-resolve gitea target repo for sync
2026-04-30 19:57:17 +02:00
Tracewebstudio Dev
b71c812152
ci: fix log message
2026-04-19 16:35:45 +02:00
Tracewebstudio Dev
bac43cfb2d
ci: fetch before push, use force-with-lease
2026-04-19 15:59:58 +02:00
Tracewebstudio Dev
132a90529e
ci: use GITEA_SECRET
2026-04-19 15:43:42 +02:00
Tracewebstudio Dev
3e7149794b
ci: fix permissions
2026-04-19 15:38:59 +02:00
Tracewebstudio Dev
f69f843c4a
ci: add sync-to-gitea workflow
2026-04-19 15:35:40 +02:00
Ashwin Kumar
6b0523fc9d
chore: remove workflow file for current token permissions
2026-04-08 22:39:40 +02:00
Ashwin Kumar
8950a502f6
chore: align admin management modules, auth flows, and test stability
2026-04-08 22:12:38 +02:00
Ashwin Kumar
ab4a7881e4
feat: testing infrastructure (without workflow pending token scope)
...
- Add vitest, Playwright, ESLint, Prettier configs
- Add unit tests and e2e accessibility/visual tests
- Add MSW mocks and test setup
- Update scripts and .gitignore
- Install required dev dependencies
Note: GitHub Actions workflow will be added after token scope is granted.
2026-04-08 02:39:02 +02:00
Ashwin Kumar
08f0cb6402
feat: comprehensive testing infrastructure
...
- Add vitest with solid plugin, coverage, jsdom environment
- Create MSW mocks for API responses in test setup
- Add unit test for ProfessionAdminListPage
- Add Playwright accessibility and visual regression configs
- Add sample accessibility and visual tests
- Add ESLint + Prettier configs with SolidJS rules
- Update scripts: test, test:coverage, test:accessibility, test:visual
- Add .gitignore entries for coverage, test-results, playwright-report, .vitest
- Install required dev dependencies: vitest, @solidjs/testing-library, msw, eslint, prettier, typescript, @axe-core/playwright, etc.
- Create .github/workflows/ci.yml with lint, test, coverage, e2e, accessibility, visual checks
This sets up full testing pipeline for admin frontend.
2026-04-08 02:38:17 +02:00