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
bruno-ds
e2b5992e80
n°3062 - css generator on build
2020-07-24 09:08:45 +02:00
bruno-ds
a2af061a34
n°3057 - bugfix & output improvement
2020-07-24 09:07:43 +02:00
bruno DA SILVA
a53ce32e54
N°3062 - setup.css file integrity test
...
this is for the task : "Generate setup.css at build time"
2020-07-22 17:09:51 +02:00
bruno DA SILVA
52baed7960
3054 - whoop fix duplicated class name
2020-07-16 17:20:25 +02:00
bruno DA SILVA
7ae895d701
3054 - Check community modules version against major version
2020-07-16 16:56:49 +02:00
bruno DA SILVA
120452d2ee
3052 - follow 919a7a8ef5 folder renaming
2020-07-16 16:47:40 +02:00
bruno DA SILVA
25791a1d18
3052 - Check community modules XML version against latest version
2020-07-16 16:45:20 +02:00
odain
919a7a8ef5
PS-4 folder renaming
2020-07-16 16:43:43 +02:00
odain
da0e0a99c7
revert to no behat tests
2020-07-16 16:16:17 +02:00
bruno DA SILVA
82ba53d40b
3059 - Automatically set the documentation URLs
2020-07-16 16:11:46 +02:00
odain
7ed1feff3e
test phpunit + behat
2020-07-16 15:47:20 +02:00
odain
6bdfdad09f
test phpunit + behat
2020-07-16 15:44:47 +02:00
odain
8c3417adeb
work locally
2020-07-16 15:38:23 +02:00
odain
b3b440362a
N°3057 - New build recipe: start only
2020-07-16 14:19:38 +02:00
odain
ee9e747b1c
stop working/debugging locally
2020-07-16 09:46:31 +02:00
odain
1baf8a6424
use all phpunit as usual
2020-07-16 09:35:10 +02:00
odain
7a89bfc108
fix ci: force authent-local conf to be able to create admin in a test
2020-07-16 09:08:31 +02:00
odain
68c7b9a0e8
fix test that breaks config-itop.php
2020-07-15 19:56:25 +02:00
odain
9e3b1bfc78
use less tests + try sth
2020-07-15 19:47:35 +02:00
odain
01f9a6f758
fix test dependency: require admin user
2020-07-15 17:54:24 +02:00
odain
8e028753b7
without use config-itop.php inside backup
2020-07-15 17:38:18 +02:00
odain
343d626025
without backup again
2020-07-15 16:55:47 +02:00
odain
6078f39730
fix config_itop.php in backup
2020-07-15 16:51:47 +02:00
odain
78dc57bdb5
remove dump from backup
2020-07-15 16:40:14 +02:00
odain
94a468efc8
again
2020-07-15 16:34:42 +02:00
odain
864572c02a
fix setup in freshinstall mode
2020-07-15 16:06:07 +02:00
odain
d353d56e7b
add exception in test failed
2020-07-15 11:13:48 +02:00
odain
a3e6600195
try with a backup file
2020-07-15 11:04:16 +02:00
odain
51ab8706e8
fix setup file
2020-07-15 10:51:28 +02:00
odain
24f832de78
fix xml test file
2020-07-15 09:40:13 +02:00
odain
e295226bd6
work locally
2020-07-15 08:08:11 +02:00
odain
78d23261ca
use itop_infra ci
2020-07-13 17:02:32 +02:00
odain
4ba76f95b2
N°3053 - Check XML conversion methods
2020-07-13 10:56:45 +02:00
Pierre Goiffon
6885d64124
📝 N°1418 DBObject PHPDoc
2020-06-17 19:03:29 +02:00
acognet
6fa153ae8b
N°3107 - Remove code merged by mistake
2020-06-17 15:20:52 +02:00
acognet
e226222c2a
N°3102 - widget regression: OQL syntax error now crash the page instead of displaying an error in place of the widget
2020-06-17 11:11:48 +02:00
Pierre Goiffon
aca0143e89
📝 PHPDoc for BackgroundProcess exceptions
2020-06-17 09:25:38 +02:00
Pierre Goiffon
1968c60770
📝 \DBObjectSet::ToArray PHPDoc
2020-06-16 12:32:57 +02:00
Pierre Goiffon
26014f410a
Set back version for 2.7.1
...
Was set to 2.8 by mistake in 23afee51 (PR #125 that was rebased in GitHub web)
2020-06-15 15:49:01 +02:00
Pierre Goiffon
8912618732
Revert "N°2214 Add PHP check in CLI scripts"
...
This reverts commit c768e18e2b .
No risk taken for the 2.7.1 : this will be included but for 2.8 !
2020-06-15 15:18:26 +02:00
Eric
7bee718a13
N°3775 - Dashboard Definition with unknown class leads to an error
2020-06-15 14:53:58 +02:00
Pierre Goiffon
2705543efd
N°2997 new test for AbstractWeeklyScheduledProcess
...
Document the way GetNextOccurrence works O:)
2020-06-12 18:20:07 +02:00
Pierre Goiffon
1e6b885301
SetupUtils : add missing public access keyword for methods
2020-06-12 16:50:04 +02:00
Pierre Goiffon
c768e18e2b
N°2214 Add PHP check in CLI scripts
...
It is quite common that the PHP interpreter that is launched in CLI is different that the one used by the webserver. So iTop code launched by CLI could run in a context that doesn't meet iTop requirements !
This adds in the following scripts the same control that is done on the setup wizard first step :
* cron.php
* backup, check-backup
* export, exportv2
* bulk import
* synchro-exec, synchro-import
If the check throws at least one error then the script is stopped with an appropriate message, and a log is made (IssueLog, Error level, CLI channel)
2020-06-12 16:46:37 +02:00
Eric
d4b93f3bf0
N°2641 - Create a dedicated ErrorPage for fatal errors
2020-06-11 17:16:47 +02:00
acognet
6354c62c2b
N°3012 - Fix blocking MTT/MTP when /extensions
2020-06-11 14:13:27 +02:00
acognet
cf8a12fe95
PMP light first version - small evolutions
2020-06-10 10:44:18 +02:00
acognet
36804dfcf4
N°3098 - Portal with IE : apply a transition ends with blank page
2020-06-10 10:44:17 +02:00