mukimovd
  • Joined on 2025-12-24
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-26 11:50:26 +00:00
2f8a244f1a Refactor CI configuration to use Kaniko directly for building and pushing Docker images
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-26 11:40:50 +00:00
6501e46b89 Fix Kaniko action configuration
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 15:26:09 +00:00
4e15576ef6 Fix CI Go module issue: use regular module mode with explicit env vars
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 15:24:46 +00:00
c592757892 Fix CI Go module issue: add vendor generation and GO111MODULE=on
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 15:20:26 +00:00
60848459f3 feat: switch to Kaniko for containerd-native CI/CD
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 15:14:15 +00:00
f3e6e9d44a feat: switch to containerd-native CI/CD with buildah
7b467ab7c8 fix: install Docker CLI in CI/CD pipeline
Compare 2 commits »
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 13:26:17 +00:00
5da6835eb6 fix: final lint and test cleanup
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-25 13:15:29 +00:00
673e8d4361 fix: resolve all frontend lint errors (85 issues fixed)
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:41:22 +00:00
986b8a794d fix: continue linting fixes - refactor ErrorBoundary component
7310b98664 fix: continue linting fixes - fix i18n strings in UI components
ac92faef33 fix: continue linting fixes - fix i18n strings in paywall components
18cdcb12fd fix: continue linting fixes - remove unused variables, fix i18n strings
Compare 4 commits »
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:26:13 +00:00
f24628a248 fix: resolve remaining linting and React Compiler errors
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:22:08 +00:00
28f06d5787 fix: resolve React Compiler and linting errors
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:14:58 +00:00
bdb7673b16 fix: resolve Go vet module recognition issue in CI
mukimovd synced commits to main at mukimovd/tercul-frontend from mirror 2025-12-24 23:11:35 +00:00
22861af262 Add Gitea Actions workflows for CI/CD
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:11:24 +00:00
6234510530 🔧 Fix Yarn v4 Compatibility & Dependency Issues
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 23:07:01 +00:00
08fc4b16e4 🚀 Major Code Quality & Type Safety Overhaul
mukimovd synced commits to main at mukimovd/tercul-backend from mirror 2025-12-24 22:28:05 +00:00
ad749d9184 Add Gitea Actions workflows for CI/CD
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 22:18:04 +00:00
ce940a8d39 fix: Remove diagnostic go list commands that are causing failures
40a018b10b fix: Make go list diagnostic non-failing in vet step
Compare 2 commits »
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 22:15:48 +00:00
0dac4072fc fix: Remove yarn cache from frontend-lint job as well
3ddf8e2624 fix: Remove yarn cache from setup-node to fix yarn not found error
Compare 2 commits »
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 22:14:25 +00:00
84d567c926 fix: Add corepack enable to frontend-lint job as well
a80d5ddfb4 fix: Enable Corepack to install Yarn in CI workflow
Compare 2 commits »
mukimovd synced commits to master at mukimovd/turash from mirror 2025-12-24 22:13:12 +00:00
215562ed40 fix: Align all Go versions and ensure consistent module configuration