- 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
-
Tuukka Lehtonen authored
* Remove Apros-specific docs from Simantics/{Chart,Subscription} * Add Simantics/Chart functions: * createNamedChart * createNamedChartGroup * chartByPath * chartGroupByPath * chartItemsOf * chartItemByLabel * chartItemByIndex * adjustChartItem See the SCL documentation for what these do. gitlab #1227
-
Tuukka Lehtonen authored
Closes #1226
-
- Jan 10, 2025
-
-
Tuukka Lehtonen authored
gitlab #1224
-
Tuukka Lehtonen authored
Checks if the index root containing `from` has (transitive) L0.IsLinkedTo based visibility to the index root containing `to` gitlab #1223
-
Tuukka Lehtonen authored
Mainly intended for creating more readable error or informational messages. gitlab #1222
-
- Jan 03, 2025
-
-
Tuukka Lehtonen authored
Previously no continuous issues could ever be removed by Purge Resolved Issues, even if the issues are clearly useless/disconnected from everything. gitlab #1148
-
- Dec 31, 2024
-
-
Tuukka Lehtonen authored
`MigrationConfig.collectApplicableChanges == True` should only take effect when `MigrationConfig.dryRun == True`, not when it's `False`. When `dryRun == False`, the changes will be applied immediately anyway so there's no point in storing them for later application. gitlab #1221
-
- Dec 19, 2024
-
-
Tuukka Lehtonen authored
gitlab #1219
-
- Dec 16, 2024