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
27.01.2022 11:37:57
-3,600
2acbcf6a7cf83e770e39a0bb668d86a3737fc769
Catch exception during generation (/generatorOutput)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "new_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "diff": "<property role=\"3TUv4t\" value=\"false\" />\n<property role=\"TrG5h\" value=\"e\" />\n<node concept=\...
Kotlin
Apache License 2.0
modelix/modelix
Catch exception during generation (/generatorOutput)
426,496
27.01.2022 12:46:08
-3,600
31931bac9f06706534225c8fca8cb499b071de55
Projector was not using the memory limit configured in kubernetes
[ { "change_type": "MODIFY", "old_path": "Dockerfile-projector-base", "new_path": "Dockerfile-projector-base", "diff": "@@ -9,6 +9,10 @@ RUN apt-get update \\\n&& rm -rf /var/lib/apt/lists/* \\\n&& rm -rf /var/cache/apt\n+RUN echo \"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5071\" ...
Kotlin
Apache License 2.0
modelix/modelix
Projector was not using the memory limit configured in kubernetes
426,504
27.01.2022 13:40:32
-3,600
af62eac6d79eee615aec9365b9d3736133d775be
disable automatic checkout of transient modules during export
[ { "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 concept=\"m$_yC\" id=\"7MZ_dOGM_WR\" role=\"m$_yJ\">\n<ref role=\"m$_y1\" to=\"ffeo:ymnOULATpW\" resolve=\"jetbrains.mps.testi...
Kotlin
Apache License 2.0
modelix/modelix
disable automatic checkout of transient modules during export
426,496
27.01.2022 16:01:07
-3,600
cd1f315dde79d6d3aba0be6be3779b19b72c1342
On the generator output page only show the first 100000 characters
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "new_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "diff": "<concept id=\"1079359253375\" name=\"jetbrains.mps.baseLanguage.structure.ParenthesizedExpression\" fl...
Kotlin
Apache License 2.0
modelix/modelix
On the generator output page only show the first 100000 characters
426,496
27.01.2022 17:24:28
-3,600
fbbb33a03f6231130d2d5a4ed1f075aa21e0dd58
Wrong links were generated. They didn't work behind the reverse proxy. /generatorOutput?... was generated which works locally in MPS, but not when deployed in kubernetes.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "new_path": "mps/org.modelix.ui.server/models/org.modelix.ui.server.plugin.mps", "diff": "</node>\n<node concept=\"9aQIb\" id=\"1iUVXryolqX\" role=\"9aQIa\">\n<node concept=\"3clFbS\" id=\"1iU...
Kotlin
Apache License 2.0
modelix/modelix
Wrong links were generated. They didn't work behind the reverse proxy. /generatorOutput?... was generated which works locally in MPS, but not when deployed in kubernetes.
426,496
30.01.2022 11:16:10
-3,600
67b3a5f7d267eecb0522112f0354d684018485af
build script generator (1)
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "**/.mps/workspace.xml\n.gradle\n-artifacts\n-build\n-mps/build\n+/artifacts\n+.idea/artifacts\n+/build\n+/*/build\ntest_gen\ntest_gen.caches\n@@ -11,11 +12,11 @@ classes_gen\nsource_gen\nsource_gen.caches\n-kuber...
Kotlin
Apache License 2.0
modelix/modelix
build script generator (1)
426,496
30.01.2022 11:16:29
-3,600
2fa108a0c3e2b9e52957ab0d826c24050da8f16f
build script generator (2)
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -24,9 +24,15 @@ class BuildScriptGenerator(val inputFolders...
Kotlin
Apache License 2.0
modelix/modelix
build script generator (2)
426,496
31.01.2022 11:53:47
-3,600
f0f8a96784bd5a502a801422f75857775baab377
First step on generating the XML file
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "*/\npackage org.modelix.workspace.build\n+import org.w3c.dom.D...
Kotlin
Apache License 2.0
modelix/modelix
First step on generating the XML file
426,496
31.01.2022 15:21:39
-3,600
9640bc5ae0c8e6fcb9a44ec67c07175f938499f3
Add paths to packaged dependencies to the build script
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -17,10 +17,12 @@ import org.w3c.dom.Document\nimport org.w3...
Kotlin
Apache License 2.0
modelix/modelix
Add paths to packaged dependencies to the build script
426,496
31.01.2022 16:04:35
-3,600
9e070fb370e45ad868dbb7d54c8235f834f7e97c
First runnable build script generated (MPS generator still fails)
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -22,6 +22,7 @@ import java.io.File\nimport java.io.FileInpu...
Kotlin
Apache License 2.0
modelix/modelix
First runnable build script generated (MPS generator still fails)
426,496
31.01.2022 20:34:04
-3,600
1d06143512c95ee2e5b5be08bc9bb5ce862a0962
A jar can contain multiple modules inside a modules/ folder
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -22,7 +22,6 @@ import java.io.File\nimport java.io.FileInpu...
Kotlin
Apache License 2.0
modelix/modelix
A jar can contain multiple modules inside a modules/ folder
426,496
01.02.2022 09:41:19
-3,600
f802ec0779846b63558df0e47252d58c1a0defb4
Ignore -src.jar files
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -178,6 +178,7 @@ class BuildScriptGenerator(val inputFolder...
Kotlin
Apache License 2.0
modelix/modelix
Ignore -src.jar files
426,496
01.02.2022 15:24:19
-3,600
56da87ceb299f2cae94308fc5d6861633a786d04
Generated build script successfully builds modelix modules
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -34,7 +34,7 @@ import kotlin.collections.ArrayList\nclass B...
Kotlin
Apache License 2.0
modelix/modelix
Generated build script successfully builds modelix modules
426,496
02.02.2022 15:45:13
-3,600
4b612340361cebc7a59a98c00d2607d61f54e02e
Modules in a workspace are built async. before zipping them
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "*/\npackage org.modelix.workspace.build\n+import org.apache.co...
Kotlin
Apache License 2.0
modelix/modelix
Modules in a workspace are built async. before zipping them
426,496
02.02.2022 16:26:52
-3,600
47bd7a53ed24127e271bf4fa837a23b09fb71ad9
Add the packaged mps version to the dependencies so that it does have to be downloaded from maven It doesn't make sense to build for an MPS version other than the one used inside the cluster.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -39,9 +39,8 @@ class BuildScriptGenerator(val inputFolders:...
Kotlin
Apache License 2.0
modelix/modelix
Add the packaged mps version to the dependencies so that it does have to be downloaded from maven It doesn't make sense to build for an MPS version other than the one used inside the cluster.
426,504
03.02.2022 09:52:14
-3,600
caf86de21bfd66aed8e8c7405881e8ec99b36bbf
correct how we check output lines
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ModelPlugin.java", "new_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ModelPlugin.java", "diff": "@@ -140,7 +140,7 @@ public class ModelPlugin implements Plugin<Project> {\n}\nif (!success) {\...
Kotlin
Apache License 2.0
modelix/modelix
correct how we check output lines
426,504
03.02.2022 09:55:04
-3,600
433002efcdf2beb10da5a1731b59b3ca6938e432
printing captured lines
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ModelPlugin.java", "new_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ModelPlugin.java", "diff": "@@ -140,7 +140,7 @@ public class ModelPlugin implements Plugin<Project> {\n}\nif (!success) {\...
Kotlin
Apache License 2.0
modelix/modelix
printing captured lines
426,496
03.02.2022 10:28:16
-3,600
03f57db37f098b37641c8a8b98bd0a5dc71c9e0b
Show status while waiting for the workspace to download and build the modules
[ { "change_type": "ADD", "old_path": null, "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceBuildJob.kt", "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
Show status while waiting for the workspace to download and build the modules
426,496
03.02.2022 10:40:14
-3,600
d8459f184c03d442ba6db53c66df37b6a3253b81
Allow to start a new build job if a user tries to download a workspace that is not built yet.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "diff": "@@ -86,11 +86,11 @@ fun Application.workspaceManagerMo...
Kotlin
Apache License 2.0
modelix/modelix
Allow to start a new build job if a user tries to download a workspace that is not built yet.
426,496
03.02.2022 11:15:23
-3,600
a40a9e1aa1b86256a3a3e2495f68b58a79bdbece
Show build output of the workspace
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -20,10 +20,7 @@ import org.w3c.dom.Element\nimport org.w3c....
Kotlin
Apache License 2.0
modelix/modelix
Show build output of the workspace
426,496
03.02.2022 12:50:11
-3,600
0555f21467ebf8c453eca1c73835758fee6d008b
Provide workspace status for REST clients
[ { "change_type": "DELETE", "old_path": "graphql-server/gradle.properties", "new_path": null, "diff": "-logbackVersion=1.2.1\n" }, { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "new_path": "workspace...
Kotlin
Apache License 2.0
modelix/modelix
Provide workspace status for REST clients
426,496
03.02.2022 14:10:49
-3,600
92e09ec2efaf550079e134e922328b5d79974b68
shadow jar for the workspace manager
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -9,10 +9,12 @@ plugins {\nkotlin(\"jvm\") version \"1.5.31\"\nkotlin(\"plugin.serialization\") version \"1.5.31\"\nid(\"application\")\n+ id(\"com.github.johnren...
Kotlin
Apache License 2.0
modelix/modelix
shadow jar for the workspace manager
426,496
03.02.2022 16:59:36
-3,600
77606a94f9fb38ee5efd955f137b4c0ae13ca98f
workspace manager runs in kubernetes
[ { "change_type": "ADD", "old_path": null, "new_path": "Dockerfile-workspace-manager", "diff": "+FROM openjdk:11\n+WORKDIR /workspace-manager/\n+EXPOSE 28104\n+COPY workspace-manager/build/libs/workspace-manager-latest-all.jar /workspace-manager/workspace-manager.jar\n+COPY artifacts/mps /mps\n+CMD [...
Kotlin
Apache License 2.0
modelix/modelix
workspace manager runs in kubernetes
426,496
03.02.2022 17:25:08
-3,600
4ca8b29ebd8658b3eebcb9c5a28b6b067d853964
Add exception to the output of a build job if it failed
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManager.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManager.kt", "diff": "@@ -162,6 +162,8 @@ class WorkspaceManager {\nbuildWorkspaceDownlo...
Kotlin
Apache License 2.0
modelix/modelix
Add exception to the output of a build job if it failed
426,496
03.02.2022 19:05:20
-3,600
b63c84b1220570e525ff5caa154282f6c6a71a36
Install maven, git, ant in the workspace manager image
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "FROM openjdk:11\n+\n+RUN apt update\n+RUN apt install maven -y\n+RUN apt install git -y\n+RUN apt install ant -y\n+\nWORKDIR /workspace-manager/\nEXPOSE 28104\nCOPY workspace-m...
Kotlin
Apache License 2.0
modelix/modelix
Install maven, git, ant in the workspace manager image
426,496
07.02.2022 09:08:21
-3,600
e5762235bf0dcb4254bb28dc2c41573312bb3156
Install plugins from a workspace into the MPS plugins folder
[ { "change_type": "MODIFY", "old_path": "install-plugins.sh", "new_path": "install-plugins.sh", "diff": "TARGET_FOLDER=\"${1:-/usr/modelix-ui/mps/plugins/}\"\nSOURCE_FOLDER=\"${2:-/mps-plugins/}\"\n+DELETE_INPUT_FOLDER=\"${3:-1}\"\n#SOURCE_FOLDER=../test_input\n#TARGET_FOLDER=../test_output/\n@@ -26,...
Kotlin
Apache License 2.0
modelix/modelix
Install plugins from a workspace into the MPS plugins folder
426,496
07.02.2022 10:10:56
-3,600
3fa4fbc0048d084d407489213921b716072f3330
reorganized the URL path structure on the workspace server
[ { "change_type": "MODIFY", "old_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "new_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "diff": "@@ -45,7 +45,7 @@ fun main(args: Array<String>) {\nval outputFile = File(\"workspace.zip\").ab...
Kotlin
Apache License 2.0
modelix/modelix
reorganized the URL path structure on the workspace server
426,496
07.02.2022 11:07:36
-3,600
b0afa5bd6c6d0d0071bb6b5020a7a400b893356d
Show list of existing workspaces
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -34,6 +34,7 @@ dependencies {\nimplementation(\"org.zeroturnaround:zt-zip:1.14\")\nimplementation(\"org.apache.commons:commons-text:1.9\")\nimplementation(projec...
Kotlin
Apache License 2.0
modelix/modelix
Show list of existing workspaces
426,496
07.02.2022 16:57:12
-3,600
7dffbf8293d8241eaea5fc580f0c3566294b1e52
File upload as an additional modules source for a workspace Might be useful if your project is not stored in a public git repository or you don't want to enter your credentials in Modelix.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/Workspace.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/Workspace.kt", "diff": "@@ -21,7 +21,8 @@ data class Workspace(var id: String,\nval modelRepositories: L...
Kotlin
Apache License 2.0
modelix/modelix
File upload as an additional modules source for a workspace Might be useful if your project is not stored in a public git repository or you don't want to enter your credentials in Modelix.
426,496
07.02.2022 19:12:24
-3,600
eea36f854f4598939b6bc79d411986f8efc0ee25
Use absolute path to ant For some reason it's wasn't found anymore when only `ant` was used.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -39,7 +39,7 @@ class BuildScriptGenerator(val inputFolders:...
Kotlin
Apache License 2.0
modelix/modelix
Use absolute path to ant For some reason it's wasn't found anymore when only `ant` was used.
426,496
08.02.2022 09:40:04
-3,600
b498a32ce217920b206b0f5e46981436ef7f35f6
Still allow opening a workspace in MPS when building the modules failed
[ { "change_type": "MODIFY", "old_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "new_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "diff": "@@ -48,9 +48,9 @@ fun main(args: Array<String>) {\nval statusString = httpClient.get<String>(s...
Kotlin
Apache License 2.0
modelix/modelix
Still allow opening a workspace in MPS when building the modules failed
426,496
08.02.2022 11:01:50
-3,600
a7258f6ae92cb54417e66a7cae8adec2e8baa667
Use persistent volume for workspace upload Otherwise, they are gone after restarting the workspace server.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/workspace-manager-deployment.yaml", "new_path": "kubernetes/common/workspace-manager-deployment.yaml", "diff": "@@ -53,4 +53,11 @@ spec:\ninitialDelaySeconds: 60\nperiodSeconds: 15\ntimeoutSeconds: 10\n+ volumeMounts:\n+ - mountPath: \"/works...
Kotlin
Apache License 2.0
modelix/modelix
Use persistent volume for workspace upload Otherwise, they are gone after restarting the workspace server.
426,496
08.02.2022 11:02:54
-3,600
ced29da1dcb5579b7bf277c5aba391ceecca650a
Formatting in the HTML for the upload
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/resources/html/edit.html", "new_path": "workspace-manager/src/main/resources/html/edit.html", "diff": "<br/>\n<textarea name=\"content\" style=\"width: 800px; height: 500px\">{{content}}</textarea>\n</form>\n- <div>\n- Upload file or...
Kotlin
Apache License 2.0
modelix/modelix
Formatting in the HTML for the upload
426,496
08.02.2022 13:57:55
-3,600
53d60711aa8feca9199aee0e8c2cbe24c9dbca9e
Don't download transitive maven dependencies as they aren't copied anyway
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/MavenDownloader.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/MavenDownloader.kt", "diff": "@@ -32,6 +32,7 @@ class MavenDownloader(val workspace: Workspace, va...
Kotlin
Apache License 2.0
modelix/modelix
Don't download transitive maven dependencies as they aren't copied anyway
426,496
08.02.2022 14:00:35
-3,600
94e36f3a7639f9dfb139d2479eae37f971a31762
Cancel building MPS modules if it takes to long Just package the modules without finishing to build them. Languages usually don't take several minutes to build and solutions are not important to be prebuilt.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/BuildScriptGenerator.kt", "diff": "@@ -22,6 +22,7 @@ import org.w3c.dom.Text\nimport org.zeroturn...
Kotlin
Apache License 2.0
modelix/modelix
Cancel building MPS modules if it takes to long Just package the modules without finishing to build them. Languages usually don't take several minutes to build and solutions are not important to be prebuilt.
426,496
08.02.2022 15:31:13
-3,600
5fe4cd125cd1982fccae53243eaf6fdba49a0224
Forward workspace-manager debug port (2)
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -9,4 +9,4 @@ WORKDIR /workspace-manager/\nEXPOSE 28104\nCOPY workspace-manager/build/libs/workspace-manager-latest-all.jar /workspace-manager/workspace-manager.jar\nCOPY art...
Kotlin
Apache License 2.0
modelix/modelix
Forward workspace-manager debug port (2)
426,504
09.02.2022 09:01:26
-3,600
262100008d025abce6f2f69a7398f61bfe4f242f
introduce mavenPublicationURL configuration value
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/build.gradle", "new_path": "gradle-plugin/build.gradle", "diff": "@@ -39,7 +39,7 @@ publishing {\nrepositories {\nmaven {\nname = \"GitHubPackages\"\n- url = uri(\"https://maven.pkg.github.com/modelix/modelix\")\n+ url = uri(mavenPublicationURL)\...
Kotlin
Apache License 2.0
modelix/modelix
introduce mavenPublicationURL configuration value
426,504
09.02.2022 09:17:36
-3,600
40d7a5e4715118be8b8c8e9a5c712b388428a139
use publishingRepository variable across all publications
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -80,7 +80,7 @@ if (System.getenv(\"TRAVIS_TAG\") != null && !System.getenv(\"TRAVIS_TAG\").isEmpty(\nversionFile.write(ext.modelixVersion)\nprintln(\"modelix version: \" + ext.modelixVersion)\n-ext.release...
Kotlin
Apache License 2.0
modelix/modelix
use publishingRepository variable across all publications
426,504
09.02.2022 11:25:04
-3,600
993de31d68cd9e62784abf53e5e725fac92760c3
add flag to disable loading persistent binding configuration
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbJ\" id=\"UBWFwB5k4Q\" role=\...
Kotlin
Apache License 2.0
modelix/modelix
add flag to disable loading persistent binding configuration
426,504
09.02.2022 13:40:17
-3,600
e82b2720759a41848372fbe151cb6d509674bc41
update message to show that persisted binding configuration is loaded
[ { "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=\"UBWFwB5k4S\" role=\"3clFbx\">\n<node concept=\"a...
Kotlin
Apache License 2.0
modelix/modelix
update message to show that persisted binding configuration is loaded
426,496
08.02.2022 15:48:41
-3,600
26de1d01e40826b2471a0ea4c7fd25cbaab22689
Extracted code that searches for MPS modules into a separate class
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<option value=\"$PROJECT_DIR$/ui-client\" />\n<option value=\"$PROJECT_DIR$/ui-proxy\" />\n<option value=\"$PROJECT_DIR$/ui-server\" />\n+ <option value=\"$PROJECT_DIR$/workspace-client\" />\n<option ...
Kotlin
Apache License 2.0
modelix/modelix
Extracted code that searches for MPS modules into a separate class
426,496
17.02.2022 09:57:36
-3,600
39d07c4c69f5b3a968384b24a9b6a40efd9918ae
Moved code for starting a headless mps into a separate module to cleanup the classpath There were conflicts with the jars used in the workspace manager and the jars in MPS.
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<option value=\"$PROJECT_DIR$\" />\n<option value=\"$PROJECT_DIR$/gradle-plugin\" />\n<option value=\"$PROJECT_DIR$/graphql-server\" />\n+ <option value=\"$PROJECT_DIR$/headless-mps\" />\n<option valu...
Kotlin
Apache License 2.0
modelix/modelix
Moved code for starting a headless mps into a separate module to cleanup the classpath There were conflicts with the jars used in the workspace manager and the jars in MPS.
426,496
17.02.2022 10:24:22
-3,600
c8c066eb068fa2b007cf375ee9aac9f1efccd63f
Give the model client time to write the changes after import before closing MPS
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbF\" id=\"2ti6ENSLqjV\" role=...
Kotlin
Apache License 2.0
modelix/modelix
Give the model client time to write the changes after import before closing MPS
426,501
14.02.2022 16:08:04
-3,600
33365835dfcffeb139dbbe56d24c7f2fcaf48768
ui-client: added some more ts-ignore because of deprecated HtmlDialogElement
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/NewRootNode.ts", "new_path": "ui-client/src/scripts/NewRootNode.ts", "diff": "@@ -37,6 +37,7 @@ export function addNewRootNode(modelRef: string, callback: (nodeRef: string) =>\nconst closeButton = document.createElement(\"img\");\ncloseBu...
Kotlin
Apache License 2.0
modelix/modelix
ui-client: added some more ts-ignore because of deprecated HtmlDialogElement
426,497
17.02.2022 10:41:32
-3,600
11b434e6589ae4fde451438442fb6450dbc0a243
ui-client: use node 17.4.0
[ { "change_type": "MODIFY", "old_path": "ui-client/build.gradle", "new_path": "ui-client/build.gradle", "diff": "@@ -8,8 +8,8 @@ apply plugin: 'base'\nnode {\nif (!rootProject.hasProperty(\"useInstalledNvm\") || !rootProject.useInstalledNvm.toBoolean()) {\n// also change the .nvmrc file\n- version = ...
Kotlin
Apache License 2.0
modelix/modelix
ui-client: use node 17.4.0
426,496
17.02.2022 12:52:20
-3,600
784c0dd10dda70435cf6a986bc525167340a32c0
Package MPS-extensions modules and modelix into the workspace-manager docker image They are required for the model import
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -9,4 +9,7 @@ WORKDIR /workspace-manager/\nEXPOSE 28104\nCOPY workspace-manager/build/libs/workspace-manager-latest-all.jar /workspace-manager/workspace-manager.jar\nCOPY art...
Kotlin
Apache License 2.0
modelix/modelix
Package MPS-extensions modules and modelix into the workspace-manager docker image They are required for the model import
426,496
17.02.2022 14:58:09
-3,600
1500670f2af6c071e6237015c48d49dff411beeb
jvm and multiplatform projects don't work together in kotlin 1.6.10 Kotlin JVM projects fail to resolve the model-client...jar. Going back to 1.5.30.
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -37,9 +37,9 @@ buildscript {\nplugins {\nid \"com.diffplug.gradle.spotless\" version \"4.5.1\" apply false\n- id \"org.jetbrains.kotlin.jvm\" version \"1.6.10\" apply false\n- id \"org.jetbrains.kotlin.mul...
Kotlin
Apache License 2.0
modelix/modelix
jvm and multiplatform projects don't work together in kotlin 1.6.10 Kotlin JVM projects fail to resolve the model-client...jar. Going back to 1.5.30.
426,496
17.02.2022 18:25:23
-3,600
9a44aa57039ffe54c35b59a147259b2e9b44ced1
Forward workspace job output to the projector instance waiting for it
[ { "change_type": "MODIFY", "old_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "new_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "diff": "*/\npackage org.modelix.workspace.client\n-import com.charleskorn.kaml.Yaml.Companion.default\...
Kotlin
Apache License 2.0
modelix/modelix
Forward workspace job output to the projector instance waiting for it
426,496
18.02.2022 12:06:15
-3,600
c197804b1dbf13f2fdce89d146441f518b2726a3
Allow specifying credentials for git repositories
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -140,7 +140,7 @@ File | Description\n[kubernetes-apply-gcloud.sh](kubernetes-apply-gcloud.sh) |\n[kubernetes-apply-local.sh](kubernetes-apply-local.sh) |\n[kubernetes-gcloud-dbsecret.sh](kubernetes-gcloud-dbsecr...
Kotlin
Apache License 2.0
modelix/modelix
Allow specifying credentials for git repositories
426,496
18.02.2022 12:47:13
-3,600
31a6b04a86d1259a964d7324288472d8e93cad21
Use same encryption key during development and in kubernetes
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/Workspace.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/Workspace.kt", "diff": "@@ -87,7 +87,7 @@ private val credentialsEncryptor = run {\nkubernetesSecretFile...
Kotlin
Apache License 2.0
modelix/modelix
Use same encryption key during development and in kubernetes
426,496
21.02.2022 12:39:01
-3,600
cdc31d3037467938232d5915aad0c2b36928627b
Git credential were missing when executing a git pull
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/GitRepositoryManager.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/GitRepositoryManager.kt", "diff": "package org.modelix.workspace.manager\nimport org.eclipse....
Kotlin
Apache License 2.0
modelix/modelix
Git credential were missing when executing a git pull
426,496
21.02.2022 14:20:50
-3,600
404214a75904ac0e01c893a1d7572a4969923195
Load declared plugin dependencies Plugin were only loaded if they contained modules with a dependency between them. Now, also plugins are included that are declared as a dependency in the plugins.xml.
[ { "change_type": "MODIFY", "old_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/ModelImportMain.kt", "new_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/ModelImportMain.kt", "diff": "package org.modelix.headlessmps\nimport kotlinx.serialization.decodeFromString\n+import ko...
Kotlin
Apache License 2.0
modelix/modelix
Load declared plugin dependencies Plugin were only loaded if they contained modules with a dependency between them. Now, also plugins are included that are declared as a dependency in the plugins.xml.
426,496
21.02.2022 14:44:45
-3,600
b5f2a9972a8c9bd78ca778cfa474ab54b69004ff
Don't load cloudResource.xml during import
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManager.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManager.kt", "diff": "@@ -301,6 +301,12 @@ class WorkspaceManager {\n}\n}\n+ // Avoid co...
Kotlin
Apache License 2.0
modelix/modelix
Don't load cloudResource.xml during import
426,497
16.02.2022 14:29:54
-3,600
a410a817b9b0a9740a74369152be6e96135b5db6
cloud view: prevent double copy
[ { "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=\"7jRNnvCcY5o\" role=\"1B3o_S\" />\n</node>\n+ <node co...
Kotlin
Apache License 2.0
modelix/modelix
cloud view: prevent double copy
426,497
16.02.2022 14:52:17
-3,600
6debdec2412dbb98d8f925cc9f557f6fadfd7132
cloud view: progress when copy
[ { "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=\"hvt5\" ref=\"0a2651ab-f212-45c2-a2f0-343e76cbc26b/java:org.modelix.model(org...
Kotlin
Apache License 2.0
modelix/modelix
cloud view: progress when copy
426,497
16.02.2022 15:37:30
-3,600
8bba24daecd9b57d6da7731dda6c38cd9ed62a78
use sets in persistent configuration to avoid double mapping or binding Reworked some of the null safety with annotations in PersistenBindingConfiguration
[ { "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=\"6JwgQ7URQ8x\" role=\"2OqNvi\">\...
Kotlin
Apache License 2.0
modelix/modelix
use sets in persistent configuration to avoid double mapping or binding Reworked some of the null safety with annotations in PersistenBindingConfiguration
426,497
16.02.2022 16:29:02
-3,600
15fc57a5638e544b88879236c5c8e3e47997b05b
integration test: fix compilation error
[ { "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=\"37vLTw\" id=\"11vVX88rM8S\" role=\"37wK5m\">\n<ref role=\"3cqZAo\" node=...
Kotlin
Apache License 2.0
modelix/modelix
integration test: fix compilation error
426,497
16.02.2022 17:18:36
-3,600
56a1ae1ddc2119fc96fb5296e1f8bf13b70e1cb6
integration test: print stacktrace
[ { "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=\"3clFbS\" id=\"5yNJPA6bCq5\" role=\"9aQI4\">\n<node concept=\"abc8K\" id=...
Kotlin
Apache License 2.0
modelix/modelix
integration test: print stacktrace
426,497
16.02.2022 17:34:45
-3,600
22bbe67b7a7b74a6a4a6af26510b228588bb8bca
integration tests: use write action
[ { "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=\"8974276187400348171\" name=\"commandClosureLiteral\" index=\"1QHqEI\" />\n</...
Kotlin
Apache License 2.0
modelix/modelix
integration tests: use write action
426,497
17.02.2022 09:51:30
-3,600
8718c231086118131a4a9055ac83d785b73506af
mpsplugin: create progress indicator in actions
[ { "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=\"8974276187400348171\" name=\"commandClosureLiteral\" index=\"1QHqEI\" />\n</...
Kotlin
Apache License 2.0
modelix/modelix
mpsplugin: create progress indicator in actions
426,496
22.02.2022 16:19:30
-3,600
f76adea00fab3d550faf08c4efd78903fa37e049
Memory of MPS instance increased to 4 GB This is necessary when loading MPS-extensions + mbeddr
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/workspace-client-deployment.yaml", "new_path": "kubernetes/common/workspace-client-deployment.yaml", "diff": "@@ -40,10 +40,10 @@ spec:\nreadOnly: true\nresources:\nrequests:\n- memory: \"3.0Gi\"\n+ memory: \"4.0Gi\"\ncpu: 500m\nlimits:\n- me...
Kotlin
Apache License 2.0
modelix/modelix
Memory of MPS instance increased to 4 GB This is necessary when loading MPS-extensions + mbeddr
426,496
23.02.2022 14:20:13
-3,600
caf9187f895b67f9866890241fbf98d74b477fe7
Added mbeddr and iets3 languages to the docker image To allow working with modelix in an environment without access to external maven repositories.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -5,6 +5,10 @@ RUN apt install maven -y\nRUN apt install git -y\nRUN apt install ant -y\n+COPY bundled-maven-dependencies /bundled-maven-dependencies\n+WORKDIR /bundled-maven...
Kotlin
Apache License 2.0
modelix/modelix
Added mbeddr and iets3 languages to the docker image To allow working with modelix in an environment without access to external maven repositories.
426,496
23.02.2022 17:43:53
-3,600
83f2eaabf32d85123b2d50374fbd80ecc7ecb901
Maven was still trying to download artifacts that already exist in the local repository
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -9,6 +9,12 @@ COPY bundled-maven-dependencies /bundled-maven-dependencies\nWORKDIR /bundled-maven-dependencies\nRUN mvn dependency:go-offline\n+# Delete all .repositories an...
Kotlin
Apache License 2.0
modelix/modelix
Maven was still trying to download artifacts that already exist in the local repository
426,496
23.02.2022 21:17:10
-3,600
68fb85cf3876a90ae9379cd291e3b9fb90983e57
Don't use the itemis nexus None of the builds was successful. It's sad.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -5,7 +5,8 @@ RUN apt install maven -y\nRUN apt install git -y\nRUN apt install ant -y\n-COPY bundled-maven-dependencies /bundled-maven-dependencies\n+COPY bundled-maven-depe...
Kotlin
Apache License 2.0
modelix/modelix
Don't use the itemis nexus None of the builds was successful. It's sad.
426,496
24.02.2022 11:22:46
-3,600
d1fd14526b872fbf35de75a068de8e6bbd2bf0e4
configure the workspace client to connect to the model server
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManager.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManager.java", "diff": "@@ -43,6 +43,8 @@ import java.util.Map;\nimport java.util.Set;\nim...
Kotlin
Apache License 2.0
modelix/modelix
configure the workspace client to connect to the model server
426,496
25.02.2022 14:30:45
-3,600
9d4973bf89f26dfcb0ec3e8502a45913e61c700d
Workspace ID passed to MPS was wrong
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManager.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManager.java", "diff": "@@ -253,7 +253,7 @@ public class DeploymentManager {\nif (matcher....
Kotlin
Apache License 2.0
modelix/modelix
Workspace ID passed to MPS was wrong
426,496
25.02.2022 14:31:27
-3,600
c0bd0c9e547270e91a5873f46df57c5dfa853d17
DevKits were not included in the libraries for the generator
[ { "change_type": "MODIFY", "old_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/EnvironmentSpec.kt", "new_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/EnvironmentSpec.kt", "diff": "@@ -22,7 +22,17 @@ data class EnvironmentSpec(\nval libraries: List<LibrarySpec>,\nval pro...
Kotlin
Apache License 2.0
modelix/modelix
DevKits were not included in the libraries for the generator
426,496
25.02.2022 16:40:59
-3,600
1d861f8e40d5ab9c80a89b91364f620fcad58165
Plugin dependencies were not loaded during generation
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/FoundModules.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/FoundModules.kt", "diff": "@@ -25,6 +25,22 @@ class FoundModules {\nreturn plugins[id]\n}\n+ fun getPlugi...
Kotlin
Apache License 2.0
modelix/modelix
Plugin dependencies were not loaded during generation
426,496
25.02.2022 16:41:40
-3,600
27c764c14cd4ed8cba34669207fa0ca8afed9c9f
Some pathes in the gradle script were not relative to the project root
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -145,8 +145,8 @@ description = \"Cloud storage and web UI for MPS\"\ndefaultTasks 'assemble'\n-def mavenSettingsTemplateFile = new File(new File(\"bundled-maven-dependencies\"), \"settings-template.xml\")\...
Kotlin
Apache License 2.0
modelix/modelix
Some pathes in the gradle script were not relative to the project root
426,496
25.02.2022 17:24:31
-3,600
4180a1a06e7a475ebb10d19de3bd5b83ec09fa49
Switching the git branch failed
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/GitRepositoryManager.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/GitRepositoryManager.kt", "diff": "@@ -35,10 +35,11 @@ class GitRepositoryManager(val config:...
Kotlin
Apache License 2.0
modelix/modelix
Switching the git branch failed
426,496
25.02.2022 17:25:47
-3,600
0c8ac0ffa34e828240651577f6d906074ad66811
Make the packaged modelix modules available to the generator
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/ModulesMiner.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/ModulesMiner.kt", "diff": "@@ -19,10 +19,7 @@ import org.zeroturnaround.zip.ZipUtil\nimport java.io.File\...
Kotlin
Apache License 2.0
modelix/modelix
Make the packaged modelix modules available to the generator
426,496
25.02.2022 18:22:40
-3,600
991a14a7ddf849df118660cf5602c89473a061ea
Error stream was not redirected to the job output during generation There were no error messages why the generation failed.
[ { "change_type": "MODIFY", "old_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/EnvironmentSpec.kt", "new_path": "headless-mps/src/main/kotlin/org/modelix/headlessmps/EnvironmentSpec.kt", "diff": "@@ -26,9 +26,9 @@ data class EnvironmentSpec(\nfun debugString() = \"\"\"\nmpsHome: $mpsHo...
Kotlin
Apache License 2.0
modelix/modelix
Error stream was not redirected to the job output during generation There were no error messages why the generation failed.
426,496
25.02.2022 19:02:07
-3,600
4122ec13faf045707a3f6282c13413a0aaff2093
Generation failed if ModuleReferenceExpression cannot resolve the module This is tricky, because the dependency is not recorded in the module or model dependencies. This means we have to search the model for instances of ModuleReferenceExpression (on XML level) and extract the ID.
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/ModulesMiner.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/build/ModulesMiner.kt", "diff": "@@ -182,7 +182,8 @@ class ModulesMiner() {\nprivate fun dependenciesFromModel(...
Kotlin
Apache License 2.0
modelix/modelix
Generation failed if ModuleReferenceExpression cannot resolve the module This is tricky, because the dependency is not recorded in the module or model dependencies. This means we have to search the model for instances of ModuleReferenceExpression (on XML level) and extract the ID.
426,496
26.02.2022 12:40:51
-3,600
e6278926775c099fc1c9a35019b1a2d7e4f772ac
Memory for the generator increased to 2 GB
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/workspace-manager-deployment.yaml", "new_path": "kubernetes/common/workspace-manager-deployment.yaml", "diff": "@@ -34,10 +34,10 @@ spec:\nname: \"jvm-debug\"\nresources:\nrequests:\n- memory: \"1.5Gi\"\n+ memory: \"3Gi\"\ncpu: \"0.1\"\nlimit...
Kotlin
Apache License 2.0
modelix/modelix
Memory for the generator increased to 2 GB
426,496
26.02.2022 12:41:31
-3,600
c1c83e6ecf9b3079f0e9fadd0e385ceb7de2b7d9
Model importer was exiting to early
[ { "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": "<reference id=\"1153944258490\" name=\"variable\" index=\"2Gs0qQ\" />\n</concept>\n<concept ...
Kotlin
Apache License 2.0
modelix/modelix
Model importer was exiting to early
426,496
27.02.2022 11:24:58
-3,600
bfb29fceb7e1d32fd0b964cbb9a6d3b0eb651c89
Mutliple versions of the headless-mps jar were on the class path
[ { "change_type": "MODIFY", "old_path": "headless-mps/build.gradle.kts", "new_path": "headless-mps/build.gradle.kts", "diff": "@@ -30,6 +30,6 @@ val copyDependencies = task(\"copyDependencies\", Copy::class) {\ninto(File(File(\"build\"), \"libs\"))\n}\n-tasks.getByName(\"assemble\") {\n+tasks.getByNa...
Kotlin
Apache License 2.0
modelix/modelix
Mutliple versions of the headless-mps jar were on the class path
426,496
28.02.2022 08:34:53
-3,600
95312fdf123531af856213401f957e26ee17ffd9
Use java 11 on github action Switching to 13 before was an attempt to fix issues with connecting to the itemis nexus.
[ { "change_type": "MODIFY", "old_path": ".github/workflows/integrationtests.yml", "new_path": ".github/workflows/integrationtests.yml", "diff": "@@ -22,10 +22,10 @@ jobs:\ngradle-runIntegrationTests-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}\ngradle-runIntegrationTests-\ngradle-...
Kotlin
Apache License 2.0
modelix/modelix
Use java 11 on github action Switching to 13 before was an attempt to fix issues with connecting to the itemis nexus.
426,496
28.02.2022 08:36:06
-3,600
869280c2f411e8bfca8241208338e9683b740a0f
gradle-build-plugin: Allow specifying the paths to search for modules
[ { "change_type": "MODIFY", "old_path": "gradle-build-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.java", "new_path": "gradle-build-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.java", "diff": "@@ -15,6 +15,7 @@ package org.modelix.gradle.mpsbuild;\nimport org.apa...
Kotlin
Apache License 2.0
modelix/modelix
gradle-build-plugin: Allow specifying the paths to search for modules
426,496
28.02.2022 08:41:27
-3,600
43ee35f17744f6ed71a9d40b29e83aed00684a7d
Renamed gradle-build-plugin to gradle-mpsbuild-plugin It was a bit too generic before.
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<option name=\"modules\">\n<set>\n<option value=\"$PROJECT_DIR$\" />\n- <option value=\"$PROJECT_DIR$/gradle-build-plugin\" />\n+ <option value=\"$PROJECT_DIR$/gradle-mpsbuild-plugin\" />\n<option val...
Kotlin
Apache License 2.0
modelix/modelix
Renamed gradle-build-plugin to gradle-mpsbuild-plugin It was a bit too generic before.
426,496
28.02.2022 14:39:50
-3,600
ec1945af316196a75a36a9943d5adfeef6b6df6e
Projector appeared frozen while trying to download pako.min.js It is now packaged into projector so that we don't have to wait for a timeout of the connection to the CDN.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-projector-base", "new_path": "Dockerfile-projector-base", "diff": "-FROM modelix/projector-mps:2020.3.5\n+FROM modelix/projector-mps:2020.3.5-202202281349\nUSER root\nCOPY install-plugins.sh /\n" }, { "change_type": "ADD", "old_path": nu...
Kotlin
Apache License 2.0
modelix/modelix
Projector appeared frozen while trying to download pako.min.js It is now packaged into projector so that we don't have to wait for a timeout of the connection to the CDN.
426,496
28.02.2022 14:41:19
-3,600
655f154f9acdb57877e34faef8b1cdb4973d5798
<usedDevKit> in a solution file was not processed yet
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "diff": "@@ -129,7 +129,7 @@ class ModulesMiner() {\nif (node is Element) {\n// Why not just use the ...
Kotlin
Apache License 2.0
modelix/modelix
<usedDevKit> in a solution file was not processed yet
426,496
28.02.2022 14:57:31
-3,600
8c6fb4dd7beb4c9a7555d9951c98ec84601922c7
Include module name in the error message about missing dependencies
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlanBuilder.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlanBuilder.kt", "diff": "@@ -68,7 +68,7 @@ class GenerationPlanBuilder(val availableModules: FoundM...
Kotlin
Apache License 2.0
modelix/modelix
Include module name in the error message about missing dependencies
426,496
28.02.2022 16:01:26
-3,600
f26e50e6a9323de68370d9e25364f242360608c4
In the workspace definition modules can be excluded from generation
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "diff": "@@ -15,15 +15,11 @@ package org.modelix.buildtools\nimport org.modelix.headl...
Kotlin
Apache License 2.0
modelix/modelix
In the workspace definition modules can be excluded from generation
426,496
28.02.2022 16:15:39
-3,600
20b7b81e7f4c594a5a957a8ba692d0254b0b702c
Instead of <language slang="..." /> there is also <language id="..." fqName="..."/> There is one solution that uses this different persistence in <languageVersions>.
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "diff": "@@ -143,7 +143,16 @@ class ModulesMiner() {\n}\n\"language\" -> {\nif (node.parentTagName() ...
Kotlin
Apache License 2.0
modelix/modelix
Instead of <language slang="..." /> there is also <language id="..." fqName="..."/> There is one solution that uses this different persistence in <languageVersions>.
426,496
28.02.2022 18:39:05
-3,600
54904e43705a8d0bcf618d41a9ce0817b206384e
In the workspace definition modules can be excluded from generation (2)
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.java", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.java", "diff": "@@ -86,7 +86,7 @@ public class MPSBuildPlugin implements Plugin<...
Kotlin
Apache License 2.0
modelix/modelix
In the workspace definition modules can be excluded from generation (2)
426,496
01.03.2022 08:09:42
-3,600
31641862f56912534f27eca73625daae8d57ea5a
Ignored modules also don't throw an exception if they are missing Before only the generator wasn't executed for them, but now also a dependency to them is ignored.
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "diff": "@@ -149,7 +149,7 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
Ignored modules also don't throw an exception if they are missing Before only the generator wasn't executed for them, but now also a dependency to them is ignored.
426,496
01.03.2022 09:58:34
-3,600
8c7cfabf0c92ffc7756b2ce5aa6db9185087342f
Generator modules were not extracted and therefor dependencies to them failed the generator
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "diff": "@@ -40,10 +40,11 @@ class ModulesMiner() {\nwhen (file.extension.lowercase()) {\n// see jetb...
Kotlin
Apache License 2.0
modelix/modelix
Generator modules were not extracted and therefor dependencies to them failed the generator
426,496
01.03.2022 11:18:58
-3,600
55e74a12ada581875d933f976b355ca39599b931
Dependency from a language to its generator(s)
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModulesMiner.kt", "diff": "@@ -112,7 +112,14 @@ class ModulesMiner() {\nprivate fun readModule(file: File, owner: Modul...
Kotlin
Apache License 2.0
modelix/modelix
Dependency from a language to its generator(s)
426,496
01.03.2022 12:34:45
-3,600
67e3a3cab92adec0cd3dce2a27e3b62e8e02ef30
Language files where included twice in the generator script Because of the generator module that is stored in the same file.
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "diff": "@@ -111,9 +111,9 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
Language files where included twice in the generator script Because of the generator module that is stored in the same file.
426,496
01.03.2022 14:20:38
-3,600
e8e135f3112b7335aaa4a2009c1b5d22fbad9117
More work on dependencies
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/FoundModule.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/FoundModule.kt", "diff": "*/\npackage org.modelix.buildtools\n-class FoundModule(val moduleId: ModuleId, val name: Strin...
Kotlin
Apache License 2.0
modelix/modelix
More work on dependencies
426,496
01.03.2022 14:37:37
-3,600
22ad6ee27a85c59ec81facbdeae0f6f336250c61
Smaller generator chunks. They require too much memory when they are big.
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlan.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlan.kt", "diff": "@@ -42,6 +42,8 @@ class GenerationPlan {\nreturn -1\n}\n+ fun chunkSize(index: Int) = if...
Kotlin
Apache License 2.0
modelix/modelix
Smaller generator chunks. They require too much memory when they are big.
426,497
01.03.2022 16:52:41
-3,600
aef24a51ada05bcab8d0eccb6f7c7a0679e46f72
use kotlin 1.6.10
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -48,9 +48,9 @@ buildscript {\nplugins {\nid \"com.diffplug.gradle.spotless\" version \"4.5.1\" apply false\n- id \"org.jetbrains.kotlin.jvm\" version \"1.5.30\" apply false\n- id \"org.jetbrains.kotlin.mul...
Kotlin
Apache License 2.0
modelix/modelix
use kotlin 1.6.10
426,497
01.03.2022 17:43:22
-3,600
4555710910b339ca08090852ad0d701dbbaf77af
stupid spaces
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle.kts", "new_path": "model-server/build.gradle.kts", "diff": "@@ -143,7 +143,7 @@ spotless {\njava {\ngoogleJavaFormat(\"1.8\").aosp()\nlicenseHeader(\"/*\\n\" +\n- \"\"\"\" * Licensed under the Apache License, Version 2.0 (the \"Licens...
Kotlin
Apache License 2.0
modelix/modelix
stupid spaces
426,496
02.03.2022 08:53:05
-3,600
d6f364ac87c1614ca61becf4525a8b046a44085d
By default generate languages (incl. dependencies) only What is is generated are probably only sandbox and test solution. For running the importer it is sufficient to have all languages built.
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "diff": "@@ -43,7 +43,10 @@ class BuildScriptGenerator(val modulesMiner: ModulesMiner...
Kotlin
Apache License 2.0
modelix/modelix
By default generate languages (incl. dependencies) only What is is generated are probably only sandbox and test solution. For running the importer it is sufficient to have all languages built.
426,496
02.03.2022 14:19:55
-3,600
2c54fd064c70e902ddebfe831656a6af578d398b
Reimplement the dependency computation in the GenerationPlanBuilder
[ { "change_type": "ADD", "old_path": null, "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "diff": "+/*\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file except in compliance with the License.\n+ * You may ob...
Kotlin
Apache License 2.0
modelix/modelix
Reimplement the dependency computation in the GenerationPlanBuilder
426,496
02.03.2022 14:28:52
-3,600
910b695cbcdd9156c18e575517ff1e54c4d3b87a
avoid devkit-only generation chunks
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlanBuilder.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/GenerationPlanBuilder.kt", "diff": "@@ -35,6 +35,13 @@ class GenerationPlanBuilder(val availableModules: Found...
Kotlin
Apache License 2.0
modelix/modelix
avoid devkit-only generation chunks
426,496
02.03.2022 15:20:40
-3,600
8eb42c89ecfd8be09f58f13e3b18d8132994d3a1
Allow adding macros to the generator script
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/BuildScriptGenerator.kt", "diff": "@@ -19,7 +19,10 @@ import java.io.File\nimport javax.xml.parsers.DocumentBui...
Kotlin
Apache License 2.0
modelix/modelix
Allow adding macros to the generator script
426,496
02.03.2022 16:18:29
-3,600
742949b6ecbc852b589426c36482311cf7d68188
Allow ignoring modules by putting a .mpsbuild-ignore file into a folder
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModuleResolver.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/ModuleResolver.kt", "diff": "@@ -15,11 +15,9 @@ package org.modelix.buildtools\nclass ModuleResolver(val availableMod...
Kotlin
Apache License 2.0
modelix/modelix
Allow ignoring modules by putting a .mpsbuild-ignore file into a folder
426,496
02.03.2022 16:55:58
-3,600
f8a8687485dddfcd90af1080761da13de7319409
ModelSynchronizer didn't handle foreign node IDs
[ { "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=\"9aQIb\" id=\"4_k_9wJ_0Px\" role=\"9aQIa\">\n<node concept=\"3clFbS\...
Kotlin
Apache License 2.0
modelix/modelix
ModelSynchronizer didn't handle foreign node IDs
426,496
02.03.2022 20:23:36
-3,600
3905bd9e4ec63ee4d276b7b10bc68053bc0c9d2f
Exclude read only models from synchronization to the model server These are usually stub models. It's not possible to update them from the model server.
[ { "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=\"2ShNRf\" id=\"4_k_9wJ_0$n\" role=\"YScLw\">\n<node concept=\"1pGfFk\" id=\"4...
Kotlin
Apache License 2.0
modelix/modelix
Exclude read only models from synchronization to the model server These are usually stub models. It's not possible to update them from the model server.