odain
97828225db
N°8764 - fix setup wizards transitions
2026-01-23 09:28:54 +01:00
odain
03e59c9749
N°8764 - fix missing setup wizards titles + cache step computation
2026-01-22 15:54:15 +01:00
odain
985a49dc9f
code style
2026-01-21 18:37:23 +01:00
odain
adae35ccc4
N°8764 - use last working model in case setup wizard to do setup audit - skip if no model available to make setup work
2026-01-21 17:11:11 +01:00
Timothee
f0c9629f5f
N°8763 Add phpunit tests for iTopExtension::CanBeUninstalled
2026-01-21 10:27:49 +01:00
odain
4e96b297c2
N°8864 - code readability
2026-01-20 16:21:52 +01:00
odain
ae620c6663
N°8760 - Audit uninstall of extensions that declare final classes - refactor extension computations and move them in ExtensionMap
...
N°8760 - Audit uninstall of extensions that declare final classes - refactor extension computations and move them in ExtensionMap
2026-01-20 15:53:27 +01:00
odain
b5c51a2983
simplify WizardStep::GetTitle
2026-01-20 15:53:27 +01:00
odain
3b2d845c00
N°8981 - reduce log verbosity during setup
2026-01-20 15:53:27 +01:00
Timothee
36c545a6c4
N°8763 Fix non-uninstallable check in multi-modules extensions
2026-01-20 15:35:53 +01:00
odain
5ecb4936f0
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-01-14 10:13:42 +01:00
odain
af2c3b02bc
N°8764 - skip audit when itop reinstalled on top of a backup without env-production to read previous datamodel + phpdoc fix
2026-01-14 10:13:10 +01:00
odain
cfc933b92b
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-01-13 16:33:10 +01:00
odain
0582ae1038
setup: phpstan level 2
...
setup: phpstan level 2
2026-01-13 16:31:46 +01:00
odain
13c18b611c
setup: phpstan level 1
2026-01-13 16:29:44 +01:00
odain
8d2e0761e0
setup: phpstan level 0
2026-01-13 16:29:44 +01:00
odain
1e15eb1161
N°8764 halt setup wizard at data issue - 2nd review
2026-01-13 16:29:44 +01:00
odain
7df59427cb
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-01-12 15:55:35 +01:00
odain
d647d92acf
ci: test enhancement => use GetTemporaryFilePath
2026-01-12 15:55:35 +01:00
odain
693e40b9c7
enhance test sdk: add GetTemporaryFilePath
2026-01-12 15:55:35 +01:00
odain
c3c2135ecc
N°7629: log changed
2026-01-12 15:55:35 +01:00
odain
63e473e6d0
N°8981: test ModuleDiscovery filtered by removed extensions
2026-01-12 15:55:35 +01:00
odain
3a3f5736c0
N°8764 - fix first install
2026-01-12 15:55:35 +01:00
odain
0996e8fae0
N°8764 - stop setup and display data to cleanup message
2026-01-12 15:55:35 +01:00
odain
43bd621731
N°7629: improve InterfaceDiscovery::GetCandidateClasses robustness
2026-01-12 15:55:35 +01:00
odain
d1e91087b9
N°8764 - Halt setup if database is not compatible with an uninstallation
2026-01-12 15:55:35 +01:00
odain
73cb58a131
N°9085 - Cannot install itop without a portal
2026-01-12 15:52:55 +01:00
odain
d1fde89129
N°8981: fix broken setup wizard due to invalid array passed
2026-01-08 07:55:54 +01:00
odain
1f4b96798a
Merge branch 'feature/8981-prepare' into feature/uninstallation
2026-01-07 20:39:46 +01:00
odain
9768ffb19d
N°8981: ModuleInstallationRepository dedicated to module installation queries
...
N°8981: ModuleInstallationRepository dedicated to module installation queries
fix renaming
2026-01-07 20:15:40 +01:00
odain
e55bbf728b
N°8981: review cleanup on module filtering due to extensoin removal
2026-01-07 19:48:34 +01:00
odain
5f2604c610
N°8981: be able to remove extension during setup even when present on disk
2026-01-07 19:37:05 +01:00
odain
57b3610100
N°8981 setup wizard: reuse AnalyzeInstallation result in wizard module choice step
2026-01-07 19:37:05 +01:00
odain
9f3b8ec964
N°8981 setup wizard: optimize IsConnectableToITopHub use (perf)
...
N°8981: revert IsConnectableToITopHub
2026-01-07 19:37:00 +01:00
odain
193c980057
N°8981 setup wizard: static removal + cleanup
2026-01-07 10:33:11 +01:00
odain
fdfe9224c3
N°8981 : add type in function
2026-01-07 10:33:11 +01:00
odain
774fe22ece
N°8981 setup wizard: cache GetParamForConfigArray
2026-01-07 10:33:11 +01:00
odain
27b0f64328
N°8981 setup wizard: cleanup main actions + remove static when possible
2026-01-07 10:33:11 +01:00
odain
8ad4670a2f
N°8981 setup wizard: cleanup config use in setup wizard
2026-01-07 10:33:11 +01:00
odain
f2e682c07c
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-01-07 10:33:11 +01:00
odain
83973d102f
N°8981: repair previous setup cleanup (broken setups)
2026-01-07 10:33:11 +01:00
odain
85e28931f5
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-01-07 10:33:11 +01:00
odain
d33ca81198
N°4789 - do not call empty ModuleInstallerAPI class + logs
...
code style
2026-01-07 10:33:11 +01:00
odain
1ef4462517
N°8981 - cleanup/simplify setup
...
fix RecordInstallation due to previous refactoring
2026-01-07 10:33:10 +01:00
odain
a2b0ad6c11
ci: fix broken LoginTest
2026-01-07 10:33:10 +01:00
Timothee
7844c9ffd0
N°8864 Passing array instead of html
2026-01-06 14:29:23 +01:00
Timothee
1c45a4c49e
N°9010 Improve tests readability
2026-01-06 08:17:31 +01:00
Timmy38
8f47ca00a7
N°8864 list extensions installation in setup recap
2026-01-06 08:09:22 +01:00
Timothee
f9a1b444ab
N°9010 Setup wizard : manage multiple level extension choice
2025-12-23 16:05:23 +01:00
odain
3b38dac8c6
Merge branch 'develop' into feature/uninstallation
2025-12-19 18:45:34 +01:00