Alexandre Delaunay
Alexandre Delaunay
send events by http to others applications. It can ease future integrations (like slack/mattermost/telegram, etc)
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...
```[tasklist] ### Tasks - [ ] https://github.com/glpi-project/glpi/pull/15729 - [x] Support templates feature (not deactivable) - [x] Support clone feature (not deactivable) - [x] Support models/types definition (not deactivable) - [...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...
SQL request required to adapt existing DB: ``ALTER TABLE `plugin` ADD `featured` int NULL AFTER `active`;``
ex: ```sql UPDATE plugin SET active = 1 WHERE `key` = 'pluginname'; ``` Key is not yet defined just after plugin submission