omercier
|
3953f8dbb5
|
feat(huawei-wlc): new snmp plugin (#5301, #5146)
Co-authored-by: Roman Morandell <46994680+rmorandell-pgum@users.noreply.github.com>
Co-authored-by: sfarouq-ext <116093375+sfarouq-ext@users.noreply.github.com>
|
2024-12-17 12:10:55 +01:00 |
Kevin Duret
|
66bebf3aa6
|
enh(ci): workflow to add external label to forked pull requests (#5353)
|
2024-12-16 13:18:00 +01:00 |
Kevin Duret
|
eb7ae7fb57
|
enh(ci): skip workflow when no change on PR (#5334)
|
2024-12-10 16:37:46 +01:00 |
sdepassio
|
3609bca54b
|
fix(library-and-packaging): adding missing libraries for bookworm (#5337)
|
2024-12-09 17:48:18 +01:00 |
Kevin Duret
|
bf2609c709
|
fix(ci): fix release/hotfix pr detection (#5325)
|
2024-12-09 14:33:28 +01:00 |
Kevin Duret
|
14b098cb43
|
enh(ci): keep packages cache during plugins testing (#5321)
|
2024-12-09 10:43:54 +01:00 |
sdepassio
|
967acbd935
|
fix(ci): set version for net-mqtt-simple (#5320)
|
2024-12-06 14:08:21 +01:00 |
Kevin Duret
|
0bad27bc44
|
fix(packaging): do not package cpan libraries already available (#5288)
|
2024-11-15 14:28:06 +01:00 |
Kevin Duret
|
80b7a4e819
|
fix(packaging): do not package rpm for perl dependency common::sense (#5287)
|
2024-11-14 14:52:52 +01:00 |
Kevin Duret
|
aa785f3bfd
|
enh(ci): promote testing packages (#5284)
|
2024-11-14 13:38:52 +01:00 |
tuntoja
|
fe581afd0b
|
enh(ci): update push and pull jobs in workflows (#5258)
|
2024-10-30 13:36:00 +01:00 |
Evan-Adam
|
3629c94905
|
fix(ci): Add unit test dependancy for vault and gorgone tests (#5265)
Fix jammy and arm to correctly run on the CI.
Refs:MON-106121
|
2024-10-29 17:43:05 +01:00 |
pkippes
|
0864756913
|
Merge branch 'master' into sync-hotfix-20241021
|
2024-10-23 10:48:03 +02:00 |
tuntoja
|
8bb8d404dd
|
fix(packaging): fix packaged files and java dependencies (#5253)
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
|
2024-10-21 16:43:22 +02:00 |
May
|
75e3feb688
|
chore(deps): absorb 24.10 dependabot GitHub Actions updates (#5219)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-16 11:50:07 +02:00 |
omercier
|
2255238bd1
|
fix(vmware-daemon): add missing centreonvault.pm file to packaging (#5239)
Co-authored-by: pkippes <pkippes@centreon.com>
|
2024-10-14 18:11:59 +02:00 |
omercier
|
cda1705c8e
|
bump(as400): increased as400 connector version for new build (#5232)
Co-authored-by: tuntoja <tuntoja@centreon.com>
|
2024-10-10 13:54:12 +02:00 |
tuntoja
|
b9d19ede94
|
enh(ci): update legacy packaging (#5206)
|
2024-10-03 13:17:13 +02:00 |
omercier
|
3b4ef128e4
|
enh(plugin): added 64 bits counters in snmp_standard::memory (#5210)
- fix(tests): fixed spellchecks and Safe missing dependency on Alma9
- fix(stopwords): added net-snmp
- Apply suggestions from code review
- Update src/snmp_standard/mode/memory.pm
- enh(workflow): consider building plugins when the default dependencies are changed
- enh(code): use is_snmpv1() method as suggested by @garnier-quentin ;)
Co-authored-by: sdepassio <114986849+sdepassio@users.noreply.github.com>
Co-authored-by: Evan-Adam <152897682+Evan-Adam@users.noreply.github.com>
REFS: CTOR-542
|
2024-10-01 17:50:07 +02:00 |
Kevin Duret
|
a47a440870
|
chore(packaging): update deb packages naming convention (#5203)
|
2024-09-30 08:53:09 +02:00 |
omercier
|
03db47c012
|
new(lib): package new dependency coming from CPAN for AES (#5208)
REFS: CTOR-786
|
2024-09-27 16:34:34 +02:00 |
tuntoja
|
53afb6ee11
|
enh(ci): add pipeline for as400 using nfpm (#5167)
|
2024-09-23 16:12:58 +02:00 |
sdepassio
|
f28f345ba8
|
feat(dependencies) CTOR-596 - Add missing dependencies for Paws in Debian bullseye and Jammy (#5193)
|
2024-09-18 10:32:50 +02:00 |
Kevin Duret
|
9b5b90c736
|
fix(packaging): add perl(Env) dependency to FFI::CheckLib rpm package (#5177)
|
2024-09-11 09:46:45 +02:00 |
omercier
|
deb389a22b
|
fix(packaging): added missing password manager Perl modules to all plugins (#5170)
REFS: CTOR-855
|
2024-09-09 10:02:52 +02:00 |
Kevin Duret
|
eacf4de345
|
fix(ci): replace rpm perl dependency by perl-interpreter (#5169)
|
2024-09-06 14:24:51 +02:00 |
May
|
6e2a8f53a4
|
chore(deps): absorb 24.08 dependabot GitHub Actions updates (#5140)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-08-30 16:06:17 +02:00 |
omercier
|
fe90a52295
|
new(tests): initiated unit tests (#5138)
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
Co-authored-by: Paul Oureib <poureib@centreon.com>
REFS: CTOR-805
|
2024-08-16 09:34:33 +02:00 |
Evan-Adam
|
5fd1df4c39
|
tests(plugins): Run all tests on arm64 architecture (#5049)
Co-authored-by: Sophie Depassio <sdepassio@centreon.com>
|
2024-08-07 10:00:14 +02:00 |
sdepassio
|
475d8f5a69
|
fix(library and packaging): add missing dependencies for Paws (#5113)
|
2024-07-18 16:39:54 +02:00 |
sdepassio
|
bff20e4b8c
|
fix(library and packaging): patch fpm to use it with debian for Paws (#5108)
|
2024-07-17 11:32:45 +02:00 |
Evan-Adam
|
9e08da41f0
|
MON-34540-gorgone-fix-perl-mojo-ioloop-signal-v3 (#5101)
|
2024-07-10 16:11:46 +02:00 |
May
|
01de69b284
|
chore(deps): absorb 24.07 dependabot GitHub Actions updates (#5092)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-08 16:49:16 +02:00 |
tuntoja
|
f00a76b915
|
fix(ci): remove centos7 from docker-builder matrix (#5097)
|
2024-07-08 15:00:19 +02:00 |
sdepassio
|
eb226c7942
|
fix(library and packaging): package dependencies for paws cpan library for el8/el9 and package paws without using fpm for debian (#5065)
|
2024-07-08 11:45:08 +02:00 |
tuntoja
|
831abe58c7
|
use alma8 for packaging for plugins packaging (#5095)
|
2024-07-05 17:29:34 +02:00 |
Evan-Adam
|
5ff0fd9e81
|
fix(gorgone) fix Mojo::IOLoop::Signal dependency on rpm for gorgone (#5079)
|
2024-06-28 17:25:57 +02:00 |
Evan-Adam
|
e91780d35e
|
fix(cpan-libs) build cpan library for arm64 architecture (#5047)
Refs:CTOR-539
|
2024-06-06 14:10:02 +02:00 |
sdepassio
|
7a8ab1cfb1
|
new(dependency): package Net::MQTT::Simple perl lib (#5056)
|
2024-06-06 09:57:57 +02:00 |
omercier
|
2d00dc5bbe
|
fix(packaging): advertise that perl-Exporter-Shiny also provides *Tiny (#5050)
|
2024-05-31 11:01:26 +02:00 |
Evan-Adam
|
041d48057c
|
fix(gorgone) correctly handle gorgone pullwss module shutdown (#5038)
Refs:MON-34540
|
2024-05-31 09:58:28 +02:00 |
omercier
|
baf5288daf
|
fix(ci): perl-json-path has to be delivered (#5046)
REFS: CTOR-376
|
2024-05-28 17:47:39 +02:00 |
omercier
|
90e56df6c6
|
fix(ci): force perl-json-path lib to build when workflow modified (#5045)
REFS: CTOR-376
|
2024-05-28 17:10:08 +02:00 |
sdepassio
|
53fc5ca260
|
enh(library) Package Paws CPAN library in our repository (#5036)
|
2024-05-24 15:38:13 +02:00 |
May
|
caf4797b8b
|
chore(deps): absorb May-24 dependabot dependencies (#5034)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-20 18:01:50 +02:00 |
tuntoja
|
e4a6de7aed
|
fix(docker): add ruby-devel as required by npfm for perl-cpan builds
|
2024-05-16 16:37:43 +02:00 |
Evan-Adam
|
799aa4e2b5
|
ci(plugin) update JSON::Path dep on alma8 to same version as other OS
Alma8 don't provide Exporter::shiny in a recent enough version (provide 1.000000 instead of 1.002002) so we must build this dep.
REF:CTOR-525
|
2024-05-15 15:30:30 +02:00 |
Evan-Adam
|
8e068359bd
|
ci(plugins-tests) Use docker to install and test each plugins
Co-authored-by: May <110405507+paul-oureib@users.noreply.github.com>
REF:CTOR-474
|
2024-05-02 11:11:03 +02:00 |
Evan-Adam
|
a5d2ace884
|
CTOR-473-tests-folder-structure-must-follow-code-folder-structure (#4979)
Co-authored-by: Sophie Depassio <sdepassio@centreon.com>
|
2024-04-04 17:52:49 +02:00 |
sdepassio
|
754135b40b
|
Update mockoon version + adapt existing tests (#4938)
|
2024-03-20 16:25:03 +01:00 |