[PR #86] [MERGED] Added some testing pipelines #269

Closed
opened 2026-02-27 19:17:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/86
Author: @KeManen
Created: 2/19/2024
Status: Merged
Merged: 3/3/2024
Merged by: @KeManen

Base: masterHead: 12-setup-automated-testing-pipeline-in-github


📝 Commits (10+)

📊 Changes

7 files changed (+197 additions, -133 deletions)

View changed files

.github/workflows/backend-ci.yml (+41 -0)
.github/workflows/docker-ci.yml (+18 -0)
.github/workflows/frontend-ci.yml (+41 -0)
.github/workflows/security.yml (+88 -0)
client/__tests__/__snapshots__/page.test.tsx.snap (+0 -129)
📝 client/__tests__/page.test.tsx (+8 -4)
📝 client/tsconfig.json (+1 -0)

📄 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/EddieTheCubeHead/Stagnum/pull/86 **Author:** [@KeManen](https://github.com/KeManen) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 3/3/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `12-setup-automated-testing-pipeline-in-github` --- ### 📝 Commits (10+) - [`ef11764`](https://github.com/EddieTheCubeHead/Stagnum/commit/ef11764f12646c7eaddb6383b9261625343d2e4d) Added some testing pipelines - [`d1638a7`](https://github.com/EddieTheCubeHead/Stagnum/commit/d1638a756d93dd5796b25061e3e6399db43509bf) removed python linting for now - [`177295a`](https://github.com/EddieTheCubeHead/Stagnum/commit/177295ad9d406f41babc774f5703640d9eb9a1a0) Npm -> pnpm - [`3f55b74`](https://github.com/EddieTheCubeHead/Stagnum/commit/3f55b74a7fb86eadd3e47fd0acebf8a9dffb1825) pnpm -> yarn - [`89f3059`](https://github.com/EddieTheCubeHead/Stagnum/commit/89f305955c91b49224da598c3f91625600d139f3) Test with no package lock - [`48409fc`](https://github.com/EddieTheCubeHead/Stagnum/commit/48409fcf97f0da38cded9f92e6d28cef98238996) Forgot Yarn doesn't have shortened install command - [`8a0c5f4`](https://github.com/EddieTheCubeHead/Stagnum/commit/8a0c5f4e7e266440ce0c911be3547252c52a15b6) Removed things that yarn doesn't have - [`d01c03f`](https://github.com/EddieTheCubeHead/Stagnum/commit/d01c03f068585bd487181df74e70a92ee70850dc) Added docker images when releasing - [`ac2e191`](https://github.com/EddieTheCubeHead/Stagnum/commit/ac2e191ad9dc63738936777d20923a62c4405a31) renamed jobs - [`0e82638`](https://github.com/EddieTheCubeHead/Stagnum/commit/0e82638e4c7617e8126b89bef4e964b3319299a9) Fix frontend test ### 📊 Changes **7 files changed** (+197 additions, -133 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/backend-ci.yml` (+41 -0) ➕ `.github/workflows/docker-ci.yml` (+18 -0) ➕ `.github/workflows/frontend-ci.yml` (+41 -0) ➕ `.github/workflows/security.yml` (+88 -0) ➖ `client/__tests__/__snapshots__/page.test.tsx.snap` (+0 -129) 📝 `client/__tests__/page.test.tsx` (+8 -4) 📝 `client/tsconfig.json` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#269
No description provided.