2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-27 20:27:35 +00:00

332 Commits

Author SHA1 Message Date
Michal Nowikowski
fccb0cf410 updated versions, updated copyright dates, sorted messages 2019-05-28 10:53:08 +02:00
Tomek Mrugalski
98373a4500 [#436] Old contributor's guide replaced with a link 2019-05-27 10:15:48 -04:00
Thomas Markwalder
d88c013de4 [#531,!279] PgSQL unit testing now supports data wipe
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.
2019-03-13 10:44:17 -04:00
Thomas Markwalder
2de28db4ae [#526,!269] Updated developer's guide.
doc/devel/unit-tests.dox - added
    discussion of the env var.
2019-03-12 13:01:24 -04:00
Michal Nowikowski
fee053c548 changes after review: updated comments and did other small improvements 2019-03-07 10:59:29 +01:00
Francis Dupont
7f4847e9a4 [354-compilation-with-mysql-fails-on-fedora-29] Solved other issues 2019-02-07 17:02:22 -05:00
Tomek Mrugalski
3dd136580f [#339, !169] Corrected two mistakes. 2018-12-11 14:53:42 -05:00
Francis Dupont
07220434c7 [339-doxygen-errors] Removed spurious @endcode 2018-12-11 14:53:41 -05:00
Thomas Markwalder
21dad40c94 [#278,!162] Addressed review comments 2018-12-10 12:05:30 -05:00
Marcin Siodelski
414b2d8aa5 [#278,!162] Further minor changes in Congestion Handling text. 2018-12-10 17:28:50 +01:00
Marcin Siodelski
1f94eaa3d8 [#278,!162] Minor cleanup in Congestion Handling per review. 2018-12-10 17:17:31 +01:00
Thomas Markwalder
34239554b8 [#278,!162] Minor doxygen clean up 2018-12-07 15:33:03 -05:00
Thomas Markwalder
78bd0adfcc [#278,!162] Added Congestion Handling to Developer's guide
doc/devel/congestion-handling.dox
    New file describes how to develop your own packet queue
2018-12-07 14:22:19 -05:00
Wlodek Wencel
cd646f915f [master] changes for 1.5.0-beta2 release 2018-11-29 13:56:31 +01:00
Marcin Siodelski
cd4a2d874a [#263,!137] Change links to gitlab where possible. 2018-11-26 15:15:36 -05:00
Suzanne Goldlust
5d5dc5e862 Update unit-tests.dox 2018-11-15 14:45:48 -05:00
Suzanne Goldlust
f796994492 Update bison.dox 2018-11-15 14:43:49 -05:00
Vicky Risk
9d5d680347 Update unit-tests.dox to replace reference to oldkea.isc.org
@section unitTestsIntroduction Introduction

Kea uses the Google C++ Testing Framework (also called googletest or gtest) as a
base for our C++ unit-tests. See https://github.com/google/googletest for
details. We used to have Python unit-tests inherited from BIND10
days but have been removed, so please do not write any new Kea unit
tests in Python. If you want to write DHCP tests in Python, we encourage you to
take a look at ISC Forge: http://oldkea.isc.org/wiki/IscForge .

You must have \c gtest installed or at least extracted in a directory
before compiling Kea unit-tests.  To enable unit-tests in Kea, use:

@code
./configure --with-gtest=/path/to/your/gtest/dir
@endcode

or

@code
./configure --with-gtest-source=/path/to/your/gtest/dir
2018-11-14 21:29:09 -05:00
Vicky Risk
a212b63a07 Update mainpage.dox to remove link to oldkea.isc.org 2018-11-14 21:26:35 -05:00
Vicky Risk
eedf18519e Update mainpage.dox to replace a reference to oldkea.isc.org 2018-11-14 20:20:28 -05:00
Vicky Risk
15e0553d77 Fixed some references to oldkea.isc.org 2018-11-14 20:17:09 -05:00
Wlodek Wencel
f66a5ee5fd [master] all links kea.isc.org were temporary changed to oldkea.isc.org for upcoming release 2018-11-08 21:03:54 +01:00
Sebastian Schrader
fdc41e3f3e [5184] Add authoritative to grammar example 2018-11-07 23:17:45 +07:00
Tomek Mrugalski
5d2e4d6fcc [#10,!3] Section about generating documentation added. 2019-10-29 18:58:12 +01:00
Tomek Mrugalski
328f0449c9 [#65,!18] Docs updated. 2018-09-12 15:37:38 +02:00
Francis Dupont
119885eea9 [65-libyang-generic] Addressed comments 2018-09-12 15:37:38 +02:00
Francis Dupont
284c7ed911 [65-libyang-generic] Extra updates (still from kea-yang) 2018-09-12 15:28:11 +02:00
Marcin Siodelski
f86096d091 [5645] HA developer's guide moved to main devguide. 2018-06-08 13:31:08 +02:00
Wlodek Wencel
4a26b2fe27 [master] Copyright update to 2018 2018-05-24 13:17:10 +02:00
Thomas Markwalder
7fc34c9475 [5580] Added developor and admin doc 2018-05-14 07:32:06 -04:00
Tomek Mrugalski
987fbb0876 [master] Support for Google benchmark added.
# Conflicts:
#	doc/guide/install.xml
#	src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
#	src/lib/dhcpsrv/testutils/lease_file_io.cc
2018-02-13 22:54:26 +00:00
Francis Dupont
51fd66d364 [master] Finishing merge of trac5494 (Cassandra vs macOS) 2018-02-08 16:02:48 +01:00
Tomek Mrugalski
033b9560c5 Merge branch 'trac5494' into github36 2018-02-08 10:35:03 +00:00
Tomek Mrugalski
ed1431b556 [github40] --with-dhcp-XXX renamed to --with-XXX
Merge branch 'with-dhcp' of https://github.com/andreipavelQ/kea into github40

# Conflicts:
#	doc/guide/install.xml
2018-02-06 17:17:23 +00:00
Tomek Mrugalski
1a121de4fc [github36] Docs written for benchmarks 2018-01-24 00:17:39 +01:00
Francis Dupont
cb0d735628 [5494] Fixed Cassandra support for macOS 2017-12-31 17:48:28 +01:00
Francis Dupont
802172afa5 [5389] Updated old .spec reference 2017-12-17 00:38:14 +01:00
Razvan Becheriu
a2d03ca40d Merge remote-tracking branch 'isc-kea/master' into HEAD 2017-12-12 14:25:02 +02:00
Francis Dupont
fe2de23357 [5371] Fixed doxygen errors 2017-10-07 18:28:56 +02:00
Francis Dupont
fdc6f97ae5 [5371] Applied trc5368 doc fixes 2017-10-07 17:57:41 +02:00
Wlodek Wencel
28b4f8aa44 [master] typos, dates, *.mes files updates before release 2017-09-27 00:47:05 +02:00
Josh Soref
983d1277ad spelling: variety 2017-07-23 17:19:23 -04:00
Josh Soref
95272ba3fa spelling: recognize 2017-07-23 15:58:29 -04:00
Josh Soref
8ec3ea9607 spelling: point 2017-07-23 15:32:18 -04:00
Marcin Siodelski
ef65766be5 [5175] Added description of CA in the Developer's Guide. 2017-04-03 15:27:00 +02:00
Marcin Siodelski
8152b76e97 [5175] Updated Developer's Guide with hooks for CA. 2017-03-31 14:54:31 +02:00
Tomek Mrugalski
44139d821c [master] Merge branch 'trac5112' (Developer's Guide page for parsers) 2017-02-13 20:06:45 +01:00
Tomek Mrugalski
d350d5fc2c [5112] Changes after review:
- lines wrapped to 100 columns (according to our coding guidelines)
 - explained what @3 means in bison
 - created link to wiki page about regenerating parser code
 - added terminology page that explains what CA and D2 are
 - corrected order of the files in Makefile.am
2017-02-13 20:01:58 +01:00
Stephen Morris
625c4be6d4 [5112] Various edits to the binson/flex doxygen documentation 2017-02-13 13:20:21 +00:00
Francis Dupont
71d97ff0fc [master] spelling 2017-01-24 11:19:53 +01:00