Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-30 | check_smtp: add tests for --sslrefs/pull/1908/head | Franz Schwartau | 2 | -1/+6 | |
2023-08-30 | enable NP_HOST_TCP_SMTP_STARTTLS | Franz Schwartau | 1 | -1/+1 | |
2023-08-30 | Rename test variables for upcoming new variables with the same name | Franz Schwartau | 1 | -2/+2 | |
2023-08-28 | Remove dead code from test machine prepare script | Lorenz Kästle | 1 | -6/+0 | |
2023-08-27 | Try to not delete random MIBs to avoid compiling errors | RincewindsHat | 1 | -6/+7 | |
2023-06-29 | Try to detect if there are translation updates via CI | Jan Wagner | 1 | -0/+4 | |
2023-06-28 | Fix too many spaces inside bracketsrefs/pull/1893/head | Jan Wagner | 1 | -3/+3 | |
2023-06-28 | Add missing document start | Jan Wagner | 3 | -0/+3 | |
2023-06-28 | Fix indentation | Jan Wagner | 1 | -27/+27 | |
2023-06-28 | Fix CI workflow syntaxrefs/pull/1892/head | Jan Wagner | 1 | -1/+1 | |
2023-05-15 | Run tests on PRs againrefs/pull/1882/head | RincewindsHat | 1 | -0/+1 | |
2023-05-11 | CI: Fallback on mysql service | Jan Wagner | 1 | -1/+1 | |
2023-05-11 | CI: Fallback on software-properties-common | Jan Wagner | 1 | -6/+11 | |
2023-04-17 | CI: Adding Codespell (and Super Linter) | Jan Wagner | 1 | -0/+31 | |
2023-02-06 | Adding non-free source list (Closes: #1837) | Jan Wagner | 1 | -0/+1 | |
(due https://lists.debian.org/debian-devel-announce/2023/02/msg00000.html) | |||||
2022-11-11 | Bump actions/checkout from 2 to 3 | dependabot[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-07 | Bump 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-07 | Check curl detect ipv6 (#1809) | Lorenz | 1 | -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-07 | Adding dependabot config which takes care of updating github actions (#1811) | waja | 1 | -0/+10 | |
2022-11-06 | Update GitHub runner (#1810) | Lorenz | 2 | -17/+46 | |
* Update action/checkout to v3 * Format debian prepare script | |||||
2022-07-03 | Update CodeQL and update runner before installing (#1775) | Lorenz | 1 | -2/+3 | |
2021-11-24 | Merge pull request #1682 from phibos/codeql | RincewindsHat | 1 | -0/+71 | |
Add CodeQL checks | |||||
2021-10-25 | actions: map utmp from host to container | Sven Nierlein | 1 | -0/+1 | |
this fixes the check_users not having any logged in user to check. | |||||
2021-09-01 | Use netcat-openbsd for debian explicitelyrefs/pull/1704/head | rincewind | 1 | -1/+1 | |
2021-05-20 | remove useless comments | Sven Nierlein | 2 | -39/+3 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2021-05-19 | Prune container and volumes | Jacob Hansen | 1 | -1/+2 | |
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com> | |||||
2021-05-19 | Disable IPv6 in tests | Jacob Hansen | 1 | -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-18 | Use openssl generated cert | Jacob Hansen | 1 | -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-30 | Attempt to fix check_users | Jacob Hansen | 1 | -4/+6 | |
Signed-off-by: Jacob Hansen <jhansen@op5.com> | |||||
2021-04-30 | migrate travis ci to github actions | Sven Nierlein | 3 | -0/+230 | |
2021-04-28 | Add CodeQL checksrefs/pull/1682/head | PhiBo | 1 | -0/+71 | |
Add initial github actions to perform CodeQL securtiy checks |