[PR #9] Development v12 #17

Open
opened 2026-03-03 13:50:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/isuryatk/pm2-webui/pull/9
Author: @KasaiKonoru
Created: 2/23/2022
Status: 🔄 Open

Base: mainHead: development-v12


📝 Commits (10+)

📊 Changes

49 files changed (+1867 additions, -642 deletions)

View changed files

📝 .gitignore (+3 -2)
📝 package-lock.json (+76 -20)
📝 package.json (+9 -3)
📝 src/app.js (+21 -3)
src/bin/deployman.js (+37 -0)
📝 src/config/index.js (+9 -5)
📝 src/middlewares/auth.js (+1 -1)
src/providers/gitops/api.js (+17 -0)
src/providers/gitops/runner.js (+60 -0)
src/providers/gitops/setup.js (+22 -0)
src/providers/gitops/validations.js (+40 -0)
src/providers/gitops/webhook-handler.js (+20 -0)
📝 src/providers/pm2/api.js (+32 -32)
src/public/assets/css/main.css (+40 -0)
📝 src/public/assets/css/prism.css (+3 -190)
src/public/assets/css/tabler.min.css (+9 -0)
src/public/assets/images/app/logo-dark.png (+0 -0)
src/public/assets/images/app/logo-light.png (+0 -0)
src/public/assets/images/app/logo.png (+0 -0)
src/public/assets/js/deployments-config-editor.js (+8 -0)

...and 29 more files

📄 Description

Pls add Google Captcha for Login or antispam against bots. Or password generator...


🔄 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/isuryatk/pm2-webui/pull/9 **Author:** [@KasaiKonoru](https://github.com/KasaiKonoru) **Created:** 2/23/2022 **Status:** 🔄 Open **Base:** `main` ← **Head:** `development-v12` --- ### 📝 Commits (10+) - [`71ff467`](https://github.com/isuryatk/pm2-webui/commit/71ff4679a6e88ae3fccb94f4ff910a75ab8bc37f) lots of changes - [`a18703b`](https://github.com/isuryatk/pm2-webui/commit/a18703ba928e5174de7a51ac97870cf110d13063) add deployments setup - [`c375a97`](https://github.com/isuryatk/pm2-webui/commit/c375a97b354da04204915e28135ec46352fd5572) add state variables to views - [`e8f9457`](https://github.com/isuryatk/pm2-webui/commit/e8f9457224b85526a8ff85e9aeb66632a0ccff2a) use ansicolor and deployments validation - [`1b5291b`](https://github.com/isuryatk/pm2-webui/commit/1b5291bab1351fccce66219a7384061f9599a288) add tab controller - [`6a3ab01`](https://github.com/isuryatk/pm2-webui/commit/6a3ab0184ffa48a950d03742fc4a55c073e8608a) add lowdb - [`ad55768`](https://github.com/isuryatk/pm2-webui/commit/ad55768b9bdcd8ecdd30df1ac9afe3524a858b5e) change var to const - [`45c3772`](https://github.com/isuryatk/pm2-webui/commit/45c37724c8b01b570c66d9024f9272e23d3c464d) change admin user log comment - [`678a82c`](https://github.com/isuryatk/pm2-webui/commit/678a82c0a6851e7afb937c62674232e4e78f0b3f) change filenames in gitops - [`611a654`](https://github.com/isuryatk/pm2-webui/commit/611a654259dabee43d0e13444945431981c34578) move validations to gitops folder ### 📊 Changes **49 files changed** (+1867 additions, -642 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -2) 📝 `package-lock.json` (+76 -20) 📝 `package.json` (+9 -3) 📝 `src/app.js` (+21 -3) ➕ `src/bin/deployman.js` (+37 -0) 📝 `src/config/index.js` (+9 -5) 📝 `src/middlewares/auth.js` (+1 -1) ➕ `src/providers/gitops/api.js` (+17 -0) ➕ `src/providers/gitops/runner.js` (+60 -0) ➕ `src/providers/gitops/setup.js` (+22 -0) ➕ `src/providers/gitops/validations.js` (+40 -0) ➕ `src/providers/gitops/webhook-handler.js` (+20 -0) 📝 `src/providers/pm2/api.js` (+32 -32) ➕ `src/public/assets/css/main.css` (+40 -0) 📝 `src/public/assets/css/prism.css` (+3 -190) ➕ `src/public/assets/css/tabler.min.css` (+9 -0) ➖ `src/public/assets/images/app/logo-dark.png` (+0 -0) ➖ `src/public/assets/images/app/logo-light.png` (+0 -0) ➕ `src/public/assets/images/app/logo.png` (+0 -0) ➕ `src/public/assets/js/deployments-config-editor.js` (+8 -0) _...and 29 more files_ </details> ### 📄 Description Pls add Google Captcha for Login or antispam against bots. Or password generator... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/pm2-webui#17
No description provided.