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,504
16.08.2020 11:45:27
-7,200
2e607a3e373d9e8f02a473979702ecfd06e1ae17
adding NodeUtilTest
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/NodeUtil.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/NodeUtil.kt", "diff": "package org.modelix.model.api\n-object NodeUtil {\n- fun getDescendants(node: INode, includeSelf...
Kotlin
Apache License 2.0
modelix/modelix
adding NodeUtilTest
426,504
16.08.2020 11:55:40
-7,200
137fe6b42efd02d0c16e93120ff17b2326901ae3
testing getAncestor
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/api/NodeUtilTest.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/api/NodeUtilTest.kt", "diff": "@@ -3,13 +3,41 @@ package org.modelix.model.api\nimport kotlin.test.Test\nimport kotlin....
Kotlin
Apache License 2.0
modelix/modelix
testing getAncestor
426,504
16.08.2020 14:15:55
-7,200
3f5684d177d0dc9e55a228a8c0d6932c1ba9390e
make PNodeReference a data class
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/PNodeReference.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/PNodeReference.kt", "diff": "package org.modelix.model.api\n-class PNodeReference(val id: Long) : INodeReference ...
Kotlin
Apache License 2.0
modelix/modelix
make PNodeReference a data class
426,504
16.08.2020 14:18:30
-7,200
d48a6552af1f4931349be07c52784d63fe0dc61b
create ReplicatedTree default constructor
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "diff": "@@ -4,8 +4,7 @@ import org.modelix.model.api.IBranch\nimport org.modelix.model...
Kotlin
Apache License 2.0
modelix/modelix
create ReplicatedTree default constructor
426,496
17.08.2020 17:50:47
-7,200
ad8497b9b59b9cab2f41fd3fc742a39d32c8c01e
Conflict resolution tests (18)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildOp.kt", "diff": "@@ -33,7 +33,8 @@ class AddNewChildOp(val position: PositionInRole, val ...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (18)
426,496
17.08.2020 18:26:49
-7,200
0b7914ef1a2df3745d58571baf47c3d470ace358
Conflict resolution tests (19)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -43,7 +43,7 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Posi...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (19)
426,496
17.08.2020 21:06:08
-7,200
90930fff1322ab5c695c41ccf5d1dc33f120c241
Conflict resolution tests (20)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -41,7 +41,7 @@ class DeleteNodeOp(val position: PositionInRole, val chi...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (20)
426,496
17.08.2020 21:42:00
-7,200
9a4f77d6bb02590ee6cc9f961042102594d2b413
Conflict resolution tests (21)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/IndexAdjustments.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/IndexAdjustments.kt", "diff": "@@ -86,8 +86,8 @@ class IndexAdjustments {\n}\nfun nodeMoved(owner...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (21)
426,496
17.08.2020 22:31:22
-7,200
ff9b943f687056eab8aa8bb1df884e41d262901d
Conflict resolution tests (22)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -36,7 +36,11 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Pos...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (22)
426,496
18.08.2020 09:08:34
-7,200
84fced4e9b6bf97fecd745c75979136156e7f880
Conflict resolution tests (23)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/IndexAdjustments.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/IndexAdjustments.kt", "diff": "@@ -86,8 +86,8 @@ class IndexAdjustments {\n}\nfun nodeMoved(owner...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (23)
426,496
18.08.2020 09:18:21
-7,200
e2b8372d80fc8b76b985e1a260360f2b1d061b6f
Implemented ContextValue for JS
[ { "change_type": "MODIFY", "old_path": "model-client/src/jsMain/kotlin/org/modelix/model/util/ContextValue.kt", "new_path": "model-client/src/jsMain/kotlin/org/modelix/model/util/ContextValue.kt", "diff": "package org.modelix.model.util\nactual class ContextValue<E> {\n+ private var value: E?\n+\nac...
Kotlin
Apache License 2.0
modelix/modelix
Implemented ContextValue for JS
426,496
18.08.2020 09:29:07
-7,200
5d79665c88ae2a86c86983e218a010a38703f1cd
Increase timeout for JS tests
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -28,7 +28,13 @@ kotlin {\njvm()\njs {\n//browser {}\n- nodejs {}\n+ nodejs {\n+ testTask {\n+ useMocha {\n+ timeout = 10000\n+ }\n+ }\n+ }\n}\nsourceSets {\ncommonMain {\n" } ]
Kotlin
Apache License 2.0
modelix/modelix
Increase timeout for JS tests
426,496
18.08.2020 09:37:16
-7,200
cd81dc338398a01473ddd70743e978394d7b5cfc
Decrease number of operations in Hamt_Test to reduce the execution time 1_000 operations should be enough to get the same coverage
[ { "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": "@@ -32,7 +32,7 @@ class Hamt_Test {\nval store = MapBaseStore()\nval storeCache = ObjectStoreCache(sto...
Kotlin
Apache License 2.0
modelix/modelix
Decrease number of operations in Hamt_Test to reduce the execution time 1_000 operations should be enough to get the same coverage
426,496
18.08.2020 10:44:44
-7,200
39dd5a77a61110d61b9c202150164be21726aaa7
Conflict resolution tests (24)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -99,7 +99,9 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, pri...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (24)
426,496
18.08.2020 10:53:00
-7,200
235e3422ca3daad68320f6fa0e7580890bf143d8
Conflict resolution tests (25)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -67,6 +67,14 @@ class DeleteNodeOp(val position: PositionInRole, val ch...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (25)
426,496
18.08.2020 11:42:21
-7,200
1ecf3763eafdc3ab77ddacb3c399a791ba539294
Conflict resolution tests (26)
[ { "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": "@@ -147,14 +147,15 @@ class CLTree : ITree {\nnewChildrenArray = if (index == -1) {\nadd(newChildr...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (26)
426,496
18.08.2020 12:22:07
-7,200
b8fa783d6d9b7b1d9a41b8c1f9fb5c612529a940
Conflict resolution tests (27)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -52,11 +52,6 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Pos...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (27)
426,496
18.08.2020 13:45:43
-7,200
ed2bffc4d2f41c6411143fa71d608c0f03010572
Conflict resolution tests (28)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -65,9 +65,7 @@ class DeleteNodeOp(val position: PositionInRole, val chi...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (28)
426,496
18.08.2020 14:00:30
-7,200
af439497238ea39875a0201c62906ffd4ce14d07
Conflict resolution tests (30)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -65,7 +65,7 @@ class DeleteNodeOp(val position: PositionInRole, val chi...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (30)
426,496
18.08.2020 14:08:29
-7,200
a61d3af713daf5bc4c1f2e426e0e88f66a7d98fb
Conflict resolution tests (31)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -133,9 +133,9 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, p...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution tests (31)
426,496
18.08.2020 14:24:52
-7,200
f44a839bc332e613639be530695b7c42224b80b4
remove usages of 'synchronized' from commonMain
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/PlatformSpecific.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/PlatformSpecific.kt", "diff": "@@ -9,3 +9,4 @@ expect fun logWarning(message: String, exception: Exception, contextClas...
Kotlin
Apache License 2.0
modelix/modelix
remove usages of 'synchronized' from commonMain
426,496
18.08.2020 15:28:05
-7,200
f67b136c2307954897961cced71d6a6132060690
reduce execution time of ModelClient_Test
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "diff": "@@ -64,18 +64,19 @@ class ModelClient_Test {\nval listeners: MutableList<Listener> = ArrayList...
Kotlin
Apache License 2.0
modelix/modelix
reduce execution time of ModelClient_Test
426,496
18.08.2020 15:34:26
-7,200
aabb93b2efa5e7212e9571c5083dbf035a541c1d
reduce execution time of ModelClient_Test (2)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "diff": "@@ -92,7 +92,7 @@ class ModelClient_Test {\nAssert.assertEquals(expected[key], client[key])\n}...
Kotlin
Apache License 2.0
modelix/modelix
reduce execution time of ModelClient_Test (2)
426,496
18.08.2020 15:42:11
-7,200
83f551232d8932a8a3035466be550cf0ce0aebc0
reduce execution time of ModelClient_Test (3)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "diff": "@@ -76,7 +76,6 @@ class ModelClient_Test {\nThread.sleep(1000)\nfor (i in 1..10) {\nprintln(\"...
Kotlin
Apache License 2.0
modelix/modelix
reduce execution time of ModelClient_Test (3)
426,496
18.08.2020 16:13:55
-7,200
a884e47d62a5252c2ec7fac9de48f598734fd22d
github workflow for building everything
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/all.yml", "diff": "+name: All\n+\n+on: [push]\n+\n+jobs:\n+ build:\n+\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: actions/checkout@v1\n+ - name: Set up JDK 11\n+ uses: actions/setup-java@v1\n+ with:\n+ java-version: 11\n+...
Kotlin
Apache License 2.0
modelix/modelix
github workflow for building everything
426,496
18.08.2020 16:21:14
-7,200
6590b72a9f5e80bb788b2f33286d3a1b4392a40f
disabled ModelClient_Test because it is unreliable
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "diff": "@@ -56,7 +56,8 @@ class ModelClient_Test {\n// This test requires a running model server\n// I...
Kotlin
Apache License 2.0
modelix/modelix
disabled ModelClient_Test because it is unreliable
426,496
19.08.2020 00:26:05
-7,200
d56b1c064eb7f64007b958edd06a4cd26217fb4c
remote model changes were not merged into the local replica
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "diff": "@@ -166,22 +166,22 @@ actual open class ReplicatedTree actual constructor(private va...
Kotlin
Apache License 2.0
modelix/modelix
remote model changes were not merged into the local replica
426,496
19.08.2020 17:41:10
-7,200
ab04ccc768b7b050ac39c0057dbc30c5e55738eb
tests for de-/serialization of the data that ends up in the database
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPElementRef.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPElementRef.kt", "diff": "@@ -24,7 +24,7 @@ internal constructor() {\nprivate class LocalRef(private...
Kotlin
Apache License 2.0
modelix/modelix
tests for de-/serialization of the data that ends up in the database
426,496
19.08.2020 18:36:14
-7,200
500583af72896670aaa9607adc84204c66d60b8e
implement isSha256 and extractSha256 for JS
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPVersion.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/persistent/CPVersion.kt", "diff": "@@ -17,8 +17,6 @@ package org.modelix.model.persistent\nimport org.modelix.model...
Kotlin
Apache License 2.0
modelix/modelix
implement isSha256 and extractSha256 for JS
426,496
20.08.2020 10:17:43
-7,200
816817a0abf2ba604bb6bc5db30f85151adab439
run tests in MPS with gradle
[ { "change_type": "MODIFY", "old_path": "mps/.mps/modules.xml", "new_path": "mps/.mps/modules.xml", "diff": "<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.sm.server/org.modelix.ui.sm.server.msd\" folder=\"ui.shadowmodels\" />\n<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.sm/org.modelix.ui.sm.mpl...
Kotlin
Apache License 2.0
modelix/modelix
run tests in MPS with gradle
426,496
20.08.2020 14:40:24
-7,200
9f94d5dc5b96636e38b678693eba82f33dc3715f
Fail the build when there are failing MPS tests
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -108,4 +108,22 @@ task runMpsTests(type: TestLanguages, dependsOn: buildMpsModules) {\nscript new File(\"$rootDir/build/test.org.modelix/build-tests.xml\")\n}\n-test.dependsOn(runMpsTests)\n\\ No n...
Kotlin
Apache License 2.0
modelix/modelix
Fail the build when there are failing MPS tests
426,496
20.08.2020 15:14:44
-7,200
b6fbb6c7a91d1fadd65607a095dd3af70677d3bb
cache the downloaded nodejs/nvm on travis The download fails very often.
[ { "change_type": "ADD", "old_path": null, "new_path": ".nvmrc", "diff": "+12.18.3\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -13,3 +13,5 @@ cache:\n- artifacts\n- $HOME/.m2\n- .gradle\n+ - ui-cl...
Kotlin
Apache License 2.0
modelix/modelix
cache the downloaded nodejs/nvm on travis The download fails very often.
426,496
20.08.2020 21:27:09
-7,200
7d4a2dbe5815b6b73a846586d8b7f473b436815a
uiproxy was not built by docker-build-all.sh
[ { "change_type": "MODIFY", "old_path": "docker-build-all.sh", "new_path": "docker-build-all.sh", "diff": "./docker-build-mps.sh\n./docker-build-ui.sh\n./docker-build-proxy.sh\n+./docker-build-uiproxy.sh\n" }, { "change_type": "MODIFY", "old_path": "kubernetes/common/uiproxy-deployment.ya...
Kotlin
Apache License 2.0
modelix/modelix
uiproxy was not built by docker-build-all.sh
426,496
24.08.2020 13:45:20
-7,200
063a56189b423160998385ecce7f4f64e44b0157
Re-enable model client test
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelClient_Test.kt", "diff": "@@ -18,6 +18,7 @@ package org.modelix.model\nimport org.junit.After\nimport org.junit.Assert\n...
Kotlin
Apache License 2.0
modelix/modelix
Re-enable model client test
426,496
24.08.2020 17:42:52
-7,200
ada930d7abd395d23a8523bb605f12a10f733087
Fixed the MPS build and tests
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -123,11 +123,7 @@ spotless {\n}\n}\n-task deleteMpsLibs() {\n- delete \"$projectDir/../mps/org.modelix.model.client/lib\"\n-}\n-\n-task copyModelClientToMps(type: Copy, dependsOn:...
Kotlin
Apache License 2.0
modelix/modelix
Fixed the MPS build and tests
426,496
24.08.2020 18:23:04
-7,200
e6e6f0343671fc3cc78d38f59dd35b24df67233f
Moved wiki pages into the main repository This way it's easier to find the matching documentation for a version of modelix.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -10,9 +10,9 @@ The modelix project develops a next generation language workbench that is native\n# How to run modelix\n- At this time there are no builds or releases available. You have to clone the repo to use ...
Kotlin
Apache License 2.0
modelix/modelix
Moved wiki pages into the main repository This way it's easier to find the matching documentation for a version of modelix.
426,496
25.08.2020 11:10:44
-7,200
ee6f8cb19b78c16e47075a6c869483e2ad6370f8
Attempt to fix the ModelClient_Test
[ { "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": "@@ -376,7 +376,7 @@ class RestWebModelClient @JvmOverloads constructor(var b...
Kotlin
Apache License 2.0
modelix/modelix
Attempt to fix the ModelClient_Test
426,496
25.08.2020 11:32:02
-7,200
153c9e9f23878d1447c94b2b4c9383c5bd7c0d4e
Use installed node version (attempt to fix the travis build)
[ { "change_type": "MODIFY", "old_path": "ui-client/build.gradle", "new_path": "ui-client/build.gradle", "diff": "@@ -7,9 +7,9 @@ apply plugin: 'base'\nnode {\n// also change the .nvmrc file\n- version = '12.18.3'\n- npmVersion = '6.14.8'\n- download = true\n+ // version = '12.18.3'\n+ // npmVersion =...
Kotlin
Apache License 2.0
modelix/modelix
Use installed node version (attempt to fix the travis build)
426,496
25.08.2020 14:44:39
-7,200
346f1e52346bd5e625841c8b779ee3c0e3625977
More conflict resolution tests
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -71,8 +71,12 @@ class DeleteNodeOp(val position: PositionInRole, val ch...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests
426,496
25.08.2020 17:34:10
-7,200
8d0e6bdc95c66e8b7326c37e33acb03c6197fc2d
More conflict resolution tests (2)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -79,7 +79,9 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Posi...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (2)
426,496
25.08.2020 20:48:22
-7,200
1059c8d36f3f1fbdf3dbe5923742d6389b0dc195
More conflict resolution tests (3)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/DeleteNodeOp.kt", "diff": "@@ -56,7 +56,8 @@ class DeleteNodeOp(val position: PositionInRole, val chi...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (3)
426,496
26.08.2020 12:11:31
-7,200
80a756c39efaa724494d1bf69eddc174b430f702
More conflict resolution tests (4)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -98,6 +98,8 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, pri...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (4)
426,496
26.08.2020 12:19:53
-7,200
eddb78ef4655e2a9c597be8f99912474bd9fddeb
fixed TreeSerializationTest
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -36,10 +36,12 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Po...
Kotlin
Apache License 2.0
modelix/modelix
fixed TreeSerializationTest
426,496
26.08.2020 12:28:41
-7,200
23da5d06a82c0bcbd140896e7a2b102f67dcad6e
More conflict resolution tests (5)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -110,16 +110,19 @@ class MoveNodeOp(val childId: Long, val sourcePosition: ...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (5)
426,496
26.08.2020 12:52:12
-7,200
8e3f437f59bfa9ac36dc918c3aa7c18aca0dd1af
More conflict resolution tests (6)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/MoveNodeOp.kt", "diff": "@@ -86,15 +86,14 @@ class MoveNodeOp(val childId: Long, val sourcePosition: Po...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (6)
426,496
27.08.2020 12:05:00
-7,200
ec5bc61076681789594b8466ba219ab0655a0739
More conflict resolution tests (7)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -22,6 +22,7 @@ import org.modelix.model.api.PBranch\nimport org.modelix.model.lazy.CLTree\n...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (7)
426,496
27.08.2020 17:06:40
-7,200
b838c586cd2d38f80530e2f7b02aaaedd70eb225
More conflict resolution tests (9) cleanup
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/PlatformSpecific.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/PlatformSpecific.kt", "diff": "@@ -4,7 +4,8 @@ import kotlin.reflect.KClass\nexpect fun sleep(milliseconds: Long)\nexpe...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (9) cleanup
426,496
27.08.2020 17:07:47
-7,200
71e0ea583532654ce8de11edd056cd94a3b2c6fd
More conflict resolution tests (10) format
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -99,11 +99,14 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, p...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (10) format
426,496
27.08.2020 17:38:12
-7,200
bc0a8793dc35808c3036f2c218e452ee6f8a757b
More conflict resolution tests (11) cleanup
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -149,18 +149,6 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, ...
Kotlin
Apache License 2.0
modelix/modelix
More conflict resolution tests (11) cleanup
426,496
27.08.2020 17:47:43
-7,200
7afed70d63a852038603f2df8922794e71cb6e17
Reduce number of random tests to not avoid the JS timeout (10 s)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "diff": "@@ -16,7 +16,7 @@ class ConflictResolutionTest : TreeTestBase() {\n@Test\nfu...
Kotlin
Apache License 2.0
modelix/modelix
Reduce number of random tests to not avoid the JS timeout (10 s)
426,496
27.08.2020 19:34:07
-7,200
e94161bed80294596f95138903722b0bbc6fc0c8
tests for index transformation
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/CapturedInsertPosition.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/CapturedInsertPosition.kt", "diff": "@@ -9,16 +9,25 @@ class CapturedInsertPosition(val sib...
Kotlin
Apache License 2.0
modelix/modelix
tests for index transformation
426,496
27.08.2020 23:15:18
-7,200
8bbd243543a4ab24e7b6a3687e518a82341623d8
Store reference to original version after a merge So that we still know the original operations before they were transformed.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -75,8 +75,6 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore, pri...
Kotlin
Apache License 2.0
modelix/modelix
Store reference to original version after a merge So that we still know the original operations before they were transformed.
426,496
27.08.2020 23:33:41
-7,200
47eab0422772b8362acd6c384659b4cf7e725305
Test for merging more than 2 branches
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "diff": "@@ -15,7 +15,7 @@ import kotlin.test.fail\nclass ConflictResolutionTest : Tr...
Kotlin
Apache License 2.0
modelix/modelix
Test for merging more than 2 branches
426,496
28.08.2020 08:17:52
-7,200
22cb94cd1e0866af4fc388ce4d0194bd705c8da5
Deleted CLElement/CPElement They were used when there were the sub classes CLProperty and CLReference in addition to CLNode, but now there is only CLNode and CLElement can be merged with CLNode.
[ { "change_type": "DELETE", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLElement.kt", "new_path": null, "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 ob...
Kotlin
Apache License 2.0
modelix/modelix
Deleted CLElement/CPElement They were used when there were the sub classes CLProperty and CLReference in addition to CLNode, but now there is only CLNode and CLElement can be merged with CLNode.
426,496
28.08.2020 14:12:15
-7,200
7ed3a2f8029138a0179a6e97bc184f74eb25e0b6
further reduce nubmer of random conflict resolution tests Increasing the timeout would also help, but 10 seconds is already very high for unit tests.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/ConflictResolutionTest.kt", "diff": "@@ -16,7 +16,7 @@ class ConflictResolutionTest : TreeTestBase() {\n@Test\nfu...
Kotlin
Apache License 2.0
modelix/modelix
further reduce nubmer of random conflict resolution tests Increasing the timeout would also help, but 10 seconds is already very high for unit tests.
426,496
31.08.2020 21:18:05
-7,200
a0a67a6c879eb8765bc95e2c38d2cc19ab103073
The model server now rejects writes where referenced keys don't exist
[ { "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": "@@ -216,46 +216,17 @@ public class RestModelServer {\n@Override\nprotected void doPut(Ht...
Kotlin
Apache License 2.0
modelix/modelix
The model server now rejects writes where referenced keys don't exist
426,496
01.09.2020 09:49:36
-7,200
709c816df371f5363e4d6b49bb91713ce959779c
Fixed references to MPS nodes (any reference outside the tree)
[ { "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": "@@ -21,6 +21,7 @@ import org.modelix.model.lazy.IDeserializingKeyValueStore_extensions.put\nimport...
Kotlin
Apache License 2.0
modelix/modelix
Fixed references to MPS nodes (any reference outside the tree)
426,496
01.09.2020 09:50:35
-7,200
3853ad5f98635343cdd5acd524ce38a0435018fe
fixed the iets3 docker image
[ { "change_type": "MODIFY", "old_path": "samples/iets3/build.gradle", "new_path": "samples/iets3/build.gradle", "diff": "@@ -15,8 +15,8 @@ buildscript {\n}\n}\n-group 'de.q60.mps.web'\n-description = \"CloudMPS UI server with IETS3 plugins\"\n+group 'org.modelix'\n+description = \"modelix UI server w...
Kotlin
Apache License 2.0
modelix/modelix
fixed the iets3 docker image
426,496
01.09.2020 09:51:25
-7,200
585e909289288f607c81d05721e3098fc90c834d
Support for editable models packaged into the docker image (for demo purposes)
[ { "change_type": "MODIFY", "old_path": "ui-server/src/main/java/org/modelix/ui/server/Main.java", "new_path": "ui-server/src/main/java/org/modelix/ui/server/Main.java", "diff": "@@ -19,6 +19,7 @@ public class Main {\nSystem.out.println(\"env: \" + System.getenv());\nSystem.out.println(\"properties: ...
Kotlin
Apache License 2.0
modelix/modelix
Support for editable models packaged into the docker image (for demo purposes)
426,496
01.09.2020 09:52:43
-7,200
4aabe6b62313a4528f50312e0f990a8bb3e301b8
The client changed a branch without sending the data for the version
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/ReplicatedTree.kt", "diff": "@@ -237,7 +237,7 @@ actual open class ReplicatedTree actual constructor(private val ...
Kotlin
Apache License 2.0
modelix/modelix
The client changed a branch without sending the data for the version
426,496
01.09.2020 09:53:17
-7,200
a9b62e1c68dc131e3ac978a5f28a0e1f6c7a286d
include uiproxy in docker-push-hub.sh
[ { "change_type": "MODIFY", "old_path": "docker-push-hub.sh", "new_path": "docker-push-hub.sh", "diff": "@@ -9,26 +9,31 @@ docker tag modelix/modelix-model:latest \"modelix/modelix-model:${TAG}\"\ndocker tag modelix/modelix-mps:latest \"modelix/modelix-mps:${TAG}\"\ndocker tag modelix/modelix-ui:late...
Kotlin
Apache License 2.0
modelix/modelix
include uiproxy in docker-push-hub.sh
426,496
01.09.2020 09:54:21
-7,200
13e56f06d925bc90a6f79e91d2f93c8478cb9d4c
migrated the db-deployment for gcloud to kubernetes 1.6
[ { "change_type": "MODIFY", "old_path": "kubernetes/gcloud/db-deployment.yaml", "new_path": "kubernetes/gcloud/db-deployment.yaml", "diff": "-apiVersion: extensions/v1beta1\n+apiVersion: apps/v1\nkind: Deployment\nmetadata:\nannotations:\n@@ -10,6 +10,9 @@ spec:\nreplicas: 1\nstrategy:\ntype: Recreat...
Kotlin
Apache License 2.0
modelix/modelix
migrated the db-deployment for gcloud to kubernetes 1.6
426,496
01.09.2020 11:01:25
-7,200
e28aef1b1de78923d7031d991f46d14ab3c8ab18
fixed model-server funtional tests
[ { "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": "@@ -250,7 +250,7 @@ public class RestModelServer {\nfor (Object entry_ : json) {\nJSONOb...
Kotlin
Apache License 2.0
modelix/modelix
fixed model-server funtional tests
426,496
01.09.2020 11:36:48
-7,200
20185cf6c01470c3d4994d152b58afd35de9a952
fixed sorting of keys in /putAll
[ { "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": "@@ -448,14 +448,16 @@ public class RestModelServer {\nprivate Map<String, String> sortBy...
Kotlin
Apache License 2.0
modelix/modelix
fixed sorting of keys in /putAll
426,496
01.09.2020 11:40:38
-7,200
56c11a9dd1eadd594e30d424af90771e503b00bf
changed default port of the database to 54333 This is the port used by docker-run-db.sh and when executed in kubernetes JDBC URL is overriden anyway.
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -16,7 +16,6 @@ Optionally, you can run the model server and connect your MPS to it:\n- install docker: <https://docs.docker.com/get-docker/>\n- `./docker-build-db.sh`\n- `./docker-run-d...
Kotlin
Apache License 2.0
modelix/modelix
changed default port of the database to 54333 This is the port used by docker-run-db.sh and when executed in kubernetes JDBC URL is overriden anyway.
426,496
01.09.2020 12:40:44
-7,200
626b300a0dcf6ec4d79ffe29b4bcaa1037215836
Update docker image versions to the latest ones available on docker hub
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -27,7 +27,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: modelix/modelix-model:202006191556\n+ image: modelix/modeli...
Kotlin
Apache License 2.0
modelix/modelix
Update docker image versions to the latest ones available on docker hub
426,496
01.09.2020 14:50:18
-7,200
0e5c5b79c882b9df2329b0b41724099d99b06675
clients were able to access the model server without authorization No login is required for client from a local network, but it was also possible for other clients.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -27,7 +27,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: modelix/modelix-model:202009011201\n+ image: modelix/modeli...
Kotlin
Apache License 2.0
modelix/modelix
clients were able to access the model server without authorization No login is required for client from a local network, but it was also possible for other clients.
426,496
01.09.2020 15:26:54
-7,200
4b4cb5b7ebe30421c8c5280bcb766f59175fd399
detached nodes weren't deleted at the end of an MPS write action
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ActiveBranch.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ActiveBranch.kt", "diff": "@@ -71,7 +71,7 @@ open class ActiveBranch(client: IModelClient, tree: TreeId, bran...
Kotlin
Apache License 2.0
modelix/modelix
detached nodes weren't deleted at the end of an MPS write action
426,496
29.08.2020 08:48:17
-7,200
cde76d6acc3998ed863d3d2ae5bde5b89000a0c0
The inverse of DeleteNodeOp also has to set properties and references And not just add the node back
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/ITransaction.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/ITransaction.kt", "diff": "@@ -26,4 +26,6 @@ interface ITransaction {\nfun getReferenceTarget(sourceId: Long, role:...
Kotlin
Apache License 2.0
modelix/modelix
The inverse of DeleteNodeOp also has to set properties and references And not just add the node back
426,503
03.09.2020 12:00:27
-7,200
714a2e881c2ef99521ecc21d14840dfb702e1d65
Fix URL for custom textual editor.
[ { "change_type": "MODIFY", "old_path": "doc/samples.md", "new_path": "doc/samples.md", "diff": "@@ -18,5 +18,5 @@ This sample showcases the situation where you define a custom editor for your la\n- open the `org.modelix` project in the `mps` folder of the repo to make sure the web server runs\n- and...
Kotlin
Apache License 2.0
modelix/modelix
Fix URL for custom textual editor.
426,503
03.09.2020 12:05:36
-7,200
6f9db6fc16c0c5f261969ed4119afb9caecdbcc4
Fix link to samples page.
[ { "change_type": "MODIFY", "old_path": "doc/tutorials.md", "new_path": "doc/tutorials.md", "diff": "# Hello Entities\n-Open the entities sample as explained on the [samples](https://github.com/modelix/modelix/wiki/Samples) page.\n+Open the entities sample as explained on the [samples](https://github...
Kotlin
Apache License 2.0
modelix/modelix
Fix link to samples page.
426,503
03.09.2020 12:38:37
-7,200
f08b5639ebd70268ee1ec0848b7c6f8060ca1fb2
Add remarks on how to populate a model-server model with new root nodes.
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -29,7 +29,9 @@ Optionally, you can run the model server and connect your MPS to it:\n- navigate to \"default tree (default)\" > \"data [master]\" > \"ROOT #1\" and choose \"Add Module\"...
Kotlin
Apache License 2.0
modelix/modelix
Add remarks on how to populate a model-server model with new root nodes.
426,503
03.09.2020 12:48:47
-7,200
d2d7937a76d5cbbe7ddf1dc40de388c3727a6cea
Fixen broken link
[ { "change_type": "MODIFY", "old_path": "doc/samples.md", "new_path": "doc/samples.md", "diff": "@@ -16,7 +16,7 @@ http://localhost:33333/nodeAsHtml?nodeRef=MOQBcjpmMWNjOTZmZS1kNmVmLTRhNTgtYjYwNy\nThis sample showcases the situation where you define a custom editor for your language.\n- open the `org...
Kotlin
Apache License 2.0
modelix/modelix
Fixen broken link
426,503
03.09.2020 12:50:38
-7,200
0be1aa33a19bd54edf73cb1c445b885d25593ece
Correct path in docs
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -21,7 +21,7 @@ Optionally, you can run the model server and connect your MPS to it:\n- adjust the connection properties in [./model-server/src/main/resources/org/modelix/model/server/da...
Kotlin
Apache License 2.0
modelix/modelix
Correct path in docs
426,496
03.09.2020 13:15:55
-7,200
de3149cb9251708327c52352ae1d54c528a9a680
Update README.md fixed description of gradle-plugin in the README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -88,7 +88,7 @@ It's an operation that happens all the time.\nFile | Description\n---|---\n[db](db) | Files for building the PostgreSQL docker image\n-[gradle-plugin](gradle-plugin) | files for building the Postg...
Kotlin
Apache License 2.0
modelix/modelix
Update README.md fixed description of gradle-plugin in the README
426,496
09.09.2020 14:34:02
-7,200
14c466151827bb2b41f620b3d852439d78510ba8
Undo in MPS is working. In some cases ... . Still in progress.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ActiveBranch.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/ActiveBranch.kt", "diff": "@@ -43,7 +43,7 @@ open class ActiveBranch(client: IModelClient, tree: TreeId, bran...
Kotlin
Apache License 2.0
modelix/modelix
Undo in MPS is working. In some cases ... . Still in progress.
426,496
10.09.2020 16:56:56
-7,200
f34fa5071cea5148daf74a52ad39f61bee752054
Undo now works for CloudTransientModels
[ { "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=\"1SiIV0\" id=\"7gF2HTviNQm\" role=\"3bR37C\">\n<node concept=\"3bR9La\" id=\"7gF2HTviNQn\" role=\"1SiIV1\">\...
Kotlin
Apache License 2.0
modelix/modelix
Undo now works for CloudTransientModels
426,496
24.09.2020 16:08:29
-7,200
ebacd56500952ae722d5e6eda2aa25b16e0f0cea
Support errors markers in headless mode
[ { "change_type": "MODIFY", "old_path": "Dockerfile-mps", "new_path": "Dockerfile-mps", "diff": "FROM openjdk:11\nWORKDIR /usr/modelix-ui\nCOPY artifacts/mps/ /usr/modelix-ui/mps/\n+\n+# Enable error markers in headless mode\n+RUN apt update && apt install -y zip\n+RUN mkdir -p /tmp/mps-workbench\n+R...
Kotlin
Apache License 2.0
modelix/modelix
Support errors markers in headless mode
426,496
28.09.2020 15:48:54
-7,200
39819b5432ce48c511c8c603e55d608467dfb2d9
Pushed updated docker images to docker hub
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -27,7 +27,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: modelix/modelix-model:202009011358\n+ image: modelix/modeli...
Kotlin
Apache License 2.0
modelix/modelix
Pushed updated docker images to docker hub
426,496
30.09.2020 15:56:09
-7,200
4f60e8195d2b34b6531a0ce76a6166edffb957e9
Tooltips for error messages in the editor
[ { "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=\"1225271177708\" name=\"jetbrains.mps.baseLanguage.structure.StringType\" flags=\"in\" index=\"17QB3L...
Kotlin
Apache License 2.0
modelix/modelix
Tooltips for error messages in the editor
426,496
01.10.2020 12:52:06
-7,200
77def5988d088b7053e2bd21be8b549350fc1c7e
Pushed new docker image to docker hub
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -27,7 +27,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: modelix/modelix-model:202009281455\n+ image: modelix/modeli...
Kotlin
Apache License 2.0
modelix/modelix
Pushed new docker image to docker hub
426,496
02.10.2020 15:24:30
-7,200
65067a5fdcfcdb52560924544a69ec74f6b4ca99
Gradle plugin for downloading models into MPS files (1)
[ { "change_type": "MODIFY", "old_path": ".idea/jarRepositories.xml", "new_path": ".idea/jarRepositories.xml", "diff": "<option name=\"name\" value=\"maven\" />\n<option name=\"url\" value=\"https://repo.maven.apache.org/maven2\" />\n</remote-repository>\n+ <remote-repository>\n+ <option name=\"id\" v...
Kotlin
Apache License 2.0
modelix/modelix
Gradle plugin for downloading models into MPS files (1)
426,496
09.10.2020 09:38:16
-7,200
ea72f02e82ed5a184e6d39a5f5f5e84ef0a0c7b9
Gradle plugin for downloading models into MPS files (3)
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -23,9 +23,12 @@ plugins {\nid \"com.jfrog.bintray\" version \"1.8.5\" apply false\n}\n+ext.mpsVersion = \"2020.1.1\"\n+ext.modelixVersion = \"$mpsVersion-SNAPSHOT\"\n+\nallprojects {\ngroup 'org.modelix'\n...
Kotlin
Apache License 2.0
modelix/modelix
Gradle plugin for downloading models into MPS files (3)
426,496
09.10.2020 10:38:15
-7,200
e2145a32700f0c103605de24342023ed38a9ccd3
Store modelix version in the gradle plugin jar to eliminate duplication
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "@@ -4,7 +4,7 @@ buildscript {\n}\ndependencies {\n- classpath group: 'org.modelix', name: 'gradle-plugin', version: '2020.1.1'\n+ classpath group: 'org.modelix', name: 'g...
Kotlin
Apache License 2.0
modelix/modelix
Store modelix version in the gradle plugin jar to eliminate duplication
426,496
09.10.2020 14:11:01
-7,200
f17c5801dd655c55aa9bc92284a3c6a6a34c9856
Required MPS version is now stored in the gradle plugin No need to declare an MPS dependency anymore when using the gradle plugin.
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -23,7 +23,9 @@ plugins {\nid \"com.jfrog.bintray\" version \"1.8.5\" apply false\n}\n-ext.mpsVersion = \"2020.1.1\"\n+ext.mpsMajorVersion = \"2020.1\"\n+ext.mpsMinorVersion = \"1\"\n+ext.mpsVersion = \"$mp...
Kotlin
Apache License 2.0
modelix/modelix
Required MPS version is now stored in the gradle plugin No need to declare an MPS dependency anymore when using the gradle plugin.
426,496
13.10.2020 12:19:47
-7,200
8830c4ca1ccd0ad2f99d79cebc8615a8a2279576
Build jobs for publishing tags to bintray
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -3,10 +3,15 @@ install: true\njdk:\n- openjdk11\n- - openjdk14\n-script:\n- - ./gradlew build\n+jobs:\n+ include:\n+ - stage: build\n+ script: ./gradlew build\n+ if: tag IS blank\n+ - stage: deploy\n+ script...
Kotlin
Apache License 2.0
modelix/modelix
Build jobs for publishing tags to bintray
426,496
13.10.2020 13:51:51
-7,200
82a611cc48c00c607d6b239342a3e24660338c35
Also publish the gradle plugin to bintray
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -10,7 +10,7 @@ jobs:\nscript: ./gradlew build\nif: tag IS blank\n- stage: deploy\n- script: ./gradlew build :model-server:bintrayUpload :mps:bintrayUpload\n+ script: ./gradlew build bintrayUpload\nif: tag IS...
Kotlin
Apache License 2.0
modelix/modelix
Also publish the gradle plugin to bintray
426,496
13.10.2020 14:23:26
-7,200
c2cfd65d6c6125c4228b3742a9f00d93f3cbb17c
gradle plugin test now downloads the plugin from the bintray repository
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "buildscript {\nrepositories {\n+ maven { url 'https://dl.bintray.com/modelixorg/maven' }\nmavenLocal()\n}\ndependencies {\n- classpath group: 'org.modelix', name: 'gradle...
Kotlin
Apache License 2.0
modelix/modelix
gradle plugin test now downloads the plugin from the bintray repository
426,496
13.10.2020 14:56:49
-7,200
242d8bfaa0f05e14bc7a24083e11798d38677012
Publish docker images to docker hub when a tag is pushed
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -4,13 +4,16 @@ install: true\njdk:\n- openjdk11\n+services:\n+ - docker\n+\njobs:\ninclude:\n- stage: build\nscript: ./gradlew build\nif: tag IS blank\n- stage: deploy\n- script: ./gradlew build bintrayUploa...
Kotlin
Apache License 2.0
modelix/modelix
Publish docker images to docker hub when a tag is pushed
426,496
13.10.2020 15:21:45
-7,200
2ad63e6f75a8cd6f2ebabe5747338c58f4f36f72
don't prefix version tags with "v"
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -30,9 +30,6 @@ ext.mpsVersion = \"$mpsMajorVersion.$mpsMinorVersion\"\next.modelixVersion = \"$mpsVersion-SNAPSHOT\"\nif (System.getenv(\"TRAVIS_TAG\") != null && !System.getenv(\"TRAVIS_TAG\").isEmpty()) ...
Kotlin
Apache License 2.0
modelix/modelix
don't prefix version tags with "v"
426,496
13.10.2020 15:23:16
-7,200
5544d0685e96f99fe6a3eca2738b149be01d76e9
also push ":latest" tag for docker images
[ { "change_type": "MODIFY", "old_path": "docker-ci.sh", "new_path": "docker-ci.sh", "diff": "@@ -26,3 +26,10 @@ docker push \"modelix/modelix-mps:${TAG}\"\ndocker push \"modelix/modelix-ui:${TAG}\"\ndocker push \"modelix/modelix-proxy:${TAG}\"\ndocker push \"modelix/modelix-uiproxy:${TAG}\"\n+\n+dock...
Kotlin
Apache License 2.0
modelix/modelix
also push ":latest" tag for docker images
426,496
14.10.2020 11:21:30
-7,200
51bd71f1591bc06b79463758b11a48f8efd8a987
Deleted docker-run-model.sh and docker-run-ui.sh Running these images outside a kubernetes cluster is not exepcted to work.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -118,8 +118,6 @@ File | Description\n[docker-push-gcloud.sh](docker-push-gcloud.sh) |\n[docker-push-hub.sh](docker-push-hub.sh) | Pushes all docker images to [hub.docker.com](https://hub.docker.com/u/modelix) an...
Kotlin
Apache License 2.0
modelix/modelix
Deleted docker-run-model.sh and docker-run-ui.sh Running these images outside a kubernetes cluster is not exepcted to work.
426,504
14.10.2020 11:34:00
-7,200
5cbcf51f40eb92d6193654b27981e61248dc212f
publish fatJar on maven
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -84,6 +84,12 @@ publishing {\nfrom components.java\n}\n+ modelServerFatJar(MavenPublication) {\n+ groupId project.group\n+ version project.version\n+\n+ artifact fatJar\n+ }\n}\n}...
Kotlin
Apache License 2.0
modelix/modelix
publish fatJar on maven
426,504
14.10.2020 11:34:11
-7,200
e29f8d6e74adbb6f87a002e827755997c88f7d42
log used port for model-server
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/Main.java", "new_path": "model-server/src/main/java/org/modelix/model/server/Main.java", "diff": "@@ -71,10 +71,12 @@ public class Main {\ntry {\nString portStr = System.getenv(\"PORT\");\n+ int port = portSt...
Kotlin
Apache License 2.0
modelix/modelix
log used port for model-server
426,496
14.10.2020 11:50:51
-7,200
69181529c1d507c8028199bcb3f368ebf6c59f5c
NPE in VersionMerger.captureIntend Fixes
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/VersionMerger.kt", "diff": "@@ -106,10 +106,14 @@ class VersionMerger(private val storeCache: IDeserializingKeyValueStore,...
Kotlin
Apache License 2.0
modelix/modelix
NPE in VersionMerger.captureIntend Fixes #29
426,504
14.10.2020 12:04:38
-7,200
5048280224d6961b6529f9880f3789924ad5d4f0
adding publication of model-server fatJar to maven
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -54,6 +54,12 @@ task fatJar(type: Jar) {\nwith jar\n}\n+def fatJarFile = file(\"$buildDir/libs/model-server-fatJar-latest.jar\")\n+def fatJarArtifact = artifacts.add('archives', f...
Kotlin
Apache License 2.0
modelix/modelix
adding publication of model-server fatJar to maven
426,496
20.10.2020 11:57:39
-7,200
d996c214c4233c58aab5f172c3acc3bd2acdc135
Fixed Model server seems to log stuff twice
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/log4j.xml", "new_path": "model-server/src/main/resources/log4j.xml", "diff": "</layout>\n</appender>\n- <category name=\"org.modelix\" additivity=\"true\">\n+ <category name=\"org.modelix\" additivity=\"false\">\n<priority value...
Kotlin
Apache License 2.0
modelix/modelix
Fixed #32 Model server seems to log stuff twice
426,496
26.10.2020 13:57:59
-3,600
58d214b72375386228c2a04d1eb1fb6786ad9384
Instructions for using kubernetes with docker desktop
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -33,16 +33,24 @@ Optionally, you can run the model server and connect your MPS to it:\n- open the \"Model Properties\" of the new model and add at least one language dependency\n- now y...
Kotlin
Apache License 2.0
modelix/modelix
Instructions for using kubernetes with docker desktop
426,496
26.10.2020 14:41:37
-3,600
526779b5908330cd03fc88d5ae80d43b7e1fb843
Plugins were copied to the wrong path in the UI docker image
[ { "change_type": "MODIFY", "old_path": "Dockerfile-ui", "new_path": "Dockerfile-ui", "diff": "@@ -6,7 +6,7 @@ EXPOSE 33333\n# wget -q -O- https://storage.googleapis.com/cloud-profiler/java/latest/profiler_java_agent.tar.gz \\\n# | tar xzv -C /opt/cprof\n-COPY build/org.modelix/build/artifacts/org.mo...
Kotlin
Apache License 2.0
modelix/modelix
Plugins were copied to the wrong path in the UI docker image
426,496
26.10.2020 15:06:39
-3,600
0292735ee012b6f1bf3def5f3b44792a5105fcf3
Script that opens the correct URL when docker desktop is used
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -53,9 +53,9 @@ Optionally, you can run the model server and connect your MPS to it:\n- Option 2: Build your own docker images\n- `./docker-build-all.sh`\n- `./kubernetes-apply-local.sh`...
Kotlin
Apache License 2.0
modelix/modelix
Script that opens the correct URL when docker desktop is used