Fariz Aminov fa
  • Joined on 2026-01-08
fa pushed to main at fa/breadcrumb-the-shire 2026-06-25 08:30:14 +00:00
14da36e83a feat(helpdesk): add customer engagement analytics page [skip ci]
2924407450 fix(oidc): replace deprecated $http_response_header with http_get_last_response_headers()
7a9702cffa fix(phpstan): remove stale Flash::add() baseline suppression
3ae289f1b7 fix(security): exclude SecurityReportTemplateService from HTML-in-service check
c20d996ca6 docs: add git workflow howto (remotes, PR merge, deploy)
Compare 11 commits »
fa pushed to main at fa/breadcrumb-the-shire 2026-06-15 08:57:39 +00:00
0392043ee3 fix(helpdesk): fix user-select empty options — use nested row structure fallback
e3dfdef76f fix(helpdesk): always load tenant users, not only when schema has user-select
40b94fa891 fix(helpdesk): user-select as multi-select, store as JSON array
0fabb0c478 fix(helpdesk): allow user-select in schema field type validation
2968d5e386 feat(helpdesk): add user-select to schema editor field type dropdown
Compare 13 commits »
fa pushed to main at fa/breadcrumb-the-shire 2026-06-08 07:15:48 +00:00
3ff302cc02 fix(css): add missing @layer pages declaration to address-book-index.css
fa pushed to main at fa/breadcrumb-the-shire 2026-06-08 07:10:53 +00:00
c6a919652f fix(ci): install ripgrep in deploy workflow qa step
fa pushed to main at fa/breadcrumb-the-shire 2026-06-08 07:08:26 +00:00
f4b08e4c73 fix(ci): install ripgrep on runner before qa-required scripts
db5c57ea5c fix(phpstan): remove unused Curl import from OidcHttpGateway
0a56c741e8 fix(phpstan): simplify http_response_header check in OidcHttpGateway
668a67c094 fix(tests): pass appTitle and appUrl to auth service constructors in tests
acf3229f3f fix(tests): replace appLogoUrlAbsolute with resolveAppUrl in auth services
Compare 13 commits »
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 10:09:50 +00:00
c8cf2892c9 ci: trigger pipeline after runner fix with node on host
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 10:01:15 +00:00
1ae3d5d984 ci: trigger pipeline after runner workspace mount fix
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:59:36 +00:00
2e316b2901 ci: trigger pipeline after switching runner to host mode
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:54:15 +00:00
925f8ec87e fix(ci): debug mounts via hostname inspect
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:52:23 +00:00
0486ebf2a2 fix(ci): debug runner container mounts to find host workspace path
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:50:04 +00:00
1d1f8479b6 fix(ci): set COMPOSE_PROJECT_NAME=breadcrumb-ci at job level for stable container names
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:48:29 +00:00
70d431cff5 fix(ci): install composer directly in runner container, not via docker run
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:47:00 +00:00
07cd2dd756 fix(ci): add path debug before composer install
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:46:23 +00:00
9668a23797 fix(ci): use GITHUB_WORKSPACE instead of pwd for composer docker run volume
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:45:33 +00:00
17ae333a39 fix(ci): install composer deps via docker run before compose up, force-recreate containers
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:44:10 +00:00
5df8abceaf fix(ci): force recreate containers with docker compose down before up
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:43:19 +00:00
b0355791bb fix(ci): add container state diagnostics before composer install
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:42:26 +00:00
a2ea9f385d fix(ci): debug - ls /var/www to find why composer.json not found
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:41:53 +00:00
03cdfa7702 fix(ci): wait for php container and use explicit workdir for composer install
fa pushed to main at fa/breadcrumb-the-shire 2026-06-05 09:40:32 +00:00
3dca38d1c2 fix(ci): run composer install inside php container before QA gates