• Joined on 2026-01-15
mmintel pushed to main at mmintel/e-tib.com 2026-05-12 12:43:43 +00:00
ba3a711d5b fix(deploy): remove testing.e-tib.com from TRAEFIK_HOST to prevent ACME challenge failure
mmintel created branch main in mmintel/e-tib.com 2026-05-12 12:29:10 +00:00
mmintel pushed to main at mmintel/e-tib.com 2026-05-12 12:29:10 +00:00
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 12:27:48 +00:00
444fc10419 chore(deploy): route both test and testing subdomains to testing env
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 11:55:09 +00:00
0b8c73c66e fix(deploy): unify image and project naming to resolve manifest unknown error
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 11:01:24 +00:00
26d325df44 fix(config): ensure analytics URL has protocol to prevent build crash
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 10:14:56 +00:00
5d3be82d8f perf: add .dockerignore to optimize docker build context and speed up CI/CD
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 10:08:45 +00:00
c113c27743 fix: use verified registry token for docker build to avoid 401
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:34:59 +00:00
bd8660b639 chore: fix lint error (no-empty) in HeroVideo.tsx
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:32:22 +00:00
99b1e7ba43 chore: fix eslint config whitespace issue in globals
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:29:19 +00:00
1971fc54ae chore: harden registry auth with diagnostics and multi-domain fallback
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:16:29 +00:00
1bdead4df8 fix(ci): harden registry auth discovery to try all candidate tokens
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:13:30 +00:00
0bcc780230 chore: unify pipeline with klz-2026 standards and harden registry auth
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:10:23 +00:00
e1eff99889 chore: diagnostics for registry auth - trying all methods
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:08:04 +00:00
b76542b877 fix: robust token detection and registry verification
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:05:02 +00:00
6466bc4090 fix: add trailing slash to registry URL in registry-auth.sh
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:02:21 +00:00
c627f1d724 chore: implement robust registry authentication via functional discovery
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 09:00:22 +00:00
6a8f4acbc9 chore: harden .npmrc with always-auth and registry aliases
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 08:57:09 +00:00
e96078fcd4 fix: hardened registry authentication by using environment variables and proper .npmrc
mmintel pushed to feature/production-hardening at mmintel/e-tib.com 2026-05-12 08:10:21 +00:00
ac42c7715e feat(ci): migrate and adapt gitea pipeline from klz-2026