Pierre Goiffon
a395c1760a
N°4047 skip test generating a PHP notice
...
Will be fixed later
2021-06-01 16:51:44 +02:00
Molkobain
1128490d47
N°2982 - Branding: Theme imports with no xsi:type are ignored
2021-05-17 17:51:08 +02:00
Molkobain
186ef1689e
CI: Fix folder creation on Windows environments
2021-05-17 17:44:01 +02:00
Pierre Goiffon
bc10baed3e
:bulb PHPDoc
2021-05-12 09:06:48 +02:00
Molkobain
626316e8d1
N°3990 - Compiler: Set "_delta" flag on moved node if no ancestors has one
2021-05-10 19:05:08 +02:00
Molkobain
ab30bae46a
Tests: Rename test and move samples to dedicated directory
2021-05-10 19:05:07 +02:00
Molkobain
bd2c0d1121
Tests: Simplify XML sample
2021-05-10 19:05:07 +02:00
Molkobain
34647cc402
Fix MetaModel::EnumPlugins unit tests
2021-05-05 14:58:50 +02:00
odain
ad22113881
add annotation to be able to exclude test
2021-05-04 12:28:07 +02:00
Molkobain
7aecdd0dc7
N°2875 - Extract method to find mentioned objects into utils so it can used by extensions, not only the trigger
2021-04-23 17:01:17 +02:00
BenGrenoble
473a49ab6b
N°3217 Change itop-knownerror-light by itop-knownerror-mgmt.
2021-04-20 17:27:30 +02:00
odain
3d9540e895
Merge branch 'feature/2982-finalize' into develop
2021-04-16 14:04:17 +02:00
odain
27d8869665
N°3593 - rename xsi-type to utilities
2021-04-16 14:01:06 +02:00
odain
3b3fa7b1f8
N°2982 - rename imports_utility and imports_variable in precompilation signature
2021-04-16 11:56:16 +02:00
odain
135b5e8adb
N°2982 - PR reviews
2021-04-16 11:46:14 +02:00
odain
beadd9cd03
N°3593 - GetVariablesFromFile and precompilation signature fixes + tests
2021-04-13 23:42:53 +02:00
Pierre Goiffon
7b3595357a
💚 Removing invalid provider for \Combodo\iTop\Test\UnitTest\Core\LogAPITest::LogApiProvider
...
Config can never be an array
Was working since now, but LogAPI was modified in f6d9d0f0 and it now correctly pick the config, so this provider was failing
2021-04-13 14:37:54 +02:00
odain
d07199db7c
N°2982 - add theme_precompilation_enabled to be able to deactivate precompilation from conf + update provided precompiled files when IsDevelopmentEnvironment
2021-04-13 00:49:08 +02:00
odain
903afff687
N°2982 - fix delta xml variables not used in themes
2021-04-12 22:14:00 +02:00
odain
067cbe2afa
fix ci: DataSynchroTest adapted for Admin profile renaming
2021-04-09 12:03:20 +02:00
Pierre Goiffon
5c01d222c9
DictionariesConsistencyTest : remove debug var_dump
...
Many thanks @Hipska !
2021-04-07 11:27:33 +02:00
Pierre Goiffon
7e65541d3c
DictionariesConsistencyTest : simplify & comment sample dict files
2021-04-07 11:09:51 +02:00
Pierre Goiffon
1b6d69037e
DictionariesConsistencyTest : fix inspections warnings
2021-04-07 09:26:34 +02:00
Pierre Goiffon
3941f323c0
Dict syntax samples : make them smaller to ease comparisons
2021-04-07 09:12:51 +02:00
Molkobain
057bb1a296
Remove some of the unrelevant tooltips from DM dictionaries
2021-04-06 22:28:19 +02:00
Molkobain
8b25679df8
Extract function to get a person's initials to a dedicated ToAcronym function in \utils
2021-04-05 21:05:46 +02:00
odain
c0b1581f0c
fix ci: datasynchro test
2021-04-02 23:00:14 +02:00
odain-cbd
bf793fd989
fix temporarly ci: comment broken datasynchro tests
2021-04-02 20:23:05 +02:00
odain
711fe5607b
ci: increase DataSynchro test coverage
2021-04-02 17:54:25 +02:00
odain
4fa259af14
ci: increase DataSynchro test coverage
2021-04-02 17:23:03 +02:00
odain
49fe8d0a0f
N°2982 - small enhancement to fetch images in themes
2021-04-02 10:44:43 +02:00
Pierre Goiffon
e492d713c4
ThemeHandlerTest : add Windows compat
2021-04-02 10:39:09 +02:00
odain
77962d73eb
N°2982 - fix provided precompiled styles
2021-04-02 08:53:52 +02:00
odain
5816b22639
N°2982 - fix testthat validates provided precompiled stylesheets
2021-04-02 07:30:45 +02:00
odain
5f3fda95fc
ci enhance DatasynchroTest
2021-04-01 18:32:02 +02:00
odain
9177982592
PR #188 add testcase to cover data synchro regression
2021-04-01 18:11:24 +02:00
odain
216489ab2d
fix ci temporarly
2021-04-01 10:25:21 +02:00
odain
d3d2820b4e
580 - DatasynchroTest fixed both in http and cli modes
2021-04-01 00:04:40 +02:00
odain
cb91d6f3c4
N°2982 - Speed up SCSS themes compilation during setup - fix infite loop when n signature inside precompiled file
2021-03-31 23:37:29 +02:00
Pierre Goiffon
6744147bf9
PHP syntax check for dictionnaries : change wrong file ext to avoid having errors in the IDE
...
I was hoping a @noinspection annotation could be the answer but I didn't find any corresponding inspection key to disable :/
2021-03-31 17:40:21 +02:00
Pierre Goiffon
fa92c12b5a
PHP syntax check for dictionnaries : execute beforeSetup
2021-03-31 17:27:08 +02:00
Eric
d3a857d9d3
N°580 - Fix CI temporarily
2021-03-31 17:00:38 +02:00
Pierre Goiffon
c843e13c58
✅ New tests to check syntax of all dict files
...
We had some issues last week with invalid PHP syntax in dict files. The CI detects some of these, but having a larger check with a clearer message that is run immediately at commit will ease fixing such issues !
2021-03-31 16:49:50 +02:00
Eric
131ecd5e3b
N°3251 - Restore 2.7 behaviour of ExecITopScript (hide passwords from commandline arguments) and allow tests to provide credentials
2021-03-31 16:36:40 +02:00
Pierre Goiffon
d62825c99b
Improve test error message
2021-03-29 16:49:55 +02:00
Pierre Goiffon
adafcabbb8
💚 Add missing dictionary language in DictionariesConsistencyTest
...
PL was added with 8f8e86a4 (#194 )
2021-03-26 10:07:21 +01:00
Molkobain
0e062f51e9
Tests: Update render all blocks page
2021-03-25 00:04:38 +01:00
Molkobain
318d8ce3c9
Add ButtonGroup block
2021-03-24 19:43:35 +01:00
Stephen Abello
456f7f7c7d
Rename test-red variables
2021-03-24 11:29:43 +01:00
Stephen Abello
5d6194e679
Revert new method in itopdesignformat
2021-03-24 11:29:43 +01:00