[PR #325] [MERGED] fix: performance issues #403

Closed
opened 2026-05-07 00:20:44 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/325
Author: @speed47
Created: 7/8/2022
Status: Merged
Merged: 7/12/2022
Merged by: @speed47

Base: masterHead: perffix


📝 Commits (2)

  • a23ae1b fix: cleanup-guest-key-access: use cache for performance
  • 9f5f009 fix: performance issues introduced by effab4a

📊 Changes

16 files changed (+399 additions, -248 deletions)

View changed files

📝 bin/admin/install (+1 -1)
📝 bin/cron/osh-cleanup-guest-key-access.pl (+3 -3)
📝 bin/plugin/open/groupInfo (+3 -0)
📝 bin/plugin/open/groupList (+8 -5)
📝 bin/plugin/open/groupListServers (+3 -0)
📝 bin/plugin/open/help (+4 -1)
📝 bin/plugin/open/info (+5 -2)
📝 bin/plugin/open/selfListAccesses (+3 -0)
📝 bin/plugin/restricted/accountInfo (+14 -10)
📝 bin/plugin/restricted/accountList (+32 -11)
📝 bin/plugin/restricted/whoHasAccessTo (+3 -0)
📝 lib/perl/OVH/Bastion.pm (+6 -5)
📝 lib/perl/OVH/Bastion/allowdeny.inc (+19 -8)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+91 -109)
📝 lib/perl/OVH/Bastion/interactive.inc (+20 -31)
📝 lib/perl/OVH/Bastion/os.inc (+184 -62)

📄 Description

No description provided


🔄 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/ovh/the-bastion/pull/325 **Author:** [@speed47](https://github.com/speed47) **Created:** 7/8/2022 **Status:** ✅ Merged **Merged:** 7/12/2022 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `perffix` --- ### 📝 Commits (2) - [`a23ae1b`](https://github.com/ovh/the-bastion/commit/a23ae1bb2570afdfd9b5b1a037ba388c6895793f) fix: cleanup-guest-key-access: use cache for performance - [`9f5f009`](https://github.com/ovh/the-bastion/commit/9f5f009963a5a1e32261bc0380d1fe27546de810) fix: performance issues introduced by effab4a ### 📊 Changes **16 files changed** (+399 additions, -248 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/install` (+1 -1) 📝 `bin/cron/osh-cleanup-guest-key-access.pl` (+3 -3) 📝 `bin/plugin/open/groupInfo` (+3 -0) 📝 `bin/plugin/open/groupList` (+8 -5) 📝 `bin/plugin/open/groupListServers` (+3 -0) 📝 `bin/plugin/open/help` (+4 -1) 📝 `bin/plugin/open/info` (+5 -2) 📝 `bin/plugin/open/selfListAccesses` (+3 -0) 📝 `bin/plugin/restricted/accountInfo` (+14 -10) 📝 `bin/plugin/restricted/accountList` (+32 -11) 📝 `bin/plugin/restricted/whoHasAccessTo` (+3 -0) 📝 `lib/perl/OVH/Bastion.pm` (+6 -5) 📝 `lib/perl/OVH/Bastion/allowdeny.inc` (+19 -8) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+91 -109) 📝 `lib/perl/OVH/Bastion/interactive.inc` (+20 -31) 📝 `lib/perl/OVH/Bastion/os.inc` (+184 -62) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:44 +02:00
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/the-bastion#403
No description provided.