author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
426,496
14.07.2021 11:03:46
-7,200
34816768a48b4ef83983a1ebe4a909e894f43494
interface IKVValue for objects that are written to the key value store
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -29,7 +29,7 @@ class CLHamtInternal : CLHamtNode<CPHamtInternal> {\nfun create(...
Kotlin
Apache License 2.0
modelix/modelix
interface IKVValue for objects that are written to the key value store
426,496
14.07.2021 11:04:20
-7,200
c66a1e16e4f7330b9d3414a6e242b76b4f5cd8c4
increase timeout for javascript tests (10 s -> 60 s)
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -31,7 +31,7 @@ kotlin {\nnodejs {\ntestTask {\nuseMocha {\n- timeout = 10000\n+ timeout = 60000\n}\n}\n}\n" } ]
Kotlin
Apache License 2.0
modelix/modelix
increase timeout for javascript tests (10 s -> 60 s)
426,496
14.07.2021 11:24:19
-7,200
2b4135b98cd0646ba32a07542044782b9e6221aa
disabled GarbageFilteringStore
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/GarbageFilteringStore.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/GarbageFilteringStore.kt", "diff": "@@ -21,6 +21,7 @@ import org.modelix.model.IKeyValueStoreWrapper...
Kotlin
Apache License 2.0
modelix/modelix
disabled GarbageFilteringStore
426,496
14.07.2021 11:36:52
-7,200
5edd03e3b92edc1b12909a0092f1ff8a3583a7f0
caching of the sha hash computation used as keys in the KV-store
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -19,7 +19,6 @@ import org.modelix.model.api.COWArrays\nimport org.modelix.model...
Kotlin
Apache License 2.0
modelix/modelix
caching of the sha hash computation used as keys in the KV-store
426,496
14.07.2021 18:29:54
-7,200
07b4e492c123678264a612b5e5f6295c2922b985
reverted timeout for javascript tests to its previous value (60 s -> 10 s)
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -31,7 +31,7 @@ kotlin {\nnodejs {\ntestTask {\nuseMocha {\n- timeout = 60000\n+ timeout = 10000\n}\n}\n}\n" } ]
Kotlin
Apache License 2.0
modelix/modelix
reverted timeout for javascript tests to its previous value (60 s -> 10 s)
426,496
14.07.2021 21:31:30
-7,200
d651a463d4ee6143d564a093d680d5a7ddded9b0
fixed serializer for AddNewChildSubtreeOp
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/OperationSerializer.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/OperationSerializer.kt", "diff": "@@ -81,7 +81,7 @@ class OperationSerializer private construc...
Kotlin
Apache License 2.0
modelix/modelix
fixed serializer for AddNewChildSubtreeOp
426,496
14.07.2021 21:32:37
-7,200
a8e8a60b8b268dbd1f7695d3c88377ad59dd55dc
reduced batch size for sending entries to the model server 5000 -> 1000 There were often timeouts when writing 5000 entries
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -281,7 +281,7 @@ class RestWebModelClient @JvmOverloads constructor(var b...
Kotlin
Apache License 2.0
modelix/modelix
reduced batch size for sending entries to the model server 5000 -> 1000 There were often timeouts when writing 5000 entries
426,496
14.07.2021 23:47:05
-7,200
675e9c7b8112dc3c1ca6bce31fed114281a06b4b
fixed MPS plugin after model-client changes
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "diff": "</node>\n<node concept=\"3clFbJ\" id=\"qGcbng6B6X\" role=\"3cqZAp\">\n<node ...
Kotlin
Apache License 2.0
modelix/modelix
fixed MPS plugin after model-client changes
426,496
15.07.2021 08:26:05
-7,200
4a17b303a00b59275275ac61770969dd72706143
skip operations compression if there are less than 10 operations
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "diff": "@@ -44,7 +44,7 @@ class CLVersion {\nthis.store = tree.store\nthis.treeHash = KVEntryReferen...
Kotlin
Apache License 2.0
modelix/modelix
skip operations compression if there are less than 10 operations
426,496
15.07.2021 17:34:43
-7,200
ce585beacfbe91463ec224921e863260f9053440
fixed JS implementation of HashUtil.sha256(String) and added tests for it
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/HashUtilsTest.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/HashUtilsTest.kt", "diff": "@@ -33,6 +33,18 @@ class HashUtilsTest {\nassertEquals(\"47DEQ*pj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ...
Kotlin
Apache License 2.0
modelix/modelix
fixed JS implementation of HashUtil.sha256(String) and added tests for it
426,496
15.07.2021 17:57:41
-7,200
c106748a1e64e3951f31e764f9e2765583bf6bd7
tests for AddNewChildSubtreeOp and the compression that creates it
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "diff": "@@ -190,7 +190,7 @@ class CLVersion {\nbaseVersion = baseVersion,\nmergedVersion1 = null,\nm...
Kotlin
Apache License 2.0
modelix/modelix
tests for AddNewChildSubtreeOp and the compression that creates it
426,496
15.07.2021 18:57:29
-7,200
1b7fa604bdac21dc5840b44a020df047f7dcbb5f
remeber if a value was loaded from the KV-store to avoid writing it back
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "diff": "@@ -22,7 +22,7 @@ class KVEntryReference<out E : IKVValue>(private var written...
Kotlin
Apache License 2.0
modelix/modelix
remeber if a value was loaded from the KV-store to avoid writing it back
426,496
15.07.2021 22:42:16
-7,200
68bdb04b446019216d60044e7f4bd43d73375fb4
fixed operation compression
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/OperationsCompressor.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/OperationsCompressor.kt", "diff": "@@ -29,50 +29,23 @@ class OperationsCompressor(val resultTree: KVEntry...
Kotlin
Apache License 2.0
modelix/modelix
fixed operation compression
426,496
15.07.2021 22:43:02
-7,200
ec2f79ff18ca6d3c5aa8c83c4326adcd57bc9b59
bug in AsyncStore caused entries being written in the wrong order
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/AsyncStore.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/AsyncStore.kt", "diff": "@@ -75,7 +75,12 @@ class AsyncStore(private val store: IKeyValueStore) : IKeyValueStoreWrapp...
Kotlin
Apache License 2.0
modelix/modelix
bug in AsyncStore caused entries being written in the wrong order
426,496
15.07.2021 22:43:53
-7,200
b4c06fb8893a57ef523fe3b0ccfe1613c2845240
fixed exception in AddNewChildOp.toString
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "diff": "@@ -44,7 +44,6 @@ class KVEntryReference<out E : IKVValue>(private var written...
Kotlin
Apache License 2.0
modelix/modelix
fixed exception in AddNewChildOp.toString
426,496
15.07.2021 22:44:52
-7,200
c9f8b4dfb7eade5f877eec6ad62841a22f6981c6
minor issue in KVEntryReference.write
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/KVEntryReference.kt", "diff": "@@ -31,7 +31,7 @@ class KVEntryReference<out E : IKVValue>(private var written...
Kotlin
Apache License 2.0
modelix/modelix
minor issue in KVEntryReference.write
426,496
16.07.2021 00:04:10
-7,200
25cc123e66bddab5c1d8fe64f2494602084e5e08
RestWebModelClient itself now sorts the entries to guarantee the correct order The server rejects writes if the order is incorrect so it makes sense that the client is responsible to guarantee this order.
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -242,7 +242,33 @@ class RestWebModelClient @JvmOverloads constructor(var ...
Kotlin
Apache License 2.0
modelix/modelix
RestWebModelClient itself now sorts the entries to guarantee the correct order The server rejects writes if the order is incorrect so it makes sense that the client is responsible to guarantee this order.
426,496
16.07.2021 00:21:22
-7,200
93fadc97612c02a3d81466c10bfc5d19e7769165
For some reason there were null values for properties serialized At least we have to handle this during deserialization.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPNode.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPNode.kt", "diff": "@@ -234,14 +234,17 @@ class CPNode private constructor(\nval references = parts[6].spl...
Kotlin
Apache License 2.0
modelix/modelix
For some reason there were null values for properties serialized At least we have to handle this during deserialization.
426,496
16.07.2021 16:35:45
-7,200
eee51caddd9f470307febaa01e2820266ddfc6c9
Fixed multiple performance issues on the model server in the "/putAll" handler One of them was that entries were written one by one to the postgres database. Ignite doesn't have an SQL dialect implementation for postgres. Implemented one to enable bulk updates/inserts (upserts).
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/CachingStoreClient.java", "new_path": "model-server/src/main/java/org/modelix/model/server/CachingStoreClient.java", "diff": "@@ -18,7 +18,9 @@ package org.modelix.model.server;\nimport java.util.List;\nimpor...
Kotlin
Apache License 2.0
modelix/modelix
Fixed multiple performance issues on the model server in the "/putAll" handler One of them was that entries were written one by one to the postgres database. Ignite doesn't have an SQL dialect implementation for postgres. Implemented one to enable bulk updates/inserts (upserts).
426,496
16.07.2021 17:33:39
-7,200
08606c3383349ad86c148d594f8c4e02c8491894
changed ignite config to fix out of memory error
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "new_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "diff": "<!-- Redefining the default region's settings -->\n<property name=\"defaultDataRegionConfiguration...
Kotlin
Apache License 2.0
modelix/modelix
changed ignite config to fix out of memory error
426,496
16.07.2021 17:35:09
-7,200
fedb29ff4946d18de7d93c58d8993e6bea921782
Changed batch size for sending entries to the model server back to 5000 After fixing issues on the model server he can now handle this batch size.
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -307,7 +307,7 @@ class RestWebModelClient @JvmOverloads constructor(var b...
Kotlin
Apache License 2.0
modelix/modelix
Changed batch size for sending entries to the model server back to 5000 After fixing issues on the model server he can now handle this batch size.
426,496
16.07.2021 18:12:28
-7,200
417645f59dd5fc88b2e0e5ef58d406161a1a1fb5
changed ignite config to fix out of memory error (2)
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "new_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "diff": "<!-- Redefining the default region's settings -->\n<property name=\"defaultDataRegionConfiguration...
Kotlin
Apache License 2.0
modelix/modelix
changed ignite config to fix out of memory error (2)
426,496
16.07.2021 18:14:54
-7,200
dc62ace783f5d4b31235a0e70443d4783335ced6
ignite: changed number of backups to 0 After disabling the write behind cache, entries are written synchronously to the database. Durability is guaranteed by the database and the ignite cache is only a read cache.
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "new_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "diff": "<bean class=\"org.apache.ignite.configuration.CacheConfiguration\">\n<property name=\"name\" value...
Kotlin
Apache License 2.0
modelix/modelix
ignite: changed number of backups to 0 After disabling the write behind cache, entries are written synchronously to the database. Durability is guaranteed by the database and the ignite cache is only a read cache.
426,496
16.07.2021 18:34:05
-7,200
0818e60ed0cdad7b5b9441752f53ff933c778c43
Fixed exeption during AddNewChildSubtreeOp.apply by checking it before writing a version
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLVersion.kt", "diff": "@@ -190,7 +190,7 @@ class CLVersion {\nbaseVersion = baseVersion,\nmergedVersion1 = null,\nm...
Kotlin
Apache License 2.0
modelix/modelix
Fixed exeption during AddNewChildSubtreeOp.apply by checking it before writing a version
426,496
16.07.2021 23:10:39
-7,200
30f49e7c69c2a12e24f1c7461f3149f3b22d54b2
When sending a batch of new entries retry 3 times before restarting with the first batch
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -28,6 +28,7 @@ import org.modelix.model.client.SharedExecutors.fixDelay\n...
Kotlin
Apache License 2.0
modelix/modelix
When sending a batch of new entries retry 3 times before restarting with the first batch
426,496
17.07.2021 22:05:35
-7,200
26b6c7592c698e34ab3dbcf3fe0747f5ba32583d
Disable usage of ITree.visitChanges in MetaModelSynchronizer During a bulk import the change is to big and iterating over the diff takes forever.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaModelSynchronizer.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaModelSynchronizer.kt", "diff": "@@ -26,7 +26,12 @@ class MetaModelSynchronizer(val branch: I...
Kotlin
Apache License 2.0
modelix/modelix
Disable usage of ITree.visitChanges in MetaModelSynchronizer During a bulk import the change is to big and iterating over the diff takes forever.
426,496
17.07.2021 22:06:40
-7,200
1d69f3b0e9c206f0b58c09ac5d13238f2a09abc7
Increased data region size in the ignite config of the model server
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "new_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "diff": "<!-- Redefining the default region's settings -->\n<property name=\"defaultDataRegionConfiguration...
Kotlin
Apache License 2.0
modelix/modelix
Increased data region size in the ignite config of the model server
426,497
13.07.2021 11:54:25
-7,200
472a390867c1b80c4a5ed68219c12a0203c992ef
web-editor: add sidebar Adds a sidebar showing all the root nodes in the current model for easier navigation within the same model. The sidebar isn't responsive at the moment. Very short and very very long root node name will make it look strange.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "new_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "diff": "<ref role=\"20lvS9\" node=\"7NImM04RGAQ\" resolve=\"HTMLElement\" />\n</node>\n</node>\n+ <node ...
Kotlin
Apache License 2.0
modelix/modelix
web-editor: add sidebar Adds a sidebar showing all the root nodes in the current model for easier navigation within the same model. The sidebar isn't responsive at the moment. Very short and very very long root node name will make it look strange.
426,496
21.07.2021 10:48:17
-7,200
6e256cc19f1ba2c6800ae3e8fed78d324e15f0c6
Exception while activating a binding caused the UI server to not show new modules
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "diff": "<ref role=\"1Pybhc\" to=\"csg2:1LVcV5Kxxi$\" resolve=\"ModelServerConnection...
Kotlin
Apache License 2.0
modelix/modelix
Exception while activating a binding caused the UI server to not show new modules
426,496
21.07.2021 10:56:31
-7,200
73300311c02f2e3c6738a1a8aea20ef53731ef9a
EditorExtensions where not activated for the headless editor in the browser For example the layout extensions from MPS-extensions where not active causing the layout to look different than in the local MPS.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.svg/models/org.modelix.ui.svg.plugin.mps", "new_path": "mps/org.modelix.ui.svg/models/org.modelix.ui.svg.plugin.mps", "diff": "<import index=\"v18h\" ref=\"cc99dce1-49f3-4392-8dbf-e22ca47bd0af/java:kotlin(org.modelix.model.api/)\" />\n<impor...
Kotlin
Apache License 2.0
modelix/modelix
EditorExtensions where not activated for the headless editor in the browser For example the layout extensions from MPS-extensions where not active causing the layout to look different than in the local MPS.
426,504
22.07.2021 15:35:25
-7,200
3c0c1787219c8e2d44ae35886f1b76506368567a
follow up renaming
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"2068944020170241612\" name=\"jetbrains.mps.baseLanguage.javadoc.structure.Clas...
Kotlin
Apache License 2.0
modelix/modelix
follow up renaming
426,496
23.07.2021 00:43:36
-7,200
15d0d9e64ce6e50aa12d0250c5590a7846fafb35
Increased memory limit of model deployment
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -40,10 +40,10 @@ spec:\nreadOnly: true\nresources:\nrequests:\n- memory: \"300Mi\"\n+ memory: \"1000Mi\"\ncpu: \"0.1\"\nlimits:\n- memory: \"500Mi\"\n+...
Kotlin
Apache License 2.0
modelix/modelix
Increased memory limit of model deployment
426,496
23.07.2021 09:57:57
-7,200
d8f884145bdcda82d25797d4757cf6e911b0b32e
"Store Entire MPS Module Repository" action can be continued after restarting MPS
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "<ref role=\"3cqZAo\" node=\"34wDX_A9Mwk\" resolve=\"mpsRepo\" />\n</node>\n</n...
Kotlin
Apache License 2.0
modelix/modelix
"Store Entire MPS Module Repository" action can be continued after restarting MPS
426,496
23.07.2021 16:20:46
-7,200
15218fa3127bf2171df40673e90e4d461d13e79f
Action for showing the size of a repository (number of nodes)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -44,6 +44,13 @@ class CLHamtInternal(private val data: CPHamtInternal, store: I...
Kotlin
Apache License 2.0
modelix/modelix
Action for showing the size of a repository (number of nodes)
426,496
23.07.2021 23:23:15
-7,200
2f626a0527bc5bd64ce7553aac6e83fddceb740c
Store persistence version in tree and throw execption if it doesn't match Existing databases are not supported anymore by the new model client implementation. A meaningful error message is required.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLTree.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLTree.kt", "diff": "@@ -53,7 +53,7 @@ class CLTree : ITree {\narrayOf()\n)\nval idToHash = storeElement(root, CLHamtIn...
Kotlin
Apache License 2.0
modelix/modelix
Store persistence version in tree and throw execption if it doesn't match Existing databases are not supported anymore by the new model client implementation. A meaningful error message is required.
426,496
26.07.2021 23:46:07
-7,200
0687451386a9ff54a73e6928ce1b2d93dd49f637
Disabled the ProjectCanBeCopiedFromTheCloudToLocalAndSyncedTest It loads a model server dump that needs to be updated (no idea how).
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"2ShNRf\" id=\"6Oq35Wg1Xie\" role=\"HW$Y0\">...
Kotlin
Apache License 2.0
modelix/modelix
Disabled the ProjectCanBeCopiedFromTheCloudToLocalAndSyncedTest It loads a model server dump that needs to be updated (no idea how).
426,496
27.07.2021 10:30:05
-7,200
b89e1da147ec5401311c70a178843e8470389e33
Test that ensures that the HAMT map always produces the same hash if the content is the same
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/Hamt_Test.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/Hamt_Test.kt", "diff": "@@ -96,4 +96,39 @@ class Hamt_Test {\n// assertEquals(6, (hamt!!.getData() as CPHamtInternal).children...
Kotlin
Apache License 2.0
modelix/modelix
Test that ensures that the HAMT map always produces the same hash if the content is the same
426,496
27.07.2021 14:08:59
-7,200
ce52044f55d0b2848d17d2035700a6d82aae701c
Performance optimization for ITreeVisitors that don't process .nodeAdded/.nodeRemoved After a bulk import this allows to skip visiting the whole imported subtree.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -159,7 +159,7 @@ class CLHamtInternal(private val data: CPHamtInternal, store: ...
Kotlin
Apache License 2.0
modelix/modelix
Performance optimization for ITreeVisitors that don't process .nodeAdded/.nodeRemoved After a bulk import this allows to skip visiting the whole imported subtree.
426,496
27.07.2021 22:02:00
-7,200
0fba74a19613f08c51d665532cfb1405ed960b27
Tests for CLTree.visitChanges
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -207,12 +207,14 @@ class CLHamtInternal(private val data: CPHamtInternal, store...
Kotlin
Apache License 2.0
modelix/modelix
Tests for CLTree.visitChanges
426,496
27.07.2021 22:34:54
-7,200
5b0d425e1b35a9c9f9af3f083f9433eeba513fbc
Removed useless generic type from CLHamtNode
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLHamtInternal.kt", "diff": "@@ -22,7 +22,7 @@ import org.modelix.model.persistent.CPHamtNode\nimport org.model...
Kotlin
Apache License 2.0
modelix/modelix
Removed useless generic type from CLHamtNode
426,504
22.07.2021 18:00:49
-7,200
87f8ff8ed9eb338ae5d75009b0782c2e5bac83d8
adding RepositoryCanBeAddedAndRemembered
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "<node concept=\"3uibUv\" id=\"5yNJPA6buzG\" role=\"HW$YZ\">\n<ref role=\"3uigEE\" node=\...
Kotlin
Apache License 2.0
modelix/modelix
adding RepositoryCanBeAddedAndRemembered
426,504
22.07.2021 19:35:00
-7,200
d35ec733244e4627bef80e8c64ca2fd1a885c575
correcting integration test
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n<node concept=\"liA8E\" id=\"6kuATO4pZHx\" role=\"2OqNvi\">\n<ref role=\"37wK5l...
Kotlin
Apache License 2.0
modelix/modelix
correcting integration test
426,504
28.07.2021 10:34:57
-7,200
1388bcd42a6d6331c315417668d578c1d2c3d999
check URL for model servers start with http(s)://
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbJ\" id=\"7RHeqer4XE\" role=\...
Kotlin
Apache License 2.0
modelix/modelix
check URL for model servers start with http(s)://
426,504
28.07.2021 10:36:30
-7,200
e1e5f8595f8234abc1d8b9ef0091cb7d7b720ad2
fix caption for RemoveRepository
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "<node concept=\"sE7Ow\" id=\"7ardNfhN4SF\">\n<property role=\"3GE5qa\" value=\...
Kotlin
Apache License 2.0
modelix/modelix
fix caption for RemoveRepository
426,504
28.07.2021 10:37:59
-7,200
9820d847c4db34cd69a0441ade07b2b739862bbb
fix caption for RemoveModelServer
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "<node concept=\"sE7Ow\" id=\"4yJY4bt61T\">\n<property role=\"3GE5qa\" value=\"...
Kotlin
Apache License 2.0
modelix/modelix
fix caption for RemoveModelServer
426,496
28.07.2021 19:19:37
-7,200
b5b326089bbb3809386b5843970c5a1add5e3590
model-server: increased emptyPagesPoolSize from 100 (default) to 10000 This seems to fix the IgniteOutOfMemoryException that happened after writing ~ a million entries.
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "new_path": "model-server/src/main/resources/org/modelix/model/server/ignite.xml", "diff": "<property name=\"maxSize\" value=\"#{500L * 1024 * 1024}\"/>\n<property name=\"evictionThreshold\"...
Kotlin
Apache License 2.0
modelix/modelix
model-server: increased emptyPagesPoolSize from 100 (default) to 10000 This seems to fix the IgniteOutOfMemoryException that happened after writing ~ a million entries.
426,496
28.07.2021 19:20:02
-7,200
dd50402cf4b4994a56dbdceb7bc1c768a0d3dfcc
use the latest apache ignite version
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -21,9 +21,12 @@ dependencies {\ncompile group: 'org.apache.commons', name: 'commons-collections4', version:'4.4'\ncompile group: 'io.lettuce', name: 'lettuce-core', version:'5.1.8...
Kotlin
Apache License 2.0
modelix/modelix
use the latest apache ignite version
426,496
28.07.2021 19:52:11
-7,200
5eed52bcabd1cadfe006fcf91c448a55773dacb8
fixed "Tree expected to contain node ..." in OperationsCompressor
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/OTBranch.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/OTBranch.kt", "diff": "@@ -47,7 +47,7 @@ class OTBranch(\nval operationsAndTree: Pair<List<IAppliedOperat...
Kotlin
Apache License 2.0
modelix/modelix
fixed "Tree expected to contain node ..." in OperationsCompressor
426,496
28.07.2021 21:26:07
-7,200
1203257a37f030851d9dd2296d39883c8c149c14
model server memory configuration tuning
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -40,10 +40,10 @@ spec:\nreadOnly: true\nresources:\nrequests:\n- memory: \"1000Mi\"\n+ memory: \"400Mi\"\ncpu: \"0.1\"\nlimits:\n- memory: \"1500Mi\"\n...
Kotlin
Apache License 2.0
modelix/modelix
model server memory configuration tuning
426,496
28.07.2021 22:34:36
-7,200
2d0007c60107b2c9f440ff8e098d0a291d407e83
Alternative fix for "Tree expected to contain node ..." that doesn't require a write lock
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/OTBranch.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/OTBranch.kt", "diff": "@@ -25,29 +25,28 @@ class OTBranch(\nprivate val store: IDeserializingKeyValueStor...
Kotlin
Apache License 2.0
modelix/modelix
Alternative fix for "Tree expected to contain node ..." that doesn't require a write lock
426,504
29.07.2021 10:35:23
-7,200
b8a30af3eaecf49953ede3c2cb1898524886accb
minor changes in values returned by RestModelServer
[ { "change_type": "ADD", "old_path": null, "new_path": "model-server/doc/model-server.json", "diff": "+{\n+ \"openapi\": \"3.0.2\",\n+ \"info\": {\n+ \"title\": \"API Title\",\n+ \"version\": \"1.0\"\n+ },\n+ \"servers\": [\n+ {\n+ \"url\": \"https://api.server.test/v1\"\n+ }\n+ ],\n+ \"paths\": {\n+...
Kotlin
Apache License 2.0
modelix/modelix
minor changes in values returned by RestModelServer
426,504
29.07.2021 10:35:53
-7,200
d46925de823aaf24684da02710853bccb8e5b3b6
first model server routes documented
[ { "change_type": "MODIFY", "old_path": "model-server/doc/model-server.json", "new_path": "model-server/doc/model-server.json", "diff": "{\n\"openapi\": \"3.0.2\",\n\"info\": {\n- \"title\": \"API Title\",\n- \"version\": \"1.0\"\n+ \"title\": \"Modelix Model Server\",\n+ \"version\": \"0.0.37\"\n},\...
Kotlin
Apache License 2.0
modelix/modelix
first model server routes documented
426,504
29.07.2021 11:14:31
-7,200
5694ce2df51d484e4ff5a80173d6cf8b6a6debb4
return forbidden status code when trying to increase counter of protected key
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "new_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "diff": "@@ -197,7 +197,9 @@ public class RestModelServer {\nString email =\nstoreClient.get(PROT...
Kotlin
Apache License 2.0
modelix/modelix
return forbidden status code when trying to increase counter of protected key
426,504
29.07.2021 11:14:45
-7,200
15b9fc6e9ee9773f25650527bb6ff60ff7e026bd
document a few more routes
[ { "change_type": "MODIFY", "old_path": "model-server/doc/model-server.json", "new_path": "model-server/doc/model-server.json", "diff": "\"paths\": {\n\"/health\": {\n\"get\": {\n+ \"tags\": [\"meta\"],\n\"description\": \"Verify if the server is working correctly\",\n\"parameters\": [],\n\"responses...
Kotlin
Apache License 2.0
modelix/modelix
document a few more routes
426,504
29.07.2021 11:47:17
-7,200
7411e52ceccd7e483893fd15fc6b0b14a72a9e4b
handle some exceptions in put/putAll by returning 403 or 404
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "new_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "diff": "@@ -28,6 +28,7 @@ import java.util.Map;\nimport java.util.Objects;\nimport java.util.Set...
Kotlin
Apache License 2.0
modelix/modelix
handle some exceptions in put/putAll by returning 403 or 404
426,504
29.07.2021 12:27:48
-7,200
1f9d33172ac25d30ef14f713107e974dba733e5d
complete documentation of routes
[ { "change_type": "MODIFY", "old_path": "model-server/README.md", "new_path": "model-server/README.md", "diff": "To run the model-server with default configuration run:\n```\n-./gradlew run'\n+../gradlew run'\n```\nYou may also want to specify a different jdbc configuration. You can do that in this w...
Kotlin
Apache License 2.0
modelix/modelix
complete documentation of routes
426,504
29.07.2021 12:28:24
-7,200
29f017749836009c43afa457fa3e3962ef481a2d
make two exceptions private and static
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "new_path": "model-server/src/main/java/org/modelix/model/server/RestModelServer.java", "diff": "@@ -436,13 +436,13 @@ public class RestModelServer {\n\"/subscribe/*\");\n}\n- protected...
Kotlin
Apache License 2.0
modelix/modelix
make two exceptions private and static
426,504
29.07.2021 13:57:06
-7,200
00043e1704b4e2c28b5b8d2c0b6ff6c9edb57f46
apply correction to OpenAPI documentation
[ { "change_type": "MODIFY", "old_path": "model-server/doc/model-server.json", "new_path": "model-server/doc/model-server.json", "diff": "\"parameters\": [],\n\"responses\": {\n\"200\": {\n- \"description\": \"It returns either the string 'healthy' or the string 'not healthy'\",\n+ \"description\": \"...
Kotlin
Apache License 2.0
modelix/modelix
apply correction to OpenAPI documentation
426,499
09.08.2021 10:49:58
-7,200
b7f8cc150f1f8c44a1d273d3d43a21bfe677b9a8
Add mps like side-bar navigation
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "new_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "diff": "<property role=\"TrG5h\" value=\"href\" />\n<ref role=\"AX2Wp\" to=\"tpck:fKAOsGN\" resolve=\"st...
Kotlin
Apache License 2.0
modelix/modelix
Add mps like side-bar navigation
426,496
09.08.2021 12:18:16
-7,200
b9aad26b4725843862203e5515701769fba93cfb
Removed and HTMLAnchorElement.isCurrent The HTML language is a generation target and shouldn't contain anything that is not part of the HTMl standard. Moved the condition and the style to the node2html transformation level.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "new_path": "mps/org.modelix.ui.sm.dom/models/org.modelix.ui.sm.dom.structure.mps", "diff": "<property role=\"TrG5h\" value=\"href\" />\n<ref role=\"AX2Wp\" to=\"tpck:fKAOsGN\" resolve=\"st...
Kotlin
Apache License 2.0
modelix/modelix
Removed and HTMLAnchorElement.isCurrent The HTML language is a generation target and shouldn't contain anything that is not part of the HTMl standard. Moved the condition and the style to the node2html transformation level.
426,499
09.08.2021 16:55:45
-7,200
7bf74c112755ef399ac77e63c8a5652ce110d208
Modify comparison method and color to display current window
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"027rt\" id=\"6qTSY3w74lF\" role=\"02LM9\">\n+ <ref role...
Kotlin
Apache License 2.0
modelix/modelix
Modify comparison method and color to display current window
426,499
10.08.2021 18:03:40
-7,200
fb1ff534263261fdca483b0920485bee1454013f
Modify nav sidebar to just have models and nodes
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "</node>\n</node>\n<node concept=\"2OrE70\" id=\"7vWAzuELdpZ\" role=\"02uzr\" />\n- <node concept=\"0...
Kotlin
Apache License 2.0
modelix/modelix
Modify nav sidebar to just have models and nodes
426,499
12.08.2021 16:18:12
-7,200
9409cbee2b1209592ff1632dce95042006cec5c4
Remove packaged modules in sidebar and add easy navigation to nodes
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<concept id=\"1160600644654\" name=\"jetbrains.mps.baseLanguage.collections.structure.ListCreatorWit...
Kotlin
Apache License 2.0
modelix/modelix
Remove packaged modules in sidebar and add easy navigation to nodes
426,499
13.08.2021 10:23:33
-7,200
6b2580336ece4a6fa2fe1056a7a0231d3ae9004f
Add separate scroll option to module and root node navigation
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<ref role=\"02LMe\" to=\"70w2:7NImM04TdSr\" resolve=\"HTMLHRElement\" />\n</node>\n</node>\n- <node ...
Kotlin
Apache License 2.0
modelix/modelix
Add separate scroll option to module and root node navigation
426,499
01.09.2021 11:31:36
-7,200
6e1322e0a07724663d894bb580f5f17578fce97e
Insert a new node: Remove unwanted log prints
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"3UHa_GJtJxZ\" role=\"3cqZAp\">\...
Kotlin
Apache License 2.0
modelix/modelix
Insert a new node: Remove unwanted log prints
426,499
02.09.2021 15:55:00
-7,200
f2aea072508a932061d95f66fda561efc3b797e9
Insert a new node: Add node to model using EDT
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n<node concept=\"3clFbH\" id=\"3UHa_GJyIX8\" role=\"3cqZAp\" />\n- <node ...
Kotlin
Apache License 2.0
modelix/modelix
Insert a new node: Add node to model using EDT
426,499
03.09.2021 12:56:26
-7,200
1db3aa22de42d370bbfc06ac44399eed2819294f
Insert a new node: Create and redirect to new URL
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "<node concept=\"Xl_RD\" id=\"5KklWZWGnlm\" role=\"37wK5m\">\n<property role=\"Xl_RC\" valu...
Kotlin
Apache License 2.0
modelix/modelix
Insert a new node: Create and redirect to new URL
426,499
07.09.2021 13:48:05
-7,200
f8105b897dd58ddf40d32c6d9596ccd7c4641c5d
Insert a new node: Get node UUID after insert
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "<import index=\"18ew\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/java:jetbrains.mps.util(...
Kotlin
Apache License 2.0
modelix/modelix
Insert a new node: Get node UUID after insert
426,499
10.09.2021 14:45:43
-7,200
72baa2fd19e6a064926b2818404c929c82467c1e
correct cache on insert initial commit
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "<ref role=\"37wK5l\" node=\"5pmgLfhViKm\" resolve=\"get\" />\n<ref role=\"1Pybhc\" node=\"...
Kotlin
Apache License 2.0
modelix/modelix
correct cache on insert initial commit
426,501
10.09.2021 15:29:36
-7,200
45245a8426d4f7006b7fff685830a6ff5ce6ef06
Fixed getNodeURL
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<node concept=\"3clFbS\" id=\"5fBUf8p1BWB\" role=\"3clF47\">\n<node concept=\"3cpWs6\" id=\"5fBUf8p1...
Kotlin
Apache License 2.0
modelix/modelix
Fixed getNodeURL
426,499
13.09.2021 16:19:33
-7,200
e6ff671852568150c735dffd2e1823d0b3b4221b
Add modelRef parameter to view a node
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3cpWs8\" id=\"yyYaOFJ$kf\" role=\"3cqZAp\">\n...
Kotlin
Apache License 2.0
modelix/modelix
Add modelRef parameter to view a node
426,499
13.09.2021 16:34:37
-7,200
4d52256a832238aecd0e6ec72c7f4fed15672f80
Remove unwanted log entries
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "<node concept=\"17RlXB\" id=\"1LsbP9Zgzi3\" role=\"2OqNvi\" />\n</node>\n</node>\n- <node ...
Kotlin
Apache License 2.0
modelix/modelix
Remove unwanted log entries
426,496
14.09.2021 08:51:12
-7,200
8adf922abd2ea4ca805e609c16dd34c51fa03dab
Sort modules in the drop down of "Add Node"
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/app.ts", "new_path": "ui-client/src/scripts/app.ts", "diff": "@@ -126,7 +126,7 @@ $(() => {\ntry {\nvar output = JSON.parse(response);\nmoduleList = output[\"modules\"];\n- moduleList.forEach(function (item, index) {\n+ moduleList.sort()....
Kotlin
Apache License 2.0
modelix/modelix
Sort modules in the drop down of "Add Node"
426,496
14.09.2021 08:51:56
-7,200
f1e1ec87a8952f5eeed96c65de98f5d9f98277ef
Send models request only if a module is selected
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/app.ts", "new_path": "ui-client/src/scripts/app.ts", "diff": "@@ -144,9 +144,11 @@ $(() => {\nfor (var i = length-1; i >= 0; i--) {\nmodelsMenu.options[i] = null;\n}\n+ let moduleName = $('#moduleDropDown').val();\n+ if (moduleName !== un...
Kotlin
Apache License 2.0
modelix/modelix
Send models request only if a module is selected
426,496
14.09.2021 09:00:24
-7,200
de632bbd9368eb31e9e69989c967e986bc65915e
Use NodeFactoryManager.createNode when adding a new root node
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbF\" id=\"6ZRzA7B64bT\" role=\"3cqZAp\">\...
Kotlin
Apache License 2.0
modelix/modelix
Use NodeFactoryManager.createNode when adding a new root node
426,496
14.09.2021 10:30:44
-7,200
11f0e0491e4e74d7f0feb1c262d847e0e4dda457
Move code for "Add Node" to separate file
[ { "change_type": "ADD", "old_path": null, "new_path": "ui-client/src/scripts/NewNodeButton.ts", "diff": "+/*\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file except in compliance with the License.\n+ * You may obtain a copy of the License at\n+ *\...
Kotlin
Apache License 2.0
modelix/modelix
Move code for "Add Node" to separate file
426,496
14.09.2021 10:42:51
-7,200
f21daded6675f0d798f953a815eaf60b1185bfad
Use POST instead of GET for creating a new node
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbJ\" id=\"3NdNoUypftQ\" role=\"3cqZAp\">\...
Kotlin
Apache License 2.0
modelix/modelix
Use POST instead of GET for creating a new node
426,496
14.09.2021 13:04:47
-7,200
fc9628a1c5a59e9c18399cf84eace9d5a6c2004a
Removed unecessary model parameter
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "new_path": "mps/org.modelix.ui.sm.server/models/org.modelix.ui.sm.server.plugin.mps", "diff": "<ref role=\"37wK5l\" node=\"5pmgLfhViKm\" resolve=\"get\" />\n<ref role=\"1Pybhc\" node=\"...
Kotlin
Apache License 2.0
modelix/modelix
Removed unecessary model parameter
426,496
14.09.2021 14:19:31
-7,200
ec019c6caa4aede95d668bcf1b6e1a707f6215c2
Changed "Submit" button text to "Add New Node"
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/NewNodeButton.ts", "new_path": "ui-client/src/scripts/NewNodeButton.ts", "diff": "@@ -52,7 +52,7 @@ export function initNewNodeButton() {\ndialog.setAttribute(\"id\", \"createDialog\");\nvar dialogMenu = document.createElement(\"menu\");\...
Kotlin
Apache License 2.0
modelix/modelix
Changed "Submit" button text to "Add New Node"
426,496
15.09.2021 10:41:02
-7,200
8ce60abdc00bb5b9ee9b2b0b089d5eeb79610c4f
Main editor and inspector where persisting their state under the same ID They were replacing each other all the time causing a lot of changes being written to the database.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.svg/models/org.modelix.ui.svg.plugin.mps", "new_path": "mps/org.modelix.ui.svg/models/org.modelix.ui.svg.plugin.mps", "diff": "<concept id=\"1116615150612\" name=\"jetbrains.mps.baseLanguage.structure.ClassifierClassExpression\" flags=\"nn\"...
Kotlin
Apache License 2.0
modelix/modelix
Main editor and inspector where persisting their state under the same ID They were replacing each other all the time causing a lot of changes being written to the database.
426,496
16.09.2021 09:58:07
-7,200
8b983129e5c93d521b47b848f209c20ed8f80c55
modeix-ui was not published but the build didn't fail
[ { "change_type": "MODIFY", "old_path": "Dockerfile-ui", "new_path": "Dockerfile-ui", "diff": "@@ -16,8 +16,6 @@ COPY build/org.modelix/build/artifacts/org.modelix/plugins/ /usr/modelix-ui/mps/\nCOPY artifacts/de.itemis.mps.extensions/ /usr/modelix-ui/mps/plugins/\n-RUN ls /usr/modelix-ui/mps/plugins...
Kotlin
Apache License 2.0
modelix/modelix
modeix-ui was not published but the build didn't fail
426,496
16.09.2021 11:05:38
-7,200
a61ec71934688a0abcb9df964f0073b9e47fe2c3
Also show stereotype in model names
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<node concept=\"2YIFZM\" id=\"1oBvzyiQGqE\" role=\"027of\">\n<ref role=\"37wK5l\" node=\"1oBvzyiQp6C...
Kotlin
Apache License 2.0
modelix/modelix
Also show stereotype in model names
426,496
20.09.2021 15:13:32
-7,200
04527cded499518607f414523122854164b90955
Show virtual packages on the model page
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<child id=\"1224071154657\" name=\"classifierType\" index=\"0kSFW\" />\n<child id=\"1224071154656\" ...
Kotlin
Apache License 2.0
modelix/modelix
Show virtual packages on the model page
426,496
20.09.2021 19:11:32
-7,200
1c615a096a223f07b1a6e86a2946c18179b9aa80
Show virtual packages in the project view
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.structure.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.structure.mps", "diff": "<property role=\"TrG5h\" value=\"expanded\" />\n<ref role=\"AX2Wp\" to=\"tpck:fKAQMTB\" resolve=\"boolean\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
Show virtual packages in the project view
426,496
21.09.2021 10:18:55
-7,200
7c931c19643af5b60595b3f9c8aeca7a3139df58
modelix-base was not uploaded to docker hub
[ { "change_type": "MODIFY", "old_path": "docker-ci.sh", "new_path": "docker-ci.sh", "diff": "@@ -27,7 +27,7 @@ TAGS=\"$GIT_TAG mps-$mpsVersion\"\nif [ \"$mpsVersion\" != \"$mpsMajorVersion\" ]; then\nTAGS=\"$TAGS mps-$mpsMajorVersion\"\nfi\n-IMAGE_NAMES=\"db model mps ui proxy uiproxy\"\n+IMAGE_NAMES...
Kotlin
Apache License 2.0
modelix/modelix
modelix-base was not uploaded to docker hub
426,496
22.09.2021 09:17:11
-7,200
73a7c6ba3d7748b9dc5ca31f1962431ae78870c7
publish model-client to the maven repository
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -145,3 +145,17 @@ String stripVersion(String fileNameWithVersion) {\nprintln \"stripVersion($fileNameWithVersion) -> $name\"\nreturn name\n}\n+\n+publishing {\n+ repositories {\n+...
Kotlin
Apache License 2.0
modelix/modelix
publish model-client to the maven repository
426,504
22.09.2021 09:27:16
-7,200
ae2e35bc653a53c40e2d8958f111edcae7d8fc41
working on ModelixAuthenticationConfigurationComponent
[ { "change_type": "MODIFY", "old_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "new_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "diff": "</node>\n<node concept=\"2ShNRf\" id=\"579DpELfPUj\" role=\"33...
Kotlin
Apache License 2.0
modelix/modelix
working on ModelixAuthenticationConfigurationComponent
426,504
22.09.2021 10:59:39
-7,200
0ef39abf31344c8a7c6d144709f54bc75d8cdb1b
load OAuth Flow configuration
[ { "change_type": "MODIFY", "old_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "new_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3SKdUt\" id=\"3po...
Kotlin
Apache License 2.0
modelix/modelix
load OAuth Flow configuration
426,504
22.09.2021 11:18:13
-7,200
2c6242b1f2f15e6c2bc19e05e0a6c260f3b7ccad
make internal port configurable
[ { "change_type": "MODIFY", "old_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "new_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "diff": "<import index=\"iwnc\" ref=\"498d89d2-c2e9-11e2-ad49-6cf049e62...
Kotlin
Apache License 2.0
modelix/modelix
make internal port configurable
426,504
22.09.2021 12:58:08
-7,200
bdee412aaf183e8cd4be61c69c81539b90e9d26d
set token, when present
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<import index=\"yyf4\" ref=\"8865b7a8-5271-43d3-884c-6fd1d9cfdd34/java:org.jetbrains.mps.ope...
Kotlin
Apache License 2.0
modelix/modelix
set token, when present
426,504
23.09.2021 13:19:37
-7,200
3d5d4d93a8fb36d7e22c9d6beea006184d6e97c7
work on using the token obtained
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.build/models/org.modelix.build.mps", "new_path": "mps/org.modelix.build/models/org.modelix.build.mps", "diff": "</node>\n<node concept=\"m$_wf\" id=\"7gF2HTviNPW\" role=\"3989C9\">\n<property role=\"m$_wk\" value=\"org.modelix.model\" />\n+ <no...
Kotlin
Apache License 2.0
modelix/modelix
work on using the token obtained
426,501
24.09.2021 09:22:03
-7,200
0b792b2a812343a6ce49fa6b9a78848e15650ee5
build: publish org.modelix.ui plugin
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -193,6 +193,12 @@ task packageMpsModelPlugin(type: Zip, dependsOn: buildMpsModules) {\ninclude \"org.modelix.common/**\"\n}\n+task packageModelixWebEditorsPlugin(type: Zip, dependsOn: buildMpsModul...
Kotlin
Apache License 2.0
modelix/modelix
build: publish org.modelix.ui plugin
426,504
29.09.2021 13:58:17
-7,200
bcc3416d955395d18750196a0738500b7c899582
move apache commons codec to org.modelix.lib
[ { "change_type": "RENAME", "old_path": "mps/org.modelix.ui.svg/lib/commons-codec-1.10.jar", "new_path": "mps/org.modelix.lib/lib/commons-codec-1.10.jar", "diff": "" }, { "change_type": "MODIFY", "old_path": "mps/solutions/org.modelix.authentication/models/org.modelix.authentication.plugi...
Kotlin
Apache License 2.0
modelix/modelix
move apache commons codec to org.modelix.lib
426,504
29.09.2021 14:00:43
-7,200
6a96ba00f174638c075deb9a95f32e8a67f0553f
move org.modelix.authentication outside the solutions folter
[ { "change_type": "ADD", "old_path": null, "new_path": "mps/.mps/modelixAuthentication.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"ModelixAuthentication\">\n+ <option name=\"strategyConfiguration\">\n+ <StrategyConfiguration>\n+ <option na...
Kotlin
Apache License 2.0
modelix/modelix
move org.modelix.authentication outside the solutions folter
426,504
29.09.2021 14:05:52
-7,200
2b46f1dfd40d291d9526ecd45ae7abbb26c0f3e5
remove modelixAuthentication.xml, as it should not be committed
[ { "change_type": "ADD", "old_path": null, "new_path": "mps/.mps/.gitignore", "diff": "+modelixAuthentication.xml\n" }, { "change_type": "DELETE", "old_path": "mps/.mps/modelixAuthentication.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<project ve...
Kotlin
Apache License 2.0
modelix/modelix
remove modelixAuthentication.xml, as it should not be committed
426,504
29.09.2021 14:30:13
-7,200
0791ee702acf27873bf45f7fa0783a0ba5178169
linting ModelixAuthenticationConfigurationComponent
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "new_path": "mps/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbF\" id=\"3ljvbPNcGfq\" role=\"3c...
Kotlin
Apache License 2.0
modelix/modelix
linting ModelixAuthenticationConfigurationComponent
426,504
30.09.2021 08:58:45
-7,200
3c9021f575aba596dd9ef1ebc0a0f5be58dcceec
linting org.modelix.model.mpsplugin
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<ref role=\"1Pybhd\" node=\"1LVcV5Kxxi$\" resolve=\"ModelServerConnections\" />\n</node>\n<n...
Kotlin
Apache License 2.0
modelix/modelix
linting org.modelix.model.mpsplugin
426,504
30.09.2021 10:54:24
-7,200
d9795130fc59a5126e08b6cd5455bf1f9527ab92
ensure we add model server in EDT
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "new_path": "mps/org.modelix.authentication/models/org.modelix.authentication.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbF\" id=\"2Q$SAQYwIRx\" role=\"3c...
Kotlin
Apache License 2.0
modelix/modelix
ensure we add model server in EDT
426,504
30.09.2021 10:54:59
-7,200
23808244bc81af5cc9bd383186af950c6407328d
document OAuth configuration
[ { "change_type": "ADD", "old_path": null, "new_path": "doc/oauth_configuration.md", "diff": "+# OAuth Configuration\n+\n+This document explains how to set up OAuth Configuration in MPS. This will permit to specify that we need to pass a token when connecting to a specific model server. When we do th...
Kotlin
Apache License 2.0
modelix/modelix
document OAuth configuration
426,504
30.09.2021 11:02:39
-7,200
60a016b8e07d719571f66030f8c7911d0bdbd054
remove empty lines from document
[ { "change_type": "MODIFY", "old_path": "doc/oauth_configuration.md", "new_path": "doc/oauth_configuration.md", "diff": "@@ -23,5 +23,3 @@ If we instead want to connect to an instance of Identity Server we will instead\nWe then select Apply.\nWe should now go to the ModelServer with the same URL. If ...
Kotlin
Apache License 2.0
modelix/modelix
remove empty lines from document