mirror of
https://github.com/isuryatk/pm2-webui.git
synced 2026-04-26 00:35:53 +03:00
[PR #9] Development v12 #17
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pm2-webui#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/isuryatk/pm2-webui/pull/9
Author: @KasaiKonoru
Created: 2/23/2022
Status: 🔄 Open
Base:
main← Head:development-v12📝 Commits (10+)
71ff467lots of changesa18703badd deployments setupc375a97add state variables to viewse8f9457use ansicolor and deployments validation1b5291badd tab controller6a3ab01add lowdbad55768change var to const45c3772change admin user log comment678a82cchange filenames in gitops611a654move validations to gitops folder📊 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.