[PR #9] [MERGED] Go and Docker CI #9

Closed
opened 2026-02-15 20:16:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/study-llama/pull/9
Author: @AstraBert
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @AstraBert

Base: mainHead: clelia/some-ci-adjustements


📝 Commits (2)

📊 Changes

18 files changed (+385 additions, -8 deletions)

View changed files

.github/workflows/go_build.yaml (+29 -0)
.github/workflows/go_docker_build.yaml (+91 -0)
.github/workflows/go_docker_image.yaml (+18 -0)
.github/workflows/go_lint.yaml (+38 -0)
.github/workflows/go_test.yaml (+40 -0)
📝 .github/workflows/py_deploy.yaml (+1 -1)
frontend/.dockerignore (+5 -0)
📝 frontend/.gitignore (+2 -1)
frontend/Dockerfile (+17 -0)
frontend/Makefile (+36 -0)
📝 frontend/agent/agent.go (+2 -2)
frontend/agent/agent_test.go (+50 -0)
frontend/files/dbops_test.go (+17 -0)
📝 frontend/files/files.go (+3 -3)
frontend/files/files_test.go (+18 -0)
📝 frontend/handlers/handlers.go (+1 -1)
frontend/rules/dbops_test.go (+17 -0)
frontend/testfiles/the-future-of-vibe-coding.pdf (+0 -0)

📄 Description

As per title


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/study-llama/pull/9 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/some-ci-adjustements` --- ### 📝 Commits (2) - [`428f473`](https://github.com/run-llama/study-llama/commit/428f4732827f1163f1c76de3e7e863529c848f29) ci: go ci - [`0571223`](https://github.com/run-llama/study-llama/commit/057122324d64a387f73f49505c595b3803c29ea8) ci: fix lint and rename some wfs ### 📊 Changes **18 files changed** (+385 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/go_build.yaml` (+29 -0) ➕ `.github/workflows/go_docker_build.yaml` (+91 -0) ➕ `.github/workflows/go_docker_image.yaml` (+18 -0) ➕ `.github/workflows/go_lint.yaml` (+38 -0) ➕ `.github/workflows/go_test.yaml` (+40 -0) 📝 `.github/workflows/py_deploy.yaml` (+1 -1) ➕ `frontend/.dockerignore` (+5 -0) 📝 `frontend/.gitignore` (+2 -1) ➕ `frontend/Dockerfile` (+17 -0) ➕ `frontend/Makefile` (+36 -0) 📝 `frontend/agent/agent.go` (+2 -2) ➕ `frontend/agent/agent_test.go` (+50 -0) ➕ `frontend/files/dbops_test.go` (+17 -0) 📝 `frontend/files/files.go` (+3 -3) ➕ `frontend/files/files_test.go` (+18 -0) 📝 `frontend/handlers/handlers.go` (+1 -1) ➕ `frontend/rules/dbops_test.go` (+17 -0) ➕ `frontend/testfiles/the-future-of-vibe-coding.pdf` (+0 -0) </details> ### 📄 Description As per title --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:03 -05:00
yindo closed this issue 2026-02-15 20:16:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/study-llama#9