[PR #1] [MERGED] add basic CI #1

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

📋 Pull Request Information

Original PR: https://github.com/onyx-dot-app/code-interpreter/pull/1
Author: @Weves
Created: 11/21/2025
Status: Merged
Merged: 11/21/2025
Merged by: @Weves

Base: mainHead: ci


📝 Commits (10+)

📊 Changes

10 files changed (+260 additions, -14 deletions)

View changed files

.github/workflows/ci.yml (+161 -0)
.github/workflows/docker-build-push.yml (+86 -0)
📝 .pre-commit-config.yaml (+2 -0)
📝 code-interpreter/app/app_configs.py (+1 -3)
📝 code-interpreter/app/services/executor_docker.py (+2 -3)
📝 code-interpreter/app/services/executor_kubernetes.py (+1 -1)
📝 code-interpreter/app/services/file_storage.py (+2 -3)
📝 code-interpreter/pyproject.toml (+3 -0)
📝 code-interpreter/tests/e2e/test_basic_flow.py (+1 -3)
📝 code-interpreter/tests/integration_tests/test_data_stack.py (+1 -1)

📄 Description

No description provided


🔄 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/onyx-dot-app/code-interpreter/pull/1 **Author:** [@Weves](https://github.com/Weves) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@Weves](https://github.com/Weves) **Base:** `main` ← **Head:** `ci` --- ### 📝 Commits (10+) - [`f7cecf7`](https://github.com/onyx-dot-app/code-interpreter/commit/f7cecf704d82b39050ad7b84ee5d236429a4c9d3) add basic CI - [`38e0c9b`](https://github.com/onyx-dot-app/code-interpreter/commit/38e0c9bed741a83c1fa161e5ae261779c075d9d4) . - [`8cedec6`](https://github.com/onyx-dot-app/code-interpreter/commit/8cedec6043c1d598c83b348c02506475f465b2c9) . - [`0e66ef4`](https://github.com/onyx-dot-app/code-interpreter/commit/0e66ef428bc1f7b182646570443fb2a67287c64e) . - [`48f8688`](https://github.com/onyx-dot-app/code-interpreter/commit/48f86888164815f6a54cbe105bc61d2683830820) Trigger CI with fixed imports - [`d95cbb0`](https://github.com/onyx-dot-app/code-interpreter/commit/d95cbb0f7aab434753fcc53fb66af904ae3895e5) Fix isort config and kubernetes import order - [`f29b0cb`](https://github.com/onyx-dot-app/code-interpreter/commit/f29b0cbe107a8caaf21d227cf8d5416aaa5cfc23) . - [`de7bf59`](https://github.com/onyx-dot-app/code-interpreter/commit/de7bf59b5a4084d1af55e6265eadc518192f9db0) . - [`46b4b10`](https://github.com/onyx-dot-app/code-interpreter/commit/46b4b106aab3489c2da19f1a0a4cb9668aedf1b6) . - [`5bad3c2`](https://github.com/onyx-dot-app/code-interpreter/commit/5bad3c2189256ea8e86db2dcc6ca683157a48582) . ### 📊 Changes **10 files changed** (+260 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+161 -0) ➕ `.github/workflows/docker-build-push.yml` (+86 -0) 📝 `.pre-commit-config.yaml` (+2 -0) 📝 `code-interpreter/app/app_configs.py` (+1 -3) 📝 `code-interpreter/app/services/executor_docker.py` (+2 -3) 📝 `code-interpreter/app/services/executor_kubernetes.py` (+1 -1) 📝 `code-interpreter/app/services/file_storage.py` (+2 -3) 📝 `code-interpreter/pyproject.toml` (+3 -0) 📝 `code-interpreter/tests/e2e/test_basic_flow.py` (+1 -3) 📝 `code-interpreter/tests/integration_tests/test_data_stack.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 17:16:04 -05:00
yindo closed this issue 2026-02-15 17:16:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onyx-dot-app/code-interpreter#1