log Framework/Plugins/IndexUnitTests.h @ 335:7ec461718edb

age author description
Wed, 11 Aug 2021 11:07:55 +0200 Sebastien Jodogne unit test of metadata and tags in UTF8
Tue, 20 Jul 2021 08:32:28 +0200 Sebastien Jodogne cppcheck
Tue, 20 Jul 2021 08:14:24 +0200 Sebastien Jodogne fix
Wed, 14 Jul 2021 18:29:27 +0200 Sebastien Jodogne speed up compilation by sharing library between plugins
Wed, 14 Jul 2021 17:17:23 +0200 Sebastien Jodogne clarification in IndexBackend::SignalDeletedFiles()
Wed, 14 Jul 2021 15:56:37 +0200 Sebastien Jodogne added unit test
Wed, 14 Jul 2021 14:31:12 +0200 Sebastien Jodogne added unit test
Wed, 14 Jul 2021 09:30:49 +0200 Sebastien Jodogne fix unit tests if resuning the same database
Mon, 12 Jul 2021 18:45:09 +0200 Sebastien Jodogne tagging globalParameters_ as static in MySQL
Mon, 12 Jul 2021 16:53:28 +0200 Sebastien Jodogne MySQL: Added missing calls to OrthancPluginDatabaseSignalDeletedResource()
Thu, 08 Jul 2021 18:28:47 +0200 Sebastien Jodogne added unit test
Wed, 30 Jun 2021 08:19:52 +0200 Sebastien Jodogne Fix serialization of large jobs
Mon, 28 Jun 2021 15:34:49 +0200 Sebastien Jodogne unit test for large properties
Thu, 22 Apr 2021 14:53:52 +0200 Sebastien Jodogne fix build against system-wide orthanc framework
Tue, 20 Apr 2021 17:41:44 +0200 Sebastien Jodogne Store revisions for metadata and attachments in PostgreSQL
Tue, 20 Apr 2021 14:46:42 +0200 Sebastien Jodogne adding support for revisions in attachments
Mon, 19 Apr 2021 18:47:50 +0200 Sebastien Jodogne implementing interface for revisions in attachments
Fri, 16 Apr 2021 17:13:33 +0200 Sebastien Jodogne handling of revisions in metadata
Thu, 08 Apr 2021 20:30:15 +0200 Sebastien Jodogne fix IndexBackend::SetGlobalProperty(), lighten GlobalProperty enum
Fri, 02 Apr 2021 19:23:36 +0200 Sebastien Jodogne DatabaseManager doesn't IDatabaseFactory anymore
Thu, 01 Apr 2021 19:18:19 +0200 Sebastien Jodogne removed DatabaseManager member out of class IndexBackend
Tue, 30 Mar 2021 10:40:34 +0200 Sebastien Jodogne implementation of the "serverIdentifier" information for global properties
Wed, 24 Mar 2021 15:59:23 +0100 Sebastien Jodogne added IndexBackend::Register() to be used in all the index plugins
Fri, 19 Mar 2021 17:01:38 +0100 Sebastien Jodogne cont
Fri, 19 Mar 2021 15:11:45 +0100 Sebastien Jodogne wrapping transactions in API v3
Thu, 18 Mar 2021 18:22:30 +0100 Sebastien Jodogne reorganization
Thu, 18 Mar 2021 18:15:34 +0100 Sebastien Jodogne moving classes out of OrthancPlugins namespace, to OrthancDatabases
Thu, 18 Mar 2021 16:51:51 +0100 Sebastien Jodogne create IDatabaseBackendOutput only if needed
Thu, 18 Mar 2021 15:21:17 +0100 Sebastien Jodogne cont
Thu, 18 Mar 2021 14:52:06 +0100 Sebastien Jodogne refactoring