Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ the rest.
| `ntfy` | 1.6.0 | Notifications via ntfy.sh or a self-hosted ntfy server |
| `oidc` | 1.6.0 | Sign in through an OpenID Connect provider; the reference for a plugin that adds a route rather than a resource |
| `ou` | 1.6.0 | Predefine Active Directory OUs and associate them with hosts |
| `persistentgroups` | 1.6.0 | On joining a group, copy image, AD, printer and location settings from a template host named after that group |
| `pushbullet` | 1.6.0 | Pushbullet notifications |
| `slack` | 1.6.0 | Slack API integration |
| `subnetgroup` | 1.6.0 | Assign hosts to groups automatically by IP subnet |
Expand Down
29 changes: 0 additions & 29 deletions persistentgroups/config/plugin.config.php

This file was deleted.

27 changes: 0 additions & 27 deletions persistentgroups/src/Items/PersistentGroups.php

This file was deleted.

144 changes: 0 additions & 144 deletions persistentgroups/src/Managers/PersistentGroupsManager.php

This file was deleted.

4 changes: 2 additions & 2 deletions tests/plugin-layout.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@

$srcDir = $pdir . '/src';
if (!is_dir($srcDir)) {
// persistentgroups is models only and capone has no tasks, but every
// plugin has SOMETHING, so an absent src/ is a broken plugin.
// capone has no tasks, but every plugin has SOMETHING, so an
// absent src/ is a broken plugin.
$failures[] = sprintf('%s has no src/ directory', $entry);
continue;
}
Expand Down