🚀 Yimaru CI/CD Dashboard

Deployment #18

← Back to List
Repository:

Yimaru/Yimaru-BackEnd

Branch:

production

Commit:

3a15a65ddbac915c67aeb7bef792a39f473023a9

Status:

failed

Created At:

2/27/2026, 10:50:42 AM

Commands (9)

git stash save "local changes 2026-02-27T10:50:42.922Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 7587cf9 Empty commit to trigger CI/CD - 3
git fetch https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-BackEnd.git production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-BackEnd.git production
Success Exit: 0
Output:
Updating 7587cf9..3a15a65
Fast-forward
 .gitignore                                        |    1 +
 cmd.exe                                           |  Bin 79105024 -> 0 bytes
 cmd/main.go                                       |    9 +-
 db/data/001_initial_seed_data.sql                 |    4 +-
 db/migrations/000017_ratings.down.sql             |    1 +
 db/migrations/000017_ratings.up.sql               |   14 +
 db/query/ratings.sql                              |   47 +
 docs/TEST_PLAN.md                                 |  514 +++++++
 docs/docs.go                                      | 1665 +++++++++++++++++----
 docs/swagger.json                                 | 1665 +++++++++++++++++----
 docs/swagger.yaml                                 |  791 +++++++++-
 gen/db/models.go                                  |   11 +
 gen/db/ratings.sql.go                             |  222 +++
 internal/domain/rating.go                         |   27 +
 internal/pkgs/cloudconvert/client.go              |   24 +
 internal/ports/rating.go                          |   44 +
 internal/repository/ratings.go                    |  146 ++
 internal/services/cloudconvert/service.go         |   94 ++
 internal/services/ratings/service.go              |   48 +
 internal/web_server/app.go                        |   10 +-
 internal/web_server/handlers/course_management.go |  202 +++
 internal/web_server/handlers/handlers.go          |    8 +
 internal/web_server/handlers/ratings.go           |  327 ++++
 internal/web_server/handlers/user.go              |   23 +
 internal/web_server/routes.go                     |   88 +-
 25 files changed, 5372 insertions(+), 613 deletions(-)
 delete mode 100644 cmd.exe
 create mode 100644 db/migrations/000017_ratings.down.sql
 create mode 100644 db/migrations/000017_ratings.up.sql
 create mode 100644 db/query/ratings.sql
 create mode 100644 docs/TEST_PLAN.md
 create mode 100644 gen/db/ratings.sql.go
 create mode 100644 internal/domain/rating.go
 create mode 100644 internal/ports/rating.go
 create mode 100644 internal/repository/ratings.go
 create mode 100644 internal/services/ratings/service.go
 create mode 100644 internal/web_server/handlers/ratings.go
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd
 * branch            production -> FETCH_HEAD
export GOPATH=/home/yimaru/go GOROOT=/usr/lib/go-1.24 PATH=/usr/bin:/home/yimaru/go/bin:$PATH && go mod tidy
Success Exit: 0
sudo systemctl stop yimaru-backend.service
Failed Exit: 5
Error:
Failed to stop yimaru-backend.service: Unit yimaru-backend.service not loaded.
make backup
Success Exit: 0
Error:
permission denied while trying to connect to the docker API at unix:///var/run/docker.sock
make db-down
Failed Exit: 2
Error:
time="2026-02-27T10:50:44Z" level=warning msg="/home/yimaru/Yimaru-BackEnd/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.51/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Dyimaru-backend%22%3Atrue%7D%7D": dial unix /var/run/docker.sock: connect: permission denied
make: *** [makefile:100: db-down] Error 1