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
15.12.2020 18:41:33
-3,600
8c01d8da5fa161d12674c9346a1d8e66861550d1
ensuring that read during syncNode is in transacttion
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "new_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3SKdUt\" id=\"6p3SZI_24nb\" role=\"3cqZAp\">\n+ <node concept=\"1PaTwC\" id=\"6...
Kotlin
Apache License 2.0
modelix/modelix
ensuring that read during syncNode is in transacttion
426,504
15.12.2020 18:43:12
-3,600
5baced24d69622ba5f93ebce4f9c312054f75589
add github action to run integration tests
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/integrationtests.yml", "diff": "+name: Integration Tests\n+\n+on: [push]\n+\n+jobs:\n+ runIntegrationTests:\n+\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: actions/checkout@v1\n+ - name: Set up JDK 11\n+ uses: actions/setu...
Kotlin
Apache License 2.0
modelix/modelix
add github action to run integration tests
426,504
15.12.2020 18:44:39
-3,600
9b49f5e8264a8b2ab63e1dff1806ff9240ab3db0
correction in how PersistentBindingConfiguration checks if a module is mapped
[ { "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": "<concept id=\"1081516740877\" name=\"jetbrains.mps.baseLanguage.structure.NotE...
Kotlin
Apache License 2.0
modelix/modelix
correction in how PersistentBindingConfiguration checks if a module is mapped
426,504
15.12.2020 18:46:45
-3,600
21c6a939e9c7c71d37333d4b9bdc837f2e0351b1
move org.modelix.integrationtests out of solutions dir
[ { "change_type": "MODIFY", "old_path": "mps/.mps/modules.xml", "new_path": "mps/.mps/modules.xml", "diff": "<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.sm/org.modelix.ui.sm.mpl\" folder=\"ui.shadowmodels\" />\n<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.state/org.modelix.ui.state.mpl\" folde...
Kotlin
Apache License 2.0
modelix/modelix
move org.modelix.integrationtests out of solutions dir
426,504
17.12.2020 10:55:35
-3,600
dcf1f838d5e06327bd9ee8f5f96db003b7731c69
fix merge issues in 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": "@@ -72,12 +72,6 @@ class CmdLineArgs {\nconverter = IntegerConverter.class)\nInteger port = null;\n- @Paramete...
Kotlin
Apache License 2.0
modelix/modelix
fix merge issues in model server
426,504
17.12.2020 11:22:15
-3,600
299542dbfd894ac1f26a1ceb9dd31d972663803c
avoiding issue when accessing disposed project
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.projectview.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.projectview.mps", "diff": "</node>\n<node concept=\"3Tm6S6\" id=\"1cRLf1_Z1L1\" role=\"1B3o_S\"...
Kotlin
Apache License 2.0
modelix/modelix
avoiding issue when accessing disposed project
426,504
17.12.2020 11:46:48
-3,600
bc65a6642c8b6979e5d871569314cbadd76c15cc
improving error messages in case of connect exception
[ { "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": "@@ -30,6 +30,7 @@ import org.modelix.model.lazy.ObjectStoreCache\nimport org...
Kotlin
Apache License 2.0
modelix/modelix
improving error messages in case of connect exception
426,504
17.12.2020 11:59:36
-3,600
bfab6d06b6194781dcbed1a59a1fbb927dd98407
storing SimpleProjectB
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/SimpleProjectB/.mps/cloudResources.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"CloudResources\">\n+ </component>\n+</project>\n\\ No newline at end of file\n" }, ...
Kotlin
Apache License 2.0
modelix/modelix
storing SimpleProjectB
426,504
17.12.2020 11:59:49
-3,600
049b09621e1a1e3c15a370baa27966e108cb9909
improve error message on connection failure
[ { "change_type": "ADD", "old_path": null, "new_path": "model-client/.idea/.gitignore", "diff": "+# Default ignored files\n+/shelf/\n+/workspace.xml\n+# Datasource local storage ignored files\n+/dataSources/\n+/dataSources.local.xml\n+# Editor-based HTTP Client requests\n+/httpRequests/\n" }, { ...
Kotlin
Apache License 2.0
modelix/modelix
improve error message on connection failure
426,504
17.12.2020 12:00:14
-3,600
4e65a152bb15136a1286485d2f388d23a34aa416
add explanatory messages for assertsions
[ { "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 concept=\"2tJIrI\" id=\"1QKKVBBBQPk\" role=\"jymVt\" />\n- <node...
Kotlin
Apache License 2.0
modelix/modelix
add explanatory messages for assertsions
426,504
17.12.2020 12:32:09
-3,600
a2b5221a7ae741a5691f17504de6a1a19966e388
adding comment and minor style change
[ { "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": "@@ -32,7 +32,7 @@ class AsyncStore(private val store: IKeyValueStore) : IKeyValueStore {\nre...
Kotlin
Apache License 2.0
modelix/modelix
adding comment and minor style change
426,504
17.12.2020 12:32:28
-3,600
2427c9c02a07560c10dba57b2b24ce0efcf91d9b
disposing ReplicatedTree after usage
[ { "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=\"3cpWs6\" id=\"5yNJPA6tJ$$\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
disposing ReplicatedTree after usage
426,504
17.12.2020 14:58:04
-3,600
d5d0f6af7beb2304f411d0e62a8ce243c24a99ec
ensure printenv is executable when running integration tests
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -117,11 +117,15 @@ task justBuildIntegrationTests(type: BuildLanguages, dependsOn: []) {\nimport org.apache.tools.ant.taskdefs.condition.Os\n+task makePrintEnvExecutable(type: Exec) {\n+ commandLin...
Kotlin
Apache License 2.0
modelix/modelix
ensure printenv is executable when running integration tests
426,504
17.12.2020 17:05:21
-3,600
f76c9f37d4b563a5919f356376039231df14989a
correct autobinding disable logic
[ { "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=\"3clFbS\" id=\"26ispG7ZZOK\" role=\"2VODD2\">\n<node concept=\"...
Kotlin
Apache License 2.0
modelix/modelix
correct autobinding disable logic
426,504
18.12.2020 11:48:22
-3,600
ff421a4ed9e6f0f09456f80477fa56b401a2b2ef
include modules files
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -18,5 +18,4 @@ mps/org.modelix.model.client/lib\n# modules are configured by gradle\n.idea/modules\n-modules.xml\n.DS_Store\n" }, { "change_type": "ADD", "old_path": null, "new_path": "integrat...
Kotlin
Apache License 2.0
modelix/modelix
include modules files
426,504
18.12.2020 14:47:27
-3,600
c0ba2939d09d4a01da964e158120646aa66c19e9
disabling autobinding
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -104,7 +104,7 @@ task buildMpsModules(\nassemble.dependsOn(buildMpsModules)\ntask runMpsTests(type: TestLanguages, dependsOn: buildMpsModules) {\n- scriptArgs = defaultAntScriptArgs + ['-Ddisable.a...
Kotlin
Apache License 2.0
modelix/modelix
disabling autobinding
426,504
18.12.2020 14:49:17
-3,600
2f89f6870ddb59537f29cf354fa8d079c37c43db
format 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": "@@ -19,17 +19,9 @@ import com.beust.jcommander.JCommander;\nimport com.beust.jcommander.Parameter;\nimport com...
Kotlin
Apache License 2.0
modelix/modelix
format model-server
426,504
18.12.2020 17:16:48
-3,600
b9a4c8adb1e6b26cfb5df49cd465fd70e45a8934
adding debug info in model-client
[ { "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": "@@ -223,7 +223,7 @@ actual open class ReplicatedTree actual constructor(\nfun checkD...
Kotlin
Apache License 2.0
modelix/modelix
adding debug info in model-client
426,504
18.12.2020 17:17:15
-3,600
5db889c309c86b8c2f5c278d2f970ac371519402
working on debugging ModuleCanBeCopiedOnAndSyncedCloudTest
[ { "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": "<child id=\"6733348108486823193\" name=\"leftExpression\" index=\"1m5AlR\" />\n<child id...
Kotlin
Apache License 2.0
modelix/modelix
working on debugging ModuleCanBeCopiedOnAndSyncedCloudTest
426,504
23.12.2020 10:43:57
-3,600
2ec03f0cc227a00cbd2b2dee25332a6fdf48dcec
correct how we perform the change on the server
[ { "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": "<concept id=\"1068498886292\" name=\"jetbrains.mps.baseLanguage.structure.ParameterDecla...
Kotlin
Apache License 2.0
modelix/modelix
correct how we perform the change on the server
426,504
23.12.2020 10:56:40
-3,600
c0b071e4061a1305b08569b2f862c821902c941b
adding dependency on model-server for integration tests
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -157,7 +157,7 @@ task runIntegrationTestsWithoutRebuildingModelix(dependsOn: [justBuildIntegratio\n}\n-task runIntegrationTests(dependsOn: [buildMpsModules, justBuildIntegrationTests, justRunIntegr...
Kotlin
Apache License 2.0
modelix/modelix
adding dependency on model-server for integration tests
426,504
23.12.2020 10:56:55
-3,600
ec99aed8bb4c824782b9b0ff4c5acfc9be9513af
adding json dump 3 for integration tests
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/expected_server_dumps/dump3.json", "diff": "+{\n+ \"$children\": [\n+ {\n+ \"$role\": \"modules\",\n+ \"$concept\": \"org.modelix.model.runtimelang.Module\",\n+ \"id\": \"f2fb433a-7484-46c7-a61e-ec59ba5ea58f\",\n+ \"name\": \"si...
Kotlin
Apache License 2.0
modelix/modelix
adding json dump 3 for integration tests
426,504
23.12.2020 11:07:08
-3,600
42178ab0aaa519353c970738edf007a13ac5651e
build model-server fatJar to run integration tests
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -157,7 +157,7 @@ task runIntegrationTestsWithoutRebuildingModelix(dependsOn: [justBuildIntegratio\n}\n-task runIntegrationTests(dependsOn: [\":model-server:assemble\", buildMpsModules, justBuildInt...
Kotlin
Apache License 2.0
modelix/modelix
build model-server fatJar to run integration tests
426,504
23.12.2020 11:19:20
-3,600
a37bb980cd9c409b6bc44ff0948a0da9245e82af
change order of maven repos
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -4,8 +4,10 @@ buildscript {\next.kotlinVersion = '1.4.0'\nrepositories {\n- maven { url 'https://projects.itemis.de/nexus/content/repositories/mbeddr' }\n+ /* It is useful to have the central maven repo be...
Kotlin
Apache License 2.0
modelix/modelix
change order of maven repos
426,504
23.12.2020 11:30:20
-3,600
07d21e48856683193df8bb1fd905461022d50c3f
revise order of maven repos
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -39,10 +39,12 @@ allprojects {\nversion modelixVersion\nrepositories {\n- maven { url 'https://projects.itemis.de/nexus/content/groups/OS/' }\n+ /* It is useful to have the central maven repo before the It...
Kotlin
Apache License 2.0
modelix/modelix
revise order of maven repos
426,504
23.12.2020 11:49:50
-3,600
5d79ff907942d02ff68a8e626418a49cedea7d5f
add SimpleProjectC
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/SimpleProjectC/.mps/cloudResources.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"CloudResources\">\n+ </component>\n+</project>\n\\ No newline at end of file\n" }, ...
Kotlin
Apache License 2.0
modelix/modelix
add SimpleProjectC
426,504
23.12.2020 14:58:24
-3,600
a340339f4a003bad87c5e07c04f794b5e14064bf
actually executing new integration tests
[ { "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": "<concept id=\"1238853782547\" name=\"jetbrains.mps.baseLanguage.tuples.structure.Indexed...
Kotlin
Apache License 2.0
modelix/modelix
actually executing new integration tests
426,504
30.12.2020 14:16:37
-3,600
39fe51d7da1a6595391898877b9450d3048ae34a
correcting projects for integrations tests
[ { "change_type": "MODIFY", "old_path": "integrationtests/SimpleProjectD/.mps/modules.xml", "new_path": "integrationtests/SimpleProjectD/.mps/modules.xml", "diff": "<project version=\"4\">\n<component name=\"MPSProject\">\n<projectModules>\n- <modulePath path=\"$PROJECT_DIR$/solutions/simple.solution...
Kotlin
Apache License 2.0
modelix/modelix
correcting projects for integrations tests
426,504
30.12.2020 14:24:48
-3,600
d843112b41e117f39a021dad8ed2d6f9dd846fcc
reducing more verbose messages
[ { "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=\"abc8K\" id=\"5PWEOM6gqQ7\" role=\"3cqZAp\">...
Kotlin
Apache License 2.0
modelix/modelix
reducing more verbose messages
426,504
30.12.2020 16:28:35
-3,600
7496b17d9cbe138553e6e015dfd39dd74675f372
working on last two integration tests
[ { "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=\"3Tm6S6\" id=\"6Jg9HT9UXqz\" role=\"1B3o_S\" />\n</node>\n<node concept=\...
Kotlin
Apache License 2.0
modelix/modelix
working on last two integration tests
426,504
13.01.2021 15:51:45
-3,600
11ac8d58da9b3be9adccb75853f468cf80ac78fc
working on manual tests
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -143,3 +143,13 @@ Here are some open topics that we may work on in the future. The order doesn't h\n- Show cursors/selection of other users\n- Editor\n- Graphical notation: The current text based notation only u...
Kotlin
Apache License 2.0
modelix/modelix
working on manual tests
426,504
13.01.2021 17:24:28
-3,600
d1512f1c37eefa0e6734b848341f0607dbb54303
creating first project
[ { "change_type": "MODIFY", "old_path": "manual-tests/MBUC-1/solutions/MyExampleSolution/MyExampleSolution.msd", "new_path": "manual-tests/MBUC-1/solutions/MyExampleSolution/MyExampleSolution.msd", "diff": "</facet>\n</facets>\n<sourcePath />\n- <languageVersions />\n+ <dependencies>\n+ <dependency r...
Kotlin
Apache License 2.0
modelix/modelix
creating first project
426,504
13.01.2021 17:35:52
-3,600
54b9823152cc1c93a782e548fbceba116f1339df
define first manual test
[ { "change_type": "MODIFY", "old_path": "manual-tests/.gitignore", "new_path": "manual-tests/.gitignore", "diff": "dependencies\n+MBUC-1/.mps/cloudResources.xml\n" }, { "change_type": "MODIFY", "old_path": "manual-tests/build.gradle", "new_path": "manual-tests/build.gradle", "diff...
Kotlin
Apache License 2.0
modelix/modelix
define first manual test
426,504
13.01.2021 17:47:14
-3,600
a6e8588247548071255e4427b35a48e223478cdc
defining second manual test
[ { "change_type": "MODIFY", "old_path": "manual-tests/module_based_usecases.md", "new_path": "manual-tests/module_based_usecases.md", "diff": "@@ -28,25 +28,78 @@ java -jar model-server/build/libs/model-server-fatJar-latest.jar -inmemory -port\n## Manual Test MBUC-1\n+### Preparation\n+\nTake a clean...
Kotlin
Apache License 2.0
modelix/modelix
defining second manual test
426,504
13.01.2021 17:48:30
-3,600
1e7bc5423217df39b383d874efe82e9147507338
improve clean up section of second manual test
[ { "change_type": "MODIFY", "old_path": "manual-tests/module_based_usecases.md", "new_path": "manual-tests/module_based_usecases.md", "diff": "@@ -96,7 +96,7 @@ We have currently no way to change the reference on the Cloud. If in the future\nYou can close the project.\n-Remove \"MBUC-1/.mps/cloudReso...
Kotlin
Apache License 2.0
modelix/modelix
improve clean up section of second manual test
426,504
14.01.2021 11:15:40
-3,600
d93b2c1d3d72ece20b74c21da503fa1ecba57a8a
support loading and saving dumps in model-server
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/InMemoryStoreClient.java", "new_path": "model-server/src/main/java/org/modelix/model/server/InMemoryStoreClient.java", "diff": "package org.modelix.model.server;\n+import java.io.BufferedReader;\n+import java...
Kotlin
Apache License 2.0
modelix/modelix
support loading and saving dumps in model-server
426,504
14.01.2021 12:22:21
-3,600
9f8853761b0d062a074fc43ea2ef6967ee5cb6ec
improve resolutions of references
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "new_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "diff": "<import index=\"dush\" ref=\"8865b7a8-5271-43d3-884c-6fd1d9cfdd34/java:org.jetbrains.mps.openapi.persistence(MPS.OpenAPI/)\"...
Kotlin
Apache License 2.0
modelix/modelix
improve resolutions of references
426,504
14.01.2021 14:51:48
-3,600
c8819c796a3aa6f3168968ad87a1f59a96baa9eb
handle cases in which a NodeID has been already used
[ { "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": "@@ -111,7 +111,7 @@ class CLTree : ITree {\noverride fun addNewChild(parentId: Long, role: String?...
Kotlin
Apache License 2.0
modelix/modelix
handle cases in which a NodeID has been already used
426,504
14.01.2021 14:52:13
-3,600
114359da9664d256a5789099b5cad7f98606604f
work on manual test
[ { "change_type": "MODIFY", "old_path": "manual-tests/MBUC-1/solutions/MyExampleSolution/models/MyExampleSolution.aModel.mps", "new_path": "manual-tests/MBUC-1/solutions/MyExampleSolution/models/MyExampleSolution.aModel.mps", "diff": "<node concept=\"3clFbF\" id=\"4RKx2wh0rnY\" role=\"3cqZAp\">\n<nod...
Kotlin
Apache License 2.0
modelix/modelix
work on manual test MBUC-3
426,504
14.01.2021 15:08:22
-3,600
cc5ce6da13625b53d574cdb5402a0f522961a951
manual tests 4 and 5 written
[ { "change_type": "MODIFY", "old_path": "manual-tests/module_based_usecases.md", "new_path": "manual-tests/module_based_usecases.md", "diff": "@@ -147,4 +147,69 @@ Kill the model-server\n## Manual Test MBUC-4\n+### Preparation\n+\n+Start the model-server using dump `model-server-dump-MBUC-1`. Note th...
Kotlin
Apache License 2.0
modelix/modelix
manual tests 4 and 5 written
426,504
14.01.2021 15:22:59
-3,600
8daf1d02523d4576a0c81177251e6343da61971f
add project
[ { "change_type": "ADD", "old_path": null, "new_path": "manual-tests/PBUC-1/.mps/libraries.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"ProjectLibraryManager\">\n+ <option name=\"libraries\">\n+ <map>\n+ <entry key=\"MpsExtensions\">\n+ <va...
Kotlin
Apache License 2.0
modelix/modelix
add project PBUC-1
426,504
14.01.2021 15:50:54
-3,600
14c3a32fc8ed990ebfdb975837f37e9476d3e99c
creating copyAndSyncInModelixAsEntireProject
[ { "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": "</node>\n</node>\n</node>\n+ <node concept=\"2tJIrI\" id=\"3rV04iJIuOK\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
creating copyAndSyncInModelixAsEntireProject
426,504
14.01.2021 15:51:15
-3,600
22bbe840ca18b21561d577de4a7e92bda5320511
working on project-based manual tests
[ { "change_type": "ADD", "old_path": null, "new_path": "manual-tests/project_based_usecases.md", "diff": "+# Project Based Use Cases\n+\n+These tests are used to verify that these five use cases work as expected:\n+\n+[Not yet supported 1. I have a physical project, I just save it on the server]\n+\n...
Kotlin
Apache License 2.0
modelix/modelix
working on project-based manual tests
426,496
15.01.2021 11:43:32
-3,600
9691c472c21ba521b9dea3a5be55a0a3306e83fc
Publish docker image tags containing the mps version There will be three docker image tags for each release. One with the git tag (0.0.12), one for the MPS major version (2020.3) and one for the full MPS version (2020.3.4)
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -23,9 +23,11 @@ plugins {\nid \"com.jfrog.bintray\" version \"1.8.5\" apply false\n}\n-ext.mpsMajorVersion = \"2020.3\"\n-ext.mpsMinorVersion = \"\"\n-ext.mpsVersion = mpsMajorVersion + (mpsMinorVersion.le...
Kotlin
Apache License 2.0
modelix/modelix
Publish docker image tags containing the mps version There will be three docker image tags for each release. One with the git tag (0.0.12), one for the MPS major version (2020.3) and one for the full MPS version (2020.3.4)
426,496
15.01.2021 12:22:17
-3,600
a9e729df4397d0c68e08b3346726be0324f864ae
Create docker tag "mps-20xx.x.x" instead of just "20xx.x.x" To make clear it's the MPS version and not the modelix version.
[ { "change_type": "MODIFY", "old_path": "docker-ci.sh", "new_path": "docker-ci.sh", "diff": "@@ -20,9 +20,9 @@ docker login -u \"$DOCKER_HUB_USER\" -p \"$DOCKER_HUB_KEY\"\n./docker-build-uiproxy.sh\nGIT_TAG=\"$TRAVIS_TAG\"\n-TAGS=\"$GIT_TAG $mpsVersion\"\n+TAGS=\"$GIT_TAG mps-$mpsVersion\"\nif [ \"$m...
Kotlin
Apache License 2.0
modelix/modelix
Create docker tag "mps-20xx.x.x" instead of just "20xx.x.x" To make clear it's the MPS version and not the modelix version.
426,496
15.01.2021 12:30:01
-3,600
09cf9049f427c3b15e1728f6033ac040aa921da0
Reduce code duplication in docker-ci.sh
[ { "change_type": "MODIFY", "old_path": "docker-ci.sh", "new_path": "docker-ci.sh", "diff": "@@ -27,24 +27,10 @@ fi\nfor TAG in $TAGS ; do\necho \"Pushing Tag $TAG\"\n- docker tag modelix/modelix-db:latest \"modelix/modelix-db:${TAG}\"\n- docker tag modelix/modelix-model:latest \"modelix/modelix-mode...
Kotlin
Apache License 2.0
modelix/modelix
Reduce code duplication in docker-ci.sh
426,504
15.01.2021 14:40:51
-3,600
095737d0b677eafb8b6a271e9747c159bd480a8e
working on reacting to project changes
[ { "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": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"mLlB37tT6g\" role=\"3cqZAp\">\n- ...
Kotlin
Apache License 2.0
modelix/modelix
working on reacting to project changes
426,504
15.01.2021 14:51:28
-3,600
ea2e9d492b3d2eaa7d96600a6492fff80cba3422
add SimpleProjectF
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/SimpleProjectF/.mps/cloudResources.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"CloudResources\">\n+ </component>\n+</project>\n\\ No newline at end of file\n" }, ...
Kotlin
Apache License 2.0
modelix/modelix
add SimpleProjectF
426,504
15.01.2021 14:57:27
-3,600
7fb92734b184ef46e780fcb76611b9778a6b30de
working on ProjectCanBeCopiedAndSyncOnCloudTest
[ { "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 concept=\"3clFbH\" id=\"lO9TSUBsxA\" role=\"3cqZAp\" />\n+ <node...
Kotlin
Apache License 2.0
modelix/modelix
working on ProjectCanBeCopiedAndSyncOnCloudTest
426,496
15.01.2021 15:38:54
-3,600
5664313d6190efa5068078e6e5e1cabb02bad49a
Use correct "ui" docker image version when viewing github PRs
[ { "change_type": "MODIFY", "old_path": "ui-proxy/build.gradle", "new_path": "ui-proxy/build.gradle", "diff": "@@ -43,3 +43,13 @@ task copyRuntimeLibs(type: Copy) {\n}\nassemble.dependsOn copyRuntimeLibs\n+\n+jar {\n+ manifest {\n+ attributes(\"Implementation-Version\": modelixVersion)\n+ attributes(...
Kotlin
Apache License 2.0
modelix/modelix
Use correct "ui" docker image version when viewing github PRs
426,496
15.01.2021 16:14:22
-3,600
ea85762005d8d8f1bc26688874be8c15ec6126e8
Reduce code duplication in docker-ci.sh (2)
[ { "change_type": "MODIFY", "old_path": "docker-ci.sh", "new_path": "docker-ci.sh", "diff": "@@ -24,10 +24,11 @@ TAGS=\"$GIT_TAG mps-$mpsVersion\"\nif [ \"$mpsVersion\" != \"$mpsMajorVersion\" ]; then\nTAGS=\"$TAGS mps-$mpsMajorVersion\"\nfi\n+IMAGE_NAMES=\"db model mps ui proxy uiproxy\"\nfor TAG in...
Kotlin
Apache License 2.0
modelix/modelix
Reduce code duplication in docker-ci.sh (2)
426,504
15.01.2021 16:43:48
-3,600
b5f25ff6ad57dd630b7cb825c2433155c98dbae4
fixing integration tests on project to recognize dump of project
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/expected_server_dumps/dump_project1.json", "diff": "+\n+\n+{\n+ \"$children\": [\n+ {\n+ \"$role\": \"projects\",\n+ \"$concept\": \"org.modelix.model.runtimelang.Project\",\n+ \"name\": \"SimpleProjectF\",\n+ \"$children\": [\n...
Kotlin
Apache License 2.0
modelix/modelix
fixing integration tests on project to recognize dump of project
426,496
18.01.2021 11:08:02
-3,600
1a7cd129a3dbfbd8f2df7f0115cea012dbed778d
ui-proxy docker image failed to start
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -19,3 +19,4 @@ mps/org.modelix.model.client/lib\n# modules are configured by gradle\n.idea/modules\nmodules.xml\n+modelix.version\n" }, { "change_type": "MODIFY", "old_path": "build.gradle", "n...
Kotlin
Apache License 2.0
modelix/modelix
ui-proxy docker image failed to start
426,496
18.01.2021 20:22:58
-3,600
b6d76ddc8a6ca6748ad1f0bf98d91c298d295579
org.modelix.ui.server plugin was not loaded in MPS
[ { "change_type": "MODIFY", "old_path": "ui-server/src/main/java/org/modelix/ui/server/EnvironmentLoader.java", "new_path": "ui-server/src/main/java/org/modelix/ui/server/EnvironmentLoader.java", "diff": "@@ -33,6 +33,8 @@ public class EnvironmentLoader {\nReflectionUtil.setField(PathManager.class, n...
Kotlin
Apache License 2.0
modelix/modelix
org.modelix.ui.server plugin was not loaded in MPS
426,496
18.01.2021 20:32:21
-3,600
af6f9fe93c83cd2affc12acfd941f9f18097d1ab
Remove dependency on jetbrains.mps.git4idea.stubs I added org.modelix.git4idea.withJavaFacet before to fix class loading issues. It's cleaner to also use the stubs from the solution that loads the classes.
[ { "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>\n</node>\n+ <node concept=\"1SiIV0\" id=\"b16MWbMELi\" role=\"3bR37C\">\n+ <node concept=\"3bR9La\" id=\"b16MWbMELj...
Kotlin
Apache License 2.0
modelix/modelix
Remove dependency on jetbrains.mps.git4idea.stubs I added org.modelix.git4idea.withJavaFacet before to fix class loading issues. It's cleaner to also use the stubs from the solution that loads the classes.
426,496
18.01.2021 20:44:26
-3,600
8cdec2dd27224adc468f74bb1da4b186a5679749
More verbose logging for the headless MPS
[ { "change_type": "MODIFY", "old_path": "ui-server/src/main/resources/log4j.xml", "new_path": "ui-server/src/main/resources/log4j.xml", "diff": "</category>\n<category name=\"jetbrains.mps\" additivity=\"true\">\n- <priority value=\"INFO\"/>\n- <appender-ref ref=\"CONSOLE-INFO\"/>\n+ <priority value=...
Kotlin
Apache License 2.0
modelix/modelix
More verbose logging for the headless MPS
426,504
19.01.2021 15:03:16
-3,600
32a272cccdd67d5bc27df6e5df70fba616d5cd57
observe module as part of ProjectBinding
[ { "change_type": "MODIFY", "old_path": "integrationtests/expected_server_dumps/dump_project2.json", "new_path": "integrationtests/expected_server_dumps/dump_project2.json", "diff": "]\n}\n]\n+ },\n+ {\n+ \"$role\": \"models\",\n+ \"$concept\": \"org.modelix.model.runtimelang.Model\",\n+ \"id\": \"r:...
Kotlin
Apache License 2.0
modelix/modelix
observe module as part of ProjectBinding
426,496
19.01.2021 16:27:59
-3,600
8e32d396e04a56fb70e8f70d81d4883c766cf10e
Painting the diff images failed in a headless environment
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "new_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "diff": "<import index=\"hr4p\" ref=\"2d5cd737-852a-4885-95f3-b6f65b8b740d/java:git4idea(org.modelix.git4idea.withJavaFacet/)\" />\n<...
Kotlin
Apache License 2.0
modelix/modelix
Painting the diff images failed in a headless environment
426,496
20.01.2021 11:16:33
-3,600
1f55495295ab34e0ab743a0e929fb82a42d9cf84
modelix version was generated into the MPS plugins (plugin.xml)
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -75,7 +75,8 @@ task setup {\next.defaultAntScriptArgs = [\n'-Dproject.home=' + file(rootDir).getAbsolutePath(),\n'-Dmps.home=' + mpsDir.getAbsolutePath(),\n- '-Dartifacts.root=' + new File(rootDir,...
Kotlin
Apache License 2.0
modelix/modelix
modelix version was generated into the MPS plugins (plugin.xml)
426,496
20.01.2021 11:18:53
-3,600
f089819fe368d47bb2804a67b99a0b338a4f0c43
health check in MPS now also checks if the any project is loaded There was an NPE in the diff plugin because requests were forwarded before the project was not loaded.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "new_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "diff": "</node>\n<node concept=\"3clFbJ\" id=\"2XovqnGV$eK\" role=\"3cqZAp\">\n<node concept=\"3clFbS\" id=\"2XovqnGV$eM\" role=\"3c...
Kotlin
Apache License 2.0
modelix/modelix
health check in MPS now also checks if the any project is loaded There was an NPE in the diff plugin because requests were forwarded before the project was not loaded.
426,496
20.01.2021 11:21:01
-3,600
13c52cdd6d8bf9f9d01c87590374fe17288d7743
Attempt to paint the splitter in the diff dialog Doesn't work yet.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "new_path": "mps/org.modelix.ui.diff/models/org.modelix.ui.diff.mps", "diff": "<import index=\"l2n2\" ref=\"6354ebe7-c22a-4a0f-ac54-50b52ab9b065/java:java.awt.peer(JDK/)\" />\n<import index=\"hyam\" ref=...
Kotlin
Apache License 2.0
modelix/modelix
Attempt to paint the splitter in the diff dialog Doesn't work yet.
426,496
21.01.2021 11:51:29
-3,600
bb29e5625f0d144c39da37c8366b5f09fbdec880
Caret was always placed to 0,0 in the HTML editor
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/LiveHtml.ts", "new_path": "ui-client/src/scripts/LiveHtml.ts", "diff": "@@ -173,6 +173,8 @@ export class LiveHtml {\nfor (const [jsonKey, jsonValue] of Object.entries(json)) {\nswitch (jsonKey) {\n+ case \"id\":\n+ break;\ncase \"class\":...
Kotlin
Apache License 2.0
modelix/modelix
Caret was always placed to 0,0 in the HTML editor
426,496
21.01.2021 13:27:30
-3,600
70d6f5f80aeb562403daca5a6e7e76eab1d6fe3b
Fixed deadlock in the HTML editor
[ { "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": "<child id=\"1137022507850\" name=\"body\" index=\"2VODD2\" />\n</concept>\n<concept id=\"1...
Kotlin
Apache License 2.0
modelix/modelix
Fixed deadlock in the HTML editor
426,504
21.01.2021 17:35:49
-3,600
37bfb331cf80ef224c4d1fc6ae3e75f6e55adffd
make incomplete test ProjectCanBeCopiedFromTheCloudToLocalAndSyncedTest fail
[ { "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": "<ref role=\"3uigEE\" to=\"wyt6:~Exception\" resolve=\"Exception\" />\n</node>\n<node con...
Kotlin
Apache License 2.0
modelix/modelix
make incomplete test ProjectCanBeCopiedFromTheCloudToLocalAndSyncedTest fail
426,496
22.01.2021 10:53:46
-3,600
b9211067d925d8b4ff48c2f98f641361e6a1df17
Side transformation cell was always positioned at the top left corner
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -58,7 +58,7 @@ export class ShadowModelsBasedEditor extends LiveHtml {\n},\nsideTransformAlignment: (value, dom) => {\nthis.postproce...
Kotlin
Apache License 2.0
modelix/modelix
Side transformation cell was always positioned at the top left corner
426,496
22.01.2021 11:40:17
-3,600
2d88c7d3f2c45c5aeaa690c860e7b84e056f45f0
README: added a description for new files in the root directory
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -88,9 +88,11 @@ It's an operation that happens all the time.\nFile | Description\n---|---\n[db](db) | Files for building the PostgreSQL docker image\n+[doc](doc) | Documentation\n[gradle-plugin](gradle-plugin) |...
Kotlin
Apache License 2.0
modelix/modelix
README: added a description for new files in the root directory
426,504
22.01.2021 14:26:39
-3,600
3a4e2b6dd4e3503fcb2fc37f75ade887274710c8
define project for manual tests
[ { "change_type": "ADD", "old_path": null, "new_path": "manual-tests/PBUC-2/.mps/libraries.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"ProjectLibraryManager\">\n+ <option name=\"libraries\">\n+ <map>\n+ <entry key=\"MpsExtensions\">\n+ <va...
Kotlin
Apache License 2.0
modelix/modelix
define project PBUC-2 for manual tests
426,504
22.01.2021 19:24:00
-3,600
1f5bb1157ee723a3c30fa8a2472d6ddef674b3bf
format code in model-server
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/org/modelix/model/server/InMemoryStoreClient.java", "new_path": "model-server/src/main/java/org/modelix/model/server/InMemoryStoreClient.java", "diff": "package org.modelix.model.server;\nimport java.io.BufferedReader;\n-import java....
Kotlin
Apache License 2.0
modelix/modelix
format code in model-server
426,504
23.01.2021 09:51:15
-3,600
f773b0cb96e8cb833b79310d868ba5b7e13fe207
reducing extra logging
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "new_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "diff": "<node concept=\"3Tm1VV\" id=\"29etMtbl0aH\" role=\"1B3o_S\" />\n<node concept=\"3clFbS\" id=\"29etMtbl0aI\" role=\"3clF47\">...
Kotlin
Apache License 2.0
modelix/modelix
reducing extra logging
426,504
23.01.2021 09:56:18
-3,600
a66d6676523ad0660f81b02307c04458acb538d5
add pause in ModuleCanBeCopiedOnCloudTest
[ { "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=\"3clFbF\" id=\"1F$GYcfuV1t\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
add pause in ModuleCanBeCopiedOnCloudTest
426,504
23.01.2021 10:12:21
-3,600
b4be24bf98a4b4c4226b45aeed8c722423eb3d0b
added dependencies in integration tests
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/org.modelix.integrationtests.msd", "new_path": "mps/org.modelix.integrationtests/org.modelix.integrationtests.msd", "diff": "<module reference=\"498d89d2-c2e9-11e2-ad49-6cf049e62fe5(MPS.IDEA)\" version=\"0\" />\n<module referen...
Kotlin
Apache License 2.0
modelix/modelix
added dependencies in integration tests
426,504
23.01.2021 10:18:41
-3,600
e5086faefc7154737bad556d3f7df4ba348915e3
updates to build scripts
[ { "change_type": "MODIFY", "old_path": "build-scripts.xml", "new_path": "build-scripts.xml", "diff": "<library file=\"${artifacts.mps}/languages/util/jetbrains.mps.refactoring.jar\" />\n<library file=\"${artifacts.mps}/languages/util/jetbrains.mps.runtime.jar\" />\n<library file=\"${artifacts.mps}/l...
Kotlin
Apache License 2.0
modelix/modelix
updates to build scripts
426,504
23.01.2021 10:29:17
-3,600
9aa5611f04154c73ec8f3c2f2c828685f2533213
solve post-merge compilation issues
[ { "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=\"3uigEE\" to=\"guwi:~IOException\" resolve=\"IOException\" />\n</node>\n<node con...
Kotlin
Apache License 2.0
modelix/modelix
solve post-merge compilation issues
426,504
23.01.2021 10:43:03
-3,600
8875b4d222122f86e9b316ea7de928a8a416fb04
rename My New Module into MyNewModule in tests, because of new rules for modulen names
[ { "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": "<concept id=\"8118189177080264853\" name=\"jetbrains.mps.baseLanguage.structure.Alternat...
Kotlin
Apache License 2.0
modelix/modelix
rename My New Module into MyNewModule in tests, because of new rules for modulen names
426,504
23.01.2021 11:28:00
-3,600
1019bf5c52999efcd1191efae430a4a9d13770ad
force saving of checkout models
[ { "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": "<import index=\"pa15\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/java:jetbrains.mps.per...
Kotlin
Apache License 2.0
modelix/modelix
force saving of checkout models
426,504
23.01.2021 12:01:48
-3,600
4804df221fdd52803f09a2676fc72c5e6bc8f4b7
update task prepareDependenciesForManualTests to find the latest distribution
[ { "change_type": "MODIFY", "old_path": "manual-tests/build.gradle", "new_path": "manual-tests/build.gradle", "diff": "// Get the artifacts used by Modelix:\n// copy artifacts/de.itemis.mps.extensions\n+\ntask prepareDependenciesForManualTests(dependsOn: [\":mps:setup\", \":mps:packageMpsModelPlugin\...
Kotlin
Apache License 2.0
modelix/modelix
update task prepareDependenciesForManualTests to find the latest distribution
426,504
23.01.2021 12:32:45
-3,600
12dcc3b1eccd3c66f8180a72a238328cf305d85c
in ProjectBinding do not consider modules imported
[ { "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": "<property role=\"TrG5h\" value=\"physicalModule\" />\n</node>\n<node concept=\"3clFbS\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
in ProjectBinding do not consider modules imported
426,504
23.01.2021 12:42:57
-3,600
eb4e883d3ba8ebd23e8b5f27c307f9076a9c3de5
restrict considering to project modules only
[ { "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": "<property role=\"TrG5h\" value=\"physicalModule\" />\n</node>\n<node concept=\"3clFbS\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
restrict considering to project modules only
426,504
23.01.2021 13:12:55
-3,600
a834aa1eec51efc253b6d5ac8926be51ea5a2e62
improve how we ignore non-project modules
[ { "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": "</node>\n</node>\n<node concept=\"3clFbS\" id=\"15XeiqLNmUa\" role=\"3clF47\">\n+ <node conc...
Kotlin
Apache License 2.0
modelix/modelix
improve how we ignore non-project modules
426,496
23.01.2021 14:22:38
-3,600
98a220ca5661a1c631d568a4d7d21f795e6ddba6
executed the migration wizard
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/org.modelix.integrationtests.msd", "new_path": "mps/org.modelix.integrationtests/org.modelix.integrationtests.msd", "diff": "<module reference=\"498d89d2-c2e9-11e2-ad49-6cf049e62fe5(MPS.IDEA)\" version=\"0\" />\n<module referen...
Kotlin
Apache License 2.0
modelix/modelix
executed the migration wizard
426,504
25.01.2021 16:35:16
-3,600
e9f8234bcfcfbd4577e70f5c6053b8c9ba5a672f
introduce ModelixConfigurationSystemProperties
[ { "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=\"2YIFZM\" id=\"nkanBusXRZ\" role=\"3clFbG\">\n<ref role=\"37wK5l\" to=\"w...
Kotlin
Apache License 2.0
modelix/modelix
introduce ModelixConfigurationSystemProperties
426,504
25.01.2021 16:37:09
-3,600
c9286060294f8b34bfef5143e4aaaf79ed43e3ac
use name of EModelixExecutionMode instead of literals
[ { "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": "<concept id=\"1197029447546\" name=\"jetbrains.mps.baseLanguage.structure.FieldReference...
Kotlin
Apache License 2.0
modelix/modelix
use name of EModelixExecutionMode instead of literals
426,504
25.01.2021 16:48:54
-3,600
a7be7044b0558c78e6c07223e5fed0f7fd0d02bb
checking for system property to load repos
[ { "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": "<property id=\"1176718929932\" name=\"isFinal\" index=\"3TUv4t\" />\n<child id...
Kotlin
Apache License 2.0
modelix/modelix
checking for system property to load repos
426,496
25.01.2021 17:39:17
-3,600
da57237c8abc216e41180be540caf2251d4794f3
MODEL_URI was ignored when running MPS in the kubernetes cluster
[ { "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 concept=\"3clFbS\" id=\"5Le8ZRJe6kj\" role=\"3Kbo56\">\n<node c...
Kotlin
Apache License 2.0
modelix/modelix
MODEL_URI was ignored when running MPS in the kubernetes cluster
426,496
02.02.2021 15:16:27
-3,600
e9030db1292be937d4f4736a36ac0f933f38ed97
Fixed NPE in deserializer for SetPropertyOp if the value is null
[ { "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": "@@ -133,7 +133,7 @@ class OperationSerializer private constr...
Kotlin
Apache License 2.0
modelix/modelix
Fixed NPE in deserializer for SetPropertyOp if the value is null
426,496
02.02.2021 16:11:27
-3,600
c2c7b63f30830196edfc1e266cc70672274ef5c2
Fixed serialization of CPVersion Fixes
[ { "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": "@@ -68,10 +68,11 @@ class CPVersion(\n\"/\" + escape(time) +\n\"/\" + escape(aut...
Kotlin
Apache License 2.0
modelix/modelix
Fixed serialization of CPVersion Fixes #29
426,496
22.02.2021 17:58:48
-3,600
1b1c7ed17e88a88328af8bcc3dc49a378a3a7150
Updated failing integration test
[ { "change_type": "MODIFY", "old_path": "integrationtests/server_state_dumps/dump_with_a_project1", "new_path": "integrationtests/server_state_dumps/dump_with_a_project1", "diff": "@@ -34,7 +34,7 @@ Toi_U*5c1lrMurnZ7IClCvHJYXBw7TqVk7KIGz0dVde4#L/3625364600000014/h_Zbg*8GXcH7JMHK\n9W0jP*P7sLpDwvlaDY50...
Kotlin
Apache License 2.0
modelix/modelix
Updated failing integration test
426,496
10.03.2021 10:12:01
-3,600
26195ecf93f024b14d65d8574094afdef8fd567f
Set JDK for gradle in IntelliJ to Project JDK
[ { "change_type": "MODIFY", "old_path": ".idea/compiler.xml", "new_path": ".idea/compiler.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n<component name=\"CompilerConfiguration\">\n- <bytecodeTargetLevel target=\"1.8\">\n- <module name=\"modelix.model-client.jvmMa...
Kotlin
Apache License 2.0
modelix/modelix
Set JDK for gradle in IntelliJ to Project JDK
426,496
10.03.2021 10:14:01
-3,600
09da001c6af54ee4b0cb173630c5b959ef675eda
Introduced IArea
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonTest/kotlin/org/modelix/model/area/AreaWithMountsTests.kt", "new_path": "model-client/src/commonTest/kotlin/org/modelix/model/area/AreaWithMountsTests.kt", "diff": "@@ -50,7 +50,7 @@ class AreaWithMountsTests {\nbranch1.runWrite {\nroot1...
Kotlin
Apache License 2.0
modelix/modelix
Introduced IArea
426,496
10.03.2021 11:46:41
-3,600
ac0a39b99ec44f3e5753c651e9de5c81f13281ec
Added model-api jar to MPS
[ { "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>\n</node>\n+ <node concept=\"1SiIV0\" id=\"3FGmRyyUHzH\" role=\"3bR37C\">\n+ <node concept=\"1BurEX\" id=\"3FGmRyyUH...
Kotlin
Apache License 2.0
modelix/modelix
Added model-api jar to MPS
426,496
10.03.2021 12:03:57
-3,600
e8ff94ce12728a9bd021aeade2311f2a80866ccd
Updated kotlin to 1.4.31
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "import java.text.SimpleDateFormat\nbuildscript {\n- ext.kotlinVersion = '1.4.0'\n+ ext.kotlinVersion = '1.4.31'\nrepositories {\n/* It is useful to have the central maven repo before the Itemis's one\n" } ]
Kotlin
Apache License 2.0
modelix/modelix
Updated kotlin to 1.4.31
426,496
10.03.2021 12:47:35
-3,600
ac06ba5b6f751c1b18900ef3472c7d026b606bcd
Updated MPS classes after API model API changes (2)
[ { "change_type": "MODIFY", "old_path": "mps/test.org.modelix.model.mpsplugin/models/test.org.modelix.model.mpsplugin@tests.mps", "new_path": "mps/test.org.modelix.model.mpsplugin/models/test.org.modelix.model.mpsplugin@tests.mps", "diff": "<import index=\"xxte\" ref=\"r:a79f28f8-6055-40c6-bc5e-47a42...
Kotlin
Apache License 2.0
modelix/modelix
Updated MPS classes after API model API changes (2)
426,496
10.03.2021 13:42:27
-3,600
2100e645331f2d1f4372d310a08819acd948509a
Cleanup dependencies in copied model-api build script
[ { "change_type": "MODIFY", "old_path": "model-api/build.gradle", "new_path": "model-api/build.gradle", "diff": "@@ -51,19 +51,6 @@ kotlin {\njvmMain {\ndependencies {\nimplementation kotlin('stdlib-jdk8')\n-\n- implementation group: 'io.vavr', name: 'vavr', version: '0.10.3'\n- implementation group:...
Kotlin
Apache License 2.0
modelix/modelix
Cleanup dependencies in copied model-api build script
426,496
10.03.2021 13:51:02
-3,600
31852b88cac403a4e2ab991494fe35bab3cde3fb
Cleanup dependencies in copied model-api build script (2)
[ { "change_type": "MODIFY", "old_path": "model-api/build.gradle", "new_path": "model-api/build.gradle", "diff": "@@ -51,6 +51,7 @@ kotlin {\njvmMain {\ndependencies {\nimplementation kotlin('stdlib-jdk8')\n+ implementation group: 'log4j', name: 'log4j', version:'1.2.17'\n}\n}\njvmTest {\n" } ]
Kotlin
Apache License 2.0
modelix/modelix
Cleanup dependencies in copied model-api build script (2)
426,496
10.03.2021 15:21:52
-3,600
d886facd27c57151614498861e4eb741bd2a3e45
Separate solution for model-api stubs (2)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.aspect/org.modelix.aspect.mpl", "new_path": "mps/org.modelix.aspect/org.modelix.aspect.mpl", "diff": "<module reference=\"be246e10-5276-4b2b-a05e-7a68bd87894d(org.modelix.aspect#01)\" version=\"0\" />\n<module reference=\"fc3c2aa8-0d4b-463f-a77...
Kotlin
Apache License 2.0
modelix/modelix
Separate solution for model-api stubs (2)
426,496
10.03.2021 15:56:51
-3,600
d46aff70ea1b45f9c9ff5d8622aba6cf8e96b34a
Replace INodeResolveContext with IArea IArea also allows to resolve a node, but additionally supports transactions (runRead/runWrite).
[ { "change_type": "DELETE", "old_path": "model-api/src/commonMain/kotlin/org/modelix/model/api/CompositeNodeResolveContext.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...
Kotlin
Apache License 2.0
modelix/modelix
Replace INodeResolveContext with IArea IArea also allows to resolve a node, but additionally supports transactions (runRead/runWrite).
426,496
10.03.2021 16:27:25
-3,600
085dd614ae30a69081ae76b3dcdafd130380e561
Replace INodeResolveContext with IArea (2)
[ { "change_type": "ADD", "old_path": null, "new_path": "model-api/src/commonMain/kotlin/org/modelix/model/area/AbstractArea.kt", "diff": "+/*\n+ * Copyright 2003-2021 JetBrains s.r.o.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file except in ...
Kotlin
Apache License 2.0
modelix/modelix
Replace INodeResolveContext with IArea (2)
426,496
10.03.2021 16:57:21
-3,600
a69beff5f2c5a1e9e28c5c8b671263ae123799fc
Replace INodeResolveContext with IArea (3)
[ { "change_type": "MODIFY", "old_path": "model-api/src/commonMain/kotlin/org/modelix/model/area/AbstractArea.kt", "new_path": "model-api/src/commonMain/kotlin/org/modelix/model/area/AbstractArea.kt", "diff": "@@ -21,6 +21,8 @@ import org.modelix.model.api.INodeReference\nabstract class AbstractArea :...
Kotlin
Apache License 2.0
modelix/modelix
Replace INodeResolveContext with IArea (3)
426,496
10.03.2021 17:28:27
-3,600
a8b55f470d15a52241dac1d5a0f17fb45103afaa
Replace INodeResolveContext with IArea (4)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "new_path": "mps/org.modelix.model/models/org.modelix.model.mps.mps", "diff": "<node concept=\"2GrUjf\" id=\"29etMtb9_nU\" role=\"2Oq$k0\">\n<ref role=\"2Gs0qQ\" node=\"29etMtb9_nN\" resolve=\"property\"...
Kotlin
Apache License 2.0
modelix/modelix
Replace INodeResolveContext with IArea (4)
426,496
10.03.2021 17:47:12
-3,600
8163a7a0a212d3c774c7f5dfb59bfacea731c4f1
Replace INodeResolveContext with IArea (5)
[ { "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": "<import index=\"ends\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/java:jetbrains.mps.ext...
Kotlin
Apache License 2.0
modelix/modelix
Replace INodeResolveContext with IArea (5)