odain
b5cfd1c61e
💚 uncomment test
2020-09-08 11:36:42 +02:00
odain
7ab274cb7b
💚 fix test after merge
2020-09-08 09:21:06 +02:00
Eric
ff722b579b
Fix Dependent attributes update on DBObject::Set()
2020-09-03 12:57:01 +02:00
Eric
7e0fbd8c25
revert file
2020-09-02 15:42:44 +02:00
Eric
9f592223d9
Add Cron info to the report
2020-09-02 14:41:06 +02:00
acognet
cc6ab8a7b7
N°3184 - Upgrade JQuery UI (iTop 2.8)
2020-09-01 09:06:14 +02:00
bruno-ds
7d8aaf91db
:greenheart: test readability
2020-08-31 14:48:49 +02:00
odain
84cd18bcb8
💚 fix test to make conversion functions exist for any one found in datamodels files (itop pro version)
2020-08-28 21:05:04 +02:00
odain
26ba45a8da
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 18:35:05 +02:00
odain
4cc31bf941
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 17:23:02 +02:00
odain
0d878a52a2
💚 fix test to make conversion functions exist for any one found in datamodels files
2020-08-28 16:48:04 +02:00
Eric
ec72d1c767
N°3078 - Fix error on login while in maintenance mode
...
Fix infinite loop on login failure
2020-08-28 14:26:42 +02:00
odain
9a0d9d2c38
Merge branch 'feature/fast-theme-compilation2' into develop
...
N°2982 - speedup themes/scss compilation during setup
N°2996 - Remove iTop version from css-variable.scss
2020-08-26 17:59:31 +02:00
odain
8319d655b9
💚 renaming postbuild test folder + fix tests
2020-08-26 12:42:48 +02:00
odain
f5c8411a07
💚 ThemeHandlerTest: test fix + enhance failure messages
2020-08-26 12:09:55 +02:00
Eric
761c2a46a3
N°3234 - Cron rework
...
* some timezone refactors occurred
2020-08-25 11:20:17 +02:00
odain
c986927de9
CI switching
2020-08-24 14:11:25 +02:00
rquetiez
3119af6c29
N°3268 Add test to check dictionary files: make sure that the Dict::Add declarations match the file name
2020-08-21 17:43:40 +02:00
odain
0b9ba4d053
Merge branch 'feature/release-checklist-2.7' into develop
2020-08-18 10:31:02 +02:00
Pierre Goiffon
71848cb56b
Merge branch 'support/2.7' into develop
...
# Conflicts:
# .jenkins/bin/tests/phpunit.sh
# Jenkinsfile
# core/config.class.inc.php
# core/dbobjectsearch.class.php
# core/ormlinkset.class.inc.php
# datamodels/2.x/combodo-db-tools/dbtools.php
# dictionaries/nl.dictionary.itop.ui.php
2020-08-17 09:36:43 +02:00
odain-cbd
71b725420a
Merge branch 'develop' into feature/fast-theme-compilation2
2020-08-17 00:18:15 +02:00
rquetiez
fcd4ad6872
N°3052 add the core/application XML files and rewrite the test for two benefits:
...
a - the latest XML version is currently not correlated with the the version of iTop (though it seems to be)
b - see the converted XML... that could be saved to fix the report
2020-08-14 19:57:38 +02:00
odain
a538e3c1a2
N°2996 Remove iTop version from css variables
...
- $version does not exit anymore in css-variables.css. now its value is computed during setup and equals setup timestamp instead.
- use precompiled files (declared in datamodels XML files) to check if theme compilation is required or not.
- referenced images in scss files are included in precompiled file signatures just like scss files md5sum.
- images declared in scss files with v=$version are reloaded automatically on browser side after each theme compilation (see xxx.png?v=timestamp)
- precompiled files are replaced if theme compilation occurred. this will avoid same time consuming operation at next setup.
- code cleanup: arrays / variables renamed
2020-08-14 17:03:16 +02:00
rquetiez
d679deba02
refactor CSV Parser unit tests from the old home-made framework into PHP Unit, and add new test to check that <NULL> is parsed as a real null value
2020-08-13 21:12:50 +02:00
odain
e5487edbfb
Merge remote-tracking branch 'remotes/origin/feature/perf-serialization' into develop
2020-08-10 11:10:44 +02:00
odain-cbd
7b8c390a80
Revert "Faster compilation of themes"
2020-08-07 16:20:12 +02:00
odain-cbd
e907c7825a
Merge branch 'develop' into feature/fast-theme-compilation
2020-08-07 16:12:47 +02:00
odain
8902d6e532
CI migration/automation + new test to ease iTop release management
...
- new Jenkinsfile and .jenkins removal to launch phpunit/behat tests
triggered on both iTop build and push.
- N°3053 - Check XML conversion methods
- N°3057 - New build recipe
- N°3059 - Automatically set the documentation URLs
- N°3052 - Check community modules XML version against latest version
- N°3054 - Check community modules version against major version
- N°3062 - setup.css file integrity test
- N°3060 - Check consistency between the list of modules and installation.xml
- Add exclusion group for CI
- N°3061 - Automatically check the installation.xml consistency
2020-08-07 14:48:51 +02:00
odain
94ffcf4207
💚 use proper namespace
2020-08-06 15:39:19 +02:00
odain
76274557a3
N°3061 - :green_hear fix test
2020-08-06 14:52:48 +02:00
odain
87b027e3bf
N°3054/3052 - rename exclusion group for CI to skipPostBuild
2020-08-06 11:02:57 +02:00
odain
b0609e86d1
N°3060 - filter modules autoinstalled in checklist test
2020-08-06 11:00:53 +02:00
odain
b9145ca996
N°3060 - filter modules autoinstalled in checklist test
2020-08-06 10:51:39 +02:00
bruno-ds
4e0c6e5614
move tests from
...
- within checklist test suite
- to standard test suite + excluded from the checklist
2020-08-06 09:55:06 +02:00
bruno-ds
da34383363
fix checklist unit tests
2020-08-06 08:57:41 +02:00
odain
b628bb5e80
add a comment
2020-08-05 15:38:43 +02:00
odain
4c294cb09c
N°3060 - :green_heart fix text name collision
2020-08-05 15:38:28 +02:00
odain
dc5ee13ed1
N°3060 - Check consistency between the list of modules and installation.xml
2020-08-05 15:25:15 +02:00
odain
8707ae6024
💚 fix StatusTest.php
2020-08-05 14:53:57 +02:00
odain
ec0f726c26
💚 fix tests
2020-08-05 14:39:00 +02:00
odain
66d6db5174
add detailed info inside StatusTest.php
2020-08-05 14:25:59 +02:00
odain
2493fd57b2
add detailed info inside StatusTest.php
2020-08-05 14:19:39 +02:00
odain
e3a653010a
adapt StatusTests.php to work on both iTop repository and packaged zip
2020-08-05 12:03:35 +02:00
odain
c98c364714
adapt UtilsTests.php to work on both iTop repository and packaged zip
2020-08-05 11:38:27 +02:00
odain
a545bb8729
detailed unit test failure messages
2020-08-05 11:12:28 +02:00
odain
56e2f63385
enhance phpunit test messages in case of failure
2020-08-04 14:13:41 +02:00
bruno-ds
cdc3bbcb0c
unitTest: better error message
2020-08-04 13:56:27 +02:00
bruno-ds
5edcc91182
CI: release checklist test suite config file
2020-07-24 09:10:04 +02:00
Eric
ace676dc24
N°2585 - Fix alias problem in portal scopes
...
The re-aliasing map structure now allows multiple mapping for the same alias (used for the translations of UNIONS)
2020-07-23 16:41:57 +02:00
Eric
8122270476
N°3176 - OQL: Fix malformed UNION queries in portal scopes
...
Fix regression in Unit tests
2020-07-22 17:30:38 +02:00