author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
426,496
26.10.2020 13:41:50
-3,600
436b187584f0a89c941716012a970a5f53895f26
Show FQName of concepts
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/IConcept.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/api/IConcept.kt", "diff": "package org.modelix.model.api\ninterface IConcept {\n+ fun getShortName(): String\n+ fun getLong...
Kotlin
Apache License 2.0
modelix/modelix
Show FQName of concepts
426,496
28.10.2020 12:46:14
-3,600
12c13b8550fc3adeebc723d8a5d3010798c7e0fe
Text and order of 'Set Property' action
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n<node concept=\"3clFbH\" id=\"7fzD_A4tt8b\" role=\"3cqZAp\" ...
Kotlin
Apache License 2.0
modelix/modelix
Text and order of 'Set Property' action
426,496
29.10.2020 10:34:13
-3,600
413e12fe683d6532ced702bfe7e921629ed78a61
Limit number of threads used by jersey After some time MPS couldn't create new threads because there were too many jersey threads.
[ { "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": "@@ -33,6 +33,8 @@ import java.io.File\nimport java.net.URLEncoder\nimport ja...
Kotlin
Apache License 2.0
modelix/modelix
Limit number of threads used by jersey After some time MPS couldn't create new threads because there were too many jersey threads.
426,496
29.10.2020 16:05:18
-3,600
8c35c096b1a253a29804bc911e59a70114f21f29
Handle model name 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 concept=\"3cpWs8\" id=\"7fzD_A4qiuh\" role=\"3cqZAp\">\n<node concept=\"3cpWsn\" id=\"...
Kotlin
Apache License 2.0
modelix/modelix
Handle model name changes
426,496
04.11.2020 09:27:33
-3,600
f52c1d90e6129e8517b9a94090150cd34ace93cb
Download MPS before compiling the gradle plugin Fixes
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/build.gradle", "new_path": "gradle-plugin/build.gradle", "diff": "@@ -18,6 +18,8 @@ dependencies {\ntestCompile group: 'junit', name: 'junit', version: '4.12'\n}\n+compileJava.dependsOn(\":mps:resolveMps\")\n+\njar {\nmanifest {\nattributes(\"Imp...
Kotlin
Apache License 2.0
modelix/modelix
Download MPS before compiling the gradle plugin Fixes #35
426,496
05.11.2020 16:14:05
-3,600
928903618288c022762e0472b6448b84faaf953d
Make kubernetes-use-latest-tag.sh work on linux
[ { "change_type": "MODIFY", "old_path": "docker-build-db.sh", "new_path": "docker-build-db.sh", "diff": "@@ -5,5 +5,5 @@ docker build --no-cache -f Dockerfile -t modelix/modelix-db .\nTAG=$(date +\"%Y%m%d%H%M\")\ncd ..\ndocker tag modelix/modelix-db:latest \"modelix/modelix-db:${TAG}\"\n-sed -i -E \"...
Kotlin
Apache License 2.0
modelix/modelix
Make kubernetes-use-latest-tag.sh work on linux
426,504
05.11.2020 17:29:42
-3,600
0e583c6f608f34920570484a4107574fff908ea8
packaging build scripts
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -137,6 +137,11 @@ task packageMpsModelPlugin(type: Zip, dependsOn: buildMpsModules) {\ninclude \"org.modelix.common/**\"\n}\n+task packageBuildScripts(type: Zip, dependsOn: buildMpsModules) {\n+ ba...
Kotlin
Apache License 2.0
modelix/modelix
packaging build scripts
426,504
06.11.2020 14:52:26
-3,600
1292aa56d4657d526b2f5c585d2bd3001aeed90c
running migrations
[ { "change_type": "ADD", "old_path": null, "new_path": "mps/code/.mps/libraries.xml", "diff": "+<project version='4'>\n+ <component name='ProjectLibraryManager'>\n+ <option name='libraries'>\n+ <map />\n+ </option>\n+ </component>\n+</project>\n\\ No newline at end of file\n" }, { "change_typ...
Kotlin
Apache License 2.0
modelix/modelix
running migrations
426,504
09.11.2020 15:19:48
-3,600
729cdf722a8250d95e297ce5dffc15317069b1d4
include the library uiclient-2020.1.1-SNAPSHOT instead of uiclient-2020.1-SNAPSHOT
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.server/org.modelix.ui.server.msd", "new_path": "mps/org.modelix.ui.server/org.modelix.ui.server.msd", "diff": "<sourceRoot location=\"models\" />\n</modelRoot>\n<modelRoot contentPath=\"${module}/lib\" type=\"java_classes\">\n- <sourceRoot l...
Kotlin
Apache License 2.0
modelix/modelix
include the library uiclient-2020.1.1-SNAPSHOT instead of uiclient-2020.1-SNAPSHOT
426,504
09.11.2020 15:20:20
-3,600
8e4e8a3a0e8617a36700b09cd77aa4226ba2dc9c
reloading dependencies
[ { "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": "<ref role=\"3bR37D\" node=\"27MnIrahxUD\" resolve=\"org.modelix.ui.diff\" />\n</node>\n</node>\n- <node concept=\"1SiIV0\" id=\"1yRe...
Kotlin
Apache License 2.0
modelix/modelix
reloading dependencies
426,496
09.11.2020 17:01:53
-3,600
6a939185b7a6ada10c5f200fc06c41c923373dbe
Removed version from ui-client jar file name Otherwise, MPS can't find the jar when the Version changes.
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -13,7 +13,7 @@ source_gen.caches\nkubernetes/secrets\nssl/cert\n-mps/org.modelix.ui.server/lib/ui-client-*.jar\n+mps/org.modelix.ui.server/lib/ui-client.jar\nmps/org.modelix.model.client/lib\n# modules are con...
Kotlin
Apache License 2.0
modelix/modelix
Removed version from ui-client jar file name Otherwise, MPS can't find the jar when the Version changes.
426,496
09.11.2020 19:36:31
-3,600
7096bb0ce989252ecb295b9ac0a076889ed1f546
Updated MPS build script
[ { "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": "<ref role=\"3bR37D\" node=\"27MnIrahxUD\" resolve=\"org.modelix.ui.diff\" />\n</node>\n</node>\n- <node concept=\"1SiIV0\" id=\"1s6e...
Kotlin
Apache License 2.0
modelix/modelix
Updated MPS build script
426,504
12.11.2020 10:52:17
-3,600
abdac3b163326cb1823ed887aacb51ae110964fc
ensure that CloudRepositories have an URL ending with a slash
[ { "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": "<import index=\"v18h\" ref=\"0a2651ab-f212-45c2-a2f0-343e76cbc26b/java:kotlin(...
Kotlin
Apache License 2.0
modelix/modelix
ensure that CloudRepositories have an URL ending with a slash #28
426,504
12.11.2020 11:06:21
-3,600
95e0816737cd6379bf7e0b63575d4c4c4ee59867
model-server: use MODELIX_SERVER_PORT env var instead of PORT
[ { "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": "@@ -70,7 +70,7 @@ public class Main {\nLOG.info(\"Set values: \" + cmdLineArgs.setValues);\ntry {\n- String po...
Kotlin
Apache License 2.0
modelix/modelix
model-server: use MODELIX_SERVER_PORT env var instead of PORT #33
426,496
04.11.2020 09:27:00
-3,600
1a216effd0667f274b429db9bd70ec98250b6ab7
Avoid potential model id conflict between transient and project models
[ { "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 concept=\"312cEu\" id=\"4TPMxtdCfK_\">\n<property role=\"TrG5h\" value=\"Mode...
Kotlin
Apache License 2.0
modelix/modelix
Avoid potential model id conflict between transient and project models
426,504
12.11.2020 15:22:44
-3,600
f8f06ac65f4470cba469f5cb93660e1280e0bc36
add logic to initialize database
[ { "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": "@@ -22,14 +22,24 @@ import java.io.File;\nimport java.net.InetAddress;\nimport java.net.InetSocketAddress;\nim...
Kotlin
Apache License 2.0
modelix/modelix
add logic to initialize database #34
426,504
18.11.2020 11:03:43
-3,600
9c3b627965197b8892fd01e10ff49cc568f43cad
adding CloudResourcesConfigurationComponent
[ { "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": "<devkit ref=\"fbc25dd2-5da4-483a-8b19-70928e1b62d7(jetbrains.mps.devkit.genera...
Kotlin
Apache License 2.0
modelix/modelix
adding CloudResourcesConfigurationComponent
426,504
18.11.2020 11:55:00
-3,600
ec4b315d73c90423107a8e5d5c5b21afc937ca03
storing cloud module info in cloudResources, when bound
[ { "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": "<languages>\n<use id=\"28f9e497-3b42-4291-aeba-0a1039153ab1\" name=\"jetbrains...
Kotlin
Apache License 2.0
modelix/modelix
storing cloud module info in cloudResources, when bound
426,504
18.11.2020 12:27:31
-3,600
06344a120ed0b4c5cc758789538a2ab765e29b66
load cloud repo list from cloudResources.xml
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<import index=\"6f4m\" ref=\"528ff3b9-5fc4-40dd-931f-c6ce3650640e/r:f69c3fa1-0e30-4980-84e2-...
Kotlin
Apache License 2.0
modelix/modelix
load cloud repo list from cloudResources.xml
426,504
18.11.2020 12:29:46
-3,600
ba24792a921aff90eaa39d50e29b800883547c67
removing the load of cloud repos from the propertiescomponent
[ { "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": "<child id=\"1163668922816\" name=\"ifTrue\" index=\"3K4E3e\" />\n<child id=\"1163668934364\"...
Kotlin
Apache License 2.0
modelix/modelix
removing the load of cloud repos from the propertiescomponent
426,504
18.11.2020 12:40:00
-3,600
2b25926b741d39d4001f17649c43499676335a1d
correct the removal of elements from the repository
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"7f6Tb6nAedh\" role=...
Kotlin
Apache License 2.0
modelix/modelix
correct the removal of elements from the repository
426,504
18.11.2020 14:44:09
-3,600
fa4e265030c016ff66d52ec150d40ef2ae2563eb
create action Copy on Cloud
[ { "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=\"tCFHf\" id=\"1kxBOgM1Bxy\" role=\"ftvYc\">\n<ref role=\"tCJdB\...
Kotlin
Apache License 2.0
modelix/modelix
create action Copy on Cloud
426,504
18.11.2020 15:25:47
-3,600
71ed2cfaa346265949af31a390815e112d2fafcd
copying node hierarchies from physical module to cloud module
[ { "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": "<use id=\"760a0a8c-eabb-4521-8bfd-65db761a9ba3\" name=\"jetbrains.mps.baseLanguage.logging\"...
Kotlin
Apache License 2.0
modelix/modelix
copying node hierarchies from physical module to cloud module
426,504
18.11.2020 17:33:14
-3,600
e2b6176385db73ced9a385b516f6d784082f84f3
solving internal references when storing in the cloud
[ { "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=\"3TUv4t\" value=\"true\" />\n<node concept=\"3Tqbb2\" id=\"4rSKvBmJHJP\" rol...
Kotlin
Apache License 2.0
modelix/modelix
solving internal references when storing in the cloud
426,504
19.11.2020 08:43:34
-3,600
621142bc7b90455dfc39a2a380144f0bd0bd96dd
when moving modules to the cloud update references, including references pointing to MPS nodes
[ { "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 concept=\"3cqZAl\" id=\"4rSKvBmJH8C\" role=\"3clF45\" />\n</node>\n<node concept=\"2tJ...
Kotlin
Apache License 2.0
modelix/modelix
when moving modules to the cloud update references, including references pointing to MPS nodes
426,504
19.11.2020 10:13:14
-3,600
bcbcd2c48e0d167634933d6b938bb23cd2903200
completing moving of modules from physical to cloud
[ { "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=\"updateUsages\" />\n<node concept=\"10P_77\" id=\"1UEEMVnsO4...
Kotlin
Apache License 2.0
modelix/modelix
completing moving of modules from physical to cloud
426,504
19.11.2020 12:19:19
-3,600
8770e4f7fdf39665650cb551ae929af0dddf3e27
adding ModelixRepositoryUtilisies.processModules
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"1178549954367\" name=\"jetbrains.mps.baseLanguage.structure.IVisible\" flags=\...
Kotlin
Apache License 2.0
modelix/modelix
adding ModelixRepositoryUtilisies.processModules
426,504
19.11.2020 14:04:51
-3,600
c85c30823b6315a927b24842f4f95589f1a7c2f9
simplifying condition for AddTransientModuleBinding
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "diff": "</node>\n<node concept=\"3Tm1VV\" id=\"1xehy3Sh5ct\" role=\"1B3o_S\" />\n</n...
Kotlin
Apache License 2.0
modelix/modelix
simplifying condition for AddTransientModuleBinding
426,504
19.11.2020 14:16:41
-3,600
c50181bab705e301d71419c457667285a704f670
show cloud actions for the different cloud repositories
[ { "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": "<child id=\"1082485599094\" name=\"ifFalseStatement\" index=\"9aQIa\" />\n<chi...
Kotlin
Apache License 2.0
modelix/modelix
show cloud actions for the different cloud repositories
426,504
19.11.2020 14:42:22
-3,600
f18b8d151f0eb85ceb47ff95049a6b28c6c9f4f9
renaming classes related to cloud importing
[ { "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=\"312cEu\" id=\"i0AVAFXWm5\">\n- <property role=\"TrG5h\" va...
Kotlin
Apache License 2.0
modelix/modelix
renaming classes related to cloud importing
426,496
24.11.2020 19:01:09
-3,600
fcf312c1f65680894d7ae8c6b3d1475b8a31e740
Fixed exception during the attempt to restore the editor state when the cloud repository is not connected
[ { "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": "</node>\n<node concept=\"3clFbJ\" id=\"2UHWH1pMLoW\" role=\"3cqZAp\">\n<node concept=\"3clFbS\" id=\"2UHWH1pMLoY\"...
Kotlin
Apache License 2.0
modelix/modelix
Fixed exception during the attempt to restore the editor state when the cloud repository is not connected
426,496
24.11.2020 19:11:56
-3,600
01ec8d9780e1589f7ff38ddc9fddfc7da22ce311
fixed model-server tests
[ { "change_type": "MODIFY", "old_path": "model-server/src/test/java/org/modelix/model/server/RestModelServerTest.java", "new_path": "model-server/src/test/java/org/modelix/model/server/RestModelServerTest.java", "diff": "@@ -50,8 +50,8 @@ public class RestModelServerTest {\n@Test\npublic void testCol...
Kotlin
Apache License 2.0
modelix/modelix
fixed model-server tests
426,496
24.11.2020 19:22:43
-3,600
ac33c1fc2a9defdc5e62b70a48ff088591b79b26
fixed model-server functional tests
[ { "change_type": "MODIFY", "old_path": "model-server/src/test/resources/functionaltests/storing.feature", "new_path": "model-server/src/test/resources/functionaltests/storing.feature", "diff": "@@ -63,8 +63,8 @@ Feature: Storing routes\nScenario: Get recursively\nGiven the server has been started wi...
Kotlin
Apache License 2.0
modelix/modelix
fixed model-server functional tests
426,504
25.11.2020 08:25:06
-3,600
6017700c3a2c735b796f56ad7080b182a443da7c
adding virtual folders
[ { "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=\"2bfB8j\" value=\"true\" />\n<property role=\"1sVAO0\" value=\"false\" />\n<...
Kotlin
Apache License 2.0
modelix/modelix
adding virtual folders
426,504
25.11.2020 08:37:51
-3,600
f809bea6c7203c21c08c7ea574083af257df91fe
introduce TransientModuleBinding.buildIdString
[ { "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 concept=\"3cpWsb\" id=\"EMWAvBfuHY\" role=\"1tU5fm\" />\n</node>\n</node>\n+ <node con...
Kotlin
Apache License 2.0
modelix/modelix
introduce TransientModuleBinding.buildIdString
426,496
25.11.2020 08:43:44
-3,600
ea8fc4ff451cf3362040b940f65c8f9eb9eb0f9e
MPS build script updated
[ { "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=\"eACOy0gwjj\" role=\"3bR37C\">\n+ <node concept=\"3bR9La\" id=\"eACOy0gwjk...
Kotlin
Apache License 2.0
modelix/modelix
MPS build script updated
426,496
25.11.2020 10:15:56
-3,600
5fa9cab05de01ee89d8dacb9ae05fb8e03b69973
Store user as part of the persisted UI state
[ { "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=\"1138056022639\" name=\"jetbrains.mps.lang.smodel.structure.SPropertyAccess\" flags=\"nn\" index=\"3T...
Kotlin
Apache License 2.0
modelix/modelix
Store user as part of the persisted UI state
426,496
25.11.2020 16:19:10
-3,600
a8d2e8e8af576686f4a34c6afe28a03c98773db7
Added time of last activity to sessions
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.state/models/org.modelix.ui.state.behavior.mps", "new_path": "mps/org.modelix.ui.state/models/org.modelix.ui.state.behavior.mps", "diff": "<concept id=\"8118189177080264853\" name=\"jetbrains.mps.baseLanguage.structure.AlternativeType\" flag...
Kotlin
Apache License 2.0
modelix/modelix
Added time of last activity to sessions
426,504
26.11.2020 09:37:02
-3,600
ad2c7965885588b62407d205ee9d0e28dc92c6c8
introducing default tree
[ { "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": "<language id=\"5dc5fc0d-37ef-4782-8192-8b5ce1f69f80\" name=\"jetbrains.mps.baseLanguage.exte...
Kotlin
Apache License 2.0
modelix/modelix
introducing default tree
426,504
26.11.2020 09:43:08
-3,600
0c438756160e278433efbdafc153b74afdfb041d
add doc overview
[ { "change_type": "ADD", "old_path": null, "new_path": "doc/overview.md", "diff": "+# Modelix Overview\n+\n+This document contains some information about the internals of Modelix.\n+\n+A Modelix server constitutes a \"CloudRepository\". Each \"CloudRepository\" can contains a number of trees. We can ...
Kotlin
Apache License 2.0
modelix/modelix
add doc overview
426,504
26.11.2020 11:04:34
-3,600
45406e0d7744761351bb6b949cd26a385e01ef04
prevent addition of duplicates cloud repos
[ { "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=\"6kjKmgaS7Hp\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
prevent addition of duplicates cloud repos
426,504
26.11.2020 11:14:04
-3,600
bda374e1798c9e78147dd0d03394809d34edb0c9
show an error when adding cloud repo already existing
[ { "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=\"existRepository\" />\n<node concept=\"3clFbS\" id=\"6kjKmga...
Kotlin
Apache License 2.0
modelix/modelix
show an error when adding cloud repo already existing
426,504
26.11.2020 11:23:16
-3,600
08a9a5a99cc9f2caca204466f587e26f8b95636e
TreeInRepository.presentation avoids duplicate slashes
[ { "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 concept=\"3clFb_\" id=\"3i6diw3mCn3\" role=\"jymVt\">\n<property role=\"TrG5h\" value=...
Kotlin
Apache License 2.0
modelix/modelix
TreeInRepository.presentation avoids duplicate slashes
426,504
26.11.2020 11:52:39
-3,600
af27c4cc6e810decbde21b1f06cd11b461ab8ac1
avoiding write from read in TreeInRepository
[ { "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 concept=\"x79VA\" id=\"5rz8NqPOufO\" role=\"3nqlJM\" />\n</node>\n</node>\n+ <node con...
Kotlin
Apache License 2.0
modelix/modelix
avoiding write from read in TreeInRepository
426,504
26.11.2020 12:24:10
-3,600
1bc1a21457af9646b5b3a67325f28d9f1e6c0d59
avoid writing from read in ProjectBinding.activate
[ { "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=\"4eX7sil8aca\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
avoid writing from read in ProjectBinding.activate
426,504
26.11.2020 12:26:59
-3,600
ca39d55be90fa38fe95f95fafb3057cb840a6a72
do not run entire syncModulesToMPS into read
[ { "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 concept=\"1bVj0M\" id=\"2hbxkgeYrlC\" role=\"37wK5m\">\n<property role=\"3yWfEV\" valu...
Kotlin
Apache License 2.0
modelix/modelix
do not run entire syncModulesToMPS into read
426,496
01.12.2020 11:56:39
-3,600
8965a10e7310e1b0bd5ba397f05ec15bf368e612
Reduced resource request for MPS instances
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/ui-deployment.yaml", "new_path": "kubernetes/common/ui-deployment.yaml", "diff": "@@ -41,7 +41,7 @@ spec:\nresources:\nrequests:\nmemory: \"2.0Gi\"\n- cpu: \"0.8\"\n+ cpu: 500m\nlimits:\nmemory: \"2.5Gi\"\ncpu: \"1.5\"\n" }, { "change...
Kotlin
Apache License 2.0
modelix/modelix
Reduced resource request for MPS instances
426,496
01.12.2020 11:57:49
-3,600
e7e0d930b067b8ba0f9a4a1bd668762ed3ef03da
Dedicated kubernetes nodes for the github diff MPS instances
[ { "change_type": "MODIFY", "old_path": "ui-proxy/src/main/java/org/modelix/uiproxy/DeploymentManagingHandler.java", "new_path": "ui-proxy/src/main/java/org/modelix/uiproxy/DeploymentManagingHandler.java", "diff": "@@ -358,6 +358,10 @@ public class DeploymentManagingHandler extends AbstractHandler {\...
Kotlin
Apache License 2.0
modelix/modelix
Dedicated kubernetes nodes for the github diff MPS instances
426,496
01.12.2020 12:08:00
-3,600
59bdfb65ce0fab974534a66ffe09cd061215c958
HTTP proxy rules for the github integration server
[ { "change_type": "MODIFY", "old_path": "proxy/nginx.conf", "new_path": "proxy/nginx.conf", "diff": "@@ -15,6 +15,23 @@ http {\nproxy_cache off;\n}\n+ location ~ ^/github/(.*/ws/.*)$ {\n+ proxy_http_version 1.1;\n+ proxy_set_header Upgrade $http_upgrade;\n+ proxy_set_header Connection \"upgrade\";\n+...
Kotlin
Apache License 2.0
modelix/modelix
HTTP proxy rules for the github integration server
426,496
01.12.2020 12:09:34
-3,600
6be91c593b8b37a7cc6c75ed23596d0db5698316
Resource request specification for the oauth proxy
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/oauth-deployment.yaml", "new_path": "kubernetes/common/oauth-deployment.yaml", "diff": "@@ -61,6 +61,12 @@ spec:\ninitialDelaySeconds: 3\nperiodSeconds: 10\ntimeoutSeconds: 5\n+ resources:\n+ requests:\n+ memory: \"100Mi\"\n+ cpu: 100m\n+ lim...
Kotlin
Apache License 2.0
modelix/modelix
Resource request specification for the oauth proxy
426,504
02.12.2020 13:08:23
-3,600
086034a981a3ff59135ee643f558bf9cefad3c43
add reconnect to repo action
[ { "change_type": "ADD", "old_path": null, "new_path": "mps/.mps/cloudResources.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"CloudResources\">\n+ <option name=\"cloudRepositories\">\n+ <list>\n+ <option value=\"http://localhost:28101/\" />\...
Kotlin
Apache License 2.0
modelix/modelix
add reconnect to repo action
426,504
02.12.2020 13:09:36
-3,600
63a8e5b46d507ba667e4353da4caa355e572353e
remove sandboxes added by mistake
[ { "change_type": "DELETE", "old_path": "mps/solutions/sandbox.c/models/sandbox.c.c.mps", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<model ref=\"r:fd123003-bdef-46c6-9c9c-d5f62b73784f(sandbox.c.c)\">\n- <persistence version=\"9\" />\n- <languages>\n- <use id=\"f3061a53-...
Kotlin
Apache License 2.0
modelix/modelix
remove sandboxes added by mistake
426,504
02.12.2020 14:32:45
-3,600
64cdb178efdfb87a818eaf4b25095f72b95c209c
show tree name in actions
[ { "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=\"16i93QEgyg5\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
show tree name in actions
426,504
02.12.2020 15:27:09
-3,600
ba35aad35bc1a122402b06fb5a54b94768397627
preventing deletion of models
[ { "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=\"3clFbH\" id=\"4rSrEo7P0_T\" role=\"3cqZAp\" />\n+ <node co...
Kotlin
Apache License 2.0
modelix/modelix
preventing deletion of models
426,504
02.12.2020 15:33:48
-3,600
4707302febf2d65689da24b31ba8da8077ad5ff4
re-enable population of all nodes on sync
[ { "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=\"3clFbH\" id=\"6MEFvl1HbSN\" role=\"3cqZAp\" />\n- <node co...
Kotlin
Apache License 2.0
modelix/modelix
re-enable population of all nodes on sync
426,504
02.12.2020 15:38:44
-3,600
22a2c3f3a9f0c7902dfb96184bfa9c66d53fe250
sync also references
[ { "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=\"2Gpval\" id=\"5prnknNLXT2\" role=\"3cqZAp\">\n+...
Kotlin
Apache License 2.0
modelix/modelix
sync also references
426,504
02.12.2020 17:10:51
-3,600
a5266cee750deb0f408d0a916dea37b3c3ed63dc
working on synchronizing models between MPS and the cloud
[ { "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=\"5440:~ActiveBranch\" resolve=\"ActiveBranch\" />\n</node>\n</node>...
Kotlin
Apache License 2.0
modelix/modelix
working on synchronizing models between MPS and the cloud
426,496
02.12.2020 21:26:52
-3,600
e3645a66e98db209f9fbe3ca5c8cdc1306ea33f3
Extracted the incremental DOM update into an editor independant class For read only content that is not editable and can contain any HTML without a cell model.
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/CCMenu.ts", "new_path": "ui-client/src/scripts/CCMenu.ts", "diff": "import {JSKeyCodes} from \"./KeyCodeTranslator\";\n-import {DomUtils} from \"./DomUtil\";\n+import {DomUtils} from \"./DomUtils\";\nexport interface IAction {\ngetMatchin...
Kotlin
Apache License 2.0
modelix/modelix
Extracted the incremental DOM update into an editor independant class For read only content that is not editable and can contain any HTML without a cell model.
426,504
03.12.2020 11:02:44
-3,600
493e17c8a83c2ce3d7efedc0396949ade7af538f
make importInModelixModule reuse replicatePhysicalModule
[ { "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 concept=\"3clFb_\" id=\"6dTx9S5rZUd\" role=\"jymVt\">\n<property role=\"TrG5h\" value=...
Kotlin
Apache License 2.0
modelix/modelix
make importInModelixModule reuse replicatePhysicalModule
426,504
03.12.2020 15:24:23
-3,600
1de3f20330e7854447e3b0ec460f4216eab3851a
prepopulate the value of the property on SetProperty
[ { "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=\"1070475926801\" name=\"value\" index=\"Xl_RC\" />\n</concept>\n...
Kotlin
Apache License 2.0
modelix/modelix
prepopulate the value of the property on SetProperty
426,504
05.12.2020 11:44:50
-3,600
764abe4b8687a37592c1c8b4d64c97541bd4e407
removing file that should not have been committed
[ { "change_type": "DELETE", "old_path": "mps/.mps/cloudResources.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<project version=\"4\">\n- <component name=\"CloudResources\">\n- <option name=\"cloudRepositories\">\n- <list>\n- <option value=\"http://localhost:28101/\" ...
Kotlin
Apache License 2.0
modelix/modelix
removing file that should not have been committed
426,504
05.12.2020 11:53:41
-3,600
9004f24b16117d0ea30c74952cfce78d89afd261
revise CloudNodeTreeNodeBinding
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "diff": "</concept>\n</language>\n<language id=\"f2801650-65d5-424e-bb1b-463a8781b786...
Kotlin
Apache License 2.0
modelix/modelix
revise CloudNodeTreeNodeBinding
426,504
05.12.2020 12:05:19
-3,600
85bc9c3def02b103e12db3c8129d0c65aab62353
removing CloudImportingLogic
[ { "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 concept=\"312cEu\" id=\"6aRQr1WMwO8\">\n<property role=\"TrG5h\" value=\"CloudIcons\" ...
Kotlin
Apache License 2.0
modelix/modelix
removing CloudImportingLogic
426,504
05.12.2020 13:17:08
-3,600
6f1eaa3692ec619c322c8219f3250877dbbdcaff
removing Module/Model ImportingInformation classes
[ { "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": "<child id=\"1237721435807\" name=\"elementType\" index=\"HW$YZ\" />\n<child id=\"12377318038...
Kotlin
Apache License 2.0
modelix/modelix
removing Module/Model ImportingInformation classes
426,504
05.12.2020 13:22:03
-3,600
8c5f03104ddec88783eb6d98ef494a5854f50e23
add overall build to GitHub actions
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/overallbuild.yml", "diff": "+name: OverallBuild\n+\n+on: [push]\n+\n+jobs:\n+ assembleWholeProkect:\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@v...
Kotlin
Apache License 2.0
modelix/modelix
add overall build to GitHub actions
426,504
05.12.2020 13:23:39
-3,600
891024c714622b1fe0ca6c09b5b8814f73feb425
adding comment to PhysicalToCloudModelMapping
[ { "change_type": "ADD", "old_path": null, "new_path": "mps/.mps/cloudResources.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"CloudResources\">\n+ <option name=\"cloudRepositories\">\n+ <list>\n+ <option value=\"http://localhost:28101/\" />\...
Kotlin
Apache License 2.0
modelix/modelix
adding comment to PhysicalToCloudModelMapping
426,504
05.12.2020 13:25:39
-3,600
bbe28f752b603fed7f0e55773371d769194e8d48
added comment to SynchronizationManager
[ { "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=\"3Tm1VV\" id=\"17f8AZmA74L\" role=\"1B3o_S\" />\n+ <node co...
Kotlin
Apache License 2.0
modelix/modelix
added comment to SynchronizationManager
426,504
05.12.2020 13:29:27
-3,600
3482098aa4d33d3add3ee817fc82d7ec4718fed6
simplify CloudRepositoryNavigation
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"1079359253375\" name=\"jetbrains.mps.baseLanguage.structure.ParenthesizedExpre...
Kotlin
Apache License 2.0
modelix/modelix
simplify CloudRepositoryNavigation
426,504
05.12.2020 13:32:48
-3,600
ee9e9ee9d680a8311938df1ea9be5286cf1e46f3
remove prints in ModelSynchronizer
[ { "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=\"4TPMxtdD_Dz\" role=\"3clF47\">\n- <node conc...
Kotlin
Apache License 2.0
modelix/modelix
remove prints in ModelSynchronizer
426,504
05.12.2020 13:40:36
-3,600
c15a32862e165581ed320bb27d9f41c166785fcd
revise ModelSynchronizer
[ { "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 concept=\"liA8E\" id=\"6T_zoDmth_7\" role=\"2OqNvi\">\n<ref role=\"37wK5l\" n...
Kotlin
Apache License 2.0
modelix/modelix
revise ModelSynchronizer
426,504
05.12.2020 13:41:51
-3,600
9289b2458881619c973c960d75dffeebf71a492a
removed SModuleUtils
[ { "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=\"KRBjq\" id=\"5UR2TzHRF3k\">\n- <property role=\...
Kotlin
Apache License 2.0
modelix/modelix
removed SModuleUtils
426,504
05.12.2020 13:47:26
-3,600
08cab32c31da0967905fd4af61945d747fecb000
revised CloudRepositories
[ { "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 concept=\"312cEu\" id=\"1LVcV5Kxxi$\">\n<property role=\"TrG5h\" value=\"Clou...
Kotlin
Apache License 2.0
modelix/modelix
revised CloudRepositories
426,504
05.12.2020 13:48:25
-3,600
1eb96b0431bc41ac1411f5493c67cbea1462946d
removing print statements in ProjectBinding
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<import index=\"nhvc\" ref=\"r:38471075-de8a-4a91-a626-13195397f5c5(org.modelix.model.mpsplu...
Kotlin
Apache License 2.0
modelix/modelix
removing print statements in ProjectBinding
426,504
05.12.2020 14:35:35
-3,600
22629eb745f4d0bec2491de9ad59a195070f5bdf
refine AddProjectNode
[ { "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=\"ATzpf\" id=\"3TbkWOkVCQ6\" role=\"a7sos\">\n+ <...
Kotlin
Apache License 2.0
modelix/modelix
refine AddProjectNode
426,504
05.12.2020 14:36:27
-3,600
8812e2735bf1292e6be5091b59c8cbc8e1db884a
refine ShowProperties
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"2ScWuX\" id=\"3TbkWOkVEMX\" role=...
Kotlin
Apache License 2.0
modelix/modelix
refine ShowProperties
426,504
05.12.2020 14:38:00
-3,600
57780daf4043ebac1042acf67f58e8e9e5881e3c
removed print in ModelSynchronizerBase
[ { "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": "</concept>\n</language>\n<language id=\"760a0a8c-eabb-4521-8bfd-65db761a9ba3\" name=\"jetbrains.mps.baseLanguage.logging\">\...
Kotlin
Apache License 2.0
modelix/modelix
removed print in ModelSynchronizerBase
426,504
05.12.2020 15:23:25
-3,600
8f424acec3f8ab9545fb474b40d0ff7f875820a7
work on persistent binding configuration to differentiate between transient and mapped modules
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n<node concept=\"liA8E\" id=\"1xehy3Spfxp\" role=\"2OqNvi\">\...
Kotlin
Apache License 2.0
modelix/modelix
work on persistent binding configuration to differentiate between transient and mapped modules
426,504
05.12.2020 17:39:37
-3,600
9ca63ecf951acddbbc58f92ce10388205d0df87b
working on ModelSynchronizerBase
[ { "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 concept=\"3cqZAl\" id=\"6T_zoDmsCQP\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
working on ModelSynchronizerBase
426,504
05.12.2020 18:24:18
-3,600
54680ac0afd0274ac985a2ce5fea35cd7eac4c48
storing usedLanguages for cloud models
[ { "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 concept=\"3clFb_\" id=\"6dTx9S5rZUd\" role=\"jymVt\">\n<property role=\"TrG5h\" value=...
Kotlin
Apache License 2.0
modelix/modelix
storing usedLanguages for cloud models
426,504
06.12.2020 09:28:13
-3,600
86c5b39008de7b8b27066cd261bae7be38ecf11e
rename action to CopyAndSyncPhysicalModuleOnCloud
[ { "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=\"1xehy3Sk67T\" role=\"2LFqv$\">\n<node concept=\"...
Kotlin
Apache License 2.0
modelix/modelix
rename action to CopyAndSyncPhysicalModuleOnCloud
426,504
10.12.2020 09:24:33
-3,600
87e078b4114ee756af78332c8fe646e8c16d34d9
revising labels for actions
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "<ref role=\"37wK5l\" to=\"qkt:~Presentation.setText(java.lang.String)\" resolv...
Kotlin
Apache License 2.0
modelix/modelix
revising labels for actions
426,504
10.12.2020 09:48:03
-3,600
75885458942600e2452789d234136d8ab5403517
revise ModelExporter -> ModelCloudExporter, using TreeInRepository
[ { "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 concept=\"3Tm1VV\" id=\"6FW8YbU5vOT\" role=\"1B3o_S\" />\n</node>\n<node concept=\"312...
Kotlin
Apache License 2.0
modelix/modelix
revise ModelExporter -> ModelCloudExporter, using TreeInRepository
426,504
10.12.2020 11:18:17
-3,600
d4608ca79642bffdfa8f15e1fe406ef0d69746f9
add write mode
[ { "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": "<child id=\"8974276187400348171\" name=\"commandClosureLiteral\" index=\"1QHqE...
Kotlin
Apache License 2.0
modelix/modelix
add write mode
426,504
10.12.2020 11:29:13
-3,600
277bd5e36646c0878a8b7b92473437223b82dd62
create models dir on module checkout
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"2068944020170241612\" name=\"jetbrains.mps.baseLanguage.javadoc.structure.Clas...
Kotlin
Apache License 2.0
modelix/modelix
create models dir on module checkout
426,504
10.12.2020 11:37:22
-3,600
043ccffe81c2c099d925190c52071f4eadde9f08
fix creation of models on checkout
[ { "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=\"3cqZAo\" node=\"j9VpqzP2nJ\" resolve=\"modelRoot\" />\n</node>\n</node>\n+ <node...
Kotlin
Apache License 2.0
modelix/modelix
fix creation of models on checkout
426,504
10.12.2020 11:58:35
-3,600
8f710f26feeb655aaaa47a932cb290b42113f78d
simplifying ModelCloudExporter.createModel
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"2068944020170241612\" name=\"jetbrains.mps.baseLanguage.javadoc.structure.Clas...
Kotlin
Apache License 2.0
modelix/modelix
simplifying ModelCloudExporter.createModel
426,504
10.12.2020 12:01:33
-3,600
075960b7b80404895e8c03813e817f0ea299c7ea
fix getBranch in ModelCloudExporter.exportModel
[ { "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 concept=\"3Tm1VV\" id=\"5Ns9HDw2j_B\" role=\"1B3o_S\" />\n<node concept=\"3cl...
Kotlin
Apache License 2.0
modelix/modelix
fix getBranch in ModelCloudExporter.exportModel
426,504
10.12.2020 12:21:33
-3,600
789bbaff4587c4fc4b68f77b75fbfd2d5870d097
implement CheckoutAndSyncModule
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"4611582986551314327\" name=\"jetbrains.mps.baseLanguage.collections.structure....
Kotlin
Apache License 2.0
modelix/modelix
implement CheckoutAndSyncModule
426,504
10.12.2020 13:40:13
-3,600
0a92bfbdcf2278b1780967bd44a049aceb0e21db
working on setting correctly the ID of MPS node checkout from the cloud
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.history.mps", "diff": "<ref role=\"3cqZAo\" node=\"49CIzapIC90\" resolve=\"node\" />\n</node>\n<nod...
Kotlin
Apache License 2.0
modelix/modelix
working on setting correctly the ID of MPS node checkout from the cloud
426,504
12.12.2020 12:08:05
-3,600
da0bee385d41e8d91a1515a5a8bc7124a80a63d8
fix build modules
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -47,3 +47,19 @@ description = \"Cloud storage and web UI for MPS\"\ndefaultTasks 'assemble'\n+task buildIntegrationTests(type: BuildLanguages, dependsOn: [assemble]) {\n+ scriptArgs = antScriptArgs\n+ scri...
Kotlin
Apache License 2.0
modelix/modelix
fix build modules
426,504
12.12.2020 12:22:35
-3,600
84d1eaae14e6d63d8ab6b5521242cf11fbde3bdb
adding gradle tasks to execute integration tests
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -46,20 +46,3 @@ allprojects {\ndescription = \"Cloud storage and web UI for MPS\"\ndefaultTasks 'assemble'\n-\n-task buildIntegrationTests(type: BuildLanguages, dependsOn: [assemble]) {\n- scriptArgs = ant...
Kotlin
Apache License 2.0
modelix/modelix
adding gradle tasks to execute integration tests
426,504
12.12.2020 12:27:00
-3,600
c9abf4143da06004764c2248fae4cf441bcde895
add project for integration tests
[ { "change_type": "ADD", "old_path": null, "new_path": "integrationtests/SimpleProjectA/.mps/migration.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project version=\"4\">\n+ <component name=\"MigrationProperties\">\n+ <entry key=\"jetbrains.mps.ide.mpsmigration.v_2019_3.DefaultFacetE...
Kotlin
Apache License 2.0
modelix/modelix
add project for integration tests
426,504
12.12.2020 13:58:48
-3,600
92db9bc368c350d4f9908dd6030ca1e8dadd380b
add option to model-server to set the port
[ { "change_type": "ADD", "old_path": null, "new_path": "model-server/database.properties", "diff": "+jdbc.driver=org.postgresql.Driver\n+jdbc.url=jdbc:postgresql://balarama.db.elephantsql.com:5432/ptfxeodj\n+jdbc.schema=modelix\n+jdbc.user=ptfxeodj\n+jdbc.pw=Fso48heVnlA9R4Dp87leKmtZWdkobi9s\n\\ No ne...
Kotlin
Apache License 2.0
modelix/modelix
add option to model-server to set the port
426,504
14.12.2020 15:39:16
-3,600
2ea0843c2d13c4b5085810de708aea392fd33d5a
update build module and gradle build script
[ { "change_type": "MODIFY", "old_path": "mps/build.gradle", "new_path": "mps/build.gradle", "diff": "@@ -109,7 +109,7 @@ task runMpsTests(type: TestLanguages, dependsOn: buildMpsModules) {\nscript new File(\"$rootDir/build/test.org.modelix/build-tests.xml\")\n}\n-task buildIntegrationTests(type: Buil...
Kotlin
Apache License 2.0
modelix/modelix
update build module and gradle build script
426,504
14.12.2020 17:03:51
-3,600
fecc9ed4f7fd5ac709365266631051af4d6d968b
when we add physical nodes, we store their MPS node IDs into the cloud
[ { "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=\"3clFbH\" id=\"29etMtb9_x8\" role=\"3cqZAp\" />\n+ <node concept=\"3clFbH\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
when we add physical nodes, we store their MPS node IDs into the cloud
426,504
14.12.2020 17:16:05
-3,600
74e8ef551aceeb7ba8d8bdfe7839f962d8cd770c
fix comparison of JSON considering variable values
[ { "change_type": "MODIFY", "old_path": "integrationtests/expected_server_dumps/dump2.json", "new_path": "integrationtests/expected_server_dumps/dump2.json", "diff": "{\n\"$role\": \"member\",\n\"$concept\": \"jetbrains.mps.baseLanguage.FieldDeclaration\",\n- \"#mpsNodeId#\": \"6391662687397648349\",...
Kotlin
Apache License 2.0
modelix/modelix
fix comparison of JSON considering variable values
426,504
14.12.2020 17:57:00
-3,600
2319e7ddc24f65a3553d9b5ccf101241777f8ede
making connection errors more informative
[ { "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": "@@ -41,6 +41,7 @@ import java.util.function.Consumer\nimport java.util.funct...
Kotlin
Apache License 2.0
modelix/modelix
making connection errors more informative
426,504
15.12.2020 17:03:06
-3,600
537c4a123926fc1d8b196c7d6e0129ef8d14149a
clear PersistentBindingConfiguration in integration tests
[ { "change_type": "MODIFY", "old_path": "integrationtests/SimpleProjectA/.mps/cloudResources.xml", "new_path": "integrationtests/SimpleProjectA/.mps/cloudResources.xml", "diff": "<component name=\"CloudResources\">\n<option name=\"mappedModules\">\n<list>\n- <option value=\"http://localhost:4001/defa...
Kotlin
Apache License 2.0
modelix/modelix
clear PersistentBindingConfiguration in integration tests
426,504
15.12.2020 17:04:50
-3,600
6544a83fc62c36c3de8af7b4cb7640469fee74e9
clear cloudResources for SimpleProjectA
[ { "change_type": "MODIFY", "old_path": "integrationtests/SimpleProjectA/.mps/cloudResources.xml", "new_path": "integrationtests/SimpleProjectA/.mps/cloudResources.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n<component name=\"CloudResources\">\n- <option name=\...
Kotlin
Apache License 2.0
modelix/modelix
clear cloudResources for SimpleProjectA
426,504
15.12.2020 17:24:28
-3,600
f4f85b15553b22f70c076265ed86c64f07993a04
adding messages to assertions
[ { "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>\n</language>\n<language id=\"760a0a8c-eabb-4521-8bfd-65db761a9ba3\"...
Kotlin
Apache License 2.0
modelix/modelix
adding messages to assertions