Skip to content
Draft
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e805b58
wip - poc / a squash - Liste des RuleTicket
SebSept Feb 12, 2025
a93ed7f
wip - poc / a squash - Liste des RuleTicket + reinit + reorder
SebSept Feb 12, 2025
8ff3def
wip - poc / a squash - Liste des RuleTicket + reinit + reorder
SebSept Feb 12, 2025
2cc5ad1
Merge remote-tracking branch 'perso/rule-collection-generic-controlle…
SebSept Feb 12, 2025
b8a7463
remove legacy controller replaced by RuleListController (dictionnary …
SebSept Feb 13, 2025
6c2adeb
Dictionaries of custom models & types
SebSept Feb 17, 2025
8c4e37a
csfix / typo / notes
SebSept Feb 17, 2025
c1a1760
handle dictionaries form for custom model & custom types (custom assets)
SebSept Feb 18, 2025
45d52dc
polish : csfix, licences, strict_type, phpstan 6
SebSept Feb 19, 2025
b65a125
remove RuleFormController.php. removed all file including '/front/rul…
SebSept Feb 20, 2025
26b16e7
Update phpstan.neon.dist
SebSept Feb 20, 2025
4eba84a
remove legacy controller replaced by RuleListController (dictionnary …
SebSept Feb 13, 2025
900e5a1
Update phpstan.neon.dist
SebSept Feb 20, 2025
5770827
Merge remote-tracking branch 'perso/rule-collection-generic-controlle…
SebSept Feb 20, 2025
aa87e70
Merge branch 'main' into rule-collection-generic-controller
SebSept Feb 20, 2025
8c741a0
do not reorder rules if 'ranking' not set + update tests
SebSept Feb 20, 2025
16b4ad6
Update src/CommonGLPI.php
SebSept Feb 20, 2025
1e3099e
Update src/Rule.php
SebSept Feb 20, 2025
c3d10ed
Update src/Rule.php
SebSept Feb 20, 2025
fc25d4e
fix proposed changes + fix baseline
SebSept Feb 20, 2025
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
6 changes: 6 additions & 0 deletions .phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2305,6 +2305,12 @@
'count' => 2,
'path' => __DIR__ . '/src/Glpi/Controller/ApiController.php',
];
$ignoreErrors[] = [
'message' => '#^Class RuleCollection constructor invoked with 1 parameter, 0 required\\.$#',
'identifier' => 'arguments.count',
'count' => 1,
'path' => __DIR__ . '/src/Glpi/Controller/Rule/RuleListController.php',
];
Comment thread
SebSept marked this conversation as resolved.
Outdated
$ignoreErrors[] = [
'message' => '#^Expression on left side of \\?\\? is not nullable\\.$#',
'identifier' => 'nullCoalesce.expr',
Expand Down
51 changes: 0 additions & 51 deletions front/asset/ruledictionarymodel.php

This file was deleted.

51 changes: 0 additions & 51 deletions front/asset/ruledictionarytype.php

This file was deleted.

163 changes: 0 additions & 163 deletions front/rule.common.php
Comment thread
SebSept marked this conversation as resolved.
Outdated

This file was deleted.

38 changes: 0 additions & 38 deletions front/ruleasset.php

This file was deleted.

38 changes: 0 additions & 38 deletions front/rulechange.php

This file was deleted.

38 changes: 0 additions & 38 deletions front/ruledictionnarycomputermodel.php

This file was deleted.

Loading