]>
git.ipfire.org Git - thirdparty/kea.git/log
Francis Dupont [Thu, 25 Oct 2018 16:08:48 +0000 (18:08 +0200)]
[65-libyang-config-translator] Last improvements before merge
Francis Dupont [Thu, 25 Oct 2018 12:08:34 +0000 (14:08 +0200)]
[65-libyang-config-translator] Small fixes (translator_config.cc to be reviewed)
Tomek Mrugalski [Thu, 25 Oct 2018 11:18:20 +0000 (13:18 +0200)]
[#65,!96] converted size() > 0 to !empty()
- also fixes in nested structures
Tomek Mrugalski [Thu, 25 Oct 2018 10:47:53 +0000 (12:47 +0200)]
[#65,!96] Now both MapElement and ListElement have functional empty()
Tomek Mrugalski [Thu, 25 Oct 2018 10:30:59 +0000 (12:30 +0200)]
[#65,!96] Commented out code removed.
Tomek Mrugalski [Thu, 25 Oct 2018 10:29:17 +0000 (12:29 +0200)]
[#65,!96] TranslatorConfig reworked
- getParam added
- many larger functions refactored
Francis Dupont [Wed, 24 Oct 2018 16:24:24 +0000 (18:24 +0200)]
[65-libyang-config-translator] Added examples
Francis Dupont [Wed, 24 Oct 2018 14:09:24 +0000 (16:09 +0200)]
[65-libyang-config-translator] Small improvements
Francis Dupont [Wed, 24 Oct 2018 14:01:45 +0000 (16:01 +0200)]
[65-libyang-config-translator] Added config translator code and tests
Francis Dupont [Wed, 24 Oct 2018 13:48:30 +0000 (15:48 +0200)]
[65-libyang-testutils] Final fixes
Tomek Mrugalski [Wed, 24 Oct 2018 13:14:35 +0000 (15:14 +0200)]
[#65,!30] Negative checks moved to separate test.
Tomek Mrugalski [Wed, 24 Oct 2018 11:01:49 +0000 (13:01 +0200)]
[#65,!30] Removed reference to keaexample.
Tomek Mrugalski [Wed, 24 Oct 2018 10:03:50 +0000 (12:03 +0200)]
[#65,!30] Unnecessary keaexample model removed.
Francis Dupont [Tue, 23 Oct 2018 20:05:14 +0000 (22:05 +0200)]
[65-libyang-testutils] Cosmetics (trailing dots) and a '>>'
Francis Dupont [Tue, 23 Oct 2018 20:04:36 +0000 (22:04 +0200)]
[65-libyang-testutils] Added missing (or restored) keaexample module
Tomek Mrugalski [Tue, 23 Oct 2018 19:10:39 +0000 (21:10 +0200)]
[#65,!30] Corrected storage type.
Tomek Mrugalski [Tue, 23 Oct 2018 19:03:56 +0000 (21:03 +0200)]
[#65,!30] Added test that loads and verified trees from yang_configs.h
Tomek Mrugalski [Tue, 23 Oct 2018 18:23:57 +0000 (20:23 +0200)]
[#65,!30] Updated test utils (mostly comments)
Francis Dupont [Thu, 11 Oct 2018 14:47:00 +0000 (16:47 +0200)]
[65-libyang-testutils_rebased] Updated
Francis Dupont [Thu, 13 Sep 2018 14:02:28 +0000 (16:02 +0200)]
[65-libyang-testutils] Filled files, ready for review
Francis Dupont [Wed, 24 Oct 2018 13:12:18 +0000 (15:12 +0200)]
[master] Added a ChangeLog entry for #130,!89
Francis Dupont [Wed, 24 Oct 2018 10:58:29 +0000 (12:58 +0200)]
[130-all-keys-sample] Removed spurious trailing spaces
Francis Dupont [Wed, 24 Oct 2018 10:52:58 +0000 (12:52 +0200)]
[130-all-keys-sample] Integrated new all-keys in the list
Marcin Siodelski [Wed, 24 Oct 2018 10:23:39 +0000 (12:23 +0200)]
[130-all-keys-sample] Improve alignement of the all-keys4.json example.
Marcin Siodelski [Wed, 24 Oct 2018 10:17:03 +0000 (12:17 +0200)]
[130-all-keys-sample] Added comments to the v6 full config example.
Francis Dupont [Tue, 23 Oct 2018 15:24:24 +0000 (17:24 +0200)]
[130-all-keys-sample] last changes before comments
Francis Dupont [Tue, 23 Oct 2018 15:16:32 +0000 (17:16 +0200)]
[130-all-keys-sample] Addressed comments (note that I am still running tests)
Marcin Siodelski [Tue, 23 Oct 2018 13:18:44 +0000 (15:18 +0200)]
[130-all-keys-sample] Removed non-supported parameter.
Marcin Siodelski [Tue, 23 Oct 2018 13:05:45 +0000 (15:05 +0200)]
[130-all-keys-sample] Added extensive comments to the new example file.
Francis Dupont [Sat, 20 Oct 2018 23:52:54 +0000 (01:52 +0200)]
[130-all-keys-sample] Added DHCPv6 all keys
Francis Dupont [Sat, 20 Oct 2018 22:13:18 +0000 (00:13 +0200)]
[130-all-keys-sample] Updated
Francis Dupont [Sat, 20 Oct 2018 18:03:48 +0000 (20:03 +0200)]
[130-all-keys-sample] Added all keys test sample
Marcin Siodelski [Tue, 23 Oct 2018 14:46:06 +0000 (16:46 +0200)]
[#153,!94] Addressed review comments.
Moved ThreadedTest to testutils. Also, added commentary to the test.
Marcin Siodelski [Tue, 23 Oct 2018 13:32:30 +0000 (15:32 +0200)]
[#153,!94] Deal with segfault caused by race in polling and closing listener.
Marcin Siodelski [Mon, 22 Oct 2018 19:23:12 +0000 (21:23 +0200)]
[#153,!94] Thread safe implementation of the netconf ctl socket tests.
This resolves hangs of the unit tests on some systems.
Francis Dupont [Tue, 23 Oct 2018 16:14:16 +0000 (18:14 +0200)]
[65-libyang-config-adaptor] Fixed incorrect empty
Francis Dupont [Tue, 23 Oct 2018 15:52:32 +0000 (17:52 +0200)]
[65-libyang-config-adaptor] A few cosmetics improvements
Tomek Mrugalski [Tue, 23 Oct 2018 11:12:27 +0000 (13:12 +0200)]
[#65,!88] Remaining changes after review:
- Remaining methods renamed
- comments expanded
- size() > 0 replaced with !empty() checks.
Tomek Mrugalski [Tue, 23 Oct 2018 10:45:20 +0000 (12:45 +0200)]
[#65,!88] Methods renamed to better reflect their purpose
- added extra explanations
- code no longer uses inefficient size() > 0
Tomek Mrugalski [Tue, 23 Oct 2018 10:21:41 +0000 (12:21 +0200)]
[#65,!88] Comments updated, code cleaned up and commented.
Francis Dupont [Mon, 22 Oct 2018 22:01:41 +0000 (00:01 +0200)]
[65-libyang-config-adaptor] Changed preProcess type
Tomek Mrugalski [Mon, 22 Oct 2018 20:48:40 +0000 (22:48 +0200)]
[#65,!88] Some unit-tests written for AdaptorConfig
Francis Dupont [Mon, 22 Oct 2018 16:22:34 +0000 (18:22 +0200)]
[65-libyang-config-adaptor] Addressed config adaptor comments
Francis Dupont [Sat, 20 Oct 2018 23:54:03 +0000 (01:54 +0200)]
[65-libyang-config-adaptor] Added removal of empty relay supplied option list
Francis Dupont [Sat, 20 Oct 2018 22:17:53 +0000 (00:17 +0200)]
[65-libyang-config-adaptor] Added empty require client class list removal
Francis Dupont [Fri, 19 Oct 2018 22:52:10 +0000 (00:52 +0200)]
[65-libyang-config-adaptor] Added config adaptor code from kea-yang
Francis Dupont [Mon, 22 Oct 2018 16:43:12 +0000 (18:43 +0200)]
[65-libyang-shared-network-translator] Addressed shared network comments
Tomek Mrugalski [Mon, 22 Oct 2018 16:05:29 +0000 (18:05 +0200)]
[#65,!92] Minor clarifications in tests.
Tomek Mrugalski [Mon, 22 Oct 2018 16:05:03 +0000 (18:05 +0200)]
[#65,!92] Missing unit-tests added.
Francis Dupont [Mon, 22 Oct 2018 12:48:52 +0000 (14:48 +0200)]
[65-libyang-shared-network-translator] Added shared network translator code and tests from kea-yang
Francis Dupont [Thu, 18 Oct 2018 22:56:26 +0000 (00:56 +0200)]
[65-libyang-models-fix] Added presence to server-id
Thomas Markwalder [Mon, 22 Oct 2018 12:55:40 +0000 (08:55 -0400)]
[master] Added ChangeLog entry #1460 for #101,!87
Thomas Markwalder [Mon, 22 Oct 2018 12:54:02 +0000 (08:54 -0400)]
[master] Disabled use of config-control in kea-dhcp4
Merge branch '101-cb-add-two-step-configuration-to-the-dhcpv4-server-3'
Francis Dupont [Mon, 22 Oct 2018 12:34:01 +0000 (14:34 +0200)]
[65-libyang-subnet] Addressed subnet comments
Francis Dupont [Wed, 17 Oct 2018 20:39:03 +0000 (22:39 +0200)]
[65-libyang-subnet] Added subnet translator code from kea-yang
Francis Dupont [Mon, 22 Oct 2018 11:21:03 +0000 (13:21 +0200)]
[65-libyang-class] Addressed class comments
Francis Dupont [Fri, 19 Oct 2018 22:10:53 +0000 (00:10 +0200)]
[65-libyang-class] Fixed rebased errors
Francis Dupont [Fri, 28 Sep 2018 13:03:30 +0000 (15:03 +0200)]
[65-libyang-class] Added client class(es) translators from kea-yang
Francis Dupont [Fri, 19 Oct 2018 21:23:23 +0000 (23:23 +0200)]
[148-lib-process-without-args] Repaired system tests
Tomek Mrugalski [Fri, 19 Oct 2018 15:54:28 +0000 (17:54 +0200)]
[#148,!80] When run without arguments netconf,d2,ca prints out usage.
Tomek Mrugalski [Fri, 19 Oct 2018 14:33:53 +0000 (16:33 +0200)]
[148-lib-process-servers-without-arguments] Added system test
# Conflicts:
# src/bin/netconf/tests/netconf_tests.sh.in
Francis Dupont [Wed, 17 Oct 2018 15:15:24 +0000 (17:15 +0200)]
[148-lib-process-servers-without-arguments] Added unit tests
Francis Dupont [Wed, 17 Oct 2018 14:03:05 +0000 (16:03 +0200)]
[148-lib-process-servers-without-arguments] Bug fixed - need tests
Francis Dupont [Wed, 17 Oct 2018 14:01:13 +0000 (16:01 +0200)]
[148-lib-process-servers-without-arguments] trailing spaces
Francis Dupont [Wed, 17 Oct 2018 13:59:50 +0000 (15:59 +0200)]
[148-lib-process-servers-without-arguments] trailing spaces
Francis Dupont [Fri, 19 Oct 2018 20:57:41 +0000 (22:57 +0200)]
[65-libyang-gcc-requirement] Wrapped long lines
Tomek Mrugalski [Fri, 19 Oct 2018 14:20:36 +0000 (16:20 +0200)]
[#65,!64] Reworked installation notes
- mostly moved to wiki, also cleaned up some text
Francis Dupont [Sun, 14 Oct 2018 08:52:38 +0000 (10:52 +0200)]
[65-libyang-gcc-requirement] typo
Francis Dupont [Sun, 14 Oct 2018 08:43:46 +0000 (10:43 +0200)]
[65-libyang-gcc-requirement] Updated
Francis Dupont [Fri, 19 Oct 2018 14:41:53 +0000 (16:41 +0200)]
[master] spelling
Tomek Mrugalski [Fri, 19 Oct 2018 13:38:44 +0000 (15:38 +0200)]
[#65,!62] Changes after review.
Francis Dupont [Thu, 18 Oct 2018 16:46:26 +0000 (18:46 +0200)]
[65-libyang-adaptors] Addressed comments
Tomek Mrugalski [Thu, 18 Oct 2018 11:12:04 +0000 (13:12 +0200)]
[#65,!62] Added extra explanation how to start sysrepod
- Wlodek was complaining that it was confusing
Tomek Mrugalski [Thu, 18 Oct 2018 11:11:25 +0000 (13:11 +0200)]
[#65,!62] Small clarifications after review.
Francis Dupont [Sun, 7 Oct 2018 21:56:59 +0000 (23:56 +0200)]
[65-libyang-adaptors] Added high level adaptors from lib-yang
Thomas Markwalder [Fri, 19 Oct 2018 13:12:25 +0000 (09:12 -0400)]
[#101,!87] Disable config-control in kea-dhcp4 until CB work resumes
Francis Dupont [Thu, 18 Oct 2018 14:24:17 +0000 (16:24 +0200)]
[65-libyang-logger_rebased] Rebased before merging
Francis Dupont [Thu, 18 Oct 2018 14:15:54 +0000 (16:15 +0200)]
[master] unused parameter
Thomas Markwalder [Thu, 18 Oct 2018 13:05:19 +0000 (09:05 -0400)]
[master] kea-dhcp4 server now opens configuration backends
Merge branch '101-cb-add-two-step-configuration-to-the-dhcpv4-server-2'
Marcin Siodelski [Thu, 18 Oct 2018 12:16:27 +0000 (14:16 +0200)]
[master] Added ChangeLog entry for issue #93.
Marcin Siodelski [Thu, 18 Oct 2018 11:06:04 +0000 (13:06 +0200)]
[#93,!63] Added @todo in the ServerSelector header file.
Marcin Siodelski [Thu, 18 Oct 2018 11:00:20 +0000 (13:00 +0200)]
[#93,!63] Added todo to the MySQL query macros.
Marcin Siodelski [Thu, 18 Oct 2018 10:21:58 +0000 (12:21 +0200)]
[#93,!63] Added todo to expand unit test to cover per server config.
Marcin Siodelski [Thu, 18 Oct 2018 10:15:17 +0000 (12:15 +0200)]
[#93,!63] Fixed MySQL macro name.
Marcin Siodelski [Thu, 18 Oct 2018 10:12:25 +0000 (12:12 +0200)]
[#93,!63] Throw exception if the server selector is unassigned.
Marcin Siodelski [Tue, 16 Oct 2018 14:39:50 +0000 (16:39 +0200)]
[#93,!63] Implemented getHost() and getPort() MySQL backend functions.
Marcin Siodelski [Tue, 16 Oct 2018 13:01:02 +0000 (15:01 +0200)]
[#93,!63] Use getServerTag() convenience function.
Marcin Siodelski [Tue, 16 Oct 2018 12:55:16 +0000 (14:55 +0200)]
[#93,!63] Fixed update statement for option definition.
Marcin Siodelski [Tue, 16 Oct 2018 12:44:02 +0000 (14:44 +0200)]
[#93,!63] Server selection is partially supported for options.
Also, MySQL prepared statements are moved to a common header.
Marcin Siodelski [Mon, 15 Oct 2018 11:11:23 +0000 (13:11 +0200)]
[#93,!63] Server selection is partially supported for option definitions.
Marcin Siodelski [Mon, 15 Oct 2018 10:12:49 +0000 (12:12 +0200)]
[#93,!63] Server selection is partially supported for shared networks.
Marcin Siodelski [Sat, 13 Oct 2018 11:21:47 +0000 (13:21 +0200)]
[#93,!63] Resolve conflicts after rebase.
Marcin Siodelski [Wed, 10 Oct 2018 11:23:43 +0000 (13:23 +0200)]
[#93,!63] Server selection partially working for subnets.
Marcin Siodelski [Tue, 9 Oct 2018 18:41:27 +0000 (20:41 +0200)]
[#93,!63] Server selection partially working for global paramneters.
Marcin Siodelski [Tue, 9 Oct 2018 13:24:58 +0000 (15:24 +0200)]
[#93,!63] Removed extraneous constants introduced during rebase.
Marcin Siodelski [Mon, 8 Oct 2018 14:32:16 +0000 (16:32 +0200)]
[#93,!63] Implemented server selection for global parameters in MySQL.
Marcin Siodelski [Mon, 8 Oct 2018 12:46:48 +0000 (14:46 +0200)]
[#93,!63] Added CASCADE delete to MySQL CB schema.
Marcin Siodelski [Mon, 8 Oct 2018 11:13:10 +0000 (13:13 +0200)]
[#93,!63] Added logical servers to dhcp4_server and dhcp6_server MySQL.
Marcin Siodelski [Sun, 7 Oct 2018 17:52:30 +0000 (19:52 +0200)]
[#93,!56] Addressed review comments.
Tomek Mrugalski [Thu, 18 Oct 2018 11:30:32 +0000 (13:30 +0200)]
[#65,!29] Minor clarifications