feature/epic2-core-services #6

Merged
master merged 60 commits from feature/epic2-core-services into main 2025-11-07 10:23:20 +01:00
Showing only changes of commit 837b04b433 - Show all commits

View File

@@ -50,8 +50,9 @@ jobs:
cd ent && go run -mod=mod entgo.io/ent/cmd/ent generate ./schema
echo "Copying Ent code to internal/ent..."
mkdir -p ../internal/ent
cp -r *.go */ ../internal/ent/ 2>/dev/null || true
find . -name "*.go" -type f -exec cp --parents {} ../internal/ent/ \;
rm -f ../internal/ent/generate.go
rm -rf ../internal/ent/schema
echo "Verifying internal/ent/ent.go exists..."
ls -la ../internal/ent/ent.go || echo "ERROR: ent.go not found!"
else
@@ -121,8 +122,9 @@ jobs:
cd ent && go run -mod=mod entgo.io/ent/cmd/ent generate ./schema
echo "Copying Ent code to internal/ent..."
mkdir -p ../internal/ent
cp -r *.go */ ../internal/ent/ 2>/dev/null || true
find . -name "*.go" -type f -exec cp --parents {} ../internal/ent/ \;
rm -f ../internal/ent/generate.go
rm -rf ../internal/ent/schema
echo "Verifying internal/ent/ent.go exists..."
ls -la ../internal/ent/ent.go || echo "ERROR: ent.go not found!"
else
@@ -177,8 +179,9 @@ jobs:
cd ent && go run -mod=mod entgo.io/ent/cmd/ent generate ./schema
echo "Copying Ent code to internal/ent..."
mkdir -p ../internal/ent
cp -r *.go */ ../internal/ent/ 2>/dev/null || true
find . -name "*.go" -type f -exec cp --parents {} ../internal/ent/ \;
rm -f ../internal/ent/generate.go
rm -rf ../internal/ent/schema
echo "Verifying internal/ent/ent.go exists..."
ls -la ../internal/ent/ent.go || echo "ERROR: ent.go not found!"
else