[PR #455] [MERGED] interactive mode: a few autocomplete fixes #497

Closed
opened 2026-05-07 00:21:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/455
Author: @speed47
Created: 3/18/2024
Status: Merged
Merged: 3/20/2024
Merged by: @speed47

Base: masterHead: autocomplete


📝 Commits (4)

  • 2436f04 fix: interactive: remove unnecessary loops for autocomplete
  • 70dba4c enh: interactive: allow multi-spaces in autocompletes
  • 60ea43b enh: add a few autocompletes
  • 703b2ba enh: interactive: fix display

📊 Changes

66 files changed (+363 additions, -369 deletions)

View changed files

📝 bin/plugin/admin/adminMaintenance.json (+5 -5)
📝 bin/plugin/admin/adminSudo.json (+6 -6)
📝 bin/plugin/group-aclkeeper/groupAddServer.json (+12 -12)
📝 bin/plugin/group-aclkeeper/groupDelServer.json (+9 -9)
📝 bin/plugin/group-gatekeeper/groupAddGuestAccess.json (+12 -12)
📝 bin/plugin/group-gatekeeper/groupAddMember.json (+5 -5)
📝 bin/plugin/group-gatekeeper/groupDelGuestAccess.json (+12 -12)
📝 bin/plugin/group-gatekeeper/groupDelMember.json (+5 -5)
📝 bin/plugin/group-gatekeeper/groupListGuestAccesses.json (+5 -5)
📝 bin/plugin/group-owner/groupAddAclkeeper.json (+5 -5)
📝 bin/plugin/group-owner/groupAddGatekeeper.json (+5 -5)
📝 bin/plugin/group-owner/groupAddOwner.json (+5 -5)
📝 bin/plugin/group-owner/groupDelAclkeeper.json (+5 -5)
📝 bin/plugin/group-owner/groupDelEgressKey.json (+5 -5)
📝 bin/plugin/group-owner/groupDelGatekeeper.json (+5 -5)
📝 bin/plugin/group-owner/groupDelOwner.json (+5 -5)
📝 bin/plugin/group-owner/groupDestroy.json (+3 -3)
📝 bin/plugin/group-owner/groupGenerateEgressKey.json (+8 -8)
📝 bin/plugin/group-owner/groupGeneratePassword.json (+5 -5)
📝 bin/plugin/group-owner/groupModify.json (+7 -7)

...and 46 more files

📄 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/455 **Author:** [@speed47](https://github.com/speed47) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `autocomplete` --- ### 📝 Commits (4) - [`2436f04`](https://github.com/ovh/the-bastion/commit/2436f04e7c109dd4f2f22a7ec99047f53a85f7d2) fix: interactive: remove unnecessary loops for autocomplete - [`70dba4c`](https://github.com/ovh/the-bastion/commit/70dba4c6c99b0c46f169af0158b8fab48726b6df) enh: interactive: allow multi-spaces in autocompletes - [`60ea43b`](https://github.com/ovh/the-bastion/commit/60ea43ba2ff4e7fcf113806f3a903b0184acfb74) enh: add a few autocompletes - [`703b2ba`](https://github.com/ovh/the-bastion/commit/703b2ba7e1d50534a55289a83ecb5cd1e6f9f97d) enh: interactive: fix display ### 📊 Changes **66 files changed** (+363 additions, -369 deletions) <details> <summary>View changed files</summary> 📝 `bin/plugin/admin/adminMaintenance.json` (+5 -5) 📝 `bin/plugin/admin/adminSudo.json` (+6 -6) 📝 `bin/plugin/group-aclkeeper/groupAddServer.json` (+12 -12) 📝 `bin/plugin/group-aclkeeper/groupDelServer.json` (+9 -9) 📝 `bin/plugin/group-gatekeeper/groupAddGuestAccess.json` (+12 -12) 📝 `bin/plugin/group-gatekeeper/groupAddMember.json` (+5 -5) 📝 `bin/plugin/group-gatekeeper/groupDelGuestAccess.json` (+12 -12) 📝 `bin/plugin/group-gatekeeper/groupDelMember.json` (+5 -5) 📝 `bin/plugin/group-gatekeeper/groupListGuestAccesses.json` (+5 -5) 📝 `bin/plugin/group-owner/groupAddAclkeeper.json` (+5 -5) 📝 `bin/plugin/group-owner/groupAddGatekeeper.json` (+5 -5) 📝 `bin/plugin/group-owner/groupAddOwner.json` (+5 -5) 📝 `bin/plugin/group-owner/groupDelAclkeeper.json` (+5 -5) 📝 `bin/plugin/group-owner/groupDelEgressKey.json` (+5 -5) 📝 `bin/plugin/group-owner/groupDelGatekeeper.json` (+5 -5) 📝 `bin/plugin/group-owner/groupDelOwner.json` (+5 -5) 📝 `bin/plugin/group-owner/groupDestroy.json` (+3 -3) 📝 `bin/plugin/group-owner/groupGenerateEgressKey.json` (+8 -8) 📝 `bin/plugin/group-owner/groupGeneratePassword.json` (+5 -5) 📝 `bin/plugin/group-owner/groupModify.json` (+7 -7) _...and 46 more files_ </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:21:12 +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#497
No description provided.