- 18 Jun, 2019 1 commit
-
-
Francis Dupont authored
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Moved to localstatedir/lib/kea for state files
-
- 14 Jun, 2019 1 commit
-
-
Thomas Markwalder authored
Added ChangeLog entry doc/Makefile.am Removed netconf BAD example configs src/bin/keactrl/Makefile.am Only install kea-netconf.conf when sysrepo is enabled src/share/yang/modules/Makefile.am Only install yang modules when sysrepo is enabled
-
- 28 May, 2019 1 commit
-
-
Michal Nowikowski authored
-
- 27 May, 2019 5 commits
-
-
Michal Nowikowski authored
This reverts commit b25b3032.
-
Michal Nowikowski authored
This reverts commit fa96b8d3.
-
Thomas Markwalder authored
This reverts commit b25b3032.
-
Marcin Siodelski authored
-
Thomas Markwalder authored
doc/Makefile.am Bracketed examples/netconf/* src/bin/keactrl/Makefile.am Bracketed kea-netconf.conf and kea-netconf.conf.pre src/share/Makefile.am Bracketed yang subdirectory
-
- 22 May, 2019 2 commits
-
-
Razvan Becheriu authored
-
Razvan Becheriu authored
implemented getPage4 and getPage6 for Cassandra, sorting and filtering hosts in unittests, implemented migration script for schema 4.0
-
- 18 Apr, 2019 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 21 Mar, 2019 2 commits
-
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
- 13 Mar, 2019 2 commits
-
-
Thomas Markwalder authored
src/share/database/scripts/pgsql wipe_data.sh.in - new file doc/devel/unit-tests.dox Removed MySQL/CQL only comment several files: Added commentary and removed superflous calls to destroyPgSQLSchema src/lib/pgsql/testutils/pgsql_schema.* destroyPgSQLSchema() createPgSQLSchema() - modified to support data wiping wipePgSQLData() - new function src/lib/pgsql/tests pgsql_schema.cc pgsql_schema.h - deleted these. They appear to have been added by mistake.
-
Thomas Markwalder authored
src/share/database/scripts/pgsql wipe_data.sh.in - new file doc/devel/unit-tests.dox Removed MySQL/CQL only comment several files: Added commentary and removed superflous calls to destroyPgSQLSchema src/lib/pgsql/testutils/pgsql_schema.* destroyPgSQLSchema() createPgSQLSchema() - modified to support data wiping wipePgSQLData() - new function src/lib/pgsql/tests pgsql_schema.cc pgsql_schema.h - deleted these. They appear to have been added by mistake.
-
- 12 Mar, 2019 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
[481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated] Added tests and updated schema
-
Thomas Markwalder authored
Data wiping is on by default, for both MySQL and CQL (not yet implemented for Postgresql) and but can be overridden by KEA_TEST_DB_WIPE_DATA_ONLY. src/lib/mysql/testutils/mysql_schema.* destroyMySQLSchema() createMySQLSchema() - added check of softWipeEnabled() to see if env var has turned it OFF. Changed CQL to work the same way as MySQL: src/share/database/scripts/cql wipe_data.sh.in - new file, replaces soft_wipe.cql src/lib/cql/testutils/cql_schema.* destroyCqlSchema() - now destroys the schema if data wipe fails or is disabled createCqlSchema() - now drops/creates the schema if data wipe fails or is disabled. runCqlScript(() - added request-timeout to prevent timeout errors in slow environments wipeCqlData(bool show_err) - new function that attempts to run the wipe shell script src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc Removed now superflous destroyCqlSchema calls
-
- 11 Mar, 2019 1 commit
-
-
Thomas Markwalder authored
src/lib/cql/testutils/cql_schema.* Modified to use common softWipeEnabled(), which defaults to true src/lib/database/testutils/schema.* bool softWipeEnabled() - new function that checks env varible to determine if DB data wiping is enabled (default is true/enabled) src/lib/mysql/testutils/mysql_schema.* createMySQLSchema() destroyMySQLSchema()- now softWipeEnabled() to allow data wiping to be turned on/off src/share/database/scripts/mysql/wipe_data.sh.in Added better error messaging several files: Removed extraneous calls to destroyMySQLSchema, added comments
-
- 08 Mar, 2019 1 commit
-
-
Thomas Markwalder authored
src/share/database/scripts/mysql/wipe_data.sh.in - New shell script which intelligently deletes data from the schema IF the schema version matches the expected version src/lib/mysql/testutils/mysql_schema.* destroyMySQLSchema() - modfied to default to calling wipeData(), and only destroying the schema if that fails or by force flag = true; createMySQLSchema() - modified to default to calling wipeData(), and only recreating the schema if that fails or by force flag = true; wipeData() - new method which runs the MySQL wipe_data.sh shell script, passing in the expected schema version. src/share/database/scripts/mysql/dhcpdb_create.mysql createAuditRevisionDHCP4() createAuditEntryDHCP4() createAuditRevisionDHCP6() createAuditEntryDHCP6() - added session variable, @disable_audit, to allow procedures to be "turned off" during data wiping. src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_mgr_unittest.cc src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc src/lib/dhcpsrv/tests/cfg_db_access_unittest.cc src/lib/dhcpsrv/tests/host_mgr_unittest.cc src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc Removed calls to destroy schema from test constructors
-
- 07 Mar, 2019 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 04 Mar, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 01 Mar, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 28 Feb, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 21 Feb, 2019 1 commit
-
-
Francis Dupont authored
[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Ported DHCPv4 trigger & co to DHCPv6
-
- 20 Feb, 2019 4 commits
-
-
Francis Dupont authored
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Removed quotes from the update script
-
Francis Dupont authored
-
Francis Dupont authored
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed dhcp6_subnet_id in dhcp6_pd_pool too
-
Francis Dupont authored
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed a dhcp6_pool (unused table) column
-
- 08 Feb, 2019 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 07 Feb, 2019 1 commit
-
-
Francis Dupont authored
-
- 31 Jan, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 30 Jan, 2019 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-