Compare commits

..

23 Commits

Author SHA1 Message Date
5f2e1104f2 fix(ci): use golangci-lint latest version
Some checks failed
CI / Test (pull_request) Successful in 52s
CI / Lint (pull_request) Failing after 6s
CI / Build (pull_request) Successful in 37s
CI / Format Check (pull_request) Successful in 2s
2025-11-07 09:17:22 +01:00
7c0aefb7f4 fix(fmt): formatting 2025-11-07 09:10:22 +01:00
8cfdfbc951 fix(schema): remove duplicate auditlog.go schema 2025-11-07 09:04:05 +01:00
0912f0f81b feat(schema): restore complete Ent schema files 2025-11-07 09:03:43 +01:00
1f8c2626dc fix(gitignore): allow ent/schema/ directory 2025-11-07 08:42:06 +01:00
fb10051443 fix(ci): generate Ent from ent/schema and copy to internal/ent 2025-11-07 08:41:03 +01:00
8bb36b5735 fix(ci): correctly copy Ent files excluding schema directory 2025-11-07 08:39:43 +01:00
837b04b433 fix(ci): use find to copy all Ent generated files 2025-11-07 08:39:26 +01:00
868649d6d2 fix(ci): add debug output to Ent generation step 2025-11-07 08:38:22 +01:00
13da884a21 fix(ci): exclude generate.go from Ent code copy 2025-11-07 08:21:40 +01:00
c2e2ab01f2 fix(ci): generate Ent code and copy to internal/ent 2025-11-07 08:21:31 +01:00
8c10c3dba9 fix(ci): use full module path for Ent target directory 2025-11-07 08:20:56 +01:00
b6eb8d75bb fix(ci): generate Ent code to internal/ent directory 2025-11-07 08:17:32 +01:00
4c62817cff fix(ci): revert to use apk for Alpine runner 2025-11-06 22:49:45 +01:00
0edeb67075 test: add comprehensive tests and fix CI build 2025-11-06 22:49:13 +01:00
b3c8f68989 fix(ci): update to use Makefile commands 2025-11-06 22:42:17 +01:00
3f18163313 fix(gitignore): exclude generated protobuf and Ent files 2025-11-06 22:39:55 +01:00
d42b1cd5f1 fix(proto): fix protobuf generation and update gateway tests 2025-11-06 22:39:43 +01:00
471a057d25 fix(ci): fix CI build and update Makefile to build all services 2025-11-06 22:34:49 +01:00
ad4ecaed1f fix(ci): update to use Alpine package manager (apk) 2025-11-06 22:30:39 +01:00
6ce1007f73 fix(ci): update CI to generate protobuf and Ent ORM files 2025-11-06 22:26:54 +01:00
4e6db9995f fix(gitignore): remove generated files from git tracking 2025-11-06 22:15:08 +01:00
dbe29bfb82 fix(consul): fix gRPC health checks and add API Gateway Consul registration 2025-11-06 22:04:55 +01:00

View File

@@ -134,7 +134,7 @@ jobs:
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v2
version: latest
- name: Run linters
run: make lint