]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[4110a] Simplified exception messages (details are logged as warnings)
Francis Dupont [Fri, 17 Jun 2016 16:18:10 +0000 (18:18 +0200)] 
[4110a] Simplified exception messages (details are logged as warnings)

10 years ago[4321] Implemented unit test for conflict resolution with reservations.
Marcin Siodelski [Fri, 17 Jun 2016 16:17:02 +0000 (18:17 +0200)] 
[4321] Implemented unit test for conflict resolution with reservations.

10 years ago[4110a] untabify
Francis Dupont [Fri, 17 Jun 2016 16:16:57 +0000 (18:16 +0200)] 
[4110a] untabify

10 years ago[4110a] Ported previous code + a lot of improvements (but still things to do)
Francis Dupont [Fri, 17 Jun 2016 16:09:41 +0000 (18:09 +0200)] 
[4110a] Ported previous code + a lot of improvements (but still things to do)

10 years ago[4321] Added unit test for Solicit after lease acquisition.
Marcin Siodelski [Fri, 17 Jun 2016 14:34:35 +0000 (16:34 +0200)] 
[4321] Added unit test for Solicit after lease acquisition.

The new test uses swapped addresses as hints after acquiring
these addresses in a 4-way exchange. The server ignores hints.

10 years ago[4321] Do not replace allocated reserved address in the IA.
Marcin Siodelski [Fri, 17 Jun 2016 13:31:15 +0000 (15:31 +0200)] 
[4321] Do not replace allocated reserved address in the IA.

If IA contains allocated lease for which there is a reservation
the liftime of this lease is extended. Any newly reserved
lease will be assigned to a different IA, possibly replacing
dynamically allocated lease.

10 years ago[4109a] indent
Francis Dupont [Fri, 17 Jun 2016 13:14:35 +0000 (15:14 +0200)] 
[4109a] indent

10 years ago[4109a] missing text
Francis Dupont [Fri, 17 Jun 2016 11:46:14 +0000 (13:46 +0200)] 
[4109a] missing text

10 years ago[4110a] Rebased previous code (checkpoint/not finished)
Francis Dupont [Fri, 17 Jun 2016 00:24:29 +0000 (02:24 +0200)] 
[4110a] Rebased previous code (checkpoint/not finished)

10 years ago[4109a] Implemented receive unit test using buffer6_send hook
Francis Dupont [Thu, 16 Jun 2016 23:47:14 +0000 (01:47 +0200)] 
[4109a] Implemented receive unit test using buffer6_send hook

10 years ago[4109a] Copy the send part (logs and hook) from standard service to 4o6 handler
Francis Dupont [Thu, 16 Jun 2016 22:04:39 +0000 (00:04 +0200)] 
[4109a] Copy the send part (logs and hook) from standard service to 4o6 handler

10 years ago[4109a] Rebased
Francis Dupont [Thu, 16 Jun 2016 20:00:41 +0000 (22:00 +0200)] 
[4109a] Rebased

10 years ago[master] Updated git hash trac4109a_base
Francis Dupont [Thu, 16 Jun 2016 18:28:46 +0000 (20:28 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4106_update (DHCP4o6 IPC)
Francis Dupont [Thu, 16 Jun 2016 18:27:44 +0000 (20:27 +0200)] 
[master] Finished merge of trac4106_update (DHCP4o6 IPC)

10 years ago[master] Merged trac4106_update (DHCP4o6 IPC)
Francis Dupont [Thu, 16 Jun 2016 18:24:43 +0000 (20:24 +0200)] 
[master] Merged trac4106_update (DHCP4o6 IPC)

10 years ago[4106_update] Addressed last comments
Francis Dupont [Thu, 16 Jun 2016 16:48:36 +0000 (18:48 +0200)] 
[4106_update] Addressed last comments

10 years ago[4106_update] Added comment to createDHCPv4MsgOption()
Tomek Mrugalski [Thu, 16 Jun 2016 13:14:29 +0000 (15:14 +0200)] 
[4106_update] Added comment to createDHCPv4MsgOption()

10 years ago[4321] Fixed broken unit test after Lease6 fix.
Marcin Siodelski [Thu, 16 Jun 2016 11:52:53 +0000 (13:52 +0200)] 
[4321] Fixed broken unit test after Lease6 fix.

10 years ago[4321] Extended host tests for multiple IAs.
Marcin Siodelski [Wed, 15 Jun 2016 12:08:32 +0000 (14:08 +0200)] 
[4321] Extended host tests for multiple IAs.

Tests now use common function to verify the server's response.
Also, improved commentary in the tests.

10 years ago[4272a] Improved coverage
Francis Dupont [Wed, 15 Jun 2016 21:25:18 +0000 (23:25 +0200)] 
[4272a] Improved coverage

10 years ago[4272a] Updated dev guide
Francis Dupont [Wed, 15 Jun 2016 16:30:27 +0000 (18:30 +0200)] 
[4272a] Updated dev guide

10 years ago[4272a] Ported previous attempt
Francis Dupont [Wed, 15 Jun 2016 16:24:41 +0000 (18:24 +0200)] 
[4272a] Ported previous attempt

10 years ago[4275] Postgresql schema 3.0 now matches MySql schema 4.2
Thomas Markwalder [Wed, 15 Jun 2016 14:52:14 +0000 (10:52 -0400)] 
[4275] Postgresql schema 3.0 now matches MySql schema 4.2

Added 4.1 to 4.2 updates from MySQL and created upgrade
script for 2.0 to 3.0

src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    - Enclosed the entire script in a single transaction
    - Removed DROP TABLE statements
    - Added host_identifier_type table and data
    - Added dhcp_option_scope table and data
    - Updated unqiue constraints for hosts table
    - Added scope_id and foreign key constraint to dhcp4_options table
    - Added scope_id and foreign key constraint to dhcp6_options table
    - Added unique contraint to ipv6_reservations table
    - Changed 'HWADDR_SOURCE_DOCSIS' to 'HWADDR_SOURCE_DOCSIS_CMTS'
    - Inserted row for 'HWADDR_SOURCE_UKNOWN'

src/share/database/scripts/pgsql/dhcpdb_drop.pgsql
    Added drops for host_identifier_type and  dhcp_option_scope

src/share/database/scripts/pgsql/upgrade_2.0_to_3.0.sh.in
    New file for upgrading Postgresql from 2.0 to 3.0

configure.ac
    Added src/share/database/scripts/pgsql/upgrade_2.0_to_3.0.sh

src/bin/admin/tests/pgsql_tests.sh.in
    - pgsql_upgrade_1_0_to_2_0 - new function which contains all the checks used
    to verify 1.0 to 2.0 upgrade (extracted from pgsql_upgrade_test)
    - pgsql_upgrade_2_0_to_3_0 - new function which contains all the checks used
    to verify 2.0 to 3.0 upgrade
    - pgsql_upgrade_test() - modified use new upgrade check fucntions

src/share/database/scripts/pgsql/Makefile.am
    Added entry for upgrade_2.0_to_3.0.sh

10 years ago[4106_update] Addressed comments
Francis Dupont [Wed, 15 Jun 2016 14:02:39 +0000 (16:02 +0200)] 
[4106_update] Addressed comments

10 years ago[master] Updated licence
Francis Dupont [Wed, 15 Jun 2016 13:56:28 +0000 (15:56 +0200)] 
[master] Updated licence

10 years ago[4275] Brought Postgresql schema up to MySQL 4.1 content
Thomas Markwalder [Tue, 14 Jun 2016 19:51:08 +0000 (15:51 -0400)] 
[4275] Brought Postgresql schema up to MySQL 4.1 content

Postresql schema now supports host reservations with options,
and lease6 table now includes hardware address and source

src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    Added Schema 3.0 upgrade section:
    - new tables: hosts, dhcp4_options, dhcp6_options,
      ipv6_reservations, lease_hwaddr_source

    - lease4Dumpdata() - results now sorted by lease address

    - lease6 table - added columns hwaddr, hwtype, hwaddr_source

    - lease6DumpHeader() - added labels for new columns
    - lease6DumpData() - added new columns, results now sorted by
      lease address

    - schema_vesion - bumped version to 3

src/share/database/scripts/pgsql/dhcpdb_drop.pgsql
    Added drops of new tables

src/lib/dhcpsrv/pgsql_lease_mgr.cc
    - PgSqlLeaseMgr::PgSqlLeaseMgr() - added logic to detect schema
    mismatch between the code and configured database

src/lib/dhcpsrv/pgsql_lease_mgr.h
    - Bumped PG_CURRENT_VERSION from 2 to 3

src/bin/admin/tests/data/pgsql.lease6_dump_test.reference.csv
    - Reordered entries to account for dump function sort order
    - Added values for new columns on lease6 table

src/bin/admin/tests/pgsql_tests.sh.in
    - pgsql_lease_version_test() - changed expected version to 3.0
    - pgsql_lease6_dump_test() - added new column values to inserted rows

10 years ago[master] Added ChangeLog entry for #3573. fdxhook_base
Marcin Siodelski [Tue, 14 Jun 2016 07:16:37 +0000 (09:16 +0200)] 
[master] Added ChangeLog entry for #3573.

10 years ago[master] Merge branch 'trac3573'
Marcin Siodelski [Tue, 14 Jun 2016 06:47:41 +0000 (08:47 +0200)] 
[master] Merge branch 'trac3573'

10 years ago[master] typo
Francis Dupont [Mon, 13 Jun 2016 21:43:40 +0000 (23:43 +0200)] 
[master] typo

10 years ago[3573] Addressed review comments.
Marcin Siodelski [Mon, 13 Jun 2016 19:00:50 +0000 (21:00 +0200)] 
[3573] Addressed review comments.

Decided to not move the HostTest::doExchange class to the test
utils as it would cause circular dependency.

10 years ago[4321] Added basic test for multiple v6 reservations.
Marcin Siodelski [Fri, 10 Jun 2016 09:37:13 +0000 (11:37 +0200)] 
[4321] Added basic test for multiple v6 reservations.

10 years ago[4321] Rename useNA and usePD to requestAddress and requestPrefix.
Marcin Siodelski [Thu, 9 Jun 2016 10:58:43 +0000 (12:58 +0200)] 
[4321] Rename useNA and usePD to requestAddress and requestPrefix.

10 years ago[4321] Test DHCPv6 client can send multiple IAs.
Marcin Siodelski [Wed, 8 Jun 2016 11:06:13 +0000 (13:06 +0200)] 
[4321] Test DHCPv6 client can send multiple IAs.

10 years ago[master] Merge branch 'trac4320'
Marcin Siodelski [Mon, 13 Jun 2016 09:31:40 +0000 (11:31 +0200)] 
[master] Merge branch 'trac4320'

10 years ago[4320] Fix doxygen errors as a result of the review.
Marcin Siodelski [Mon, 13 Jun 2016 09:30:31 +0000 (11:30 +0200)] 
[4320] Fix doxygen errors as a result of the review.

10 years ago[4272a] Regenerate parser from docs.isc.org trac4272a_reorg
Francis Dupont [Fri, 10 Jun 2016 15:15:34 +0000 (17:15 +0200)] 
[4272a] Regenerate parser from docs.isc.org

10 years ago[4272a] Updated classification doc & reordered code
Francis Dupont [Fri, 10 Jun 2016 15:04:29 +0000 (17:04 +0200)] 
[4272a] Updated classification doc & reordered code

10 years ago[master] Added ChangeLog entry for #4498.
Marcin Siodelski [Fri, 10 Jun 2016 14:53:10 +0000 (16:53 +0200)] 
[master] Added ChangeLog entry for #4498.

10 years ago[master] Merge branch 'trac4498'
Marcin Siodelski [Fri, 10 Jun 2016 14:22:56 +0000 (16:22 +0200)] 
[master] Merge branch 'trac4498'

10 years ago[4498] Addressed review comment: renamed 2 libdhcp++ tests.
Marcin Siodelski [Fri, 10 Jun 2016 14:15:35 +0000 (16:15 +0200)] 
[4498] Addressed review comment: renamed 2 libdhcp++ tests.

10 years ago[4272a] Some improvements including fixing pkt6 entries
Francis Dupont [Fri, 10 Jun 2016 14:01:53 +0000 (16:01 +0200)] 
[4272a] Some improvements including fixing pkt6 entries

10 years ago[trac4498] Fix some typos and copyrights
Shawn Routhier [Fri, 10 Jun 2016 06:28:50 +0000 (23:28 -0700)] 
[trac4498] Fix some typos and copyrights

10 years ago[4106_update] Disable openError on Linux
Francis Dupont [Thu, 9 Jun 2016 13:29:35 +0000 (15:29 +0200)] 
[4106_update] Disable openError on Linux

10 years ago[4106_update] Removed invalidPortError6 (was moved to dhcp6/tests)
Francis Dupont [Thu, 9 Jun 2016 13:24:58 +0000 (15:24 +0200)] 
[4106_update] Removed invalidPortError6 (was moved to dhcp6/tests)

10 years ago[4106_update] Ported and improved code from old trac4106 including unit tests
Francis Dupont [Thu, 9 Jun 2016 12:22:08 +0000 (14:22 +0200)] 
[4106_update] Ported and improved code from old trac4106 including unit tests

10 years ago[master] ChangeLog updated. trac4272a_base
Tomek Mrugalski [Thu, 9 Jun 2016 11:24:49 +0000 (13:24 +0200)] 
[master] ChangeLog updated.

10 years ago[master] Merge branch 'trac4308' (interface selection based on name)
Tomek Mrugalski [Thu, 9 Jun 2016 10:35:44 +0000 (12:35 +0200)] 
[master] Merge branch 'trac4308' (interface selection based on name)

10 years ago[master] Added ChangeLog entry for #3572.
Marcin Siodelski [Thu, 9 Jun 2016 09:07:22 +0000 (11:07 +0200)] 
[master] Added ChangeLog entry for #3572.

10 years ago[master] Merge branch 'trac3572'
Marcin Siodelski [Thu, 9 Jun 2016 08:46:14 +0000 (10:46 +0200)] 
[master] Merge branch 'trac3572'

10 years ago[4308] Minor comment correction.
Tomek Mrugalski [Wed, 8 Jun 2016 19:07:46 +0000 (21:07 +0200)] 
[4308] Minor comment correction.

10 years ago[4308] Changes after review
Tomek Mrugalski [Wed, 8 Jun 2016 18:55:06 +0000 (20:55 +0200)] 
[4308] Changes after review

 - .arg() calls now in separate lines
 - clarified comment about clients meeting client class criteria

10 years ago[3572] Addressed review comments.
Marcin Siodelski [Wed, 8 Jun 2016 16:27:40 +0000 (18:27 +0200)] 
[3572] Addressed review comments.

10 years ago[master] Added ChangeLog entry for #4317. trac4106_update_base
Marcin Siodelski [Wed, 8 Jun 2016 15:07:15 +0000 (17:07 +0200)] 
[master] Added ChangeLog entry for #4317.

10 years ago[master] Merge branch 'trac4317'
Marcin Siodelski [Wed, 8 Jun 2016 14:44:53 +0000 (16:44 +0200)] 
[master] Merge branch 'trac4317'

10 years ago[master] Updating git hash
Francis Dupont [Wed, 8 Jun 2016 14:19:19 +0000 (16:19 +0200)] 
[master] Updating git hash

10 years ago[master] Finished merge of trac4106 (DHCPv4-over-DHCPv6 IPC)
Francis Dupont [Wed, 8 Jun 2016 14:18:26 +0000 (16:18 +0200)] 
[master] Finished merge of trac4106 (DHCPv4-over-DHCPv6 IPC)

10 years ago[master] Merged trac4106 (DHCPv4-over-DHCPv6 IPC)
Francis Dupont [Wed, 8 Jun 2016 14:16:08 +0000 (16:16 +0200)] 
[master] Merged trac4106 (DHCPv4-over-DHCPv6 IPC)

10 years ago[4106_rebase] Addressed last comments before merging
Francis Dupont [Wed, 8 Jun 2016 14:14:35 +0000 (16:14 +0200)] 
[4106_rebase] Addressed last comments before merging

10 years ago[4317] Addressed review comments.
Marcin Siodelski [Wed, 8 Jun 2016 14:00:38 +0000 (16:00 +0200)] 
[4317] Addressed review comments.

10 years ago[trac4308] Tidy up some typos and copyright statements
Shawn Routhier [Wed, 8 Jun 2016 05:57:53 +0000 (22:57 -0700)] 
[trac4308] Tidy up some typos and copyright statements

10 years ago[master] ChangeLog entries renumbered
Wlodek Wencel [Tue, 7 Jun 2016 09:45:02 +0000 (11:45 +0200)] 
[master] ChangeLog entries renumbered

10 years ago[master] update change log entry
Shawn Routhier [Mon, 6 Jun 2016 20:17:07 +0000 (13:17 -0700)] 
[master] update change log entry

10 years agoMerge branch 'master' of ssh://git.kea.isc.org/git/kea
Shawn Routhier [Mon, 6 Jun 2016 20:13:37 +0000 (13:13 -0700)] 
Merge branch 'master' of ssh://git.kea.isc.org/git/kea

Conflicts:
ChangeLog

10 years ago[master] Update classification document to match the debug output
Shawn Routhier [Mon, 6 Jun 2016 20:10:26 +0000 (13:10 -0700)] 
[master] Update classification document to match the debug output

The debug output was modified to output text strings using
single quotes instead of double quotes but the document missed
getting this update.

10 years ago[4106_rebase] Bind to ::1 too
Francis Dupont [Mon, 6 Jun 2016 15:41:25 +0000 (17:41 +0200)] 
[4106_rebase] Bind to ::1 too

10 years ago[4106_rebase] Addressed comments
Francis Dupont [Mon, 6 Jun 2016 15:38:54 +0000 (17:38 +0200)] 
[4106_rebase] Addressed comments

10 years ago[4106_rebase] Updated copyright years
Francis Dupont [Mon, 6 Jun 2016 15:14:25 +0000 (17:14 +0200)] 
[4106_rebase] Updated copyright years

10 years ago[4320] Global set of allocated addresses in the ClientContext6.
Marcin Siodelski [Mon, 6 Jun 2016 13:04:26 +0000 (15:04 +0200)] 
[4320] Global set of allocated addresses in the ClientContext6.

10 years ago[4320] Rename ResourceContainer to HintContainer.
Marcin Siodelski [Mon, 6 Jun 2016 12:22:16 +0000 (14:22 +0200)] 
[4320] Rename ResourceContainer to HintContainer.

10 years ago[4320] Allocation engine updates context with allocated resources.
Marcin Siodelski [Mon, 6 Jun 2016 11:19:37 +0000 (13:19 +0200)] 
[4320] Allocation engine updates context with allocated resources.

The new context field allocated_resources_ is now updated during
lease allocation or renewal with addresses/prefixes assigned.

10 years ago[4320] Added container holding allocated addresses in IA context.
Marcin Siodelski [Mon, 6 Jun 2016 10:10:21 +0000 (12:10 +0200)] 
[4320] Added container holding allocated addresses in IA context.

10 years ago[4320] Better commentary for IA specific context uses.
Marcin Siodelski [Mon, 6 Jun 2016 09:04:17 +0000 (11:04 +0200)] 
[4320] Better commentary for IA specific context uses.

10 years ago[4320] ClientContext6 now holds information about multiple IAs.
Marcin Siodelski [Fri, 3 Jun 2016 13:20:02 +0000 (15:20 +0200)] 
[4320] ClientContext6 now holds information about multiple IAs.

10 years ago[4317] DHCPv4 server may search host reservations using client-id.
Marcin Siodelski [Fri, 3 Jun 2016 11:43:08 +0000 (13:43 +0200)] 
[4317] DHCPv4 server may search host reservations using client-id.

10 years ago[4317] Extended unit tests for DHCPv4 config parser to use client-id.
Marcin Siodelski [Fri, 20 May 2016 07:45:26 +0000 (09:45 +0200)] 
[4317] Extended unit tests for DHCPv4 config parser to use client-id.

10 years ago[4317] Updated test for HostReservationIdsParser with "client-id".
Marcin Siodelski [Fri, 20 May 2016 07:27:30 +0000 (09:27 +0200)] 
[4317] Updated test for HostReservationIdsParser with "client-id".

10 years ago[4317] Added client-id as supported host identifier.
Marcin Siodelski [Thu, 19 May 2016 17:45:46 +0000 (19:45 +0200)] 
[4317] Added client-id as supported host identifier.

10 years ago[master] Merge branch 'trac4318'
Marcin Siodelski [Thu, 2 Jun 2016 16:30:31 +0000 (18:30 +0200)] 
[master] Merge branch 'trac4318'

10 years ago[4318] Address review comments.
Marcin Siodelski [Thu, 2 Jun 2016 16:29:30 +0000 (18:29 +0200)] 
[4318] Address review comments.

Better description of the DORA unit test configuration.

10 years ago[master] Merge remote-tracking branch 'trac4510' (backslashes fix)
Tomek Mrugalski [Thu, 2 Jun 2016 13:00:04 +0000 (15:00 +0200)] 
[master] Merge remote-tracking branch 'trac4510' (backslashes fix)

10 years ago[master] Added ChangeLog entry for #4281.
Marcin Siodelski [Thu, 2 Jun 2016 09:38:57 +0000 (11:38 +0200)] 
[master] Added ChangeLog entry for #4281.

10 years ago[master] Merge branch 'trac4281'
Marcin Siodelski [Thu, 2 Jun 2016 08:08:58 +0000 (10:08 +0200)] 
[master] Merge branch 'trac4281'

10 years ago[master] Add commit number to change log for 4480
Shawn Routhier [Thu, 2 Jun 2016 05:45:13 +0000 (22:45 -0700)] 
[master] Add commit number to change log for 4480

10 years ago[master] Merge branch 'trac4480'
Shawn Routhier [Thu, 2 Jun 2016 05:42:36 +0000 (22:42 -0700)] 
[master] Merge branch 'trac4480'

Add debug statements to the classification code

10 years ago[4281] Removed unused variable.
Marcin Siodelski [Wed, 1 Jun 2016 16:08:52 +0000 (18:08 +0200)] 
[4281] Removed unused variable.

10 years ago[4281] Removed unnecessary header.
Marcin Siodelski [Wed, 1 Jun 2016 15:37:15 +0000 (17:37 +0200)] 
[4281] Removed unnecessary header.

10 years ago[4281] Fixed trivial doxygen errors.
Marcin Siodelski [Wed, 1 Jun 2016 15:35:44 +0000 (17:35 +0200)] 
[4281] Fixed trivial doxygen errors.

10 years ago[master] Fixed Ubuntu build complaint
Thomas Markwalder [Wed, 1 Jun 2016 13:31:31 +0000 (09:31 -0400)] 
[master] Fixed Ubuntu build complaint

Added <stdint.h> to src/lib/dhcpsrv/pgsql_exchange.h

10 years ago[4480] Fixed a few typos
Thomas Markwalder [Wed, 1 Jun 2016 13:08:44 +0000 (09:08 -0400)] 
[4480] Fixed a few typos

    Minor corrections to doc/guide/classify.xml

10 years ago[master] Created common PgSqlConnection class from PgSqlLeaseMgr
Thomas Markwalder [Wed, 1 Jun 2016 11:49:37 +0000 (07:49 -0400)] 
[master] Created common PgSqlConnection class from PgSqlLeaseMgr

    Merged in trac 4276.

10 years ago[3572] Discard DHCPv4 host options container if it is empty.
Marcin Siodelski [Tue, 31 May 2016 09:37:28 +0000 (11:37 +0200)] 
[3572] Discard DHCPv4 host options container if it is empty.

This is a small performance improvement.

10 years ago[3573] Assign host specific options by the DHCPv6 server.
Marcin Siodelski [Tue, 31 May 2016 09:09:29 +0000 (11:09 +0200)] 
[3573] Assign host specific options by the DHCPv6 server.

Also, fixes in the host unit tests.

10 years ago[3573] Further extended tests for DHCPv6 options reservations.
Marcin Siodelski [Tue, 31 May 2016 08:33:11 +0000 (10:33 +0200)] 
[3573] Further extended tests for DHCPv6 options reservations.

Added tests for Renew and Rebind and did some minor cleanups.

10 years ago[3573] Added basic test verifying assignment of host specific options.
Marcin Siodelski [Mon, 30 May 2016 15:02:47 +0000 (17:02 +0200)] 
[3573] Added basic test verifying assignment of host specific options.

10 years ago[4281] Addressed further review comments.
Marcin Siodelski [Mon, 30 May 2016 09:30:26 +0000 (11:30 +0200)] 
[4281] Addressed further review comments.

- Always invoke mysql_insert_id to retrieve host_id value
- exit if connection with  MySql database is lost

10 years ago[trac4480] Update per review comments
Shawn Routhier [Fri, 27 May 2016 04:36:36 +0000 (21:36 -0700)] 
[trac4480] Update per review comments

Create a LogContentTest class and move the functions to manipulate
a test to check on the log output there.  This will make it available
for other tests in the future.  As part of this bundle a bit more
work into the class to minimze the calls in the test routines.

Where reasonable remove extra copys of the values being pushed
onto the stack - instead of generating a copy just for the logging
simply use the value from the top of the stack directly.

Swtich to using single quotes around text values.

Added some more description in the classify document

10 years ago[4281] Added scope_id to the MySQL tables holding options.
Marcin Siodelski [Wed, 25 May 2016 15:52:03 +0000 (17:52 +0200)] 
[4281] Added scope_id to the MySQL tables holding options.

10 years ago[4281] Moved MySQL host data source statements to impl class.
Marcin Siodelski [Wed, 25 May 2016 14:48:31 +0000 (16:48 +0200)] 
[4281] Moved MySQL host data source statements to impl class.

10 years ago[4276] Addressed review comments #2
Thomas Markwalder [Wed, 25 May 2016 13:32:13 +0000 (09:32 -0400)] 
[4276] Addressed review comments #2

Moved PgSqlExchange unit tests into their own file.
Improved time testing.

10 years ago[4281] Addressed review comments.
Marcin Siodelski [Wed, 25 May 2016 13:28:41 +0000 (15:28 +0200)] 
[4281] Addressed review comments.