-
f22a12e9
by Tony Chemit
at 2020-10-01T14:17:54+02:00
Merge back from v8.1.0.
Need serious tests
-
aa472017
by Tony Chemit
at 2020-10-01T14:17:54+02:00
Move back to develop
-
f9ecef15
by Tony Chemit
at 2020-10-01T16:28:03+02:00
Optimisation de la migration 8.0 - Closes #1623
-
33d9fc7d
by Tony Chemit
at 2020-10-01T16:28:03+02:00
Figer tous les lastUpdate et topiaCreateDate dans les scripts de migration - See #1593
On pose au 1er octobre 2020 pour la v8.0 (See also #1623)
-
223f1d1b
by Tony Chemit
at 2020-10-03T18:10:58+02:00
Introduce, generate and use BusinessProject API.
This replace hardcoded types lists (that you should update when adding new dto types :))
This must be finished by replacing old DtoModelHelper by the new brand generated BusinessProject with just method to get some types mapping, so no more usage of an application component (this will simplify a lots of things).
Stash/stash
-
366e6b1f
by Tony Chemit
at 2020-10-04T09:35:27+02:00
Remove unused API (replaced by BusinessProject API)
-
64426cb5
by Tony Chemit
at 2020-10-04T13:32:36+02:00
Review maven modules layout :
* one module for tests
* one module for models
* one module for services
* one module for client
* one module for server
-
59fe52a4
by Tony Chemit
at 2020-10-05T16:33:31+02:00
Remove DtoModelHelper and improve BusinessProject to replace it.
Still need to do the same on persistence module
-
20bb7764
by Tony Chemit
at 2020-10-05T21:08:59+02:00
Remove Generics on DtoReference API (so lighter :))
Now we should make a last pass, since since some different ways of mapping dto and references... we should uniformize this.
-
f3d6030a
by Tony Chemit
at 2020-10-06T11:29:48+02:00
Review Persistence SPI API (No more DbModelHelper, replaced by PersistenceBusinessProject
-
47338f88
by Tony Chemit
at 2020-10-06T11:43:25+02:00
Fix template
-
bbd49a0d
by Tony Chemit
at 2020-10-06T13:10:32+02:00
Review maven module layout extreme! but keep same logic everywhere.
-
6d9202de
by Tony Chemit
at 2020-10-06T13:31:33+02:00
Missing disabled programs in selection tree
-
669278c9
by Tony Chemit
at 2020-10-06T13:31:46+02:00
oups this file should not be persisted
-
467d7ed1
by Tony Chemit
at 2020-10-06T14:58:50+02:00
Make public BusinessProject API
-
395919ea
by Tony Chemit
at 2020-10-06T15:02:27+02:00
Clean server-i18n bundle
-
bdc9cf22
by Tony Chemit
at 2020-10-06T15:08:42+02:00
Realign i18n on ui tree before generating everything :)
-
71aad4d9
by Tony Chemit
at 2020-10-06T18:26:43+02:00
Review tree api layout (prepare for new ui generation)...
-
43da725c
by Tony Chemit
at 2020-10-09T17:16:15+02:00
Use last stable of jaxx
-
af0065c9
by Tony Chemit
at 2020-10-09T17:16:15+02:00
First pass of generating ui i18n keys
-
972120ec
by Tony Chemit
at 2020-10-12T21:06:38+02:00
Add nice method to avoid java generic erasure :)
-
541c8229
by Tony Chemit
at 2020-10-13T02:38:44+02:00
On ne demande plus de créer la base locale au démarrage si elle n'existe pas.
-
ce2bdda3
by Tony Chemit
at 2020-10-13T03:06:40+02:00
Les mesures d'équipements ne sont pas enregistrées tant que le formulaire globale ne l'est pas!
-
a4e36e6f
by Tony Chemit
at 2020-10-13T03:08:16+02:00
Nettoyage sur les paramètres et noms dans méthodes dans les services
-
6a25fc37
by Tony Chemit
at 2020-10-13T03:13:04+02:00
Réusinage des actions, encore des tests à faire...
-
ed8ae8d8
by Tony Chemit
at 2020-10-13T16:40:35+02:00
Add new method to exclude on reference
-
1055b243
by Tony Chemit
at 2020-10-13T16:41:01+02:00
Add missing constant property
-
3d54436b
by Tony Chemit
at 2020-10-14T16:36:03+02:00
Association parent can also be on a referential (See Trip for example)
-
ad738471
by Tony Chemit
at 2020-10-14T16:36:54+02:00
Improve DtoReferenceCollection API
-
88369353
by Tony Chemit
at 2020-10-14T16:38:25+02:00
Introduce TripAwareTopiaDao contract and improve TripAware API to mutualise code (sse next commit)
-
5134accb
by Tony Chemit
at 2020-10-14T18:47:02+02:00
update pom
-
f9152ef3
by Tony Chemit
at 2020-10-14T19:04:46+02:00
Introduce OpenableDataService, save us a lots of code for the future and also normalize service method names.
Should declare to or three more such services to avoid any boilerplate code :)
-
b1f787b0
by Tony Chemit
at 2020-10-16T14:55:42+02:00
Improve ProjectPackagesDefinition API (now just a simple bean loaded from a properties file) → This makes us free to remove one module: modesl-dto-psi
Move to toolkit-dto SimpleDto and common type translators
Introduce new WithDataFile API (to have a common code for this)
Introduce new data service contracts (now any data service inherits from one of them)
Implements data service local and reduce all the service local at the very strict minimum (only specific code!!!)
-
b985f0e5
by Tony Chemit
at 2020-10-16T14:57:00+02:00
Review Move API
Introduce common WithDataFile actions
-
66d4b8b6
by Tony Chemit
at 2020-10-16T15:50:48+02:00
Remove as done for dto, models-persistence-spi maven module :)
-
5b097333
by Tony Chemit
at 2020-10-16T16:31:36+02:00
Still some code to remove from services-local
-
579d46e8
by Tony Chemit
at 2020-10-16T21:14:10+02:00
Introduce SaveExecutor to get some nice save actions without having to write a full class.
Now just do a Save.installAction with good parameters :)
-
310a8577
by Tony Chemit
at 2020-10-17T16:34:01+02:00
Introduce Service SPI and now let's generate most of data services (this means developer has only to write specific method and only them)!
-
a6966b69
by Tony Chemit
at 2020-10-18T20:35:59+02:00
Improve ContentUI actions (using new Service SPI))
-
c04cc31f
by Tony Chemit
at 2020-10-20T01:15:15+02:00
stash
-
4f7d6c87
by Tony Chemit
at 2020-10-21T15:34:45+02:00
Introduce NavigationScope and his friend to have only one way to get Navigation and ContentUI metadata!
-
dc6747db
by Tony Chemit
at 2020-10-29T12:06:33+01:00
Review client datasource editor layout (more and more stuff generated in ui)
-
ba03132f
by Tony Chemit
at 2020-10-30T20:53:34+01:00
Continue storm on ui
-
86de5d9c
by Tony Chemit
at 2020-10-31T21:17:42+01:00
Introduce new spi module to put to the spi stuff used to generate so much things.
-
22153a67
by Tony Chemit
at 2020-11-01T12:07:27+01:00
update changelog for version 7.7.0
-
0283f885
by Tony Chemit
at 2020-11-01T14:39:27+01:00
Fix MigrateTestsDatabases script (test module has been moved to tests directory)
-
8f09eca5
by Tony Chemit
at 2020-11-03T10:46:32+01:00
[LL][Logbooks] table ll_landing.datasource à compléter - Closes #1627
[LL][Logbookd] Renommer table compagnies - Closes #1628
[LL][Logbooks] Ajout d'un champ - Closes #1629
[LL][Logbook] landingpart.landing devrait être une FK - Closes #1632
[LL][Logbook] ll_landing.landingpart contient 3 champs certainement en trop - Closes #1633
-
d220aa6d
by Tony Chemit
at 2020-11-03T10:46:32+01:00
Manque le champ lightsticksperbasket - Closes #1626
-
0232c04c
by Tony Chemit
at 2020-11-03T10:46:32+01:00
Optimisation de la migration 8.0 - Closes #1623
-
d82447e7
by Tony Chemit
at 2020-11-03T10:46:32+01:00
Normalisation des modèles de navigation pour pouvoir les générer.
-
6a28e8bb
by Tony Chemit
at 2020-11-07T01:35:15+01:00
Generate edit and select model :)
-
f840c55b
by Tony Chemit
at 2020-11-07T01:35:15+01:00
[LL][Observations] Horodatage hook timers par défaut - Closes #1625
-
a8ff1cb9
by Tony Chemit
at 2020-11-07T01:35:15+01:00
update CHANGELOG [skip ci]
-
4dc4aa7a
by Tony Chemit
at 2020-11-09T20:33:47+01:00
stash for i18n (presque fini!)
-
7546af0e
by Tony Chemit
at 2020-11-10T23:05:31+01:00
Nouveau service sympa pour récupérer les références
-
2354cf83
by Tony Chemit
at 2020-11-10T23:19:38+01:00
Correction d'un problème de design sur le SPI.toReference : si on surcharge la méthode dans l'entité, alors cela n'était pas rpis en compte...
-
404057a1
by Tony Chemit
at 2020-11-10T23:19:55+01:00
Ajout paramètre force dans le plugin
-
4925c3fc
by Tony Chemit
at 2020-11-10T23:20:52+01:00
Ajout méthode pour avoir la nouvelle disposition : module.[data|referential].subModule
-
5f787f55
by Tony Chemit
at 2020-11-10T23:21:34+01:00
Ajout méthode pour avoir la nouvelle disposition : module.[data|referential].subModule
-
3e980804
by Tony Chemit
at 2020-11-11T04:58:58+01:00
Nouvelle option de configuration pour activer le chargement automatique des nœuds
-
b7427cf0
by Tony Chemit
at 2020-11-11T04:59:25+01:00
Ajout méthode pour avoir la nouvelle disposition : module.[data|referential].subModule
-
44b3436c
by Tony Chemit
at 2020-11-11T11:53:10+01:00
Mise en place des scopes sur les ui
Amélioration de l'arbre de navigation
Début de mise en place de la navigation précédent-suivant
-
b5bf42f9
by Tony Chemit
at 2020-11-12T03:08:14+01:00
methode plus facile pour changer une sélection
-
a25b87d8
by Tony Chemit
at 2020-11-12T03:08:30+01:00
peaufinage de la génération
-
0dc055c0
by Tony Chemit
at 2020-11-12T04:26:51+01:00
fix edit scope
-
79ed48e4
by Tony Chemit
at 2020-11-16T18:01:19+01:00
Stash before testing
-
2be70ece
by Tony Chemit
at 2020-11-17T18:38:37+01:00
Time to clean all old API (first step)
-
ce19197f
by Tony Chemit
at 2020-11-18T19:33:40+01:00
Move at last navigation model API to his dedicated package
Time to clean all old API (second step)
Review and clean scopes
-
89058da9
by Tony Chemit
at 2020-11-19T11:19:16+01:00
Add isDisabled method
-
c04d598c
by Tony Chemit
at 2020-11-19T19:16:18+01:00
Add parentService in scope and as much as reference types as possible
Generate more methods in UIHandler
Simplify some action api (need another round with full generation of action using generated api (fluent code))
-
42f7724e
by Tony Chemit
at 2020-11-19T19:16:43+01:00
Fix some content title
-
1fd95a89
by Tony Chemit
at 2020-11-20T01:19:19+01:00
update pom
-
67351ee2
by Tony Chemit
at 2020-11-20T01:19:56+01:00
Review validation context and generate a good part of it from project SelectModel
-
dc36c694
by Tony Chemit
at 2020-11-21T12:07:28+01:00
Add sort method on DtoReferenceCollection
-
18628634
by Tony Chemit
at 2020-11-21T12:08:21+01:00
Improve ProgramReference comparator
-
3eb39065
by Tony Chemit
at 2020-11-21T13:13:17+01:00
Add magic method to avoid cast
-
8f0cad7a
by Tony Chemit
at 2020-11-21T14:36:26+01:00
Add toArrayList method
-
d94bf290
by Tony Chemit
at 2020-11-21T15:13:28+01:00
Clean code
-
e8d6a0e5
by Tony Chemit
at 2020-11-21T15:14:15+01:00
Improve scope organisation, final states of it.
-
25e4cd21
by Tony Chemit
at 2020-11-21T15:15:08+01:00
Let's clean last more time the API, everything seems to be pretty clean.
Need now to debug it and adjust from legacy code.
-
9e7eb0de
by Tony Chemit
at 2020-11-21T23:43:53+01:00
Revue des permissions des services et génération dans le scope de navigation des permissions associées (fini les petits calculs à l'exécution pour savoir si on peut éditer un formulaire :))
-
5b26e7bb
by Tony Chemit
at 2020-11-22T17:16:30+01:00
Improve permission API
-
8c4f888a
by Tony Chemit
at 2020-11-22T21:12:26+01:00
Review standalone ui and clean scopes
-
7f63a236
by Tony Chemit
at 2020-11-22T23:12:42+01:00
Change order of navigation actions
-
55608d7b
by Tony Chemit
at 2020-11-23T00:54:17+01:00
Première revue des actions techniques
-
c998ffe6
by Tony Chemit
at 2020-11-23T14:17:50+01:00
Should always see exception somewhere
-
f3b9c014
by Tony Chemit
at 2020-11-23T17:28:44+01:00
Continue clean, use new Jaxx MenuAction API
-
23cad004
by Tony Chemit
at 2020-11-24T16:08:33+01:00
Improve accelerator
-
1b9a4021
by Tony Chemit
at 2020-11-24T16:10:36+01:00
Improve initializer toString (yet introduce RootUI)
-
4862f2b6
by Tony Chemit
at 2020-11-24T16:11:13+01:00
Review navigation actions and implements horizontal navigation
-
0d8cf4ee
by Tony Chemit
at 2020-11-24T17:04:30+01:00
Use last jaxx
-
7e025449
by Tony Chemit
at 2020-11-25T11:19:54+01:00
use last pom
-
81a89ead
by Tony Chemit
at 2020-11-25T11:21:08+01:00
Clean navigation actions and introduce ui properties files for editor api
-
a6cc0c27
by Tony Chemit
at 2020-11-25T13:17:00+01:00
Fix goUp enabled property
-
c099cf22
by Tony Chemit
at 2020-11-25T13:17:39+01:00
Better way to get ReloadAction and improve init
-
5a0c0857
by Tony Chemit
at 2020-11-25T13:44:02+01:00
Better code for ShowIdExecutor
-
3630dba7
by Tony Chemit
at 2020-11-25T15:42:28+01:00
Clean some generators plus review how to get select node from open ui (better pass by edit model)
-
bb68febe
by Tony Chemit
at 2020-11-25T15:43:04+01:00
Fix freemarker template (does not accept default method → need to change this poor template model)
-
0f933029
by Tony Chemit
at 2020-11-25T15:43:35+01:00
(from Possibilité de forcer le topiaid sur tous les écrans de création des référentiels - See #1328)
Report on v8
-
1f2b3206
by Tony Chemit
at 2020-11-25T20:23:36+01:00
Add new insert button (need more tests on it)
-
22e87e5c
by Tony Chemit
at 2020-11-25T21:09:09+01:00
Fix model test which prove that something is wrong...
-
105c2ea3
by Tony Chemit
at 2020-11-26T15:53:54+01:00
Miss to set a dto contract for both dto and reference
-
f038df8c
by Tony Chemit
at 2020-11-26T16:12:26+01:00
Fix how to get interfaces (some where missing)
-
f3718ffc
by Tony Chemit
at 2020-11-26T18:21:50+01:00
Add test to be sure what is generated
-
e1ac9ed2
by Tony Chemit
at 2020-11-26T20:03:39+01:00
Add strong type method and generate SPI in NavigationNode
-
a33d9ad1
by Tony Chemit
at 2020-11-26T20:23:34+01:00
Fix findChildByType method
-
884369b9
by Tony Chemit
at 2020-11-26T22:59:50+01:00
Add insert popup and move move action to extra actions.
-
13d4ef3d
by Tony Chemit
at 2020-11-27T14:15:53+01:00
Right now Trip on Seine always have observations availability + add javaBean on TripModel
-
4e35c921
by Tony Chemit
at 2020-11-27T14:47:27+01:00
Add ChangeMode action (now just one action to edit any form from anywhere!)
-
067bd1d9
by Tony Chemit
at 2020-11-28T09:45:54+01:00
Fix getChildPosition method
-
ceb8544a
by Tony Chemit
at 2020-11-28T09:46:15+01:00
No more newReference method on model
-
83d2c4d6
by Tony Chemit
at 2020-11-28T09:46:32+01:00
Fix i18n
-
3a77a3c1
by Tony Chemit
at 2020-11-28T10:33:15+01:00
Clean the way to save editable and openable forms
-
ca916e1c
by Tony Chemit
at 2020-11-28T10:33:55+01:00
Introduce ContentOpen API
-
25d4f840
by Tony Chemit
at 2020-11-28T12:41:48+01:00
Remove old configuration for node selection
-
4041d7ac
by Tony Chemit
at 2020-11-29T01:04:19+01:00
Fix some bugs on Ps Set,
-
125c36b3
by Tony Chemit
at 2020-11-29T01:04:36+01:00
Use F3 to insert
-
86b67b51
by Tony Chemit
at 2020-11-29T01:55:16+01:00
Fix some bugs on Ps Set and DCP
-
562a5864
by Tony Chemit
at 2020-11-29T06:18:08+01:00
Fix how to select initial node
-
d887f89f
by Tony Chemit
at 2020-11-29T06:18:45+01:00
No extra loading on root node
-
f55bb645
by Tony Chemit
at 2020-11-29T06:19:24+01:00
Save select model at each move
-
bbb8bd7a
by Tony Chemit
at 2020-11-29T06:19:46+01:00
Do not open node while loading child nodes
-
ae6d0455
by Tony Chemit
at 2020-11-29T06:20:12+01:00
No need to do some init in handler
-
abeb2196
by Tony Chemit
at 2020-11-29T06:20:29+01:00
Review some keyStrokes
-
aeeec2eb
by Tony Chemit
at 2020-11-29T06:20:57+01:00
continue debugging ui and improve ChangeMode action
-
1e831a72
by Tony Chemit
at 2020-11-29T06:59:29+01:00
Add missing validation on ShipOwner
-
1a818f5a
by Tony Chemit
at 2020-11-29T06:59:42+01:00
Invert condition on saveRequest
-
cf7b7113
by Tony Chemit
at 2020-11-29T07:51:17+01:00
Add reloadNodeDataToRoot method when need a full reload of all ancestors
-
43eacd63
by Tony Chemit
at 2020-11-29T07:51:35+01:00
Improve save action
-
7e5ac4e3
by Tony Chemit
at 2020-11-29T08:01:34+01:00
Review some service save action (can't modify data after a hibernate update)
-
cc7a06c0
by Tony Chemit
at 2020-11-29T10:36:56+01:00
Fix how to get select node from content list
-
5bedd5c0
by Tony Chemit
at 2020-11-29T10:38:02+01:00
Can at last remove this dummy return (is parent was updated), since navigation tree can do all of this for use, plus we need to update all nodes up to root path (all lastupdate date are modified)
-
94e0d06b
by Tony Chemit
at 2020-11-29T10:38:30+01:00
Add contract on ShipOwner plus missing license headers
-
c2c454e7
by Tony Chemit
at 2020-11-29T10:38:44+01:00
Fix bad binding
-
fb3196bd
by Tony Chemit
at 2020-11-29T10:40:19+01:00
Lazy loading of GoPrevious and GoNext otherwise we could load the navigation tree if a specific node is not found... Better let use do this!
-
a69bcb82
by Tony Chemit
at 2020-11-29T10:42:15+01:00
Continue debug of ContentUI, now all forms are quite ok
-
a3c7ded3
by Tony Chemit
at 2020-11-29T11:24:15+01:00
Fix edit node renderer on top node
-
1dbfa66e
by Tony Chemit
at 2020-11-30T02:56:11+01:00
Improve some toolkit API
-
1c128f4a
by Tony Chemit
at 2020-11-30T02:57:21+01:00
Add FIXME
-
79e82219
by Tony Chemit
at 2020-11-30T03:02:11+01:00
Last Service API and implementation cleaning.
Now no extra code in services, use persistence layer.
Fix some error also in entity model :( (thanks to bavencoff)
-
20c08eed
by Tony Chemit
at 2020-11-30T13:04:05+01:00
Fix at last delete longline trip: from 1.30 minutes to 25 secondes
-
e5cbda8e
by Tony Chemit
at 2020-11-30T13:09:06+01:00
Introduce DtoParentAware and use it to improve longline branchline API.
Fix very weird Basket.set and Section.set attributes
-
33152ada
by Tony Chemit
at 2020-11-30T13:21:05+01:00
Revert optimized (but still dangerous code) on persistence
-
c41e99b4
by Tony Chemit
at 2020-11-30T15:50:15+01:00
Remove so bad fields in model (see LL-Section)
-
c4fad30e
by Tony Chemit
at 2020-11-30T15:54:18+01:00
Fix more ui (ps model is now fine)
-
ac1a2b5f
by Tony Chemit
at 2020-11-30T16:32:25+01:00
Fix more ui (ps model is now fine)
-
53fbcb27
by Tony Chemit
at 2020-11-30T16:32:38+01:00
Bad select node scope saved ?
-
ad93f062
by Tony Chemit
at 2020-12-02T06:30:47+01:00
Be able to override NavigationHandler classes
-
d87ade2b
by Tony Chemit
at 2020-12-02T06:31:58+01:00
Move two validation to dto module (not the best place, but better than in ui model...)
-
7442236b
by Tony Chemit
at 2020-12-02T06:32:49+01:00
init bean code moved in service layer
-
65d3e982
by Tony Chemit
at 2020-12-02T06:35:27+01:00
Review and clean LL forms
-
19762beb
by Tony Chemit
at 2020-12-02T06:36:56+01:00
Review Save action
-
eb6fce8c
by Tony Chemit
at 2020-12-02T06:37:12+01:00
Review WithDataFile actions
-
9d8c5120
by Tony Chemit
at 2020-12-02T08:39:49+01:00
Review and fix how to get select node from edit node (there is still an unsafe method getDtoType)
-
4b33051d
by Tony Chemit
at 2020-12-02T08:41:58+01:00
Add some new methods in action support, we should never call getUi() from code
-
3f3e0589
by Tony Chemit
at 2020-12-02T08:59:09+01:00
Review DataFile API, make it neutral, this simplify quite a lot the code and permits us to remove two more specialized services.
-
c2a5a240
by Tony Chemit
at 2020-12-02T10:30:47+01:00
Move generateHomeId to DataSourceService, and then can now delete TripService and let toolkit generates it for us.
-
d6a73b1b
by Tony Chemit
at 2020-12-02T10:39:13+01:00
Review TargetSampleAwareService and clean dedicated services
-
1923b958
by Tony Chemit
at 2020-12-02T10:40:27+01:00
Review LonglineCompositionDto and remove the service methods
-
de883bd1
by Tony Chemit
at 2020-12-02T10:40:38+01:00
Remove generated service
-
1420acb5
by Tony Chemit
at 2020-12-02T10:40:51+01:00
Clean some code
-
014fc593
by Tony Chemit
at 2020-12-02T11:12:38+01:00
Clean Sample move code (one more service removed)
-
9f494e6a
by Tony Chemit
at 2020-12-03T09:41:35+01:00
Change navigation actions accelerators
-
e27e8a10
by Tony Chemit
at 2020-12-03T11:41:36+01:00
Improve keystrokes placeholders.
-
fb640b84
by Tony Chemit
at 2020-12-03T20:17:25+01:00
Let's generate create actions (Open one are now ok, need to finish it for edit and table one) : generation is always better than runtime code...
-
a86b18c8
by Tony Chemit
at 2020-12-03T22:52:29+01:00
When reset on an empty table ui, then do not block user when leaving the form
-
889cbecb
by Tony Chemit
at 2020-12-04T04:47:27+01:00
Add nice method to get type simple name prefixed bu his sub module
-
b25d2333
by Tony Chemit
at 2020-12-04T04:48:16+01:00
Review create data actions, now everything is quite smooth, nearly no human interaction.
-
25dce5ad
by Tony Chemit
at 2020-12-04T05:45:04+01:00
Improve navigation context actions popup :
* actions are now organized by purpose
* actions can keep original accelerator (feel cooler like this)
* add missing action : ChangeMode
-
30a99d6c
by Tony Chemit
at 2020-12-04T06:06:16+01:00
Champs avec needcomment=true - Closes #1620
-
fb75745c
by Tony Chemit
at 2020-12-04T06:23:40+01:00
Fix renderer for referential combo box when disabled plus improve the tool tip
-
14a9f32f
by Tony Chemit
at 2020-12-04T10:05:29+01:00
Improve NonTargetCatchRelease api design, don't need to bring over a SpeciesGroup list to service :(
-
df4875b7
by Tony Chemit
at 2020-12-04T13:58:42+01:00
Quick flush may help when some objects are not still created.
-
79642e2e
by Tony Chemit
at 2020-12-04T13:59:43+01:00
Improve DTO API : introduce some nice and easy methods to compute some stuff (just compare the previous one with this one!)
-
5d1275d0
by Tony Chemit
at 2020-12-04T14:00:07+01:00
Readd I18n on not standalone ContentTable
-
01d7eb16
by Tony Chemit
at 2020-12-04T14:03:48+01:00
Continue to clean code, and remove info message API in content.
Introduce AskDelete object to do the job.
ContentTableUI API is ok (complex not standalone forms are fine Sample and Landing)
-
4a9a858c
by Tony Chemit
at 2020-12-04T14:57:03+01:00
Fix missing i18n
-
19fcf265
by Tony Chemit
at 2020-12-04T14:57:24+01:00
Clean i18n
-
3eeb58c5
by Tony Chemit
at 2020-12-04T14:58:11+01:00
Can use now Tdr form (even if we still don't have schema :()
-
3b33cde8
by Tony Chemit
at 2020-12-04T14:58:26+01:00
clean old commented code
-
ca34f8c0
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Introduce ProportionField validator and generate his usage
-
545c03bb
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Clean code
-
66f51c92
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Fix toolkit when Dto has multiple inheritance
-
387462c2
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Improve Dto design for ll set longline description
-
472ce218
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Rename SectionTemplate to SectionTemplateDto and make it JavaBean instead of Serializable, and then remove nasty swingx dependency on dto module :)
-
bc5f702a
by Tony Chemit
at 2020-12-05T20:06:48+01:00
Make ContentTableUITableModel uses JavaBean instead of Serializable
-
8db07e72
by Tony Chemit
at 2020-12-05T22:55:51+01:00
Improve service code
-
93f24fa5
by Tony Chemit
at 2020-12-05T22:56:32+01:00
Fix scope for standalone stuff
-
979c52cd
by Tony Chemit
at 2020-12-05T22:57:54+01:00
Fix create new editable node (was not select the new node...)
-
232836ed
by Tony Chemit
at 2020-12-05T22:58:43+01:00
Simplify binding
-
b48d0e46
by Tony Chemit
at 2020-12-05T22:59:36+01:00
Show Insert button when possible
-
ee61a339
by Tony Chemit
at 2020-12-06T16:09:34+01:00
At last begin to refactor very bad code from sbavencoff (no thanks to him)
-
453386fd
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Improve content action i18n keys
Add select and edt node for simple ui
-
a27c5f0c
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Fix simple ui open flow
-
1cc4a8a8
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Fix delete all action on LL-Observation detail composition (by fixing correct notUsed property when creating new dto)
-
d2674b39
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Add getTypes on Business elements
-
1d8644b9
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Introduce nice method to avoid boilerplate code
-
f9522817
by Tony Chemit
at 2020-12-06T16:09:34+01:00
Clean at last the very ugly code from nowhere :-
Adding some minimum documentation can help also!
-
9fe18f76
by Tony Chemit
at 2020-12-06T16:09:43+01:00
Improve decorator design by introducing formatter to apply on jxContext instead of just using the string format which can not deal with null values...
-
0920f857
by Tony Chemit
at 2020-12-07T15:50:43+01:00
By default nothing to do on closing ServicesProvider.
-
0693c770
by Tony Chemit
at 2020-12-07T22:35:35+01:00
Reconnaissance des paramètres de sécurité - See #1638
-
69a9fe82
by Tony Chemit
at 2020-12-07T23:30:09+01:00
Remove abstract notion on ContentTable, now everything seems to be ok without using the abstract trick
-
da3985ed
by Tony Chemit
at 2020-12-07T23:32:16+01:00
Realign at last GearUseFeatures - on both model we got exactly the same code even if not factorize.
-
d2ac7813
by Tony Chemit
at 2020-12-07T23:37:26+01:00
no need to expose I18n property
-
a52fc657
by Tony Chemit
at 2020-12-07T23:54:50+01:00
* Clean content css
* Unify the way to use not standalone table ui (remove notion of abstract ui)
* Move logic of referential filters to model
* Improve the ContentUIHandler design (now a lot is done by OpenExecutor)
-
3a267327
by Tony Chemit
at 2020-12-08T17:06:03+01:00
Add nice methods on dto (stop doing stuff on ui about data)
-
9e280878
by Tony Chemit
at 2020-12-08T17:11:35+01:00
Clean ui files
Make models safer (sub models are not contained by main model), make it always the same (was not the case actually)
-
0ced5083
by Tony Chemit
at 2020-12-08T17:12:11+01:00
Remove full generated files :)
-
48974faf
by Tony Chemit
at 2020-12-08T17:12:34+01:00
ContentHandler APi review (need just more tests and a finish)
-
f80c50a8
by Tony Chemit
at 2020-12-09T11:10:19+01:00
Add nice methods on dto (stop doing stuff on ui about data)
-
94f79fac
by Tony Chemit
at 2020-12-09T12:18:50+01:00
Improve DecoratorServiceTest and fix dependencies
-
35fd022b
by Tony Chemit
at 2020-12-10T10:16:22+01:00
Introduce a fine and simple way to initialize Jaxx objects
-
08a541cb
by Tony Chemit
at 2020-12-10T21:57:03+01:00
Improve init UI API (should reverse it to JAXX...)
-
fc7bfe23
by Tony Chemit
at 2020-12-10T22:55:51+01:00
Avoid nasty side effects while clearing beans + make works last form :)
-
d112789b
by Tony Chemit
at 2020-12-11T12:34:11+01:00
nice method on dto (still moving some stuff from ui to dto)
-
23a211f3
by Tony Chemit
at 2020-12-11T12:35:00+01:00
Improve init UI API (step two: make it neutral before moving it to JAXX)
-
1ab7b0d1
by Tony Chemit
at 2020-12-11T13:44:40+01:00
Improve init UI API (step three: using new JAXX API)
-
3c87c0d2
by Tony Chemit
at 2020-12-12T10:22:55+01:00
Use last pom and jaxx version
-
27f807f4
by Tony Chemit
at 2020-12-12T23:18:35+01:00
* Improve data source cache API
* Remove standalone service methods to get extra data: now include them in dto
-
110a9699
by Tony Chemit
at 2020-12-12T23:48:12+01:00
Bien vérifier le fonctionnement des flags observe/calculé - Closes #1650
-
3c13b948
by Tony Chemit
at 2020-12-12T23:54:11+01:00
Calée : racourcis inopportuns - Closes #1645
-
72e4001b
by Tony Chemit
at 2020-12-12T23:54:24+01:00
remove unused code
-
cf387649
by Tony Chemit
at 2020-12-13T00:04:23+01:00
clean code
-
60857167
by Tony Chemit
at 2020-12-13T00:04:47+01:00
Boutons de navigation devraient avoir disparu - Closes #1648
-
a3a7921a
by Tony Chemit
at 2020-12-13T00:27:40+01:00
CTROL+F8 non fonctionnel (sous Mac) - Closes #1644
-
67b3e882
by Tony Chemit
at 2020-12-13T01:11:36+01:00
Déploiement du calendrier - Closes #1643
-
d8798942
by Tony Chemit
at 2020-12-13T14:06:25+01:00
Add showReset css class
-
57fd399c
by Tony Chemit
at 2020-12-13T14:18:14+01:00
Avoid NPe if route date is null
-
a822e8be
by Tony Chemit
at 2020-12-13T14:40:27+01:00
Fix edit referential flow
-
0fd7d3c0
by Tony Chemit
at 2020-12-13T14:40:58+01:00
Replace BeanDateEditor by DateEditor
-
17e8b3e6
by Tony Chemit
at 2020-12-13T14:52:28+01:00
Méthodes de mesure par défaut - Closes #1646
-
41b33c60
by Tony Chemit
at 2020-12-13T14:52:54+01:00
Bug sur suppression estimation banc - Closes #1647
-
659321ef
by Tony Chemit
at 2020-12-13T15:44:05+01:00
Revoir les clefs d'unicité sur la base - Closes #1658
-
9b8d3ab8
by Tony Chemit
at 2020-12-13T19:21:47+01:00
Suppression d'entrée en synchro avancée - Closes #1639
-
65c3d6df
by Tony Chemit
at 2020-12-13T20:30:05+01:00
Revoir les clefs d'unicité sur la base (correction dans la migration) - closes #1658
-
7f3e8dc7
by Tony Chemit
at 2020-12-13T20:30:46+01:00
Fix i18n key
-
575a645f
by Tony Chemit
at 2020-12-13T20:31:11+01:00
Fix some init issues with new Jaxx API
-
38ef3812
by Tony Chemit
at 2020-12-14T11:04:41+01:00
Remove unused property (and more over in v9 this will be common)
-
551a32be
by Tony Chemit
at 2020-12-14T12:35:37+01:00
clean dcp code (need a second review, but better than before)
-
6b9fa85f
by Tony Chemit
at 2020-12-14T12:37:03+01:00
Fix messages view (but yet again need a second review, there is still a lots of code to manage validation on a form, it should be more easier and directly linked to the editing state of model)
-
b1950fd4
by Tony Chemit
at 2020-12-14T13:10:47+01:00
Fix vessel filter on Trip form
-
06645989
by Tony Chemit
at 2020-12-14T13:10:56+01:00
use last pom
-
2ca5de47
by Tony Chemit
at 2020-12-14T13:13:29+01:00
'+' / Nouvelle route non à propos - Closes #1641
-
531ffaf2
by Tony Chemit
at 2020-12-14T13:19:41+01:00
update CHANGELOG [skip ci]
-
01ca06f3
by Tony Chemit
at 2020-12-14T13:20:27+01:00
[jgitflow-maven-plugin]updating poms for 8.0.1 branch with snapshot versions[skip ci]
-
b7c2c2ab
by Tony Chemit
at 2020-12-14T13:20:28+01:00
[jgitflow-maven-plugin]updating poms for 8.0.2-SNAPSHOT development[skip ci]
-
01bde9ee
by Tony Chemit
at 2020-12-14T13:21:25+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.1' with non-snapshot versions[skip ci]
-
e4367745
by Tony Chemit
at 2020-12-14T13:32:28+01:00
[jgitflow-maven-plugin]merging 'release/8.0.1' into 'master'
-
9dde4cde
by Tony Chemit
at 2020-12-14T13:32:32+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
33b19c96
by Tony Chemit
at 2020-12-14T13:32:33+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
b683cd39
by Tony Chemit
at 2020-12-14T13:32:34+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
8041ee2f
by Tony Chemit
at 2020-12-14T15:19:50+01:00
Impossible d'ouvrir les bases de données - See #1666
-
d8dca290
by Tony Chemit
at 2020-12-14T15:51:27+01:00
Impossible d'ouvrir les bases de données - Closes #1666
-
cba03f18
by Tony Chemit
at 2020-12-14T16:28:07+01:00
Fix backup usage
-
87feceb6
by Tony Chemit
at 2020-12-15T09:49:31+01:00
add fixme
-
39bdcab6
by Tony Chemit
at 2020-12-15T14:36:25+01:00
Avoid NPE when the navigation node has no data
-
72eac333
by Tony Chemit
at 2020-12-15T14:50:40+01:00
Add fixme
-
741ced54
by Tony Chemit
at 2020-12-15T15:17:45+01:00
Améliorer les performances lors du changement de l'arbre de navigation - Closes #1655
Ajouter un onglet dans la configuration pour tout ce qui concerne l'arbre de navigation - Closes #1656
-
3eeb40a9
by Tony Chemit
at 2020-12-17T05:43:32+01:00
Improve how to display permission (once for all only one place to get the correct label): what a really mess in templates (thanks to sbavencoff)
-
72e7bfd8
by Tony Chemit
at 2020-12-17T05:48:21+01:00
Revoir le bouton qui permet de voir la base chargée - Closes #1657
-
2434a371
by Tony Chemit
at 2020-12-17T06:05:56+01:00
Low log level
-
512a2d47
by Tony Chemit
at 2020-12-17T06:11:48+01:00
Si on annule le changement d'une source de donnée, la source précédente reste connectée mais on ne voit pas l'arbre de navigation - Closes #1670
-
95c108a1
by Tony Chemit
at 2020-12-17T06:11:48+01:00
Lors d'une action d'import d'une sauvegarde, la source de donnée courante est fermée avant même que l'utilisateur est validé - Closes #1671
-
e2ae3d0e
by Tony Chemit
at 2020-12-17T08:19:32+01:00
Miss a reference contract (no code on RTP)
-
5094b739
by Tony Chemit
at 2020-12-17T08:27:37+01:00
Petit problème erratique sur l'ouverture de nœud dans l'arbre - Closes #1667
-
09f0824e
by Tony Chemit
at 2020-12-17T16:20:18+01:00
[LL] Bug sur création d'activité logbook LL - Closes #1672
-
8a5edc9f
by Tony Chemit
at 2020-12-17T16:20:41+01:00
Fix bug when collapsing a node (need a second review on those magic listener)
-
01f6ceba
by Tony Chemit
at 2020-12-17T18:19:56+01:00
Let's generate add edit node :)
for special case FOB now we are doing the preset selection in his form and stop pushing in some dark contexts some reference grab later by another handler) : do all the stuff at the right place, and then remove dark references :)
-
a2e34b84
by Tony Chemit
at 2020-12-17T19:49:47+01:00
show error when can not load a content
-
fbf9c9d1
by Tony Chemit
at 2020-12-17T19:50:24+01:00
Move editor is AbstractButton but not JButton
-
947474e0
by Tony Chemit
at 2020-12-17T21:12:11+01:00
Peux-ton afficher ici le racourcis F2 qui permet de basculer lecture/mise à jour ? - Closes #1674
-
d2654a9a
by Tony Chemit
at 2020-12-17T21:14:52+01:00
Peux-ton afficher ici le racourcis F2 qui permet de basculer lecture/mise à jour ? - Closes #1674
La petite sœur F3
-
725d52c6
by Tony Chemit
at 2020-12-17T21:29:16+01:00
Peux-ton afficher ici le racourcis F2 qui permet de basculer lecture/mise à jour ? - Closes #1674
et les petits frères Alft+F1
-
06056c4d
by Tony Chemit
at 2020-12-17T21:34:22+01:00
[LL][Logbooks] Impossible d'afficher le form Débarquements - Closes #1682
-
cf8f0c51
by Tony Chemit
at 2020-12-17T21:34:58+01:00
remove unnecessary super method call
-
0ef804b0
by Tony Chemit
at 2020-12-17T21:35:26+01:00
Avoid nasty NPe while quitting waiting to refactor focus API
-
e3b79bfd
by Tony Chemit
at 2020-12-17T21:35:41+01:00
remove unnecessary super method call
-
fa41288e
by Tony Chemit
at 2020-12-17T21:36:18+01:00
[LL][Logbooks] Impossible d'afficher le form Echantillons - Closes #1681
-
cc1912bb
by Tony Chemit
at 2020-12-17T22:13:26+01:00
[LL][Logbook] Quadrant - See #1675
ajout du validateur sur le quadrant
-
63b22d79
by Tony Chemit
at 2020-12-17T22:36:42+01:00
go to jaxx snapshot
-
a5ac56b6
by Tony Chemit
at 2020-12-17T22:37:40+01:00
[LL][Logbook] Quadrant - Closes #1675
-
a64ad720
by Tony Chemit
at 2020-12-17T22:43:45+01:00
[LL][Logbooks] Pêche / Onglet cyalumes - Closes #1677
-
fb0090f8
by Tony Chemit
at 2020-12-17T22:52:49+01:00
[LL][Logbook] Quadrant - Closes #1675
-
1786594d
by Tony Chemit
at 2020-12-17T23:44:36+01:00
use last stable of jaxx
-
bf7c28c9
by Tony Chemit
at 2020-12-17T23:46:05+01:00
Let's improve once for all select toolbar visibility (always use size of table model, but also can use selected tab for sub content table), and it works pretty well :)
-
453c24b9
by Tony Chemit
at 2020-12-18T00:17:50+01:00
Valider tous les écrans du modèle LL - See #1665
l'écran de composition détaillé commence à fonctionner \o/
-
8ad27d89
by Tony Chemit
at 2020-12-18T00:58:37+01:00
[LL] Ajout données d'observation - Closes #1673
-
d0953698
by Tony Chemit
at 2020-12-18T01:06:53+01:00
Fix navigation menu for action with empty name
-
5606957a
by Tony Chemit
at 2020-12-18T01:33:12+01:00
[LL][Logbooks] F5 inopérant (sur MacOS) - Closes #1678
-
7abb8b51
by Tony Chemit
at 2020-12-18T01:44:30+01:00
Fix when a LL logbook Activity has no set
-
628c0802
by Tony Chemit
at 2020-12-18T01:52:26+01:00
Fix LL logbook Activity recopy action
-
eea48ea1
by Tony Chemit
at 2020-12-18T02:00:51+01:00
Fix some accelerator for macos
-
b9d86eb8
by Tony Chemit
at 2020-12-18T10:14:17+01:00
Lisibilité de la carte - police de la date - Closes #1640
-
c485f84c
by Tony Chemit
at 2020-12-18T11:10:44+01:00
Comportement des combobox - Closes #1642
-
fe0a298a
by Tony Chemit
at 2020-12-18T11:29:18+01:00
clean some tests
-
55095dec
by Tony Chemit
at 2020-12-18T11:29:48+01:00
Let's the framework manage WtiDatafile data
-
5af39beb
by Tony Chemit
at 2020-12-18T13:32:10+01:00
Première passe pour supprimer toutes le code inutile et il y en a!
Il reste quelques optimisations à réaliser sur la couche de persistence - See #1664
Première passe pour supprimer toutes le code inutile et il y en a!
-
0c952acb
by Tony Chemit
at 2020-12-18T20:32:47+01:00
remove unused method
-
b2ace90a
by Tony Chemit
at 2020-12-18T20:34:52+01:00
Il reste quelques optimisations à réaliser sur la couche de persistence - See #1664
* Suppression de contrat sur les entités inutiles
* Utilisation de requetes optimisées pour construire le dto de la composition détaillée
* suppression de liens sur le modèle de persistence inutiles
-
b7bd2bc4
by Tony Chemit
at 2020-12-18T20:49:16+01:00
Generate some missing indexes - Closes #1683
-
88af34fc
by Tony Chemit
at 2020-12-20T10:50:13+01:00
realign gearUseFeatures model (should be always exactly the same on both domains)
-
9a7cf35f
by Tony Chemit
at 2020-12-20T11:47:48+01:00
Add more methods on WithFormula contract (and then remove the entity formula abstract class)
-
7220e32d
by Tony Chemit
at 2020-12-20T11:49:39+01:00
Fix a relation bad inverse (the main relation was considered as not main by topia)
-
62ef95c0
by Tony Chemit
at 2020-12-20T15:32:46+01:00
Generate all missing indexes - See #1683
-
901d6ab3
by Tony Chemit
at 2020-12-20T18:49:39+01:00
Add new test (but still not used to generate schema)
-
66b4ed2e
by Tony Chemit
at 2020-12-20T18:50:12+01:00
Open API
-
90f7005d
by Tony Chemit
at 2020-12-20T18:50:26+01:00
add ressource in ExecuteRunnerMojo
-
c3d08308
by Tony Chemit
at 2020-12-20T18:50:56+01:00
Add a runner to generate schema
-
1df711f7
by Tony Chemit
at 2020-12-20T19:13:15+01:00
Il reste quelques optimisations à réaliser sur la couche de persistence - See #1664
-
ba18ad03
by Tony Chemit
at 2020-12-21T09:57:40+01:00
Rename full schema scripts
-
778075e6
by Tony Chemit
at 2020-12-21T11:51:42+01:00
Introduce create and finalize schema scripts
-
fa575825
by Tony Chemit
at 2020-12-21T11:52:16+01:00
clean dto code
-
febdf613
by Tony Chemit
at 2020-12-21T11:52:57+01:00
Introduce digits tagvalue in topia and use it
-
4ef63975
by Tony Chemit
at 2020-12-21T12:20:39+01:00
Mise en place du schéma avec les bonnes précisions sur les numériques
-
b3cc1c42
by Tony Chemit
at 2020-12-21T12:28:51+01:00
Missing dependency
-
71ad2d89
by Tony Chemit
at 2020-12-21T12:29:09+01:00
Génération du type précis pour les champs textes - Closes #1687
-
5a42e519
by Tony Chemit
at 2020-12-21T12:57:47+01:00
Rename generated schema script to be usable in migration
-
c6ce8204
by Tony Chemit
at 2020-12-21T20:56:02+01:00
Fix blog generation for postgres
-
bb222cf1
by Tony Chemit
at 2020-12-21T21:03:08+01:00
update topia-extension
-
8c3a3635
by Tony Chemit
at 2020-12-21T22:12:38+01:00
use last pom
-
174c3bdf
by Tony Chemit
at 2020-12-21T22:36:15+01:00
fix typo
-
a827043d
by Tony Chemit
at 2020-12-21T22:37:04+01:00
clean entities
-
c15bb449
by Tony Chemit
at 2020-12-21T22:42:07+01:00
Génération du type précis pour les champs textes - Closes #1687
Il semble manquer des index sur des relations many-to-one (par exemple Tdr → Section) - Closes #1683
Meilleur intégration de la précision sur les champs numériques - Closes #1686
Il reste quelques optimisations à réaliser sur la couche de persistence - See #1664
-
6dd42c94
by Tony Chemit
at 2020-12-22T15:48:45+01:00
La 1ère liste déroulante de chaque form s'ouvre toute seule à l'affichage d'un onglet - Closes #1684
-
fdc62d8b
by Tony Chemit
at 2020-12-22T15:51:41+01:00
Open API
-
bdf480bd
by Tony Chemit
at 2020-12-22T15:52:00+01:00
Open API
-
cedaee45
by Tony Chemit
at 2020-12-22T16:13:31+01:00
À la sortie de la configuration (avec un appel de rechargement d'interface graphique), la base est masquée et innacessible - Closes #1690
-
5ffad006
by Tony Chemit
at 2020-12-22T16:26:21+01:00
Ajouter un onglet cartographie dans la configuration - Closes #1689
-
d0cee04c
by Tony Chemit
at 2020-12-22T19:35:16+01:00
Add referential replication order more easy from topia application context - See #1691
-
17341bb8
by Tony Chemit
at 2020-12-22T19:37:31+01:00
Add referential replication order more easy from topia application context - Closes #1691
-
1acf1864
by Tony Chemit
at 2020-12-22T19:37:38+01:00
fix typo
-
b86789d1
by Tony Chemit
at 2020-12-22T23:51:51+01:00
Revoir le code de gestion des échantillons - Closes #1663
-
56ec6300
by Tony Chemit
at 2020-12-23T09:57:28+01:00
Mis sort property on table
-
222b71c0
by Tony Chemit
at 2020-12-23T14:40:06+01:00
Add postInit method on IdDto to do some technical stuff (like init quadrant of coordinates)
-
000ff8d4
by Tony Chemit
at 2020-12-23T14:43:15+01:00
Generate call to dto.postInit in copy from entity
overrides dto.postInit when needed and then remove code from entities (more entities to delete)
-
d302d0bf
by Tony Chemit
at 2020-12-23T14:44:17+01:00
Generate call to dto.postInit in copy from entity
overrides dto.postInit when needed and then remove code from entities (more entities to delete)
-
d284c154
by Tony Chemit
at 2020-12-23T14:44:57+01:00
remove SectionObsTemplate (no more used)
-
20d387fe
by Tony Chemit
at 2020-12-23T14:47:02+01:00
Improve TopiaApplicationContext: now the final one just implments and overrides some method, but have no more internal states. everything else was moved to toolkit.
And now can easy move GenerateEmptyDatabases runner to toolkit as well (feel more safe to not have this code in runtime module...)
-
580cf759
by Tony Chemit
at 2020-12-23T14:47:27+01:00
Clean more unused entities contract and method
-
dfc7cad3
by Tony Chemit
at 2020-12-23T14:59:44+01:00
optimize dependencies + add license headers
-
fab9f566
by Tony Chemit
at 2020-12-23T15:28:50+01:00
debug level for report tests
-
c0cb65a8
by Tony Chemit
at 2020-12-23T15:29:44+01:00
fix bad design in ToPIA: we should not do init stuff in application context, but just do it in a init method outside of the constructor hell hole
-
97767340
by Tony Chemit
at 2020-12-24T08:06:08+01:00
low log level
-
4407da5d
by Tony Chemit
at 2020-12-24T08:06:37+01:00
no more need of singleton supplier since we apply some lazy instances now.
-
d8254119
by Tony Chemit
at 2020-12-24T09:01:44+01:00
Remove deprecated code
-
3f9b0e7a
by Tony Chemit
at 2020-12-24T10:04:21+01:00
Amélioration de l'action générer un home id - Closes #1692
-
08bb3839
by Tony Chemit
at 2020-12-24T10:10:37+01:00
Use only JaxxComboBox since the BeanComboBox is deprecated
-
069b8c34
by Tony Chemit
at 2020-12-24T10:10:37+01:00
La 1ère liste déroulante de chaque form s'ouvre toute seule à l'affichage d'un onglet - Closes #1684
Ajout auto-sélection sur les champs requis.
-
dfc4dea5
by Tony Chemit
at 2020-12-24T11:36:55+01:00
Nettoyage des fichiers du client - Closes #1693
-
c6b06ad0
by Tony Chemit
at 2020-12-24T11:47:38+01:00
Sur les éditeurs de date simple utiliser le même raccourci pour ouvrir la popup de date que pour une liste à sélection multiple (↓) - Closes #1694
-
7c4b88ea
by Tony Chemit
at 2020-12-24T12:00:36+01:00
Commencer les raccourcis claviers pour changer d'onglet à partir de **shift F1** et plus **shift F5** - Closes #1696
-
2d8d522d
by Tony Chemit
at 2020-12-24T12:18:26+01:00
[jgitflow-maven-plugin]updating poms for 8.0.2 branch with snapshot versions[skip ci]
-
a72a1e7a
by Tony Chemit
at 2020-12-24T12:18:27+01:00
[jgitflow-maven-plugin]updating poms for 8.0.3-SNAPSHOT development[skip ci]
-
042789c9
by Tony Chemit
at 2020-12-24T12:19:39+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.2' with non-snapshot versions[skip ci]
-
3adb39f2
by Tony Chemit
at 2020-12-24T12:32:45+01:00
[jgitflow-maven-plugin]merging 'release/8.0.2' into 'master'
-
4822a008
by Tony Chemit
at 2020-12-24T12:32:49+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
e6b962be
by Tony Chemit
at 2020-12-24T12:32:49+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
fc5f1beb
by Tony Chemit
at 2020-12-24T12:32:50+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
f64c17d7
by Tony Chemit
at 2020-12-24T12:48:58+01:00
update CHANGELOG [skip ci]
-
5e91ce44
by Tony Chemit
at 2020-12-24T12:54:26+01:00
update CHANGELOG [skip ci]
-
117feaa8
by Tony Chemit
at 2020-12-26T10:28:20+01:00
l'information nombre total d'opération de pêches sur le formulaire marée me semble un peu faible ? - See #1695
-
ec3b8390
by Tony Chemit
at 2020-12-26T10:33:57+01:00
On en voit pas les activités observées disponibles - Closes #1697
-
59e06833
by Tony Chemit
at 2020-12-26T10:35:06+01:00
Low log level
-
31ae3c7c
by Tony Chemit
at 2020-12-26T13:32:01+01:00
Low log level
-
bbcf858d
by Tony Chemit
at 2020-12-27T07:01:59+01:00
Show tests results only if not in assert mode
-
0e056c2c
by Tony Chemit
at 2020-12-27T07:32:45+01:00
Improve topia context API :
* adding a hook when closing persistence context (TODO add a new event API on this)
-
35a87380
by Tony Chemit
at 2020-12-27T07:33:02+01:00
do not add last update date row if entity is bastract
-
eae28300
by Tony Chemit
at 2020-12-27T07:34:19+01:00
add missing write annotation on some services (TODO remove the lastupdatedate service, this is clearly a persistence matter, not a service)
-
b3263f1d
by Tony Chemit
at 2020-12-27T07:35:08+01:00
use last pom
-
6a214721
by Tony Chemit
at 2020-12-27T07:36:56+01:00
Improve services generator :
* introduce service-api meta-generator
* introduce service-local meta-generator
-
1848f995
by Tony Chemit
at 2020-12-27T07:38:30+01:00
Génération du code final des services local - See #1698
Review service-local API (no more proxy to handler transaction, just generated code^^)
-
9fcf2d77
by Tony Chemit
at 2020-12-27T07:39:14+01:00
Génération du code final des services local - See #1698
Rename service local implementations to support.
Real implementations are now generated.
-
f8876946
by Tony Chemit
at 2020-12-27T08:43:45+01:00
Il manque des logs sur le serveur - See #1700
-
afb328c1
by Tony Chemit
at 2020-12-27T12:33:15+01:00
l'information nombre total d'opération de pêches sur le formulaire marée me semble un peu faible ? - Closes #1695
-
20be6d67
by Tony Chemit
at 2020-12-27T12:45:56+01:00
Impossible d'ouvrir la configuration - Closes #1701
-
72505b35
by Tony Chemit
at 2020-12-27T17:20:41+01:00
Configuration de la cartographie - See #1702
Utilisation nouvelles zones zee
-
3d16f0de
by Tony Chemit
at 2020-12-27T17:21:05+01:00
Configuration de la cartographie - See #1702
Mise en place de la configuration de certaines couleurs à améliorer
-
03aa3129
by Tony Chemit
at 2020-12-28T12:03:52+01:00
Configuration de la cartographie - See #1702
-
5eaaef3d
by Tony Chemit
at 2020-12-28T12:32:04+01:00
Ajouts au référentiel VesseType - Closes #1704
-
9157663c
by Tony Chemit
at 2020-12-28T13:36:00+01:00
Il reste quelques optimisations à réaliser sur la couche de persistence - See #1664
Sanitize longline observations elements
-
2425906c
by Tony Chemit
at 2020-12-28T19:48:11+01:00
Peaufinage de la table ll_common.catchefate - Closes #1706
-
a94627d5
by Tony Chemit
at 2020-12-28T20:18:51+01:00
Peaufinage de la table ll_common.onboardprocessing - Closes #1705
-
78d97ddc
by Tony Chemit
at 2020-12-29T12:04:50+01:00
Peaufinage de la table ll_common.onboardprocessing - Closes #1705
-
1b7dd1d4
by Tony Chemit
at 2020-12-29T12:27:39+01:00
Peaufinage de la table common.country - Closes #1708
-
6a818a1d
by Tony Chemit
at 2020-12-29T16:46:05+01:00
Améliorer les performances lors du changement de l'arbre de navigation - See #1655
Mise en page de l'arbre sur le référentiel manageur - Closes #1707
-
4a856a8b
by Tony Chemit
at 2020-12-30T11:22:13+01:00
Peaufinage de la table common.program - Closes #1712
-
44aee866
by Tony Chemit
at 2020-12-30T19:06:51+01:00
LL Trip : erreur d'enregistrement - Closes #1715
* Revue de l'API de sauvegarde
* Génération de l'action de sauvegarde
-
8784925f
by Tony Chemit
at 2020-12-30T22:23:57+01:00
Fix NavigationService Rest APi . be better to use
-
e54f4ddf
by Tony Chemit
at 2020-12-31T09:01:59+01:00
La carto ne tolère pas le 'Port à corriger' - closes #1719
-
bab39d40
by Tony Chemit
at 2020-12-31T09:48:48+01:00
La dernière SNAPSHOT 8.0.3 semble instable - closes #1718
-
e9fc2489
by Tony Chemit
at 2020-12-31T09:48:48+01:00
Remontée des messages d'erreur serveur vers le client - closes #1637
-
8debafba
by Tony Chemit
at 2020-12-31T09:48:48+01:00
fix trip vessel validator on create mode
-
9c8ca5a9
by Tony Chemit
at 2020-12-31T10:26:13+01:00
Meilleure disposition pour l'onglet carte - closes #1721
Plus nettoyage code sur TripUIModel (suppression états inutiles).
Debut de correction de #1654
-
dc340121
by Tony Chemit
at 2021-01-01T11:14:06+01:00
Validateur needcomment récalcitrant - Closes #1714
-
fcd9cf26
by Tony Chemit
at 2021-01-02T12:18:40+01:00
Clean reset action - See #1665
-
b9fda780
by Tony Chemit
at 2021-01-03T22:58:13+01:00
remove unused methods
-
bb74c8a1
by Tony Chemit
at 2021-01-03T22:58:40+01:00
Introduce new strong dto types
-
fb9261c4
by Tony Chemit
at 2021-01-03T22:59:17+01:00
Fix how to get references from spi (always use reference type of it instead of the one of the entity)
-
a6d69783
by Tony Chemit
at 2021-01-03T22:59:45+01:00
Update pom (last topia-extension stable)
-
bd980cc8
by Tony Chemit
at 2021-01-03T23:00:18+01:00
be able to generate generated dto classes if object marked as skip
-
a37a0393
by Tony Chemit
at 2021-01-03T23:00:50+01:00
Do not set back data reference collections to entity
-
14fe62cc
by Tony Chemit
at 2021-01-03T23:05:16+01:00
LL Fix not-null constraint Sample.trip (can be null if sample is attached to activity)
-
e77aed08
by Tony Chemit
at 2021-01-03T23:12:22+01:00
Introduce ActivitySampleDto and then remove all hacks around it.
-
d0271c59
by Tony Chemit
at 2021-01-03T23:14:17+01:00
Remove bean from constructo in cotentTableUIModel
-
feda57f7
by Tony Chemit
at 2021-01-03T23:16:24+01:00
Introduce models-dto-definition maven module with the dto model.
-
76ca4c4f
by Tony Chemit
at 2021-01-03T23:17:19+01:00
Little improvements of LL dto
-
bbc06fb1
by Tony Chemit
at 2021-01-03T23:17:41+01:00
remove unused method
-
a56089d6
by Tony Chemit
at 2021-01-03T23:18:14+01:00
Make EditableDataServiceLocalSupport works with more than one dto from same entity ^^
-
398bd122
by Tony Chemit
at 2021-01-03T23:18:47+01:00
Fix how to get references from spi (always use reference type of it instead of the one of the entity)
-
342a2670
by Tony Chemit
at 2021-01-04T11:21:21+01:00
Détail ergonomique sur l'arbre - Closes #1723
-
18699c34
by Tony Chemit
at 2021-01-04T11:21:21+01:00
Les marées sont mal classées dans la fenêtre de droite - Closes #1726
-
2aecae7e
by Tony Chemit
at 2021-01-04T12:14:57+01:00
LL Logbook capture : validation formulaire - Closes #1727
-
89d60b77
by Tony Chemit
at 2021-01-04T13:35:04+01:00
Erreur sur création de marée LL - Closes #1728
-
9110ae3d
by Tony Chemit
at 2021-01-05T12:13:20+01:00
Add toIds method
-
c99808ed
by Tony Chemit
at 2021-01-05T12:14:39+01:00
Introduce LazyDataDtoReferenceSet, at last, works perfectly.
-
a41f5bd6
by Tony Chemit
at 2021-01-05T12:15:59+01:00
Extends referenceService to get a set of reference at a time
-
45fb171a
by Tony Chemit
at 2021-01-05T12:17:03+01:00
Améliorer les performances lors du changement de l'arbre de navigation - See #1709
Use specialized dao methods to get navigation result
-
e7bf5f3c
by Tony Chemit
at 2021-01-05T12:20:52+01:00
Améliorer les performances lors du changement de l'arbre de navigation - See #1709
Simplify dto model and make it compliant with next ui generation
-
a6d677f0
by Tony Chemit
at 2021-01-05T12:21:39+01:00
Améliorer les performances lors du changement de l'arbre de navigation - See #1709
Review Service API (now getting only trip ids), let the navigation tree load what it needs from this to avoid loading all trip nodes...
-
5cc43cee
by Tony Chemit
at 2021-01-05T13:01:54+01:00
Améliorer les performances lors du changement de l'arbre de navigation - See #1709
Adapt ui to use auto-loading data sets.
-
f661eff4
by Tony Chemit
at 2021-01-05T13:58:42+01:00
Peaufinage de la table ll_common.onboardprocessing - Closes #1733
-
95738c12
by Tony Chemit
at 2021-01-05T14:00:16+01:00
Gestion du champ 'numéro au virage' - Closes #1729
Erreur sur validateur 'numéro au virage' - Closes #1730
-
ce3b613b
by Tony Chemit
at 2021-01-06T11:35:22+01:00
Valider tous les écrans du modèle LL - See #1665
Problème de restitution de la position sur la ligne LL-Observation-Catch/Tdr
-
46bd55b1
by Tony Chemit
at 2021-01-06T11:41:34+01:00
Peaufinage de la table ll_common.onboardprocessing 2 - Closes #1735
-
a741dd77
by Tony Chemit
at 2021-01-06T16:37:19+01:00
Consultation du tableau de captures - Closes #1731
Review ContentTable actions (before focus refactor)
Review ContentUI actions scope (never be able to use them if not in content zone)
-
4aac1786
by Tony Chemit
at 2021-01-06T17:14:52+01:00
Bouton 'infos techniques' sur formulaire captures - Closes #1732
-
75460181
by Tony Chemit
at 2021-01-06T18:34:40+01:00
Fix some bad binding in jaxx :(
-
16179a26
by Tony Chemit
at 2021-01-06T18:38:41+01:00
Problème si on supprime l'unique commentaire d'une commentaire, ça ne fonctionne pas bien! - Closes #1725
-
36a35df1
by Tony Chemit
at 2021-01-06T19:51:07+01:00
Happy new year commit!
-
0c01dd99
by Tony Chemit
at 2021-01-06T20:39:13+01:00
Valider tous les écrans du modèle LL - See #1665
Fix ContentTable - first table entry is not selected if in reading mode
-
1b0c5030
by Tony Chemit
at 2021-01-07T01:16:34+01:00
Nettoyage des modèles : on doit appeler directement les states (à terme ils seront générés et c'est là qu'on fera des extensions de modèle...)
Nettoyage de l'API de focus sur les tableaux : trop compliqués et ne fonctionne pas bien
-
35eeddae
by Tony Chemit
at 2021-01-07T01:16:34+01:00
Verrouillage/déverouillage des formulaires - Closes #1740
-
f7933258
by Tony Chemit
at 2021-01-07T01:33:43+01:00
Fix ask to quit on read mode
-
dc15e4f9
by Tony Chemit
at 2021-01-07T01:34:08+01:00
Fix focus goes to form on read mode
-
e02d4abe
by Tony Chemit
at 2021-01-07T01:34:32+01:00
Improve safe focus on form
-
0ee15c40
by Tony Chemit
at 2021-01-07T02:36:06+01:00
Improve safe focus on form
-
55be320c
by Tony Chemit
at 2021-01-07T12:07:36+01:00
Fix JLabel init (never assign LabelFor if JLabel is not design for (his name must ends by Label) : because otherwise nasty StackOverFlow can happen!
-
88cfaf49
by Tony Chemit
at 2021-01-07T13:29:59+01:00
If no row selected, then do nothing
-
d63a83d8
by Tony Chemit
at 2021-01-07T14:27:22+01:00
Avoid costy log
-
c03d89aa
by Tony Chemit
at 2021-01-07T14:37:30+01:00
Consultation du tableau des débarquements lorsque le formulaire est verrouillé - Closes #1739
-
e5fe0fab
by Tony Chemit
at 2021-01-07T14:51:31+01:00
Rechargement de la source de données - Closes #1738
-
3f58446c
by Tony Chemit
at 2021-01-07T15:41:56+01:00
Consultation du tableau des débarquements lorsque le formulaire est verrouillé - Closes #1739
Meilleure gestion des actions partagées
-
aceee7ee
by Tony Chemit
at 2021-01-07T16:26:19+01:00
On arrive à vider la sélection sur un tableau alors qu'on ne devrait pas - Closes #1741
-
84ea6b17
by Tony Chemit
at 2021-01-07T16:27:22+01:00
Consultation du tableau des débarquements lorsque le formulaire est verrouillé - Closes #1739
Ne pas autoriser le tableau à déplacer les lignes (il reste d'autres raccourcis clavier qu'il faudrait supprimer)
-
ee081a5d
by Tony Chemit
at 2021-01-07T16:27:52+01:00
Consultation du tableau des débarquements lorsque le formulaire est verrouillé - Closes #1739
Utilisation de meilleurs raccourcis (de toute façon le shift + ... ne fonctionnait pas)
-
6f0f4aff
by Tony Chemit
at 2021-01-07T16:40:08+01:00
Fix i18n
-
aebd40b3
by Tony Chemit
at 2021-01-07T16:48:15+01:00
Clean java code > 8
-
3ca43532
by Tony Chemit
at 2021-01-08T15:24:43+01:00
Generation des ContentUIModelStates (à finaliser) - Closes #1743
-
66cff9d6
by Tony Chemit
at 2021-01-09T13:47:53+01:00
Clean more dto (remove a property change listener : a lots of code, for nothing...)
-
f3db7806
by Tony Chemit
at 2021-01-09T13:48:22+01:00
Remove annotation
-
91030af0
by Tony Chemit
at 2021-01-09T13:48:43+01:00
Add extra method to lot extra referential references in cache
-
9ba76cd8
by Tony Chemit
at 2021-01-09T13:49:58+01:00
* Review ModelStates and clean as much as possible Model)
* Make Model not JavaBean
-
f10e5207
by Tony Chemit
at 2021-01-09T15:48:18+01:00
Begin of review of focus
Restrict override of concrete classes
-
48a92367
by Tony Chemit
at 2021-01-09T17:14:14+01:00
Add more root cycle
Remove old focus API \o/, replaced by nothing or nearly \o/\o/
-
8c1d872d
by Tony Chemit
at 2021-01-10T02:15:27+01:00
Improve KeyboardFocusManager usage (blocks also any focus event if model is blocking focus)
-
764a8bc5
by Tony Chemit
at 2021-01-10T02:15:27+01:00
Remove some default bindings on JTabbedPane to fi our usages
-
0a7d58df
by Tony Chemit
at 2021-01-10T02:15:27+01:00
By default always focus on navigation
-
5d69912b
by Tony Chemit
at 2021-01-10T05:07:59+01:00
Rename body in ContentUI to contentBody to avoid any conflict, body was already used by MainUI...
-
96f35bb9
by Tony Chemit
at 2021-01-10T05:07:59+01:00
Avoid NPE (standalone ui has no changeMode action)
-
4d3785b5
by Tony Chemit
at 2021-01-10T05:07:59+01:00
Fix injected binding in JaxxComboBox
-
0e7b949c
by Tony Chemit
at 2021-01-10T05:07:59+01:00
Remove actionDown from ContentUI (legacy code)
-
406d7331
by Tony Chemit
at 2021-01-13T11:49:26+01:00
Widget horodatage sans bouton de réinitialisation - Closes #1746
-
974d8975
by Tony Chemit
at 2021-01-13T11:55:58+01:00
Affichage des coordonnées - Closes #1745
-
13723861
by Tony Chemit
at 2021-01-13T16:31:42+01:00
L'export de marées vers sql.gz ne fontionne pas - Closes #1748
-
8e54fbe4
by Tony Chemit
at 2021-01-13T16:31:42+01:00
Add autoSelectText ui option (will use by next FocusManager API)
-
3bb4a251
by Tony Chemit
at 2021-01-13T16:34:39+01:00
Fix missing model binding
-
afa929e1
by Tony Chemit
at 2021-01-13T17:22:19+01:00
Review focus model, nearly ok.
-
42452fe2
by Tony Chemit
at 2021-01-13T17:39:37+01:00
Fix trip missing binding
-
b71dc75b
by Tony Chemit
at 2021-01-13T18:25:20+01:00
Optimisation de l'arbre de sélection de données - See #1750
-
fbc2873b
by Tony Chemit
at 2021-01-14T12:49:45+01:00
Fix bad service instanciation (bad block scope, so got illegal state exception in DataSourceService.create in server mode)
-
c6a0e8ec
by Tony Chemit
at 2021-01-14T12:50:34+01:00
Add missing method credentials
-
83536653
by Tony Chemit
at 2021-01-14T12:53:30+01:00
Optimisation de l'arbre de sélection de données - See #1750
(never use trip ids to get program children in navigation / selection node)
-
779aa92f
by Tony Chemit
at 2021-01-14T12:57:05+01:00
Remplacer les raccourcis clavier Ctrl+L et Ctrl+R par des raccourcis compatible MacOs - Closes #1752
-
ee0a7b32
by Tony Chemit
at 2021-01-14T12:58:05+01:00
Add FIXME on NavigationNode update performance issues (a ContentList reload all his references, should get only updates one and do the merge with previous one
-
84e6b88a
by Tony Chemit
at 2021-01-14T13:00:45+01:00
Use Java9 API
-
18559d07
by Tony Chemit
at 2021-01-14T14:51:21+01:00
Add lastUpdate on any type of DtoReferenceSet to be able to reload only the changed part from service - See #1750
-
641fc046
by Tony Chemit
at 2021-01-14T14:52:17+01:00
Review ImmutableSet Injector (was pretty lame :( with a double conversion string to gson to object)) : no way!
thanks to smaisonneuve
See #1750
-
379c0745
by Tony Chemit
at 2021-01-14T14:52:54+01:00
Add lastUpdate on any type of DtoReferenceSet to be able to reload only the changed part from service - See #1750
-
a535a8e8
by Tony Chemit
at 2021-01-14T14:57:36+01:00
Améliorer la gestion des focus - See #1418
-
ec14b19e
by Tony Chemit
at 2021-01-14T15:28:42+01:00
Fix entity ←→ dto binding for DataFileDto properties
-
2462e0f4
by Tony Chemit
at 2021-01-14T18:38:54+01:00
Optimisation de l'arbre de sélection et navigation - See #1750
-
d28d1be5
by Tony Chemit
at 2021-01-14T19:24:59+01:00
Optimisation de l'arbre de sélection et navigation - See #1750
Ne pas recharger l'apparence des fils du parent (ce n'est pas nécessaire)
-
3ffeb6ee
by Tony Chemit
at 2021-01-14T19:25:07+01:00
clean code
-
10362d83
by Tony Chemit
at 2021-01-14T22:01:03+01:00
Problème d'enregistrement sur avançon depuis le formulaire capture - Closes #1755
-
dbc89a2d
by Tony Chemit
at 2021-01-14T22:39:19+01:00
Découplage case 'Horloge' et champ 'Horodatage de montée à bord' - Closes #1754
-
ad9a007c
by Tony Chemit
at 2021-01-14T23:05:57+01:00
Découplage case 'Horloge' et champ 'Horodatage de montée à bord' - Closes #1754
Clean timeSinceContact when timer is off.
-
8bfa20bb
by Tony Chemit
at 2021-01-15T03:31:30+01:00
Low some log level (in configuration file, do not touch the code)
-
4bc05760
by Tony Chemit
at 2021-01-15T03:36:59+01:00
Let's make overridable BusinessModule
-
3c6c9b65
by Tony Chemit
at 2021-01-15T03:40:20+01:00
Optimisation de l'arbre de sélection et navigation - Closes #1750
Première très concluante : on obtient des temps de l'ordre de quelques secondes pour une grosse base \o/
-
9ada1099
by Tony Chemit
at 2021-01-15T03:50:41+01:00
Fix some missing decorators
-
c704ea5c
by Tony Chemit
at 2021-01-15T15:09:29+01:00
Use new jaxx list widgets (remove select ones)
Clean jaxx files (remove dummy constructor who passes the ui to widgets, this is too much! and it works without it, so remove them)
-
b701b5a1
by Tony Chemit
at 2021-01-15T16:33:02+01:00
[LL][Observations] Horodatage hook timers par défaut - Closes #1625
-
9c1ffd91
by Tony Chemit
at 2021-01-16T14:36:06+01:00
Change Branchline.timeSinceContact to Integer - See #1757
-
810bcf8b
by Tony Chemit
at 2021-01-16T14:41:47+01:00
Introduce UnlimitedTimeEditor - See #1757
-
be3b4ce7
by Tony Chemit
at 2021-01-16T14:42:12+01:00
Specify java version
-
6e4da3e6
by Tony Chemit
at 2021-01-16T14:43:58+01:00
use UnlimitedTimeEditor on SetCatchUI and do the math (in fact just remove all specific code ^^) - See #1757
-
e4033872
by Tony Chemit
at 2021-01-16T15:34:55+01:00
use UnlimitedTimeEditor on BranchlineUI and do the math (in fact just remove all specific code ^^) - See #1757
Now functional on both forms :)
-
70cd590f
by Tony Chemit
at 2021-01-17T10:28:21+01:00
Libellé erreur suppresion base locale - Closes #1758
-
483ac6ca
by Tony Chemit
at 2021-01-17T10:28:30+01:00
update pom
-
93b221d8
by Tony Chemit
at 2021-01-17T12:05:48+01:00
At init time, always go on first tab - See #1418
-
fd60bfb9
by Tony Chemit
at 2021-01-17T12:06:28+01:00
Improve Branchline form on SetCatch - See #1418
-
0cdc8301
by Tony Chemit
at 2021-01-17T18:55:49+01:00
Review ContentTableUI API : simplify it and control more what can be overridden by client
Clean LL SetTdr and SetCatch
See #1418
-
6a276219
by Tony Chemit
at 2021-01-17T19:23:13+01:00
update pom
-
fd7adab9
by Tony Chemit
at 2021-01-18T13:08:57+01:00
At last, remove bad design BranchlineUI, replace it by inline code in SetDetailCompositionUI
Then remove any support for not standalone ContentSimpleUI
And then remove any service in ContentUIModel, prefer to generate them.
See #1665
-
914fb93e
by Tony Chemit
at 2021-01-18T16:59:06+01:00
Make possible to override properties in referential reference cache
-
38b0dc72
by Tony Chemit
at 2021-01-18T16:59:55+01:00
Valider tous les écrans du modèle LL - See #1665
Composition détaillée fonctionne \o/
-
6470e3bb
by Tony Chemit
at 2021-01-18T17:13:52+01:00
Mark more method final in ContentUI models
-
4fc552d0
by Tony Chemit
at 2021-01-18T17:41:08+01:00
Valider tous les écrans du modèle LL - See #1665
Composition détaillée fonctionne encore mieux \o/
-
59fa92f2
by Tony Chemit
at 2021-01-18T17:46:29+01:00
update CHANGELOG [skip ci]
-
271c467a
by Tony Chemit
at 2021-01-18T17:55:50+01:00
[jgitflow-maven-plugin]updating poms for 8.0.3 branch with snapshot versions[skip ci]
-
2047abd0
by Tony Chemit
at 2021-01-18T17:55:51+01:00
[jgitflow-maven-plugin]updating poms for 8.0.4-SNAPSHOT development[skip ci]
-
6a92ad0f
by Tony Chemit
at 2021-01-18T17:56:21+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.3' with non-snapshot versions[skip ci]
-
aa617bb3
by Tony Chemit
at 2021-01-18T18:07:56+01:00
[jgitflow-maven-plugin]merging 'release/8.0.3' into 'master'
-
399f5c00
by Tony Chemit
at 2021-01-18T18:07:59+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
62ea5470
by Tony Chemit
at 2021-01-18T18:07:59+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
b4631c03
by Tony Chemit
at 2021-01-18T18:08:00+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
c0297045
by Tony Chemit
at 2021-01-19T10:44:24+01:00
Problème de digit TargetLength.weight à 1 au lieu de 3 - Closes #1762
-
25332936
by Tony Chemit
at 2021-01-19T11:20:38+01:00
[jgitflow-maven-plugin]updating poms for 8.0.5-SNAPSHOT development[skip ci]
-
1c9cd2dd
by Tony Chemit
at 2021-01-19T11:21:15+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.4' with non-snapshot versions[skip ci]
-
7123ab14
by Tony Chemit
at 2021-01-19T11:32:01+01:00
[jgitflow-maven-plugin]merging 'release/8.0.4' into 'master'
-
cb6473d6
by Tony Chemit
at 2021-01-19T11:32:04+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
0c465330
by Tony Chemit
at 2021-01-19T11:32:05+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
332a6e99
by Tony Chemit
at 2021-01-19T11:32:05+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
72e4976e
by Tony Chemit
at 2021-01-20T15:51:02+01:00
update CHANGELOG [skip ci]
-
9135411f
by Tony Chemit
at 2021-01-20T20:23:08+01:00
Dysfonctionnement de l'arbre - Closes #1763
-
064d69ff
by Tony Chemit
at 2021-01-20T21:13:20+01:00
Introduce a way to extract schema or table from generated schema (help to create new safe migration for v9)
-
5fc94916
by Tony Chemit
at 2021-01-20T22:45:21+01:00
Improve ExtraTable and ExtractSchema
-
429a3949
by Tony Chemit
at 2021-01-21T13:09:18+01:00
Fix NPE if no species on NonTargetReleaseUI
-
a27ecc60
by Tony Chemit
at 2021-01-21T13:09:57+01:00
Fix ReferentialCache to be able to use the incoming form object to filter
-
f09a98fb
by Tony Chemit
at 2021-01-21T13:10:47+01:00
Review ContentTableUI delete extra message (this should be always specialized, and no using a default message for all the form).
-
605b4b11
by Tony Chemit
at 2021-01-21T16:44:52+01:00
Suppression en cascade des captures conservées - Closes #1765
-
bced957e
by Tony Chemit
at 2021-01-21T16:44:52+01:00
Suppression en cascade des captures rejetées - Closes #1766
-
4c1ca99d
by Tony Chemit
at 2021-01-21T16:44:52+01:00
Suppression en cascade de la faune accessoire - Closes #1767
-
e8ee529f
by Tony Chemit
at 2021-01-21T18:19:47+01:00
Suppression en cade des libérations de capture accessoire - Closes #1768
-
69257b76
by Tony Chemit
at 2021-01-22T09:38:55+01:00
Micro bizarrerie sur le modèle 8.0 - Closes #1764
-
e473bd86
by Tony Chemit
at 2021-01-22T10:35:05+01:00
Disponibilité du sélecteur DMS / DMD / DD - Closes #1717
-
f3977cee
by Tony Chemit
at 2021-01-22T10:54:34+01:00
Petit défaut d'affichage d'une liste à choix multiple - Closes #1770
-
65848f2e
by Tony Chemit
at 2021-01-22T10:54:54+01:00
Tailles d'icônes différentes sur le même niveau de hiérarchie - Closes #1769
-
cf3e58bb
by Tony Chemit
at 2021-01-22T15:02:47+01:00
Problème de sauvegarde libération espèce sensible - Closes #1771
-
54ba847a
by Tony Chemit
at 2021-01-23T09:46:55+01:00
Use now containerDto (make us remove a lots of code we now generate)
-
77caeba3
by Tony Chemit
at 2021-01-23T16:44:16+01:00
* Sanitize service API and Local API
* Align it to DataDto type
* Make neutral ObserveServiceLocal
-
20c9f26c
by Tony Chemit
at 2021-01-23T16:44:16+01:00
* Align UI to DataDto type
* Simplify UI code (add more method final)
-
71d00f50
by Tony Chemit
at 2021-01-23T16:44:16+01:00
Put config color in UIManager
-
1e6f7ff2
by Tony Chemit
at 2021-01-23T16:44:16+01:00
Use now config color in navigation tree
-
8d709c05
by Tony Chemit
at 2021-01-24T18:44:30+01:00
Introduce DtoMetaTransformer to augments dto model (this is a first step, we will later improve it to minimize as much as possible stuff to write in models)
Rename FloatingObect sub dto to respect convention over configuration on ContainerDto.
-
0d7934bb
by Tony Chemit
at 2021-01-25T10:08:56+01:00
augments reference in dto model
-
e6807f21
by Tony Chemit
at 2021-01-25T17:06:32+01:00
make observe tag values available in eugene :)
-
44fc8be6
by Tony Chemit
at 2021-01-25T17:39:25+01:00
introduce tag values extractor
-
96b19535
by Tony Chemit
at 2021-01-27T11:54:24+01:00
fix tag value by adding a basic space after tag value section
-
0c798c03
by Tony Chemit
at 2021-01-27T11:55:03+01:00
remove bad tag value usage
-
26b984f7
by Tony Chemit
at 2021-01-27T11:55:28+01:00
add tag values in toolkit store (and remove unused one)
-
035bef8f
by Tony Chemit
at 2021-01-27T11:56:42+01:00
* introduce tag values extractor and use it on dto model
* need now to remove any tag value from models files
-
30c6c515
by Tony Chemit
at 2021-01-27T19:00:07+01:00
Use new models maven layout (two models by domain + one new for migration)
-
bf6cbc8b
by Tony Chemit
at 2021-01-28T19:11:52+01:00
Improve tag-values code and apply it also for packages
-
1d55e100
by Tony Chemit
at 2021-01-29T12:36:29+01:00
Use last Topia extension API :
* generate flat-layout for hibernate mapping
* do no generate stuff for abstract entities
* stop generating dao bad design code
* reuse natural ids \o/
-
b655220d
by Tony Chemit
at 2021-01-30T10:24:15+01:00
Rename containerDto.getSize to ContainerDto.getChildrenSize (in v9 we got a Sample.size property (and Sample is containerDto...)
-
6fcc22f0
by Tony Chemit
at 2021-01-30T11:03:31+01:00
Remove for the moment any natural id (since we do not want to change database model)
-
64f4e17c
by Tony Chemit
at 2021-01-30T11:03:31+01:00
Fix tag values extractor (for new keys on package)
-
eaf1f9da
by Tony Chemit
at 2021-01-30T12:48:47+01:00
update pom
-
1d872089
by Tony Chemit
at 2021-01-30T19:56:39+01:00
Remove toolkit from project (the very same on v8 and v9)
-
9069ef5d
by Tony Chemit
at 2021-01-30T20:22:16+01:00
Use last stable toolkit
-
ddb2c4bd
by Tony Chemit
at 2021-01-30T20:30:50+01:00
Remove toolkit from project (the very same on v8 and v9)
-
1fce64d7
by Tony Chemit
at 2021-01-30T20:42:18+01:00
Remove toolkit from project (the very same on v8 and v9)
-
99c1e981
by Tony Chemit
at 2021-01-31T06:27:00+01:00
Remove toolkit from project (the very same on v8 and v9)
-
7126cd18
by Tony Chemit
at 2021-01-31T11:22:09+01:00
Replace nuiton-validator by java4all validation
Use next toolkit
-
b970af53
by Tony Chemit
at 2021-01-31T12:11:45+01:00
Sélection multiple de marées - Closes #1747
-
359637ac
by Tony Chemit
at 2021-01-31T14:02:16+01:00
Rename FloatingObjectService method to avoid method name collision (used for api-test to come)
-
8ee0e097
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Introduce services-api-test module (with generated service test api)
Introduce local-test and client-test based on fixture API
- See #795
-
bf884477
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Replace nuiton-utils by java-util
-
5e719f9c
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Add more logs in tests
Avoid collision in tests directories
-
a43f89ab
by Tony Chemit
at 2021-02-06T07:28:18+01:00
update http lib (with new test generator API)
-
f3d5f9db
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Fix Rest client tests (evil internal states in class test rule).
-
597bc021
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Problème de persistence de trois relations - See #1776
-
d2d75304
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Use Inherited annotation (jdk first)
-
a7c7cdb7
by Tony Chemit
at 2021-02-06T07:28:18+01:00
make i18n silent in maven build
-
8f3caf56
by Tony Chemit
at 2021-02-06T07:28:18+01:00
Utilisation du schema généré amélioré
-
2217238a
by Tony Chemit
at 2021-02-06T07:28:45+01:00
Use skipCopyToEntity
-
f89d7cdd
by Tony Chemit
at 2021-02-07T10:04:19+01:00
Fix error while creating a new local db, with an existing local db without backup: the data source is not open before destroy.
-
1f46f338
by Tony Chemit
at 2021-02-07T11:22:40+01:00
* Improve maven build with run-tck profile
* Improve maven snapshot deploy (now add timestamp to deployed files on ultreia.io)
* Improve maven release build (include default configuration to activate release profiles).
-
a3b7e80e
by Tony Chemit
at 2021-02-07T13:18:42+01:00
Problème lors du chargement d'une sauvegarde - Closes #1777
-
2efa6813
by Tony Chemit
at 2021-02-07T15:29:05+01:00
Les références sur les marées ne contiennent plus les données techniques - Closes #1779
-
3a8f7312
by Tony Chemit
at 2021-02-07T15:29:05+01:00
Problème d'accessibilité sur le formulaire avançon - Closes #1778
-
68e17899
by Tony Chemit
at 2021-02-07T18:41:35+01:00
Introduce tck database, rename referentiel to referential.
Now all legacy data tests are now ok \o/
See #795
-
f1139b16
by Tony Chemit
at 2021-02-07T18:56:40+01:00
update CHANGELOG [skip ci]
-
59012fd4
by Tony Chemit
at 2021-02-07T18:58:17+01:00
[jgitflow-maven-plugin]updating poms for 8.0.5 branch with snapshot versions[skip ci]
-
83f69a16
by Tony Chemit
at 2021-02-07T18:59:00+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.5' with non-snapshot versions[skip ci]
-
fa51109d
by Tony Chemit
at 2021-02-07T19:13:08+01:00
[jgitflow-maven-plugin]merging 'release/8.0.5' into 'master'
-
5b1a3e3d
by Tony Chemit
at 2021-02-07T19:39:14+01:00
Fix release 8.0.5
-
2b9201dd
by Tony Chemit
at 2021-02-07T19:40:49+01:00
[jgitflow-maven-plugin]updating poms for 8.0.6-SNAPSHOT development[skip ci]
-
cec6fdea
by Tony Chemit
at 2021-02-07T19:40:49+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
02b4b063
by Tony Chemit
at 2021-02-07T19:40:49+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
49eaddef
by Tony Chemit
at 2021-02-07T19:51:05+01:00
Let's add release maven module any time, this simplify the main build (no more extra configuration for release, or any other extra builds)
-
cd0ea9b3
by Tony Chemit
at 2021-02-09T09:59:46+01:00
Problème de sauvegardes des échantillons - Closes #1780
-
2ee01f5d
by Tony Chemit
at 2021-02-09T13:06:54+01:00
Mauvaise disposition de l'encadré des espèces et quelques améliorations sur les deux écrans - See #1781
-
3af924ab
by Tony Chemit
at 2021-02-09T13:13:50+01:00
On en voit plus les DCP! - See #1782
-
7f395546
by Tony Chemit
at 2021-02-09T15:10:16+01:00
update pom
-
3fb0b64e
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Impossible d'importer des données en mode avancé - Closes #1783
-
79ca68de
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Finaliser les tests automatisés de services - See #1785
Stash before moving to home
-
817dcb74
by Tony Chemit
at 2021-02-18T18:08:58+01:00
fix application-assembly profiles: should be able to get a minimal assembly zip on not release build.
-
40375bae
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Problème sur la gestion des référentiels manquant lors d'un import - Closes #1784
-
695f980e
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Review some start action accelerator (replace Alt+Q by Alt+S) (the first one looks more than a quit command...)
-
1471acea
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Improve data management messages
-
17cea43e
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Déplacement de marées pas effectif - See #1786
-
02a3a075
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Add nice NavigationResult.getProgram method
-
f18f6bee
by Tony Chemit
at 2021-02-18T18:08:58+01:00
On en voit plus les DCP! - Closes #1782
Déplacement de marées pas effectif - Closes #1786
-
37a0539c
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Problème de contexte d'édition lors de déplacement - Closes #1789
Déplacement de marées pas effectif - Closes #1786
Amélioration de la boite de dialogue de suppression - Closes #1787
-
add1acac
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Mauvaise disposition de l'encadré des espèces et quelques améliorations sur les deux écrans - Closes #1781
-
2891e9ac
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Déplacement de marées pas effectif - Closes #1786
Revue pour le déplacement simple.
-
2d8a2798
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Revoir l'ordre des actions dans la popup **Actions** - Closes #1788
-
1f69e482
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Amélioration de la boite de dialogue de suppression - Closes #1787
-
3966a835
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Do not select new node (stays on parent node)
-
efdb9cbb
by Tony Chemit
at 2021-02-18T18:08:58+01:00
LL-Logbook Set second tab has a bad layout (the content is center on the screen, instead of being at top).
-
3d53881c
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Amélioration de l'arbre de navigation - Closes #1790
-
c5a6393e
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Revoir les actions à réaliser lors d'un déplacement de données - See #1791
La mise à jour des nœuds de l'arbre sont de nouveau correctes.
-
5ac3925a
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Problème de persistence de trois relations - See #1776
petit oubli ...
-
a7c13093
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Fix some little errors on LL-Landing
-
b5fa30d2
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Finaliser les tests automatisés de services - Closes #1785
-
0e153437
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Fix ActivitySample save: always set the entity to parent (before was only done if sample was null)
-
2ad9fcb2
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Add nice log to get scripts
-
dfdacc1d
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Catch error when deleting
-
9aa8f15d
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Catch error when moving
-
d0a53298
by Tony Chemit
at 2021-02-18T18:08:58+01:00
LL-Logbook-Sample fix bad timeStamp binding in form.
-
475d57e8
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Make Ps-Observation-DCP addPreset action works again (added in Actions menu with accelerator F9).
-
368caa0d
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Fix NavigationNode.findById method (do not use the isLeaf method, prefer use concrete getChildCount since we are sure at this point that children nodes are loaded)
-
06d97416
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Add nice isEmptyNode method to force leaf property on some node.
-
567b0bfc
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Better catch of exceptions in DeleteExecutor.
-
b206cadf
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Amélioration du rendu des coordonnées - Closes #1792
-
926e652a
by Tony Chemit
at 2021-02-18T18:08:58+01:00
Correction des tri sur les dates - See #1792
-
6841051e
by Tony Chemit
at 2021-02-19T16:03:19+01:00
Improve some data services
Introduce ShortIdDto
Use new toolkit APIs
Remove OpenableDataService.loadReferenceToRead
Remove EditableDataService.loadReferenceToRead
Rendre les déplacements impossible si les parents incriminés sont obsolètes. - See #1794
-
2e6329dd
by Tony Chemit
at 2021-02-19T16:03:19+01:00
fix release build
fix serverId in maven pom (use one already defined)
-
fc182af0
by Tony Chemit
at 2021-02-19T16:18:33+01:00
update CHANGELOG [skip ci]
-
8d796385
by Tony Chemit
at 2021-02-19T16:19:14+01:00
[jgitflow-maven-plugin]updating poms for 8.0.6 branch with snapshot versions[skip ci]
-
c4273ddf
by Tony Chemit
at 2021-02-19T16:19:16+01:00
[jgitflow-maven-plugin]updating poms for 8.0.7-SNAPSHOT development[skip ci]
-
ab3ae472
by Tony Chemit
at 2021-02-19T16:19:54+01:00
fix release profiles
-
0f069f8b
by Tony Chemit
at 2021-02-19T16:20:13+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.6' with non-snapshot versions[skip ci]
-
81fcef8e
by Tony Chemit
at 2021-02-19T16:33:53+01:00
[jgitflow-maven-plugin]merging 'release/8.0.6' into 'master'
-
1ca8c3d0
by Tony Chemit
at 2021-02-19T16:33:56+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
9afdfc39
by Tony Chemit
at 2021-02-19T16:33:57+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
dccf7a71
by Tony Chemit
at 2021-02-19T16:33:57+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
cacb0ae3
by Tony Chemit
at 2021-02-20T09:59:42+01:00
fix back release profile
-
595f5a2a
by Tony Chemit
at 2021-02-20T09:59:42+01:00
let define previous model version in pom for update-tck
-
98258f38
by Tony Chemit
at 2021-03-09T10:28:05+01:00
improve ci jobs
-
01cb617d
by Tony Chemit
at 2021-03-09T10:28:05+01:00
Mauvaise génération d'une sauvegarde si toutes les données sont sélectionnées
-
6d7366ad
by Tony Chemit
at 2021-03-09T10:28:05+01:00
Rendre les déplacements impossible si les parents incriminés sont obsolètes. - Closes #1794
-
320af6c0
by Tony Chemit
at 2021-03-09T10:28:05+01:00
Réusinage de la configuration d'une source de données et des templates associées - Closes #1797
-
df05cdfd
by Tony Chemit
at 2021-03-09T10:28:05+01:00
Revue de l'opération longue de validation - Closes #1798
-
af76b2dc
by Tony Chemit
at 2021-03-11T10:51:24+01:00
Réusinage de la configuration d'une source de données et des templates associées - Closes #1797
-
d219d92e
by Tony Chemit
at 2021-03-11T10:51:24+01:00
Fix bad reports selection
-
58b30886
by Tony Chemit
at 2021-03-12T13:16:40+01:00
Réusinage de la configuration d'une source de données et des templates associées - Closes #1797
-
b564c86a
by Tony Chemit
at 2021-03-12T13:16:40+01:00
Bloquer l'import d'une marée si elle contient des identifiants déjà utilisés dans la base cible - Closes #1799
-
384b1d11
by Tony Chemit
at 2021-03-12T13:16:40+01:00
Update jaxx
-
a5cef205
by Tony Chemit
at 2021-03-12T13:16:40+01:00
Fix LL Paring admin action
-
9d65cd9d
by Tony Chemit
at 2021-03-12T13:16:40+01:00
Simplify admin actions menu: no more any generated menu ui, just declare them while installing the body content
-
b28aaabc
by Tony Chemit
at 2021-03-12T14:03:14+01:00
Amélioration des éditeurs inline - Closes #1800
-
990796ec
by Tony Chemit
at 2021-03-12T14:05:26+01:00
Fix bad toolkit release
-
e663a35b
by Tony Chemit
at 2021-03-12T14:47:42+01:00
Improve LL pairing result tree (remove any node without data, and sort also activity nodes by their timestamp)
-
78828aa2
by Tony Chemit
at 2021-03-12T14:49:06+01:00
[jgitflow-maven-plugin]updating poms for 8.0.7 branch with snapshot versions[skip ci]
-
27300389
by Tony Chemit
at 2021-03-12T14:49:08+01:00
[jgitflow-maven-plugin]updating poms for 8.0.8-SNAPSHOT development[skip ci]
-
d1a0b760
by Tony Chemit
at 2021-03-12T14:49:46+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.7' with non-snapshot versions[skip ci]
-
7dcb4b27
by Tony Chemit
at 2021-03-12T15:04:37+01:00
[jgitflow-maven-plugin]merging 'release/8.0.7' into 'master'
-
0bc91849
by Tony Chemit
at 2021-03-12T15:04:40+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
883cde74
by Tony Chemit
at 2021-03-12T15:04:40+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
77e18ca8
by Tony Chemit
at 2021-03-12T15:04:41+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
b3689e64
by Tony Chemit
at 2021-03-12T15:08:38+01:00
update CHANGELOG [skip ci]
-
debe8750
by Tony Chemit
at 2021-03-13T11:37:47+01:00
Corrections du rendu visuel des heures de création et modification incorrect - Closes #1802
-
9eedb5bf
by Tony Chemit
at 2021-03-13T16:53:40+01:00
Générer de nouveaux identifiants sur tous les objets d'une grappe de données lors d'un déplacement - See #1801
-
35a7ad77
by Tony Chemit
at 2021-03-14T11:13:52+01:00
Introduce PersistenceResult to perform better save in services - See ird-observe-toolkit#24
See #1801
-
cfb75038
by Tony Chemit
at 2021-03-14T11:37:55+01:00
Introduce PersistenceResult to perform better save in services - See ird-observe-toolkit#24
Close #1801
-
d22e3e42
by Tony Chemit
at 2021-03-15T15:51:51+01:00
Déplacement du référentiel **ObservedSystem** to **ps_common** - Closes #1804
-
6606d272
by Tony Chemit
at 2021-03-15T16:14:28+01:00
update CHANGELOG [skip ci]
-
b1a46212
by Tony Chemit
at 2021-03-15T16:18:13+01:00
[jgitflow-maven-plugin]updating poms for 8.0.8 branch with snapshot versions[skip ci]
-
aa306a27
by Tony Chemit
at 2021-03-15T16:18:14+01:00
[jgitflow-maven-plugin]updating poms for 8.0.9-SNAPSHOT development[skip ci]
-
cf57d52d
by Tony Chemit
at 2021-03-15T16:20:32+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.8' with non-snapshot versions[skip ci]
-
f0f19737
by Tony Chemit
at 2021-03-15T16:46:19+01:00
[jgitflow-maven-plugin]merging 'release/8.0.8' into 'master'
-
6cee2dbd
by Tony Chemit
at 2021-03-18T12:18:45+01:00
Remove BranchlineService - Closes #1811
-
3e744355
by Tony Chemit
at 2021-03-18T12:21:32+01:00
Improve node tests (do not any longer hard code node count, but compute it from business modules)
-
5f4598ff
by Tony Chemit
at 2021-03-20T12:39:03+01:00
Petits ajustements sur le gestionnaire de connection - Closes #1816
-
6bac92ed
by Tony Chemit
at 2021-03-20T12:39:03+01:00
update pom
-
a487621a
by Tony Chemit
at 2021-03-20T12:39:03+01:00
Fix referenceProperty on Simple Data
-
80231181
by Tony Chemit
at 2021-03-20T12:39:03+01:00
Réduire la taille de l'archive d'un retour d'expérience - Closes #1818
-
252f8fe8
by Tony Chemit
at 2021-03-20T12:39:03+01:00
fix i18n getter
-
5a6fb06a
by Tony Chemit
at 2021-03-20T13:17:33+01:00
update CHANGELOG [skip ci]
-
3381e95b
by Tony Chemit
at 2021-03-20T13:19:00+01:00
Fix bad merge from develop-9
-
43fec27f
by Tony Chemit
at 2021-03-20T14:01:47+01:00
FIX installCreateNewOpenableAction NPE
-
f4bdfee4
by Tony Chemit
at 2021-03-20T14:01:50+01:00
FIX ListUI title
-
324f44c1
by Tony Chemit
at 2021-03-20T18:22:37+01:00
Génération des nœuds des référentiels - See #1819
-
9957c389
by Tony Chemit
at 2021-03-20T23:45:47+01:00
Realign code to Open UI
-
dabdc097
by Tony Chemit
at 2021-03-20T23:49:25+01:00
Improve EditableDataServiceLocalSupport (manage now single or multiple association type)
-
d15f5af2
by Tony Chemit
at 2021-03-23T09:08:53+01:00
update pom
-
9c774cfd
by Tony Chemit
at 2021-03-23T09:08:53+01:00
Fix and improve StorageUIModel templates
-
ae0b8c3e
by Tony Chemit
at 2021-03-24T09:03:02+01:00
Poblème de chargement de la carte - Closes #1821
-
34ad2a19
by Tony Chemit
at 2021-03-24T09:03:02+01:00
Améliorer du démarrage si la base locale n'a pas pu être ouverte - Closes #1820
-
1576b356
by Tony Chemit
at 2021-03-24T09:03:02+01:00
update toolkit
-
2f8cd4b5
by Tony Chemit
at 2021-03-24T09:11:26+01:00
update CHANGELOG [skip ci]
-
9c728821
by Tony Chemit
at 2021-03-24T09:18:56+01:00
[jgitflow-maven-plugin]updating poms for 8.0.9 branch with snapshot versions[skip ci]
-
072030de
by Tony Chemit
at 2021-03-24T09:18:58+01:00
[jgitflow-maven-plugin]updating poms for 8.0.10-SNAPSHOT development[skip ci]
-
11a11b15
by Tony Chemit
at 2021-03-24T09:22:34+01:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.9' with non-snapshot versions[skip ci]
-
8a17f6a8
by Tony Chemit
at 2021-03-24T09:39:37+01:00
Merge branch 'release/8.0.9'
Conflicts:
client/configuration/pom.xml
client/core/pom.xml
client/datasource/actions/pom.xml
client/datasource/api/pom.xml
client/datasource/editor/api-test/pom.xml
client/datasource/editor/api/pom.xml
client/datasource/editor/common/pom.xml
client/datasource/editor/ll/pom.xml
client/datasource/editor/pom.xml
client/datasource/editor/ps/pom.xml
client/datasource/editor/spi/pom.xml
client/datasource/pom.xml
client/i18n/pom.xml
client/pom.xml
client/runner/pom.xml
models/dto/definition/pom.xml
models/dto/java/pom.xml
models/dto/pom.xml
models/persistence/definition/pom.xml
models/persistence/java/pom.xml
models/persistence/migration/pom.xml
models/persistence/pom.xml
models/pom.xml
observe/pom.xml
pom.xml
server/configuration/pom.xml
server/core/pom.xml
server/i18n/pom.xml
server/pom.xml
server/runner/pom.xml
services/api-test/pom.xml
services/api/pom.xml
services/client-impl/pom.xml
services/client-test/pom.xml
services/i18n/pom.xml
services/local-impl/pom.xml
services/local-test/pom.xml
services/pom.xml
services/provider/pom.xml
services/validation-spi/pom.xml
services/validation/pom.xml
tests/pom.xml
tests/test-config/pom.xml
tests/test/pom.xml
-
5ad5bcc0
by Tony Chemit
at 2021-03-24T09:40:21+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
-
ba10ed11
by Tony Chemit
at 2021-03-24T09:40:22+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
-
79e95697
by Tony Chemit
at 2021-03-24T09:40:22+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
a8f9598c
by Tony Chemit
at 2021-04-16T12:58:31+02:00
postgresql/update.sh ne démarre pas - Closes #1823
-
a9de6914
by Tony Chemit
at 2021-04-16T12:58:36+02:00
do not run validation tests by default
-
db3bdb1a
by Tony Chemit
at 2021-04-16T13:09:10+02:00
update CHANGELOG [skip ci]
-
ecf60e15
by Tony Chemit
at 2021-04-16T13:10:38+02:00
[jgitflow-maven-plugin]updating poms for branch'release/8.0.10' with non-snapshot versions[skip ci]
-
ec1f93c7
by Tony Chemit
at 2021-04-16T13:27:10+02:00
[jgitflow-maven-plugin]merging 'release/8.0.10' into 'master'
-
b8ba3a0c
by Tony Chemit
at 2021-07-06T16:05:50+02:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
-
68d79ee5
by Tony Chemit
at 2021-07-06T16:07:24+02:00
update CHANGELOG [skip ci]
-
7710806b
by Tony Chemit
at 2021-07-06T16:07:24+02:00
Erreur lorsqu'on refuse la création d'un retour d'expérience - Closes #1833
-
df03dd68
by Tony Chemit
at 2021-07-06T16:07:24+02:00
Détection d'une base de version supérieure (always use application model to service configuration) - See #1831
-
747f00d2
by Tony Chemit
at 2021-07-06T16:11:56+02:00
update gitignore
-
00be936d
by Tony Chemit
at 2021-07-06T16:11:56+02:00
Réduire la taille de l'archive d'un retour d'expérience - Closes #1845
-
d6a6df65
by Tony Chemit
at 2021-07-06T16:11:56+02:00
Classement des connexion - Closes #1844
-
8e15d7d8
by Tony Chemit
at 2021-07-06T16:11:56+02:00
Ajouter une action pour pouvoir récupérer le jeton d'authentification en mode server - Closes #1825
-
b03f5ff8
by Tony Chemit
at 2021-07-06T16:11:56+02:00
Ajouter deux options par défaut sur le serveur pour avoir des langues par défaut - Closes #1826
-
e67b8858
by Tony Chemit
at 2021-07-06T16:20:01+02:00
Make develop → develop-8.x