[PR #2916] [MERGED] 1.18.0 #10000

Closed
opened 2026-04-30 06:06:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2916
Author: @oschwartz10612
Created: 4/28/2026
Status: Merged
Merged: 4/28/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • 2c8b7b5 (fix): Added a logrotate function to the crowdsec.go installer file
  • 473bce8 Pass installdir as a parameter
  • 1d53211 fix logo size
  • 9bc11b8 Merge branch 'main' into dev
  • c2c8b7a disable overflow on header row for tables
  • d0b0d95 fix squished alert card when disabled
  • 3d5260b Fix strings and local sites
  • 48b6e98 visual improvements
  • c78b866 Add translations
  • ea4ff75 cosmetic adjustments

📊 Changes

194 files changed (+6633 additions, -2127 deletions)

View changed files

.cursor/rules/Localization.mdc (+5 -0)
.cursor/rules/Nomenclature.mdc (+7 -0)
📝 install/crowdsec.go (+70 -1)
📝 install/main.go (+1 -1)
📝 messages/bg-BG.json (+63 -5)
📝 messages/cs-CZ.json (+63 -5)
📝 messages/de-DE.json (+63 -5)
📝 messages/en-US.json (+63 -5)
📝 messages/es-ES.json (+63 -5)
📝 messages/fr-FR.json (+63 -5)
📝 messages/it-IT.json (+63 -5)
📝 messages/ko-KR.json (+64 -6)
📝 messages/nb-NO.json (+64 -6)
📝 messages/nl-NL.json (+63 -5)
📝 messages/pl-PL.json (+63 -5)
📝 messages/pt-PT.json (+63 -5)
📝 messages/ru-RU.json (+63 -5)
📝 messages/tr-TR.json (+63 -5)
📝 messages/zh-CN.json (+63 -5)
📝 server/auth/actions.ts (+1 -4)

...and 80 more files

📄 Description

  • (fix): Added a logrotate function to the crowdsec.go installer file
  • Pass installdir as a parameter
  • fix logo size
  • disable overflow on header row for tables
  • fix squished alert card when disabled
  • Fix strings and local sites
  • visual improvements
  • Add translations
  • cosmetic adjustments
  • add site online indicator to selector
  • update telemetry
  • add meta titles to auth pages
  • Add more information about caches
  • Update placeholder and handle wildcard certs
  • *Handle . wildcard domains in the db
  • add meta titles to alert pages
  • remove empty table state lines
  • dont filter admin role in role selector for alerts
  • Handle all of the alerting from the functions
  • Use transactions
  • Show cert status
  • Create pending cert
  • Show status in messages
  • Also check when getting the cert
  • Deprecated sites should be optional
  • Pass one at getting it into the db
  • Basic crud working?
  • Update traefik config
  • Handle getting resources
  • Adding guiderails
  • New columns
  • Handle matching wildcards
  • Update exchange session to support wildcards
  • Use the provided host in the cookie
  • Always update the domain even if wildcard changes
  • Get the cert correctly
  • Catch the domains the right way
  • fix text
  • fix full sudo mode calculation
  • Fix gear icon
  • Quiet up messages
  • Add the right pending record
  • support site filter in private resources table
  • Fix health check status
  • add site column and filter to public resources
  • set standard filter popover width
  • dont distribute info section cols
  • add links to view resources on site
  • Handeling the different health status
  • show site resources
  • change column order on sites table
  • move switch toggle above tabs on health check dialog
  • Add resource degraded
  • Support unknown and degraded status
  • use semibold
  • Exclude wildcard resources
  • add hyphens to random blueprint name
  • adjust wildcard placeholder
  • improve cert status style
  • Dont create alerts with 300 second cooldowns
  • improve cert restart button style
  • increase refresh rate
  • Add logging when manually changing the hc status
  • Use http by default
  • Handle deleting targets
  • Handle delete correctly
  • Fix display and query issues
  • Add missing health column
  • Remove delay
  • add loading indicator to resources
  • Add health to the resource
  • Fix sanitizing the domain causing problems
  • Wrap in transactions
  • Add caching to the hc and fix resource stuff
  • Fix healthcheck not showing data
  • update wildcard resources link
  • Hide the icmp and snmp for now
  • Fix site offline not respecting hc enabled
  • Cap degraded in the mail
  • add multi site help link
  • Fix deleting resource
  • Update get cert to now allow restarting
  • Send updates when the full domain changes
  • Fix oss build issues
  • Dont import from postgres
  • Set the default to unknown
  • Dont include rewrite to
  • Only support alerts and newt sync on saas
  • New translations en-us.json (French)
  • New translations en-us.json (Bulgarian)
  • New translations en-us.json (Czech)
  • New translations en-us.json (German)
  • New translations en-us.json (Italian)
  • New translations en-us.json (Korean)
  • New translations en-us.json (Dutch)
  • New translations en-us.json (Polish)
  • New translations en-us.json (Portuguese)
  • New translations en-us.json (Russian)
  • New translations en-us.json (Turkish)
  • New translations en-us.json (Chinese Simplified)
  • New translations en-us.json (Norwegian Bokmal)
  • New translations en-us.json (Spanish)
  • Fix delete
  • Dont allow clicking the wildcard resource link
  • Select all networks to prevent delete issues
  • Seed satatus data for resources, sites, and hc
  • Clean imports

🔄 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/fosrl/pangolin/pull/2916 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/28/2026 **Status:** ✅ Merged **Merged:** 4/28/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`2c8b7b5`](https://github.com/fosrl/pangolin/commit/2c8b7b5ca5ccc031f60f4c3b627483bade477ecc) (fix): Added a logrotate function to the crowdsec.go installer file - [`473bce8`](https://github.com/fosrl/pangolin/commit/473bce856d4d864875caa6786a4185bbe15802d2) Pass installdir as a parameter - [`1d53211`](https://github.com/fosrl/pangolin/commit/1d53211fe0569a80cbcf1ac26f8e14ef531d45df) fix logo size - [`9bc11b8`](https://github.com/fosrl/pangolin/commit/9bc11b871741558bae68b4cb6c6b4764b1c7b5e9) Merge branch 'main' into dev - [`c2c8b7a`](https://github.com/fosrl/pangolin/commit/c2c8b7a631f76d2a4b7d3c9f9d7ec8b508607ab6) disable overflow on header row for tables - [`d0b0d95`](https://github.com/fosrl/pangolin/commit/d0b0d95b9a3b625ae53b7de587c62f4ec14137cf) fix squished alert card when disabled - [`3d5260b`](https://github.com/fosrl/pangolin/commit/3d5260b13e12ad9199deda14f3aac171175255a5) Fix strings and local sites - [`48b6e98`](https://github.com/fosrl/pangolin/commit/48b6e98bbc013496f581c475ebbdee4753565e90) visual improvements - [`c78b866`](https://github.com/fosrl/pangolin/commit/c78b8660875450b9112773b259ee60fd07cab74b) Add translations - [`ea4ff75`](https://github.com/fosrl/pangolin/commit/ea4ff755523ead0c5dead6c41fe444e56019bd50) cosmetic adjustments ### 📊 Changes **194 files changed** (+6633 additions, -2127 deletions) <details> <summary>View changed files</summary> ➕ `.cursor/rules/Localization.mdc` (+5 -0) ➕ `.cursor/rules/Nomenclature.mdc` (+7 -0) 📝 `install/crowdsec.go` (+70 -1) 📝 `install/main.go` (+1 -1) 📝 `messages/bg-BG.json` (+63 -5) 📝 `messages/cs-CZ.json` (+63 -5) 📝 `messages/de-DE.json` (+63 -5) 📝 `messages/en-US.json` (+63 -5) 📝 `messages/es-ES.json` (+63 -5) 📝 `messages/fr-FR.json` (+63 -5) 📝 `messages/it-IT.json` (+63 -5) 📝 `messages/ko-KR.json` (+64 -6) 📝 `messages/nb-NO.json` (+64 -6) 📝 `messages/nl-NL.json` (+63 -5) 📝 `messages/pl-PL.json` (+63 -5) 📝 `messages/pt-PT.json` (+63 -5) 📝 `messages/ru-RU.json` (+63 -5) 📝 `messages/tr-TR.json` (+63 -5) 📝 `messages/zh-CN.json` (+63 -5) 📝 `server/auth/actions.ts` (+1 -4) _...and 80 more files_ </details> ### 📄 Description - **(fix): Added a logrotate function to the crowdsec.go installer file** - **Pass installdir as a parameter** - **fix logo size** - **disable overflow on header row for tables** - **fix squished alert card when disabled** - **Fix strings and local sites** - **visual improvements** - **Add translations** - **cosmetic adjustments** - **add site online indicator to selector** - **update telemetry** - **add meta titles to auth pages** - **Add more information about caches** - **Update placeholder and handle wildcard certs** - **Handle *. wildcard domains in the db** - **add meta titles to alert pages** - **remove empty table state lines** - **dont filter admin role in role selector for alerts** - **Handle all of the alerting from the functions** - **Use transactions** - **Show cert status** - **Create pending cert** - **Show status in messages** - **Also check when getting the cert** - **Deprecated sites should be optional** - **Pass one at getting it into the db** - **Basic crud working?** - **Update traefik config** - **Handle getting resources** - **Adding guiderails** - **New columns** - **Handle matching wildcards** - **Update exchange session to support wildcards** - **Use the provided host in the cookie** - **Always update the domain even if wildcard changes** - **Get the cert correctly** - **Catch the domains the right way** - **fix text** - **fix full sudo mode calculation** - **Fix gear icon** - **Quiet up messages** - **Add the right pending record** - **support site filter in private resources table** - **Fix health check status** - **add site column and filter to public resources** - **set standard filter popover width** - **dont distribute info section cols** - **add links to view resources on site** - **Handeling the different health status** - **show site resources** - **change column order on sites table** - **move switch toggle above tabs on health check dialog** - **Add resource degraded** - **Support unknown and degraded status** - **use semibold** - **Exclude wildcard resources** - **add hyphens to random blueprint name** - **adjust wildcard placeholder** - **improve cert status style** - **Dont create alerts with 300 second cooldowns** - **improve cert restart button style** - **increase refresh rate** - **Add logging when manually changing the hc status** - **Use http by default** - **Handle deleting targets** - **Handle delete correctly** - **Fix display and query issues** - **Add missing health column** - **Remove delay** - **add loading indicator to resources** - **Add health to the resource** - **Fix sanitizing the domain causing problems** - **Wrap in transactions** - **Add caching to the hc and fix resource stuff** - **Fix healthcheck not showing data** - **update wildcard resources link** - **Hide the icmp and snmp for now** - **Fix site offline not respecting hc enabled** - **Cap degraded in the mail** - **add multi site help link** - **Fix deleting resource** - **Update get cert to now allow restarting** - **Send updates when the full domain changes** - **Fix oss build issues** - **Dont import from postgres** - **Set the default to unknown** - **Dont include rewrite to** - **Only support alerts and newt sync on saas** - **New translations en-us.json (French)** - **New translations en-us.json (Bulgarian)** - **New translations en-us.json (Czech)** - **New translations en-us.json (German)** - **New translations en-us.json (Italian)** - **New translations en-us.json (Korean)** - **New translations en-us.json (Dutch)** - **New translations en-us.json (Polish)** - **New translations en-us.json (Portuguese)** - **New translations en-us.json (Russian)** - **New translations en-us.json (Turkish)** - **New translations en-us.json (Chinese Simplified)** - **New translations en-us.json (Norwegian Bokmal)** - **New translations en-us.json (Spanish)** - **Fix delete** - **Dont allow clicking the wildcard resource link** - **Select all networks to prevent delete issues** - **Seed satatus data for resources, sites, and hc** - **Clean imports** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 06:06:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#10000