Skip to content

Comments

Develop#845

Merged
marle3003 merged 97 commits intomainfrom
develop
Feb 15, 2026
Merged

Develop#845
marle3003 merged 97 commits intomainfrom
develop

Conversation

@marle3003
Copy link
Owner

No description provided.

marle3003 and others added 30 commits February 5, 2026 18:25
fix: cleanup GIT repository on exit
update welcome documentation
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.27.2 to 0.27.3.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.2...v0.27.3)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vue-router](https://github.com/vuejs/router) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.0...v5.0.2)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/vue-router-5.0.2

Bump vue-router from 5.0.0 to 5.0.2 in /webui
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.4/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/vitejs/plugin-vue-6.0.4

Bump @vitejs/plugin-vue from 6.0.3 to 6.0.4 in /webui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.1.0 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/types/node-25.2.1

Bump @types/node from 25.1.0 to 25.2.1 in /webui
Bumps [ldapts](https://github.com/ldapts/ldapts) from 8.1.3 to 8.1.6.
- [Release notes](https://github.com/ldapts/ldapts/releases)
- [Changelog](https://github.com/ldapts/ldapts/blob/main/CHANGELOG.md)
- [Commits](ldapts/ldapts@v8.1.3...v8.1.6)

---
updated-dependencies:
- dependency-name: ldapts
  dependency-version: 8.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/ldapts-8.1.6

Bump ldapts from 8.1.3 to 8.1.6 in /webui
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.13...v8.0.0)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/nodemailer-8.0.0

Bump nodemailer from 7.0.13 to 8.0.0 in /webui
# Conflicts:
#	webui/package-lock.json
#	webui/package.json
improve hero links
add redirects for old urls
Add field 'api' to HTTP request parameter in event handler
Introduce a priority field that allows registering event handlers to run before or after others.
@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

❌ Patch coverage is 72.97830% with 137 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.11%. Comparing base (8fd3986) to head (14bc247).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
js/file/file.go 66.26% 18 Missing and 10 partials ⚠️
config/dynamic/provider/file/file.go 77.02% 11 Missing and 6 partials ⚠️
config/static/static_config.go 57.50% 14 Missing and 3 partials ⚠️
pkg/cli/bind.go 0.00% 17 Missing ⚠️
pkg/cmd/mokapi/help.go 0.00% 14 Missing ⚠️
js/console/console.go 80.85% 6 Missing and 3 partials ⚠️
config/dynamic/provider/git/git.go 64.28% 4 Missing and 1 partial ⚠️
js/mokapi/on.go 85.71% 4 Missing and 1 partial ⚠️
api/handler_mail.go 60.00% 3 Missing and 1 partial ⚠️
js/mokapi/proxy.go 80.00% 3 Missing and 1 partial ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #845      +/-   ##
==========================================
+ Coverage   71.07%   71.11%   +0.03%     
==========================================
  Files         465      465              
  Lines       41968    41971       +3     
==========================================
+ Hits        29830    29848      +18     
+ Misses       9867     9853      -14     
+ Partials     2271     2270       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marle3003 marle3003 merged commit 3f3e486 into main Feb 15, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant