summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-10-02add manual workflow triggerrefs/pull/2023/headSven Nierlein1-0/+1
2024-10-02add new github test workflow for debian:testing and fedora:rawhideSven Nierlein2-1/+77
this workflow runs scheduled once a week, so it does not prevent PRs from being merged but still allows us to notice if anything will go wrong with the next release. Remove rawhide test from the mandatory tests like we did with debian testing already.
2024-07-23tests: always remove ipv6 entry from hosts fileSven Nierlein1-6/+2
2024-02-23CI specfile (#1894)waja5-41/+1105
* Adding spec file and github pipeline for testing * Restructure github pipelines for more clarity * Add build tests for several RPM based distributions --------- Co-authored-by: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>
2023-12-22Use debian stable for main tests againrefs/pull/1977/headRincewindsHat1-2/+2
2023-12-14build(deps): bump github/codeql-action from 2 to 3refs/pull/1973/headdependabot[bot]1-2/+2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13CI: Switch back to testingrefs/pull/1962/headJan Wagner1-2/+2
2023-10-31CI: Remove translation checksJan Wagner1-5/+1
2023-10-18extend github action testsSven Nierlein1-2/+7
add some more steps to the test pipeline: - make dist - builds from the tarball above this test should fail until #1943 is fixed.
2023-10-17Prevent THANKS.in from beeing codespelledJan Wagner1-1/+1
2023-10-12Fix spelling stuffrefs/pull/1928/headRincewindsHat1-1/+1
2023-10-03Fix some more typosrefs/pull/1931/headRincewindsHat1-1/+1
2023-09-25run tests with debian:stablerefs/pull/1929/headdatamuc1-2/+2
debian:testing is broken
2023-09-05Bump actions/checkout from 3 to 4refs/pull/1915/headdependabot[bot]2-4/+4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04Use codespell-project/actions-codespell@v2refs/pull/1913/headFranz Schwartau1-1/+1
The current master version seems to introduce an issue, e. g. codespell Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_301f7ff6-2829-439a-bb1e-e3787b7d0b37/0567173d-ce48-4e72-bccb-2a410baeb2a3.tar.gz. return code: 2. https://github.com/monitoring-plugins/monitoring-plugins/actions/runs/6074675443
2023-08-30check_smtp: add tests for --sslrefs/pull/1908/headFranz Schwartau2-1/+6
2023-08-30enable NP_HOST_TCP_SMTP_STARTTLSFranz Schwartau1-1/+1
2023-08-30Rename test variables for upcoming new variables with the same nameFranz Schwartau1-2/+2
2023-08-28Remove dead code from test machine prepare scriptLorenz Kästle1-6/+0
2023-08-27Try to not delete random MIBs to avoid compiling errorsRincewindsHat1-6/+7
2023-06-29Try to detect if there are translation updates via CIJan Wagner1-0/+4
2023-06-28Fix too many spaces inside bracketsrefs/pull/1893/headJan Wagner1-3/+3
2023-06-28Add missing document startJan Wagner3-0/+3
2023-06-28Fix indentationJan Wagner1-27/+27
2023-06-28Fix CI workflow syntaxrefs/pull/1892/headJan Wagner1-1/+1
2023-05-15Run tests on PRs againrefs/pull/1882/headRincewindsHat1-0/+1
2023-05-11CI: Fallback on mysql serviceJan Wagner1-1/+1
2023-05-11CI: Fallback on software-properties-commonJan Wagner1-6/+11
2023-04-17CI: Adding Codespell (and Super Linter)Jan Wagner1-0/+31
2023-02-06Adding non-free source list (Closes: #1837)Jan Wagner1-0/+1
(due https://lists.debian.org/debian-devel-announce/2023/02/msg00000.html)
2022-11-11Bump actions/checkout from 2 to 3dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07Bump github/codeql-action from 1 to 2 (#1812)dependabot[bot]1-1/+1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07Check curl detect ipv6 (#1809)Lorenz1-1/+1
* If server_address is an IPv6 address surround it with brackets * If the message is too short, we should not have an underflow * Add simple conditional test case available if IPv6 is
2022-11-07Adding dependabot config which takes care of updating github actions (#1811)waja1-0/+10
2022-11-06Update GitHub runner (#1810)Lorenz2-17/+46
* Update action/checkout to v3 * Format debian prepare script
2022-07-03Update CodeQL and update runner before installing (#1775)Lorenz1-2/+3
2021-11-24Merge pull request #1682 from phibos/codeqlRincewindsHat1-0/+71
Add CodeQL checks
2021-10-25actions: map utmp from host to containerSven Nierlein1-0/+1
this fixes the check_users not having any logged in user to check.
2021-09-01Use netcat-openbsd for debian explicitelyrefs/pull/1704/headrincewind1-1/+1
2021-05-20remove useless commentsSven Nierlein2-39/+3
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2021-05-19Prune container and volumesJacob Hansen1-1/+2
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-19Disable IPv6 in testsJacob Hansen1-1/+1
Docker doesn't seem to have a working IPv6 stack by default. For now disable IPv6 tests. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-18Use openssl generated certJacob Hansen1-2/+6
The SSL certificate generate using make-ssl-cert seems to not work well with a our plugins. Causing a "CN could not be found" error to be shown. Using an OpenSSL generated certifiticate, seems to work better. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30Attempt to fix check_usersJacob Hansen1-4/+6
Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30migrate travis ci to github actionsSven Nierlein3-0/+230
2021-04-28Add CodeQL checksrefs/pull/1682/headPhiBo1-0/+71
Add initial github actions to perform CodeQL securtiy checks