- Mar 25, 2025
-
-
Tuukka Lehtonen authored
gitlab #1257 (cherry picked from commit c3281f14) Co-authored-by:
Jussi Koskela <jussi.koskela@semantum.fi>
-
- Mar 24, 2025
-
-
Tuukka Lehtonen authored
Remove unnecessary String.toUpperCase gitlab #1256 !199
-
- Mar 17, 2025
-
-
Tuukka Lehtonen authored
This is done only after configuration context has failed to primarily use faster configuration context resolution. gitlab #1255
-
- Mar 13, 2025
-
-
Tuukka Lehtonen authored
Having an editor adapter with negative priority will cause ChooseActionRequest.chooseAction to ignore the adapter even it if it is the only adapter found by IDoubleClickActions. Therefore in such cases we may just as well expand/collapse the double clicked node. gitlab #1254 (cherry picked from commit f9568c38) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Mar 11, 2025
-
-
Marko Luukkainen authored
gitlab #1253
-
Marko Luukkainen authored
Using CurrentThread instead of AWTThread fixes the problem. refs #1252
-
Tuukka Lehtonen authored
Remove property/connection relation statements that have no replacement in the target type gitlab #1244 (cherry picked from commit 775257e8) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Mar 10, 2025
-
-
Tuukka Lehtonen authored
refs #596
-
Tuukka Lehtonen authored
The code that migrates instanceof and property/connection relation statements did not check if the replacement relation was actually the exact same as the original one. gitlab #1244 (cherry picked from commit bfa79f19) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Mar 07, 2025
-
-
Marko Luukkainen authored
gitlab #596 Change-Id: I11cf5d5836de9b7eb80311c93bd1bfa9ee9705a9
-
- Mar 06, 2025
-
-
Tuukka Lehtonen authored
gitlab #1251 (cherry picked from commit 0a4249b6) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Mar 05, 2025
-
-
Tuukka Lehtonen authored
Previously all RVI -> Variable resolution was performed through the configuration context which naturally doesn't work for entities that only exist in an experiment context. The editor still performs the default action on the first parent variable's resource representation that has one. gitlab #1250 (cherry picked from commit 61450d35) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
Tuukka Lehtonen authored
Added another function printingToFileWithCharset "filename" "charset" for controlling the output charset. gitlab #1242 (cherry picked from commit 6848cb01) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Mar 04, 2025
-
-
gitlab #1234
-
- Mar 03, 2025
-
-
Tuukka Lehtonen authored
gitlab #1249 (cherry picked from commit 8d15ec8d) Co-authored-by:
Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
-
- Feb 24, 2025
-
-
Tuukka Lehtonen authored
Caused PDF export to always crash and never export anything. gitlab #597 (cherry picked from commit ff4780ca)
-
- Feb 11, 2025
-
-
Tuukka Lehtonen authored
-
Tuukka Lehtonen authored
Fixes an UnsupportedOperationException that could get unnecessarily thrown when closing a diagram editor or closing the whole workbench. gitlab #1248 (cherry picked from commit cb954ff5)
-
- Feb 10, 2025
-
-
Tuukka Lehtonen authored
* filesystem poller is not polled continuously, not at 100ms intervals * java.util.logging usage removed, lots of slf4j trace logging added to FileHistory gitlab #1247 (cherry picked from commit 9fa0ebd1)
-
- Feb 06, 2025
-
-
Tuukka Lehtonen authored
This was changed because IMMEDIATE_UPDATE seems to cause way too much thrashing with immediate query updates under certain conditions. This is essentially a test to see if INVALIDATE would work better all-round even though it has its deficiencies as well. Closes #1184 !186
-
Tuukka Lehtonen authored
Closes #1192 !185
-
Tuukka Lehtonen authored
gitlab #1204
-
- Feb 05, 2025
-
-
Tuukka Lehtonen authored
* Mark all jersey bundles Bundle-ActivationPolicy: lazy * Override instructions for jersey-media-multipart * Disable require-bundle for jersey-media-multipart * Make javax packages optional for jersey-media-multipart * Add necessary jersey package dependencies for SCL REST API * Add missing javassist Closes #1137
-
Tuukka Lehtonen authored
* Fixed `org.simantics.history.rest` plug-in dependencies * Start Jersey `OsgiRegistry` bundle before starting the rest server Closes #1220
-
Tuukka Lehtonen authored
Avoids dirty-read crashes in `ResourceURIToVariable` queries that update immediately upon the deny that was previously performed first, causing the updated resource to intermittently become an instance of nothing which crashes `ResourceURIToVariable` unexpectedly resulting in related query updates to stop happening. gitlab #1244
-
-
- Feb 04, 2025
-
-
Tuukka Lehtonen authored
Needed to keep it like this for historical reasons. The other create-methods have previously thrown AssertionErrors when trying to construct a Resource with a 0 resource ID so it's OK the change them to throw BindingException which is canonical for binding implementations. gitlab #1239
-
Tuukka Lehtonen authored
They find the first `IndexedSequence` index containing the minimum or maximum value of the sequence. gitlab #1243
-
- Feb 03, 2025
-
-
Tuukka Lehtonen authored
This reverts commit 8faddf4f. gitlab #1238
-
- Jan 31, 2025
-
-
gitlab #1238
-
gitlab #1228
-
Tuukka Lehtonen authored
Purge is now finally able to actually delete all the data in the DB Trash Bin properly and disk space is freed accordingly. gitlab #1214
-
Tuukka Lehtonen authored
Also allow printing to specified PrintStream. gitlab #1241 (cherry picked from commit cd5aa710)
-
Tuukka Lehtonen authored
Previously this threw AssertionError from ResourceImpl constructor, which is not good practice. gitlab #1239 (cherry picked from commit 84103c2c)
-
Tuukka Lehtonen authored
gitlab #1240 (cherry picked from commit 121c20c4)
-
- Jan 24, 2025
-
-
Tuukka Lehtonen authored
gitlab #1236
-
Tuukka Lehtonen authored
gitlab #1235
-
- Jan 17, 2025
-
-
Tuukka Lehtonen authored
This would happen if an annotation is attached to an entity with both the annotation property relation and L0.ConsistsOf. gitlab #1232
-
- Jan 16, 2025
-
-
Tuukka Lehtonen authored
Fixes one cause DB query cache corruption/poisoning. gitlab #1231
-
- Jan 13, 2025
-
-
Tuukka Lehtonen authored
Amendment to 94c0ae0a. gitlab #1227
-