2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00

56 Commits

Author SHA1 Message Date
Andrei Pavel
53342bf8ca
[#3732] Add note to devel docs recommending Meson 1.8.0 2025-04-23 22:29:35 +03:00
Andrei Pavel
282687853c
[#3732] Add note to devel docs about gtest.wrap 2025-04-23 22:29:34 +03:00
Andrei Pavel
435d56b645
[#3732] Switch docs from Autotools to Meson 2025-04-23 22:29:34 +03:00
Andrei Pavel
37ff385e17
[#3431] release changes 2024-05-24 17:22:24 +03:00
Andrei Pavel
561539d4c5 [#2773] Apply 2 suggestions to 2 files 2024-05-23 14:18:15 +02:00
Slawek Figiel
808f97e13d [#2773] Update DB creation for Postgres 15+ 2024-05-23 14:17:45 +02:00
Wlodek Wencel
ff93a6df41 [#2840] release changes 2023-04-20 21:30:16 +02:00
Andrei Pavel
ab23887672
[#2804] make text edits consistent across the ARM 2023-04-19 17:58:06 +03:00
Andrei Pavel
efcf8f730e
[#2353] redact unit-tests.dox 2022-04-02 11:12:34 +03:00
Francis Dupont
3a8449789f
[#2353] Proposed fixes for doc 2022-04-02 11:08:28 +03:00
Andrei Pavel
1fcb2f563e
[#2353] hammer: add 'tls' feature to configure TLS in MySQL 2022-04-02 11:07:38 +03:00
Andrei Pavel
7fb02feefc
[#2353] log exceptions in MySQL unit tests 2022-04-02 11:06:19 +03:00
Razvan Becheriu
d41571ce17 [#2116] remove cql code 2022-03-31 08:11:37 +00:00
Andrei Pavel
cd64f52014
[#2290] release changes 2022-01-25 18:17:54 +02:00
Francis Dupont
898b6886e9 [#34] Added no Mariadb variants 2022-01-06 13:12:40 +01:00
Francis Dupont
ae294e8420 [#34] Addressed some comments 2022-01-06 13:12:40 +01:00
Francis Dupont
875dbd68e5 [#34] Addressed almost all comments 2022-01-06 13:12:40 +01:00
Francis Dupont
5529fd8501 [#34] Checkpoint: more PgSQL/CQL and hook 2022-01-06 13:12:40 +01:00
Francis Dupont
30fb9e1734 [#2056] Addressed comments 2021-10-07 15:05:15 +02:00
Francis Dupont
4d40ea7107 [#2056] Added a short item to dev guide 2021-10-07 15:05:15 +02:00
Andrei Pavel
bcecca9a21 [#2064] hammer: don't modify postgres entry in hba 2021-09-06 13:56:32 +00:00
Andrei Pavel
7e96b0108c [#2064] hammer: change pg auth method to md5 2021-09-06 13:56:32 +00:00
Andrei Pavel
d423e17a64 [#1077] document sysrepo 1.x 2021-07-23 13:48:53 +02:00
Andrei Pavel
dab966b3ed
[#1772] changelog, copyrights, messages 2021-03-29 21:47:05 +03:00
Andrei Pavel
1e6da03272
[#1760] spell checks 2021-03-26 13:02:13 +02:00
Francis Dupont
16d81cfddb [#1664] Documented KEA_TLS_CHECK_VERBOSE 2021-03-24 13:49:01 +01:00
Andrei Pavel
7e71c1a19d
[#1610] improvements to doxygen on shell scripts 2020-12-23 14:19:42 +02:00
Andrei Pavel
55b7bad7a2
[#1610] Developer's Guide: Writing shell tests 2020-12-18 22:06:20 +02:00
Francis Dupont
e2795ad262 [#1450] Added KEA_LOG_CHECK_VERBOSE env var 2020-10-16 12:58:37 +02:00
Razvan Becheriu
0d04b756d4 [#1089] added decumentation 2020-04-02 09:27:57 +00:00
Michal Nowikowski
78233068df [#1098] adjusted code for release
- update copyright dates
- prepare messages files
- added release entry in ChangeLog file
2020-01-27 19:50:37 +01:00
Tomek Mrugalski
4aad9d8cac [#880] Corrected variable in unit-tests.dox 2020-01-22 14:47:00 +00:00
Francis Dupont
89a26f89f0 [#880] Addressed comments 2020-01-22 14:47:00 +00:00
Francis Dupont
88dfca3f42 [#880] Added sanitizer usage in devel doc 2020-01-22 14:47:00 +00:00
Tomek Mrugalski
5a49bfa6d4 [#1051] Added gtest version info 2020-01-22 13:58:29 +00:00
Tomek Mrugalski
f2a95fcb51 [#1051] Clarified gtest section in devel guide 2020-01-22 13:58:29 +00:00
Michal Nowikowski
a2074d9fb8 replaced links to old docs to https://kea.readthedocs.io/ 2019-08-19 17:39:09 +02: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
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
Francis Dupont
07220434c7 [339-doxygen-errors] Removed spurious @endcode 2018-12-11 14:53:41 -05:00
Wlodek Wencel
cd646f915f [master] changes for 1.5.0-beta2 release 2018-11-29 13:56:31 +01:00
Suzanne Goldlust
5d5dc5e862 Update unit-tests.dox 2018-11-15 14:45:48 -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
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
Francis Dupont
51fd66d364 [master] Finishing merge of trac5494 (Cassandra vs macOS) 2018-02-08 16:02:48 +01:00