2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

201 Commits

Author SHA1 Message Date
Tomek Mrugalski
f2a95fcb51 [#1051] Clarified gtest section in devel guide 2020-01-22 13:58:29 +00:00
Stephen Morris
118f505bb2 [#640] Minor corrections
1. Update to documentation concerning the running of until tests
   which code is compiled with fuzzing enabled.
2. Correction of text of fuzzing-related initialization exception.
2019-12-20 17:55:45 +00:00
Stephen Morris
297f23fb72 [#640] Add fuzzing documentation
Add a doxygen file describing the fuzzing - how to build and
run it, and a brief description of the changes made to the code.
2019-12-20 17:55:45 +00:00
Francis Dupont
fd46e406f2 [898-add-a-new-hook-to-support-bootp] Updated docs 2019-12-10 22:10:13 +01:00
Francis Dupont
5a36558f35 [907-remove-kea-thread-library] Addressed comments 2019-09-27 11:07:21 +02:00
Wlodek Wencel
a7b52c6f56 [v1_6_0] pre release changes 2019-08-26 22:27:39 +02:00
Michal Nowikowski
a2074d9fb8 replaced links to old docs to https://kea.readthedocs.io/ 2019-08-19 17:39:09 +02:00
Michal Nowikowski
7705af942f update release entry in ChangeLog, updated copyright dates 2019-08-19 08:43:51 +02:00
Tomek Mrugalski
69a07ac4a7 [#777,!464] Developer's guide updated 2019-08-07 12:58:10 +02:00
Francis Dupont
a327d62c53 [764-developer-documentation-not-being-built-correctly] Restored developer guide 2019-08-02 07:47:37 -04:00
Michal Nowikowski
0fb501d3de added README with info about doxygen stuff 2019-07-30 21:38:03 +02:00
Michal Nowikowski
42c754d96b fixed handling makefiles in doc/devel 2019-07-30 21:19:06 +02:00
Tomek Mrugalski
8796f80033 [#644,!370] .gitignore added 2019-07-30 10:45:13 +02:00
Michal Nowikowski
695668a25e removed old rules for generating manuals 2019-07-30 10:45:13 +02:00
Michal Nowikowski
01fb9fd370 rearranges docs and build script
Two reasons:
- sphinx requires to have all sources in its source directory
  so man pages have to be moved
- layout of subfolders in doc folder was not consistent
2019-07-30 10:45:13 +02:00
Thomas Markwalder
97d01d89a6 [#734,!422] Fixed filename in contribute.dox
devel/contribute.dox - text had old file name, added " or:"
2019-07-22 02:38:24 -04:00
Tomek Mrugalski
6a0c39c63e [#734,!422] contributors guide renamed to CONTRIBUTING.md 2019-07-22 02:38:24 -04:00
Francis Dupont
6477cd52d8 [595-permission-problem-with-posgresql-read-only-unit-test] Added welcome message from Debian 10 vm 2019-07-09 14:31:23 -04:00
Francis Dupont
0cd33422f2 [595-permission-problem-with-posgresql-read-only-unit-test] Added alternate way to give SELECT permission for RO PostgreSQL unit tests 2019-07-09 14:31:23 -04:00
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