Pierre Goiffon
4e13cce770
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-10-17 11:27:09 +02:00
Pierre Goiffon
31a1370028
Merge branch 'support/3.1.0' into support/3.1
...
# Conflicts:
# core/DbConnectionWrapper.php
# tests/php-unit-tests/unitary-tests/core/CMDBSource/TransactionsTest.php
2023-10-17 11:13:29 +02:00
Pierre Goiffon
d0d90d7c69
N°6848 Fix TransactionsTest::testTransactionOpenedNotClosed failing
...
Was caused by 239c51bb , which adds 65bb76b9 tests improvements but only partly : we were missing in TransactionsTest::tearDown the mysqli reset from mock to original mysqli cnx
Without this reset the rollback made in ItopTestCase::tearDown is throwing an exception (query() method on the DbConnectionWrapper cnx returns false in \CMDBSource::DBQuery) on PHP 8.1 and 8.2
Co-authored-by: Romain Quetiez <romain.queriez@combodo.com >
2023-10-17 10:53:26 +02:00
Molkobain
9b970a472f
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-10-13 10:13:25 +02:00
Molkobain
819baa3951
Merge remote-tracking branch 'origin/support/3.1.0' into support/3.1
2023-10-06 17:47:52 +02:00
odain
239c51bb53
ci enhancement: complete tearDown to cleanup transactions and cmdb changes properly
2023-10-03 10:09:26 +02:00
Pierre Goiffon
aae2db8ad8
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-09-26 11:36:24 +02:00
Pierre Goiffon
c5cb84f976
N°6733 Fix some attributes impl not prompted in transitions when mandatory
2023-09-26 11:32:06 +02:00
Molkobain
2a6e5b21a9
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-09-20 16:18:55 +02:00
Molkobain
f01997f2ad
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-09-20 16:16:53 +02:00
Molkobain
fc6e98b534
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-09-20 16:12:51 +02:00
Molkobain
8ecebee511
✅ PHP unit tests: Fix typo for "final private" methods as they can't be both
2023-09-20 16:11:39 +02:00
Molkobain
db940e3bba
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-09-19 08:52:06 +02:00
Molkobain
2f6bcc3534
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-09-19 08:41:46 +02:00
Molkobain
4923418f58
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-09-19 08:39:41 +02:00
Molkobain
0a6c82dfe1
N°6752 - PHP unit tests: Fix typo in postbuild_integration.xml.dist
2023-09-19 08:37:46 +02:00
Molkobain
9f3a6be255
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-09-18 16:23:49 +02:00
Molkobain
f89d843ab3
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-09-18 16:06:53 +02:00
Molkobain
2dd7f5cada
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-09-18 15:37:32 +02:00
Molkobain
dc0cd44c79
N°6752 - PHP unit tests: Migrate usages of unitestautoload.php to composer autoloader
2023-09-18 15:14:44 +02:00
Stephen Abello
ce1c517a9f
Merge branch 'support/3.1' into develop
2023-09-15 15:45:36 +02:00
odain
6110abfc7f
Merge branch 'support/3.0' into support/3.1
2023-09-15 10:08:37 +02:00
odain
6046f44f56
Merge branch 'support/2.7' into support/3.0
2023-09-15 10:08:08 +02:00
odain
6c6131ce03
N°5491 - test enhancement to reduce false positive
2023-09-15 10:07:42 +02:00
Pierre Goiffon
75b6a3ede8
Merge remote-tracking branch 'origin/support/3.1' into develop
...
# Conflicts:
# dictionaries/hu.dictionary.itop.ui.php
# dictionaries/ja.dictionary.itop.ui.php
# dictionaries/sk.dictionary.itop.ui.php
# dictionaries/ui/layouts/navigation-menu/pt_br.dictionary.itop.navigation-menu.php
2023-09-14 16:55:38 +02:00
Eric Espie
44c189223e
Merge branch 'support/3.1.0' into support/3.1
...
# Conflicts:
# tests/php-unit-tests/unitary-tests/core/DBObjectTest.php
2023-09-14 14:31:29 +02:00
Eric Espie
7fdbb59c30
N°6716 - High memory Consomption and performance issue
2023-09-14 14:09:05 +02:00
Eric Espie
5acf38ac36
✅ Fix unit tests for MariaDB
...
(cherry picked from commit 61a9a4ac65 )
2023-09-14 14:09:05 +02:00
odain-cbd
e76728b2bf
N°5491 - Inconsistent dictionnary entries regarding arguments to pass to Dict::Format-test first ( #545 )
2023-09-13 12:02:49 +02:00
odain
3e258f32cc
N°5491-fix redundant GetNonPublicStaticProperty
2023-09-13 10:30:56 +02:00
odain
7cfe1389aa
Merge branch 'support/3.0' into support/3.1
2023-09-13 10:20:38 +02:00
odain
ecf8bc42fa
Merge branch 'support/2.7' into support/3.0
2023-09-13 10:01:15 +02:00
Pierre Goiffon
d8ec900933
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-09-07 14:53:16 +02:00
Pierre Goiffon
9d392ad167
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-09-07 14:53:02 +02:00
Pierre Goiffon
ea8509db1f
✅ N°6709 Use ItopTestCase::RequireOnceCurrentModuleFile in GetAppRoot
2023-09-07 14:47:36 +02:00
Pierre Goiffon
df25ce76b6
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-09-07 14:43:29 +02:00
Pierre Goiffon
e946fc65fc
✅ N°6709 New ItopTestCase::RequireOnceCurrentModuleFile
2023-09-07 14:38:19 +02:00
Eric Espie
61a9a4ac65
✅ Fix unit tests for MariaDB
2023-09-01 09:29:21 +02:00
acognet
9ae62adff1
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-08-31 16:25:15 +02:00
Pierre Goiffon
483dbb4a5d
✅ N°6658 Remove useless annotations
...
See comment for ItopTestCase::$preserveGlobalState
2023-08-31 16:06:34 +02:00
Pierre Goiffon
6d6f55acf7
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
...
# Conflicts:
# tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php
2023-08-31 15:40:56 +02:00
Pierre Goiffon
6ebcd44bb1
💡 N°6658 Add more comments and since tags
2023-08-31 15:34:44 +02:00
Anne-Catherine
73a2c935a7
N°6555 - Add class description in tooltip of Dashlet badge ( #504 )
2023-08-31 14:37:37 +02:00
Eric Espie
3366bae0ab
N°6061 - ✅ Add tests on Expression evaluation
2023-08-18 15:34:06 +02:00
Romain Quetiez
d79dacf8a3
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-08-18 14:25:54 +02:00
Romain Quetiez
03b484c349
Tests: fix test not working on MariaDB (unexpected coma tolerated by MySQL)
2023-08-18 12:13:11 +02:00
Molkobain
70081ecf33
N°6436 - Add unit test for API introduced in 3.1 (\iFieldRendererMappingsExtension)
2023-08-18 10:31:05 +02:00
Molkobain
575ba1cd7b
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
...
# Conflicts:
# core/metamodel.class.php
2023-08-18 10:24:50 +02:00
Molkobain
d130959692
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# core/metamodel.class.php
2023-08-18 10:14:51 +02:00
Molkobain
a8c689c6c0
N°6436 - Add unit test to ensure that we don't lose an API during merge between branches
2023-08-18 09:55:45 +02:00