-
a32703eb
by Tony Chemit
at 2022-08-24T16:48:34+02:00
Remove unused class
-
5c0f55bf
by Tony Chemit
at 2022-08-24T17:13:22+02:00
Persistence - remove TopiaMetadataEntity from API (just use it in templates)
Persistence - move DifferentialMetaModel to Dto layer (in BusinessProject)
Persistence - update license headers
-
c9ae667b
by Tony Chemit
at 2022-08-24T17:13:22+02:00
Dto - remove from ReferentialDto version and create properties (never used)
-
007c9646
by Tony Chemit
at 2022-08-24T17:13:22+02:00
Dto - remove from ToolkitId some unused constants
-
31fff682
by Tony Chemit
at 2022-08-24T17:13:22+02:00
Replace ObserveDto by IdDto in ContentTableUITableModel
-
78f10ae4
by Tony Chemit
at 2022-08-24T17:13:22+02:00
Persistence - move DifferentialMetaModel to Dto layer (in BusinessProject)
-
341cf5a2
by Tony Chemit
at 2022-08-24T17:34:46+02:00
Persistence - Improve Migration service (move it to his dedicated package)
-
095a367f
by Tony Chemit
at 2022-08-25T16:32:57+02:00
Persistence - Make ObserveDataSourceConfigurationTopiaH2.createTemporaryConfiguration method use System.nanoTime instead of UUID (then can understand when db was created)
-
e3c8b718
by Tony Chemit
at 2022-08-25T16:34:19+02:00
Persistence - Fix migrateOneToOneComposition for ll_logbook sample
-
d19b1bf8
by Tony Chemit
at 2022-08-25T16:40:54+02:00
Persistence - Remove a lot of code from ToPIA
Persistence - Never use hibernate to generate schema at runtime
Persistence - Review ToPIA initSchema (in fact do nothing at all now)
-
2e703b25
by Tony Chemit
at 2022-08-25T16:40:54+02:00
Tck - Test more stuff (adding persistence layer in services tck)
-
b00c282e
by Tony Chemit
at 2022-08-25T19:10:00+02:00
add a way to inject tck credentials inside tests (for pg new tests)
-
36de6070
by Tony Chemit
at 2022-08-25T20:41:36+02:00
update pom
-
f3679ae1
by Tony Chemit
at 2022-08-26T01:00:53+02:00
Persistence - Improve Create schema consumer to be able to create schema only if not exists (luckily it works on h2 and on pg \o/)
-
bdb42995
by Tony Chemit
at 2022-08-26T18:04:16+02:00
Persistence - Use SqlSupplier from java-util
-
7eec3f3d
by Tony Chemit
at 2022-08-26T18:04:16+02:00
Persistence - add TopiaTransaction.flush method to be able to flush from TopiaPersistenceContext
-
5facf930
by Tony Chemit
at 2022-08-26T18:04:16+02:00
Persistence - add JdbcHelper.applyDatabaseNameCase to get neutral search algorithm and use it in SecurityScriptBuilderContext
Persistence - add JdbcHelper.isTableExist and JdbcHelper.isSchemaExist
Persistence - add JdbcHelper tests
-
46d0fee9
by Tony Chemit
at 2022-08-26T18:04:16+02:00
Persistence - Deprecates HibernateUtil.isSchemaExist and HibernateUtil.isSchemaEmpty
-
f9dc03de
by Tony Chemit
at 2022-08-26T18:04:16+02:00
Service local - Review AnonymousServiceLocalSupport , now code is pretty clean and easy to understand.
Persistence - Review how to create new database. Now code is pretty clean
Service local - Improve AnonymousServiceLocalSupport code
Persistence - Review JdbcSecurityHelper.getDataSourceInformation
-
5a1538b4
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Persistence - Review TopiaApplicationContextFactory, now we are talking of something nice and smooth, no cast, no mystery, no back ended instance in framework. The ObserveTopiaApplicationContextFactory is now pretty easy to use :)
Persistence - Clean Sql service init according to topia configuration
Persistence - clean ObserveDataSourceConfiguration, ObserveTopiaConfigurationFactory, BeanTopiaConfiguration and TopiaConfiguration
-
91202ee5
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Code - Fix typo and import
-
58de8538
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Persistence - improve SecurityScriptHelper code
-
5aa320d0
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Persistence - tms_version va-t-elle rester dans le schéma public ? - See #2218
-
3e210f5a
by Tony Chemit
at 2022-08-27T04:27:14+02:00
RAV*, quelques détails - Closes ultreiaio/ird-observe#2425
-
80a00fbf
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Try to fix validation file order (some validation fields changes from time to time...)
-
5b7f7598
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Clé de libellé non traduite en anglais sur la page de synchrod e la synchro avancée - Closes #2327
-
0d0aa3a7
by Tony Chemit
at 2022-08-27T04:27:14+02:00
tidy poms and at last update slf4j and try to fix log4j memory leaks in tomcat (can't find how to remove the thread local usage...)
-
7345b7b1
by Tony Chemit
at 2022-08-27T04:27:14+02:00
add TopiaApplicationContextFactory in log to see topia application context usages.
-
145dde05
by Tony Chemit
at 2022-08-27T04:27:14+02:00
low down log level
-
11268c6a
by Tony Chemit
at 2022-08-27T04:27:14+02:00
Il serait intéressant de permettre l'absence de base déclarée par défaut - See #2293
-
4e7c59a1
by Tony Chemit
at 2022-08-28T13:46:26+02:00
Avoir des retours d'expérience possibles sur les actions de maintenance de bases distantes - Closes #2426
-
f144e1f1
by Tony Chemit
at 2022-08-28T13:46:26+02:00
Add colors in logs :)
-
32b8de06
by Tony Chemit
at 2022-08-28T13:46:26+02:00
Clean topia application context factory when a test is done!
-
e131d2c0
by Tony Chemit
at 2022-08-28T13:46:26+02:00
update pom
-
81b0e126
by Tony Chemit
at 2022-08-28T13:46:26+02:00
Persistence - remove some topiaException when not really needed
-
9900905e
by Tony Chemit
at 2022-08-28T13:46:26+02:00
Persistence - Remove log.error in migration service
-
4e361ec2
by Tony Chemit
at 2022-08-28T14:23:32+02:00
Feedback - be able to select text inside error pane :)