]>
git.ipfire.org Git - thirdparty/knot-resolver.git/log
Tomas Krizek [Thu, 21 Feb 2019 15:20:22 +0000 (16:20 +0100)]
gitlabci: run lint on test files as well
Tomas Krizek [Thu, 21 Feb 2019 14:48:08 +0000 (15:48 +0100)]
gitlabci: fix scan-build
Tomas Krizek [Thu, 21 Feb 2019 13:11:33 +0000 (14:11 +0100)]
gitlabci: fix lint:tidy
Tomas Krizek [Thu, 21 Feb 2019 10:36:04 +0000 (11:36 +0100)]
gitlabci: fix lint:pedantic
Tomas Krizek [Wed, 20 Feb 2019 15:49:37 +0000 (16:49 +0100)]
meson: generate doc with a run target
Tomas Krizek [Wed, 20 Feb 2019 14:57:51 +0000 (15:57 +0100)]
gitlabci: fix pkgbuild jobs
Tomas Krizek [Wed, 20 Feb 2019 14:36:45 +0000 (15:36 +0100)]
gitlabci: fix pkg:srpm
Tomas Krizek [Wed, 20 Feb 2019 14:32:19 +0000 (15:32 +0100)]
meson: scripts/make-distrofiles.sh - use new archive location
Tomas Krizek [Wed, 20 Feb 2019 14:23:41 +0000 (15:23 +0100)]
meson: fix srpm
Tomas Krizek [Wed, 20 Feb 2019 14:20:44 +0000 (15:20 +0100)]
gitlabci: fix respdiff.basic
Tomas Krizek [Wed, 20 Feb 2019 14:08:52 +0000 (15:08 +0100)]
gitlabci: move pytests to extended stage
Tomas Krizek [Wed, 20 Feb 2019 13:44:46 +0000 (14:44 +0100)]
gitlabci: use retry for flaky tests
Tomas Krizek [Wed, 20 Feb 2019 13:27:33 +0000 (14:27 +0100)]
gitlabci: use MESON_TEST
Tomas Krizek [Wed, 20 Feb 2019 13:22:18 +0000 (14:22 +0100)]
gitlabci: fix deckard
Tomas Krizek [Wed, 20 Feb 2019 12:27:04 +0000 (13:27 +0100)]
gitlabci: use test template
Tomas Krizek [Wed, 20 Feb 2019 12:01:13 +0000 (13:01 +0100)]
gitlabci: fix pytests
Tomas Krizek [Wed, 20 Feb 2019 11:29:30 +0000 (12:29 +0100)]
gitlabci: fix test:valgrind
Tomas Krizek [Wed, 20 Feb 2019 11:28:13 +0000 (12:28 +0100)]
gitlabci: use build template
Tomas Krizek [Wed, 20 Feb 2019 11:26:14 +0000 (12:26 +0100)]
gitlabci: remove coverage
Coverage is currently not supported with the meson build system,
removing from .gitlabci to reduce usunsed code.
Tomas Krizek [Wed, 20 Feb 2019 11:22:16 +0000 (12:22 +0100)]
gitlabci: add section markers
Tomas Krizek [Wed, 20 Feb 2019 11:03:15 +0000 (12:03 +0100)]
ci: simplify job names
Tomas Krizek [Tue, 19 Feb 2019 17:36:18 +0000 (18:36 +0100)]
meson: ci - hide rebuild from log
Meson detects something has changed when using build artifacts
from previous build and performs a rebuild.
Hide the rebuild info, since it has no new information and the
build already passed in the previous stage.
Since the build takes <10s, it's probably not worth investigating
whether it's possible to avoid it.
Tomas Krizek [Tue, 19 Feb 2019 15:40:33 +0000 (16:40 +0100)]
ci: merge unit and config tests into single job
Since these tests are very quick, it's not worth it to have a separate
job for them, it only wastes CI resources.
Tomas Krizek [Tue, 19 Feb 2019 13:56:37 +0000 (14:56 +0100)]
meson: daemon/kres-gen - fix lua file generation
Tomas Krizek [Tue, 19 Feb 2019 12:41:34 +0000 (13:41 +0100)]
ci: debian-unstable - remove no longer needed image
Tomas Krizek [Tue, 19 Feb 2019 12:07:50 +0000 (13:07 +0100)]
ci: debian/buster - update image, include meson
Tomas Krizek [Tue, 19 Feb 2019 11:48:31 +0000 (12:48 +0100)]
meson: ci - fix builds
Tomas Krizek [Tue, 19 Feb 2019 10:58:10 +0000 (11:58 +0100)]
daemon/kres-gen: generate directly to file instead of stdout
Tomas Krizek [Mon, 18 Feb 2019 17:32:18 +0000 (18:32 +0100)]
distro/debian: use meson
Tomas Krizek [Mon, 18 Feb 2019 14:13:49 +0000 (15:13 +0100)]
meson: etc/config - explicitly bind to localhost
Since we drop priviledges in the config, we need to bind
explicitly before that happens.
Tomas Krizek [Mon, 18 Feb 2019 12:39:26 +0000 (13:39 +0100)]
distro/rpm - use meson
Tomas Krizek [Mon, 18 Feb 2019 12:37:59 +0000 (13:37 +0100)]
meson: doc/build - improve info about packaging
Tomas Krizek [Mon, 18 Feb 2019 11:53:52 +0000 (12:53 +0100)]
meson: install additional files
Tomas Krizek [Mon, 18 Feb 2019 11:51:47 +0000 (12:51 +0100)]
AUTHORS: update
Tomas Krizek [Fri, 15 Feb 2019 14:16:52 +0000 (15:16 +0100)]
meson: doc/build - systemd packaging, tests
Tomas Krizek [Fri, 15 Feb 2019 08:26:44 +0000 (09:26 +0100)]
distro/arch: use meson build system
Tomas Krizek [Fri, 15 Feb 2019 13:57:15 +0000 (14:57 +0100)]
meson: scripts/make-archive.sh: rename to make-dev-archive.sh
make-dev-archive is only used for development version tarballs.
For regular releases, use "ninja dist".
Tomas Krizek [Fri, 15 Feb 2019 13:34:06 +0000 (14:34 +0100)]
meson: trust_anchors - correctly set manage_ta for keyfile_default
Tomas Krizek [Fri, 15 Feb 2019 13:18:11 +0000 (14:18 +0100)]
meson: doc - cache doctrees in another directory
Tomas Krizek [Fri, 15 Feb 2019 12:44:12 +0000 (13:44 +0100)]
meson: systemd - fix syntax
Tomas Krizek [Fri, 15 Feb 2019 11:49:57 +0000 (12:49 +0100)]
meson: scripts/make-archive.sh - generate dev tarball
Tomas Krizek [Fri, 15 Feb 2019 09:55:06 +0000 (10:55 +0100)]
meson: change extra_tests to postinstall_tests (incl config tests)
Tomas Krizek [Fri, 15 Feb 2019 09:19:20 +0000 (10:19 +0100)]
meson: distro/deb - remove broken link
Tomas Krizek [Fri, 15 Feb 2019 08:17:47 +0000 (09:17 +0100)]
meson: doc/conf.py - read version from meson.build
Tomas Krizek [Thu, 14 Feb 2019 16:08:43 +0000 (17:08 +0100)]
meson: bench - compile and run
Tomas Krizek [Thu, 14 Feb 2019 15:20:26 +0000 (16:20 +0100)]
meson: clean up meson.build
Tomas Krizek [Thu, 14 Feb 2019 15:05:18 +0000 (16:05 +0100)]
meson: remove no longer needed makefiles
Tomas Krizek [Thu, 14 Feb 2019 14:52:09 +0000 (15:52 +0100)]
meson: fix root.hints installation
Tomas Krizek [Thu, 14 Feb 2019 14:50:24 +0000 (15:50 +0100)]
meson: tests/integration - turn off DNSSEC, add additional tests
Tomas Krizek [Thu, 14 Feb 2019 12:36:33 +0000 (13:36 +0100)]
meson: tests/pytests - fix PATH
Tomas Krizek [Thu, 14 Feb 2019 09:52:53 +0000 (10:52 +0100)]
meson: doc/build - update build and docker info
Tomas Krizek [Thu, 14 Feb 2019 09:26:22 +0000 (10:26 +0100)]
meson: fix C args
Tomas Krizek [Wed, 13 Feb 2019 17:45:12 +0000 (18:45 +0100)]
meson: doc/build - add info for packagers
Tomas Krizek [Wed, 13 Feb 2019 17:44:31 +0000 (18:44 +0100)]
meson: doc/build - use meson configure for options
Tomas Krizek [Wed, 13 Feb 2019 17:37:40 +0000 (18:37 +0100)]
meson: remove asserts when buildtype=release
Tomas Krizek [Wed, 13 Feb 2019 17:36:48 +0000 (18:36 +0100)]
meson: use add_project_arguments
Tomas Krizek [Wed, 13 Feb 2019 16:42:49 +0000 (17:42 +0100)]
meson: add verbose_log option
Tomas Krizek [Wed, 13 Feb 2019 15:09:04 +0000 (16:09 +0100)]
meson: doc/build - update dependencies and compilation info
Tomas Krizek [Wed, 13 Feb 2019 12:30:23 +0000 (13:30 +0100)]
meson: systemd - simplify detection
Tomas Krizek [Tue, 12 Feb 2019 17:40:29 +0000 (18:40 +0100)]
meson: systemd - get unitdir, tmpfilesdir from pkg-config
Tomas Krizek [Tue, 12 Feb 2019 17:28:15 +0000 (18:28 +0100)]
meson: doc - improve dependency detection
Tomas Krizek [Tue, 12 Feb 2019 16:50:37 +0000 (17:50 +0100)]
meson: modules/policy - fix lua-aho-corasick build
Tomas Krizek [Tue, 12 Feb 2019 15:32:14 +0000 (16:32 +0100)]
meson: modules/policy - check if git submodules are present
Tomas Krizek [Tue, 12 Feb 2019 15:00:42 +0000 (16:00 +0100)]
systemd/kresd@.service: switch to Restart=on-abnormal
Avoid unnecessary and confusing restarts when starting kresd
fails to start, e.g. due to incorrect configuration. Attempt
to restart on crashes only.
Tomas Krizek [Tue, 12 Feb 2019 14:57:41 +0000 (15:57 +0100)]
meson: add root_hints option to customize location
Tomas Krizek [Tue, 12 Feb 2019 14:51:28 +0000 (15:51 +0100)]
meson: improve keyfile_default
Tomas Krizek [Tue, 12 Feb 2019 12:40:07 +0000 (13:40 +0100)]
meson: resolve some TODOs
Tomas Krizek [Tue, 12 Feb 2019 12:08:03 +0000 (13:08 +0100)]
meson: use c_args instead of setting global compiler options
Tomas Krizek [Tue, 12 Feb 2019 11:44:54 +0000 (12:44 +0100)]
meson: remove moduledir
Tomas Krizek [Tue, 12 Feb 2019 11:23:00 +0000 (12:23 +0100)]
meson: fix path to load modules
Tomas Krizek [Mon, 11 Feb 2019 18:49:47 +0000 (19:49 +0100)]
meson: runtime lua fixes
Tomas Krizek [Mon, 11 Feb 2019 18:22:42 +0000 (19:22 +0100)]
meson: modules - fix ahocorasick, mock_cmodule
Tomas Krizek [Mon, 11 Feb 2019 18:04:19 +0000 (19:04 +0100)]
meson: fix typos
Tomas Krizek [Mon, 11 Feb 2019 18:00:11 +0000 (19:00 +0100)]
meson: remove MODULEDIR
Tomas Krizek [Mon, 11 Feb 2019 17:46:16 +0000 (18:46 +0100)]
meson: use kresdconf.h instead of compiler defines
Tomas Krizek [Mon, 11 Feb 2019 16:10:01 +0000 (17:10 +0100)]
meson: change module names in lua code
Tomas Krizek [Mon, 11 Feb 2019 15:19:17 +0000 (16:19 +0100)]
meson: modules - move lua_src var
Tomas Krizek [Mon, 11 Feb 2019 15:17:18 +0000 (16:17 +0100)]
meson: daemon/lua - don't embed
Tomas Krizek [Mon, 11 Feb 2019 14:32:45 +0000 (15:32 +0100)]
gitignore: add build directory
Tomas Krizek [Mon, 11 Feb 2019 14:32:05 +0000 (15:32 +0100)]
meson: update TA for keyfile_default
Tomas Krizek [Mon, 11 Feb 2019 14:10:38 +0000 (15:10 +0100)]
gitlabci: add reminder about libkres symbol checks
Tomas Krizek [Mon, 11 Feb 2019 12:23:01 +0000 (13:23 +0100)]
meson: systemd - abandon user_mode
Tomas Krizek [Mon, 11 Feb 2019 11:37:31 +0000 (12:37 +0100)]
meson: systemd - rename cache dir to work dir
Tomas Krizek [Fri, 8 Feb 2019 14:44:21 +0000 (15:44 +0100)]
meson: systemd - re-add modified README
Tomas Krizek [Fri, 8 Feb 2019 14:39:32 +0000 (15:39 +0100)]
meson: systemd - install drop-in examples
Tomas Krizek [Fri, 8 Feb 2019 14:17:25 +0000 (15:17 +0100)]
meson: systemd/nosocket - update man
Tomas Krizek [Fri, 8 Feb 2019 14:04:07 +0000 (15:04 +0100)]
meson: systemd - update kresd.systemd.7
Tomas Krizek [Fri, 8 Feb 2019 12:51:47 +0000 (13:51 +0100)]
meson: daemon - update build
Tomas Krizek [Fri, 8 Feb 2019 12:44:50 +0000 (13:44 +0100)]
meson: managed_ta add note
Tomas Krizek [Fri, 8 Feb 2019 12:41:58 +0000 (13:41 +0100)]
meson: systemd/nosocket - add nosocket compatibility mode
Tomas Krizek [Fri, 8 Feb 2019 11:42:18 +0000 (12:42 +0100)]
meson: systemd - configure and install
Tomas Krizek [Thu, 7 Feb 2019 16:06:29 +0000 (17:06 +0100)]
meson: etc/config - install kresd.conf
Tomas Krizek [Thu, 7 Feb 2019 15:44:31 +0000 (16:44 +0100)]
meson: etc/config - configure and install configs
Tomas Krizek [Thu, 7 Feb 2019 15:26:21 +0000 (16:26 +0100)]
meson: etc - managed_ta and root.keys
Tomas Krizek [Thu, 7 Feb 2019 15:03:58 +0000 (16:03 +0100)]
meson: use features in options
Tomas Krizek [Thu, 7 Feb 2019 13:36:24 +0000 (14:36 +0100)]
meson: move configuration to appropriate sections
Tomas Krizek [Thu, 7 Feb 2019 13:06:48 +0000 (14:06 +0100)]
meson: minor fixes
Tomas Krizek [Thu, 7 Feb 2019 13:02:42 +0000 (14:02 +0100)]
meson: user + group options
Tomas Krizek [Thu, 7 Feb 2019 13:02:04 +0000 (14:02 +0100)]
meson: systemd option with autodetection
Tomas Krizek [Thu, 7 Feb 2019 12:35:27 +0000 (13:35 +0100)]
meson: options - trust_anchors