odain
f89cb71f61
simplify WizardStep::GetTitle
2026-03-18 14:16:52 +01:00
odain
b30ff8b832
N°8981 - reduce log verbosity during setup
2026-03-18 14:16:52 +01:00
Timothee
5254a83327
N°8763 Fix non-uninstallable check in multi-modules extensions
2026-03-18 14:16:52 +01:00
odain
b1f49a1568
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-03-18 14:16:52 +01:00
odain
336898da98
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-03-18 14:16:51 +01:00
odain
84803abd36
N°8764 - skip audit when itop reinstalled on top of a backup without env-production to read previous datamodel + phpdoc fix
2026-03-18 14:16:51 +01:00
odain
9370c83a69
setup: phpstan level 2
...
setup: phpstan level 2
2026-03-18 14:16:51 +01:00
odain
f7dfeafa3f
setup: phpstan level 1
2026-03-18 14:16:48 +01:00
odain
5b4030a95f
setup: phpstan level 0
2026-03-18 14:16:13 +01:00
odain
fe6ba35ada
N°8764 halt setup wizard at data issue - 2nd review
2026-03-18 14:16:13 +01:00
odain
789c4bb5ea
N°8764 halt setup wizard at data issue - review
...
- 2 types of SetupAudit constructors
- setup wizard new step management enhancement
- change SetupAudit GetIssue API behaviour
2026-03-18 14:16:13 +01:00
odain
f5f5334e5f
ci: test enhancement => use GetTemporaryFilePath
2026-03-18 14:16:13 +01:00
odain
51f0eea8e3
enhance test sdk: add GetTemporaryFilePath
...
# Conflicts:
# tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php
2026-03-18 14:16:10 +01:00
odain
875b2f1f29
N°7629: log changed
2026-03-18 14:15:00 +01:00
odain
36fc0fb0ea
N°8981: test ModuleDiscovery filtered by removed extensions
2026-03-18 14:15:00 +01:00
odain
4f9a4dcfa5
N°8764 - fix first install
2026-03-18 14:15:00 +01:00
odain
dfc6189cef
N°8764 - stop setup and display data to cleanup message
2026-03-18 14:15:00 +01:00
odain
ad33453860
N°7629: improve InterfaceDiscovery::GetCandidateClasses robustness
2026-03-18 14:15:00 +01:00
odain
f787cf0950
N°8764 - Halt setup if database is not compatible with an uninstallation
2026-03-18 14:15:00 +01:00
odain
cf7a193f7b
N°8981: fix broken setup wizard due to invalid array passed
2026-03-18 14:14:59 +01:00
odain
8bbd1ab621
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-03-18 14:14:59 +01:00
odain
20ae350286
N°8981: ModuleInstallationRepository dedicated to module installation queries
...
N°8981: ModuleInstallationRepository dedicated to module installation queries
fix renaming
2026-03-18 14:14:59 +01:00
odain
df9d69c70f
N°8981: review cleanup on module filtering due to extensoin removal
2026-03-18 14:14:59 +01:00
odain
ba09c624f0
N°8981: be able to remove extension during setup even when present on disk
2026-03-18 14:14:59 +01:00
odain
7611a0e5c8
N°8981 setup wizard: reuse AnalyzeInstallation result in wizard module choice step
2026-03-18 14:14:59 +01:00
odain
19e60ea628
N°8981 setup wizard: optimize IsConnectableToITopHub use (perf)
...
N°8981: revert IsConnectableToITopHub
2026-03-18 14:14:59 +01:00
odain
5aaae3ad9c
N°8981 setup wizard: static removal + cleanup
2026-03-18 14:14:59 +01:00
odain
3b6ead1307
N°8981 : add type in function
2026-03-18 14:14:59 +01:00
odain
4678684ce6
N°8981 setup wizard: cache GetParamForConfigArray
2026-03-18 14:14:59 +01:00
odain
c008483625
N°8981 setup wizard: cleanup main actions + remove static when possible
2026-03-18 14:14:59 +01:00
odain
bfef10d636
N°8981 setup wizard: cleanup config use in setup wizard
2026-03-18 14:14:59 +01:00
odain
d84959ce6c
test SDK enhancement: be able to compare moduleinstallation
...
ci: add log and hopefully fix hub test
ci: fix all test that rely on CustomDataTC
2026-03-18 14:14:59 +01:00
odain
b230623a32
N°8981: repair previous setup cleanup (broken setups)
2026-03-18 14:14:59 +01:00
odain
375c1f3a73
N°8981: prepare hub connector test cover
...
sdk test enhancement : add call itop api
fix ci
ci: fix broken tests
ci: cover hub setup on compile and launch steps
code style
ci: fix ModuleDiscoveryTest redundant class + add logs to investigate ci setup issues
ci: fix log during setup tests
2026-03-18 14:14:59 +01:00
odain
ab7a737512
N°4789 - do not call empty ModuleInstallerAPI class + logs
...
code style
2026-03-18 14:14:59 +01:00
Timothee
371819f13f
N°8864 Passing array instead of html
2026-03-18 14:14:58 +01:00
odain
56cb3cae4f
N°8981 - cleanup/simplify setup
...
fix RecordInstallation due to previous refactoring
2026-03-18 14:14:58 +01:00
Timothee
11b985aaa7
N°9010 Improve tests readability
2026-03-18 14:14:58 +01:00
odain
59fe11b96e
ci: fix broken LoginTest
2026-03-18 14:14:58 +01:00
Timmy38
55b03941e8
N°8864 list extensions installation in setup recap
2026-03-18 14:14:58 +01:00
Timothee
2fcd224ffd
N°9010 Setup wizard : manage multiple level extension choice
2026-03-18 14:14:58 +01:00
odain
b26e0c8a90
Merge branch 'develop' into feature/uninstallation
2026-03-18 14:14:58 +01:00
jf-cbd
0be4f52b04
N°8543 - best practices
2026-03-18 11:36:13 +01:00
Molkobain
f7d41d3650
Merge remote-tracking branch 'origin/support/3.2' into develop
...
# Conflicts:
# datamodels/2.x/itop-portal-base/portal/templates/bricks/browse/mode_tree.html.twig
2026-03-18 11:33:29 +01:00
jf-cbd
eabbe2f00b
N°8543 - best practices
2026-03-18 10:09:25 +01:00
jf-cbd
52e303cb37
N°8543 - develop branch adaptation to use new method to get module info
2026-03-17 17:22:06 +01:00
Molkobain
58790bc352
N°8597 - Fix special characters being escaped for BrowseBrick items in "Tree" mode ( #845 )
...
* N°8597 - Fix special characters being escaped for BrowseBrick items in "Tree" mode
* N°8597 - Fix forgotten use case for "Tree" mode for intermediate levels
2026-03-17 15:02:20 +01:00
Benjamin DALSASS
0b19333cd7
Dump autoload
2026-03-17 08:08:17 +01:00
Benjamin DALSASS
da09c701cc
N°8612 inline images to base64
...
- AttributeText standalone file modification
2026-03-17 08:07:15 +01:00
Benjamin DALSASS
7c8670b57c
Merge remote-tracking branch 'origin/support/3.2' into develop
...
# Conflicts:
# core/attributedef.class.inc.php
# setup/extensionsmap.class.inc.php
# tests/php-unit-tests/composer.lock
2026-03-17 08:05:10 +01:00