Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): merge release 22.04.1 into 22.04.x #349

Merged
merged 31 commits into from
Aug 31, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
95e58a2
enh(broker/mysql_connection): unix socket is different on Debian or o…
bouda1 Jun 13, 2022
ea327d5
Mon 13562 sonar atoi 22.04.x.new (#290)
denliA Jun 21, 2022
a81829a
enh(ccc): new grpc client
bouda1 Jun 21, 2022
3af3790
fix(engine): when display_name is empty, it should be replaced by des…
bouda1 Jun 21, 2022
a23c890
enh(tests): database credentials configurable from resource.robot (#2…
denliA Jun 21, 2022
665dd9c
fix(engine): checkable::name() conflicted with host::name()
bouda1 Jun 21, 2022
1a4c987
Mon 13901 cbd multiargs 22.04.x (#293)
denliA Jun 23, 2022
5bc8326
Mon 13562 sonar unsigned bitwise operator (#294) (#295)
denliA Jun 24, 2022
9590659
enh(sonar): ignore postgresql in bam folder (#296) (#298)
denliA Jun 27, 2022
03643e6
enh(sonar): change reserved name to a non reserved one (#297) (#301)
denliA Jun 29, 2022
18e68a5
fix(broker/bam): downtimes on kpi can be more than one
bouda1 Jun 30, 2022
161271d
fix(broker): rebuild/remove graphs has come back
bouda1 Jul 5, 2022
f6b067e
enh(ccc): ccc is functional
bouda1 Jul 8, 2022
512bca7
MON-14166 fix bbdo compression nego (#316)
jean-christophe81 Jul 8, 2022
9dbe605
Mon 13562 sonar atoi external command (#302) (#318)
denliA Jul 12, 2022
027dbf6
fix(broker/engine): grpc api can be changed throught configuration. O…
bouda1 Jul 12, 2022
fc26741
fix(broker/bam): detection of downtime end was bad (#319)
bouda1 Jul 12, 2022
edf12a5
fix(engine): bad rebase fixed here
bouda1 Jul 12, 2022
d90a049
enh(sonar) : replace new by make_shared or make_unique (#322) (#326)
denliA Jul 18, 2022
8a0651e
fix(robot): fix robot BEATOI tests 22.04 (#325)
denliA Jul 18, 2022
e14ed0b
Mon 14198 sonar dynamic allocations (#327) (#328)
denliA Jul 25, 2022
65487df
fix(broker/rebuild): error in sql query
bouda1 Jul 28, 2022
1223736
fix(broker/rebuild): creation date of rrd file too late
bouda1 Jul 28, 2022
5316762
fix(ci): update dockerfile centos7 for python38 (#337)
rem31 Jul 29, 2022
dbf0b7d
fix(ci/debian): set shell to centreon-engine user (#334)
lgcosta Jul 29, 2022
0abe027
fix(ci): issue with conan fixed
bouda1 Jul 29, 2022
8269b22
fix(ci/scripts): conan bad path
bouda1 Aug 1, 2022
7e68f4e
enh(engine/anomalydetection): Enable recheck for anomaly-detection se…
jean-christophe81 Aug 3, 2022
cd461bc
fix(ci/tests): dateutil missing for robot
bouda1 Aug 3, 2022
7262cbc
fix(ci): correct syntax
chgautier Aug 30, 2022
ea82d0b
Merge branch '22.04.x' into release-22.04.1
chgautier Aug 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci/tests): dateutil missing for robot
  • Loading branch information
bouda1 committed Aug 3, 2022
commit cd461bcaae50808830f2796a35b6d1756457d565
2 changes: 1 addition & 1 deletion ci/scripts/collect-test-robot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rpm -i centreon-broker*.el7.x86_64.rpm \

echo "########################### install robot framework ############################"
cd /src/tests/
pip3 install -U robotframework robotframework-databaselibrary pymysql
pip3 install -U robotframework robotframework-databaselibrary pymysql python-dateutil

yum install "Development Tools" python3-devel -y

Expand Down