2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

28441 Commits

Author SHA1 Message Date
Marcin Siodelski
1f7890d87e [master] Removed trailing comma in the default kea-dhcp-ddns config.
Okayed on jabber.
465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base2
2019-03-07 13:59:24 +01:00
Michal Nowikowski
0e022846de improved Sandbox class comments 2019-03-07 12:18:03 +01:00
Michal Nowikowski
abf5e00c0b removed unnecessary includes 2019-03-07 12:08:16 +01:00
Marcin Siodelski
c38bb7e812 [#357,!258] Added space after return. 2019-03-07 11:52:08 +01:00
Michal Nowikowski
1dfd132893 replaced throwing exception in destructor with a trace and exit(1) 2019-03-07 10:59:29 +01:00
Michal Nowikowski
fee053c548 changes after review: updated comments and did other small improvements 2019-03-07 10:59:29 +01:00
Michal Nowikowski
a45e2f68d7 Changed location of unit socket in unit tests
Previously it was stored in TEST_DATA_BUILDDIR which resides inside repo sources.
Due to the fact that when repo was located in deep patch creating socket was
failing as max socket patch is about 100 characters. Now it is located
in temp folder managed by Sandbox class. The sandbox directory is created
in test constructor and deleted in destructor. As the temp directory
is in form /tmp/kea-XXXXXX the lnegth is always lower than 1000, so running
the unit tests never fails.
2019-03-07 10:57:33 +01:00
Francis Dupont
41f40b7dc6 [478-improve-error-message-database-backend-mysql] Reviewed changes and addressed comments 2019-03-06 15:25:23 -05:00
Tomek Mrugalski
1a723bf02b [#478,!249] Added extra log error message. 2019-03-06 15:25:23 -05:00
Francis Dupont
6f6b59fb62 [478-improve-error-message-database-backend-mysql] Better message for not built lease database type 2019-03-06 15:25:23 -05:00
Tomek Mrugalski
db5783548a [#471] Hammer docs updated 2019-03-06 09:27:57 -05:00
Tomek Mrugalski
f77a7e200a [#480] ChangeLog updated 2019-03-06 15:18:53 +01:00
Francis Dupont
8818ba0260 [480-shellcheck] Addressed SC2231 extra warnings 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
9d4311df8f Fixed execution of find command 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
bc60700bd5 ! -z replaced with -n 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
68b9a89ccd Removed SC2046 disables and added nested double quotes instead. 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
6cb34f89ec Another ! -z replaced with -n 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
3ff512a163 Replaced ! -z with -n 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
1e4c6b5cad Converted sysrepo_config: bash -> sh 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
d6d0e6d483 Copyright headers added. Addressed 3 remaining shellcheck issues. 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
5bc2811a55 Remaining warnings in kea-admin and keactrl addressed. 2019-03-06 09:15:29 -05:00
Francis Dupont
81b7a46741 [480-shellcheck] Updated copyright years 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
01c78272c7 List of scripts to check fixed. 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
6f440c6e48 sysrepo_config cleaned up 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
a9c9685146 cql_config cleaned up 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
414ed1d2bd kea-admin fixed 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
bbe1676a0a Disabled one more warning. 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
345fd5b11b More shellcheck fixes 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
cad1334bca Reverted removal of prefix variable. 2019-03-06 09:15:29 -05:00
Tomek Mrugalski
98c236fb48 More quotes! 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
4cf0cab178 local variables declared and initialized separately 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
3e2d819fcb More quotes 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
e50887535f Warning about local variables disabled 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
7a7479feae local directiver restored 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
1b9f0e248f More quotes 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
cdd3dc6281 [#480,!245] More fixes 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
cf774228ba [#480,!245] Some more shell fixes 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
5e31eaa9e3 [#480,!245] Some bugs in scripts fixed. 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
5d528691d7 gitlab-ci simplified 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
57962456b8 apt changed to apt-get 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
7694c6ea94 Stage defined explicitly as test 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
5d10eb7103 attempt #6 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
58322459b7 attempt #5 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
4a4adf20be [#480,!245] Attempt #4 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
b6480caf90 [#480,!245] Attempt #3 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
fc69acd683 [#480,!245] yml random fix attempt 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
abe5e74cdd [#480,!245] Using debian image now 2019-03-06 09:15:28 -05:00
Tomek Mrugalski
d768d76160 [#480,!245] First gitlab-ci added 2019-03-06 09:15:28 -05:00
Michal Nowikowski
69438a68e0 updated changelog about hammer changes 486-no-longer-use-bison-is-yacc-emulation-mode_base 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base 430-configure-location-of-datadir_base 2019-03-05 06:35:36 +01:00
Michal Nowikowski
ea0006f6eb hammer: added checking vagrant version, removed hammer from EXTRA_DIST 2019-03-05 06:32:00 +01:00