Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add sigterm support #2472

Merged
merged 1 commit into from
Mar 2, 2025
Merged

feat: add sigterm support #2472

merged 1 commit into from
Mar 2, 2025

Conversation

Meierschlumpf
Copy link
Member

@Meierschlumpf Meierschlumpf commented Mar 2, 2025


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm build, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

Closes #2353

image

@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Mar 2, 2025
@Meierschlumpf Meierschlumpf self-assigned this Mar 2, 2025
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner March 2, 2025 17:02
Copy link

deepsource-io bot commented Mar 2, 2025

Here's the code health analysis summary for commits 7dfb108..5211812. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Mar 2, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 23.07% 9731 / 42163
🔵 Statements 23.07% 9731 / 42163
🔵 Functions 29.47% 400 / 1357
🔵 Branches 65.38% 1169 / 1788
File CoverageNo changed files found.
Generated in workflow #5353 for commit 5211812 by the Vitest Coverage Report Action

@Meierschlumpf Meierschlumpf merged commit a5e0e8c into dev Mar 2, 2025
14 checks passed
@Meierschlumpf Meierschlumpf deleted the sigterm branch March 2, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support SIGTERM
2 participants