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
03.03.2022 10:18:47
-3,600
f2c922752db7c40d5e526648bf10cad4428f2970
A workspace can have a name that is shown in the workspace list
[ { "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": "@@ -24,6 +24,7 @@ import java.util.*\n@Serializable\ndata class Workspace(var id...
Kotlin
Apache License 2.0
modelix/modelix
A workspace can have a name that is shown in the workspace list
426,496
03.03.2022 10:19:11
-3,600
3e1db64cc34465b792bda9f85d413160f9e2210d
Workspace edit page now has a link back to the workspace list
[ { "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": "@@ -120,6 +120,11 @@ fun Application.workspaceManagerM...
Kotlin
Apache License 2.0
modelix/modelix
Workspace edit page now has a link back to the workspace list
426,496
03.03.2022 10:19:46
-3,600
30b59db20aa1d3e0c3deae345e64a829df4e6c33
Index page of the Modelix cluster now has a link to the workspace list
[ { "change_type": "MODIFY", "old_path": "proxy/index.html", "new_path": "proxy/index.html", "diff": "<html>\n<head>\n- <title>modelix</title>\n+ <title>Modelix</title>\n</head>\n<body>\n-<h1>modelix</h1>\n+<h1>Modelix</h1>\n-<a href=\"ui/\">Repository</a>\n+<a href=\"workspace-manager/\">Workspaces</...
Kotlin
Apache License 2.0
modelix/modelix
Index page of the Modelix cluster now has a link to the workspace list
426,496
03.03.2022 11:11:28
-3,600
6bbb8ddbb1f98ba2063918da3bdb04309af7eab8
Fixed the mpsbuild gradle plugin
[ { "change_type": "RENAME", "old_path": "gradle-mpsbuild-plugin/src/main/resources/META-INF/gradle-plugins/modelix-gradle-build-plugin.properties", "new_path": "gradle-mpsbuild-plugin/src/main/resources/META-INF/gradle-plugins/modelix-gradle-mpsbuild-plugin.properties", "diff": "" }, { "chang...
Kotlin
Apache License 2.0
modelix/modelix
Fixed the mpsbuild gradle plugin
426,496
03.03.2022 12:35:56
-3,600
9a36bb9acef5fb488e00496a5fb37162b8d52324
Show list of uploads with a button to add/remove them from the workspace
[ { "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": "@@ -190,7 +190,11 @@ class WorkspaceManager {\nreturn folder\n}\n-...
Kotlin
Apache License 2.0
modelix/modelix
Show list of uploads with a button to add/remove them from the workspace
426,496
03.03.2022 15:02:03
-3,600
29bce98ef92634f15a07856747654adad31f482f
print dependency cycles
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "diff": "@@ -61,6 +61,16 @@ class DependencyGraph(val moduleResolver: ModuleResolver) {\nprivat...
Kotlin
Apache License 2.0
modelix/modelix
print dependency cycles
426,496
03.03.2022 16:07:16
-3,600
3a7c5d3da85ad03b1efe90133f4371901fc31c93
Documentation for workspaces
[ { "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": "@@ -47,6 +47,10 @@ fun Application.workspaceManagerMod...
Kotlin
Apache License 2.0
modelix/modelix
Documentation for workspaces
426,496
04.03.2022 14:58:40
-3,600
b4bf50957880dc4cfaa2ba78eb826c5f44885d1d
Build script generator also packages modules as jars
[ { "change_type": "DELETE", "old_path": "generator-test-project/mps-generate-script.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n-<project default=\"generate\">\n- <property location=\"/Users/slisson/mps/mps203/modelix/artifacts/mps\" name=\"mps.home...
Kotlin
Apache License 2.0
modelix/modelix
Build script generator also packages modules as jars
426,496
04.03.2022 15:58:22
-3,600
a9f77d790e0c29d40ad2e7b313a2df2d65cab389
Build script generator also packages modules as jars (2)
[ { "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": "@@ -182,7 +182,7 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
Build script generator also packages modules as jars (2)
426,496
04.03.2022 17:45:07
-3,600
1fb80114eb2972aa80b7b571e52a66cc89cdff21
Build script generator also packages modules as jars (3)
[ { "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": "@@ -16,6 +16,7 @@ package org.modelix.buildtools\nimport org.modelix.headles...
Kotlin
Apache License 2.0
modelix/modelix
Build script generator also packages modules as jars (3)
426,496
04.03.2022 18:16:01
-3,600
b332cc6f9f556a60e7b9beae574b0c442584167e
Build script generator also packages modules as jars (4)
[ { "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": "@@ -231,22 +231,14 @@ class BuildScriptGenerator(val modulesMiner: ModulesMi...
Kotlin
Apache License 2.0
modelix/modelix
Build script generator also packages modules as jars (4)
426,496
04.03.2022 21:59:01
-3,600
59e6cfa738dc21d43bfb60f27e6fab1fc9bca797
Support multiple generators
[ { "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": "@@ -359,9 +359,16 @@ class BuildScriptGenerator(val modulesMiner: ModulesMin...
Kotlin
Apache License 2.0
modelix/modelix
Support multiple generators
426,496
06.03.2022 11:56:49
-3,600
4d473908f86371f080f8ce67c790a7a78feb417d
More knowledge is extracted from modules that allows computation of the correct classpath
[ { "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": "@@ -159,12 +159,33 @@ class BuildScriptGenerator(val modulesMiner: ModulesMi...
Kotlin
Apache License 2.0
modelix/modelix
More knowledge is extracted from modules that allows computation of the correct classpath
426,496
06.03.2022 19:52:31
-3,600
ff7ac39e9cf499613351701c0d6e1f9c03f22739
DependencyGraph is now reusable for the compile dependencies It was specific to generator depenencies, but we also have to handle cycles when running the java compiler.
[ { "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": "@@ -499,7 +499,7 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
DependencyGraph is now reusable for the compile dependencies It was specific to generator depenencies, but we also have to handle cycles when running the java compiler.
426,496
06.03.2022 21:07:17
-3,600
278fe07d2a126e63af7c71034be5704f3fc01f28
Compile dependency cycles are now handled
[ { "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,6 +15,7 @@ package org.modelix.buildtools\nimport org.modelix.headles...
Kotlin
Apache License 2.0
modelix/modelix
Compile dependency cycles are now handled
426,496
07.03.2022 10:10:52
-3,600
9b98fce8b21abeb543dcc179499075105a00871e
Compiling MPS-extensions was successful
[ { "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": "@@ -17,7 +17,6 @@ import org.modelix.headlessmps.ProcessExecutor\nimport org...
Kotlin
Apache License 2.0
modelix/modelix
Compiling MPS-extensions was successful
426,496
07.03.2022 11:18:43
-3,600
4938c864a2cb78cc125ff34fe5c399846b22078e
Generators were not compiled and packaged
[ { "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": "@@ -93,6 +93,17 @@ class BuildScriptGenerator(val modulesMiner: ModulesMiner...
Kotlin
Apache License 2.0
modelix/modelix
Generators were not compiled and packaged
426,496
07.03.2022 13:14:28
-3,600
d42b2c25ad0cf5a812cc2a26def087e40aa71bb5
Move classpath of modules into reusable path elements to reduce file size
[ { "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": "@@ -26,6 +26,8 @@ class BuildScriptGenerator(val modulesMiner: ModulesMiner,...
Kotlin
Apache License 2.0
modelix/modelix
Move classpath of modules into reusable path elements to reduce file size
426,496
07.03.2022 18:42:51
-3,600
d56df4b83b93e754a683f915f85268a64fd210a8
In the gradle plugin allow to specify which modules to build
[ { "change_type": "MODIFY", "old_path": "generator-test-project/build.gradle", "new_path": "generator-test-project/build.gradle", "diff": "@@ -16,7 +16,7 @@ buildscript {\n}\ndependencies {\n- classpath group: 'org.modelix', name: 'gradle-mpsbuild-plugin', version: '0.0.92'\n+ classpath group: 'org.m...
Kotlin
Apache License 2.0
modelix/modelix
In the gradle plugin allow to specify which modules to build
426,496
07.03.2022 22:52:09
-3,600
884542d375c2f7b0d1493578475f311538d6769c
copy java libraries of a module to the output folder
[ { "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": "@@ -295,15 +295,30 @@ class BuildScriptGenerator(val modulesMiner: ModulesMi...
Kotlin
Apache License 2.0
modelix/modelix
copy java libraries of a module to the output folder
426,496
07.03.2022 23:08:10
-3,600
73daa27e1608193088d773ff02e4931255b92fb8
A compile cycle between two merged cycles was possible
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "diff": "@@ -60,8 +60,10 @@ abstract class DependencyGraph<ElementT, KeyT> {\ncycleBeforeMerge(...
Kotlin
Apache License 2.0
modelix/modelix
A compile cycle between two merged cycles was possible
426,496
07.03.2022 23:24:34
-3,600
2b9ba7c52eb72a7a0519c6b93a74adf951266d1a
fixed compile errors in workspace-manager
[ { "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": "@@ -344,7 +344,7 @@ class WorkspaceManager {\nif (cloudResourcesFi...
Kotlin
Apache License 2.0
modelix/modelix
fixed compile errors in workspace-manager
426,496
08.03.2022 09:51:04
-3,600
18ced2c0fc69b36e45009a9b35d39f2dd582426d
Path to stub model jars was wrong when packaged
[ { "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": "@@ -317,7 +317,7 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
Path to stub model jars was wrong when packaged
426,496
08.03.2022 10:20:38
-3,600
5d69d59ebf502310af4b577277b3484058ad6756
There were still cyclic dependencies between merged cycles
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/DependencyGraph.kt", "diff": "@@ -20,9 +20,9 @@ abstract class DependencyGraph<ElementT, KeyT> {\nabstract fun getKe...
Kotlin
Apache License 2.0
modelix/modelix
There were still cyclic dependencies between merged cycles
426,496
08.03.2022 10:49:58
-3,600
45510412f32955309a2f537f2c550b7d22b25a19
Jars were missing on the classpath during compilation in some cases
[ { "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,7 +111,6 @@ class BuildScriptGenerator(val modulesMiner: ModulesMine...
Kotlin
Apache License 2.0
modelix/modelix
Jars were missing on the classpath during compilation in some cases
426,496
08.03.2022 13:20:35
-3,600
0118852e41788650fd2705925fa4fc4f88af2bf4
Some jars failed to resolve
[ { "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": "@@ -59,7 +59,8 @@ class BuildScriptGenerator(val modulesMiner: ModulesMiner,...
Kotlin
Apache License 2.0
modelix/modelix
Some jars failed to resolve
426,496
08.03.2022 14:12:57
-3,600
8808429e5fe755c68f62f8e62092d2e8bd7df55f
Cycle output dir was missing when compiling the modules of the cycle individually
[ { "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": "@@ -198,13 +198,6 @@ class BuildScriptGenerator(val modulesMiner: ModulesMin...
Kotlin
Apache License 2.0
modelix/modelix
Cycle output dir was missing when compiling the modules of the cycle individually
426,496
08.03.2022 18:52:03
-3,600
eace4dc93836820fa643b7d66435b92edd46a148
Allow specifying modules to build by name and not just by path Makes it a bit more readable and easier to maintain.
[ { "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": "@@ -32,8 +32,11 @@ import java.nio.file.Path;\nimport java.util....
Kotlin
Apache License 2.0
modelix/modelix
Allow specifying modules to build by name and not just by path Makes it a bit more readable and easier to maintain.
426,496
09.03.2022 11:19:50
-3,600
032eabfc2dcd32b896ef2d7f9dea72477ce6ea97
Converted gradle-mpsbuild-plugin to kotlin
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/build.gradle", "new_path": "gradle-mpsbuild-plugin/build.gradle", "diff": "@@ -2,6 +2,7 @@ plugins {\nid 'java'\nid 'maven'\nid 'maven-publish'\n+ id \"org.jetbrains.kotlin.jvm\"\n}\ncompileJava {\n" }, { "change_type": "DELETE",...
Kotlin
Apache License 2.0
modelix/modelix
Converted gradle-mpsbuild-plugin to kotlin
426,496
09.03.2022 18:38:43
-3,600
4b85ec2fa9d297d652cf495ca125b43241822b4e
generate maven publications for all modules
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "package org.modelix.gradle.mpsbuild\nimport org.apache.commons.io.Fi...
Kotlin
Apache License 2.0
modelix/modelix
generate maven publications for all modules
426,496
09.03.2022 20:13:06
-3,600
2ca127d77bb9ad1efbd0759b567c1bbdf547aaea
dependencies between modules added to the pom.xml
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -83,7 +83,7 @@ class MPSBuildPlugin : Plugin<Project> {\nfor (pub...
Kotlin
Apache License 2.0
modelix/modelix
dependencies between modules added to the pom.xml
426,496
09.03.2022 22:20:38
-3,600
cdf45b0a605bab2ac905d8124217e6ec29fc62c4
publications names changed to allow depending on a module without the "-all" suffix
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -81,10 +81,10 @@ class MPSBuildPlugin : Plugin<Project> {\npublis...
Kotlin
Apache License 2.0
modelix/modelix
publications names changed to allow depending on a module without the "-all" suffix
426,496
10.03.2022 07:38:07
-3,600
8ad78f55b87a72d0c7dfbf4237c211e810544cdf
Also publish library jars of a module
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -97,6 +97,14 @@ class MPSBuildPlugin : Plugin<Project> {\nnewChil...
Kotlin
Apache License 2.0
modelix/modelix
Also publish library jars of a module
426,496
10.03.2022 13:11:57
-3,600
99cf036280fb439beb6cbcbb99d6b8006ee083c2
support building against published modules
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -39,8 +39,14 @@ import java.util.stream.Collectors\nclass MPSBuil...
Kotlin
Apache License 2.0
modelix/modelix
support building against published modules
426,496
10.03.2022 14:38:12
-3,600
714174e69629903e4283cdbd70854eb3501cdbe0
Write module name to the pom to be able to reconstruct the correct path when copying jars
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -20,11 +20,9 @@ import org.gradle.api.internal.project.DefaultAnt...
Kotlin
Apache License 2.0
modelix/modelix
Write module name to the pom to be able to reconstruct the correct path when copying jars
426,496
10.03.2022 14:39:12
-3,600
c7ae1be55e03a61f22c9107d875132efadbee7c1
Write module name to the pom to be able to reconstruct the correct path when copying jars (2)
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -253,10 +253,7 @@ class MPSBuildPlugin : Plugin<Project> {\nretur...
Kotlin
Apache License 2.0
modelix/modelix
Write module name to the pom to be able to reconstruct the correct path when copying jars (2)
426,496
10.03.2022 18:00:00
-3,600
2b6af97d2834cdac3f5025e593e00667d99651cf
Dependencies from other projects were missing Publications in mbeddr.core didn't declare a dependency on publications from MPS-extensions.
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -46,7 +46,8 @@ class MPSBuildPlugin : Plugin<Project> {\nval buil...
Kotlin
Apache License 2.0
modelix/modelix
Dependencies from other projects were missing Publications in mbeddr.core didn't declare a dependency on publications from MPS-extensions.
426,496
10.03.2022 18:00:35
-3,600
4aa8d1d5e4a8d1d54d4e7d09621fbed98d1d27a0
Generator heap size can be configured
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -247,6 +247,7 @@ class MPSBuildPlugin : Plugin<Project> {\n}\nval...
Kotlin
Apache License 2.0
modelix/modelix
Generator heap size can be configured
426,496
11.03.2022 13:03:54
-3,600
22f7d902df291b47694f084cbc02b969ec73a2c6
Support for building idea plugins
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -21,7 +21,6 @@ import org.gradle.api.internal.project.ant.AntLogg...
Kotlin
Apache License 2.0
modelix/modelix
Support for building idea plugins
426,496
11.03.2022 15:39:33
-3,600
08402f082f9df5bd05db76adad67ffac440ba440
publish idea plugins
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/build.gradle", "new_path": "gradle-mpsbuild-plugin/build.gradle", "diff": "@@ -18,6 +18,7 @@ repositories {\ndependencies {\nimplementation project(\":mps-build-tools\")\nimplementation group: 'commons-io', name: 'commons-io', version: '...
Kotlin
Apache License 2.0
modelix/modelix
publish idea plugins
426,496
11.03.2022 23:08:46
-3,600
336be80c8a7172c1d57cb99175cea1ede06969b7
generator for stub model solution In the gradle script you can just write stubs("org.apache.commons:commons-text:1.9") and execute the generateStubs task. This generates everything you need to write code against that library.
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -42,13 +42,14 @@ const val IS_LIBS_PROPERTY = \"mps.module.libs\"...
Kotlin
Apache License 2.0
modelix/modelix
generator for stub model solution In the gradle script you can just write stubs("org.apache.commons:commons-text:1.9") and execute the generateStubs task. This generates everything you need to write code against that library.
426,496
12.03.2022 10:01:01
-3,600
3ebe0487eaffe671ebaa729099186e067d476fcd
Set dependencies between stub solutions (derived from maven dependencies)
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -16,6 +16,7 @@ package org.modelix.gradle.mpsbuild\nimport org.ap...
Kotlin
Apache License 2.0
modelix/modelix
Set dependencies between stub solutions (derived from maven dependencies)
426,496
12.03.2022 12:04:44
-3,600
a5ac4fc1fa87464fd097fd9112f39aaeef10d1ad
mps("com.jetbrains:mps:2020.3.6") instead of externalModules("...")
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -47,9 +47,18 @@ class MPSBuildPlugin : Plugin<Project> {\nproject...
Kotlin
Apache License 2.0
modelix/modelix
mps("com.jetbrains:mps:2020.3.6") instead of externalModules("...")
426,496
12.03.2022 12:11:12
-3,600
33066cc111bb7d6008fe976295e4946a5bd40940
publishModule("...") instead of includeModule("...")
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildSettings.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildSettings.kt", "diff": "@@ -86,6 +86,10 @@ open class MPSBuildSettings {\n}\nfun include...
Kotlin
Apache License 2.0
modelix/modelix
publishModule("...") instead of includeModule("...")
426,496
12.03.2022 13:37:01
-3,600
a0bc9dd7d504fc0c144432faff74e9c2241a7350
Dependency on generated stub models couldn't be resolved
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -48,6 +48,7 @@ class MPSBuildPlugin : Plugin<Project> {\nproject_...
Kotlin
Apache License 2.0
modelix/modelix
Dependency on generated stub models couldn't be resolved
426,496
12.03.2022 16:59:05
-3,600
c172fd6440b9da845cc008bbd2091866cad0401d
Run ant in a separate process instead of importing the script as gradle tasks The script is generated by a gradle task and after that it's to late to load new tasks.
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -22,6 +22,7 @@ import org.gradle.api.internal.project.DefaultAntB...
Kotlin
Apache License 2.0
modelix/modelix
Run ant in a separate process instead of importing the script as gradle tasks The script is generated by a gradle task and after that it's to late to load new tasks.
426,496
12.03.2022 18:47:06
-3,600
450529a4ebc1c079399711f58b37d6e0a0b12ee5
pom was not found
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -18,8 +18,6 @@ import org.gradle.api.*\nimport org.gradle.api.art...
Kotlin
Apache License 2.0
modelix/modelix
pom was not found
426,496
13.03.2022 09:47:37
-3,600
ea5cb5ee3a685eca1d6acbcd4a53e7ca49736e5e
mps("2020.3.6") is enough to download MPS from maven
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildSettings.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildSettings.kt", "diff": "@@ -27,9 +27,9 @@ import kotlin.collections.ArrayList\nimport ko...
Kotlin
Apache License 2.0
modelix/modelix
mps("2020.3.6") is enough to download MPS from maven
426,496
13.03.2022 10:36:44
-3,600
a3f0869cc7cc60b254324aecfd1c69de97212fc8
Download MPS from JetBrains if it doesn't exist in maven
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -25,6 +25,7 @@ import org.modelix.buildtools.*\nimport org.w3c.do...
Kotlin
Apache License 2.0
modelix/modelix
Download MPS from JetBrains if it doesn't exist in maven
426,496
13.03.2022 11:22:54
-3,600
315355f51fa144f0bea76b6db2929157638599c4
Declare more dependencies in the POM
[ { "change_type": "ADD", "old_path": null, "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/AllDependencyGraph.kt", "diff": "+/*\n+ *\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+ * Yo...
Kotlin
Apache License 2.0
modelix/modelix
Declare more dependencies in the POM
426,496
13.03.2022 12:21:05
-3,600
d5ec6aa3e6ae4013662181e2bb830cbaf165a564
generate version number if none is set on the project
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -53,7 +53,7 @@ plugins {\nid \"org.jetbrains.kotlin.plugin.serialization\" version \"1.6.10\" apply false\n}\n-def githubCredentials = getGithubCredentials()\n+ext.githubCredentials = getGithubCredentials(...
Kotlin
Apache License 2.0
modelix/modelix
generate version number if none is set on the project
426,496
13.03.2022 13:15:42
-3,600
c46a79cd1a186f5efd61a8d251f221900a27c530
only lowercase characters are allow in artifact IDs (github packages)
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -307,14 +307,11 @@ class MPSBuildPlugin : Plugin<Project> {\n.fil...
Kotlin
Apache License 2.0
modelix/modelix
only lowercase characters are allow in artifact IDs (github packages)
426,496
15.03.2022 07:22:53
-3,600
9eda7fcde4b89ae95422f7e25355d2e31731c42d
Add dependencies between publications to the .pom
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -78,7 +78,7 @@ class MPSBuildPlugin : Plugin<Project> {\n} else {...
Kotlin
Apache License 2.0
modelix/modelix
Add dependencies between publications to the .pom
426,496
15.03.2022 08:56:36
-3,600
7bba11211817503b33dcf57e51eecd8b7ba4b6fc
dependencies on stubs added to the .pom
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -45,6 +45,7 @@ const val IDEA_PLUGIN_ID_PROPERTY = \"idea.plugin....
Kotlin
Apache License 2.0
modelix/modelix
dependencies on stubs added to the .pom
426,496
15.03.2022 12:24:09
-3,600
eb5c0e94871264ae0ca86ec62bc5d49e2dc087ef
read XML files without validating them against the DTD
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/XmlUtils.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/XmlUtils.kt", "diff": "@@ -95,6 +95,7 @@ fun readXmlFile(file: File): Document {\ntry {\nval dbf = DocumentBuilderFactory.n...
Kotlin
Apache License 2.0
modelix/modelix
read XML files without validating them against the DTD
426,496
15.03.2022 16:40:55
-3,600
9c6ef5454fb637e46e254a5f678fb2f875f8d9d8
idea plugins were missing in the publications
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -181,9 +181,12 @@ class MPSBuildPlugin : Plugin<Project> {\n}\nva...
Kotlin
Apache License 2.0
modelix/modelix
idea plugins were missing in the publications
426,496
15.03.2022 20:23:04
-3,600
0d486d02ea2799afb099e931381be5cd9bcdd10a
Dependencies on publications from other projects were missing
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -23,6 +23,8 @@ import org.gradle.api.artifacts.ResolvedConfigurat...
Kotlin
Apache License 2.0
modelix/modelix
Dependencies on publications from other projects were missing
426,496
16.03.2022 10:00:15
-3,600
a42dfa0820fe9dccf9b9f2dd7d20077d92a5a0fb
use generated version number as the teamcity build number
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -358,7 +358,9 @@ class MPSBuildPlugin : Plugin<Project> {\nprivat...
Kotlin
Apache License 2.0
modelix/modelix
use generated version number as the teamcity build number
426,496
16.03.2022 13:34:13
-3,600
358e8b04bc256360a69c9b378670021ca4517ec4
Check for publication cycles before running the expensive ant script This provides faster feedback after a change of the configuration.
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -88,16 +88,9 @@ class MPSBuildPlugin : Plugin<Project> {\n}\ntask...
Kotlin
Apache License 2.0
modelix/modelix
Check for publication cycles before running the expensive ant script This provides faster feedback after a change of the configuration.
426,496
16.03.2022 16:36:22
-3,600
aa9e79b8edd8b9f4c2cd6c5c8b003ddd7492e62b
Allow to generate the pom without running the MPS ant script
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -193,47 +193,12 @@ class MPSBuildPlugin : Plugin<Project> {\n}\nt...
Kotlin
Apache License 2.0
modelix/modelix
Allow to generate the pom without running the MPS ant script
426,496
16.03.2022 16:56:48
-3,600
bf2a4067fc143b1a24946a2991b228d5e17f5ee5
use the MPS major version only (e.g. 2020.3) to generate a publication version Instead of the full version (e.g. 2020.3.6). Usually modules work in any bugfix version of the same major version.
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -335,7 +335,7 @@ class MPSBuildPlugin : Plugin<Project> {\nnull\n...
Kotlin
Apache License 2.0
modelix/modelix
use the MPS major version only (e.g. 2020.3) to generate a publication version Instead of the full version (e.g. 2020.3.6). Usually modules work in any bugfix version of the same major version.
426,496
18.03.2022 14:53:50
-3,600
3b007eea153262333b5dccc56b816a0c3eec7c63
create gradle tasks earlier to allow defining dependencies on them
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -44,6 +44,14 @@ class MPSBuildPlugin : Plugin<Project> {\nprivate...
Kotlin
Apache License 2.0
modelix/modelix
create gradle tasks earlier to allow defining dependencies on them
426,496
18.03.2022 16:30:24
-3,600
41940fa9bda0bae1d0f3b086a8d130f299100239
Plugins where the META-INF/plugn.xml is part of a jar where not found
[ { "change_type": "MODIFY", "old_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/FoundModules.kt", "new_path": "mps-build-tools/src/main/kotlin/org/modelix/buildtools/FoundModules.kt", "diff": "@@ -37,7 +37,11 @@ class FoundModules {\n}\nresult += pluginId to plugin\nfor (dependency in...
Kotlin
Apache License 2.0
modelix/modelix
Plugins where the META-INF/plugn.xml is part of a jar where not found
426,496
18.03.2022 17:27:25
-3,600
bff88b121492a18a152964411d69903004a16536
MPS 2021.2 requires a different classpath for the generator
[ { "change_type": "MODIFY", "old_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "new_path": "gradle-mpsbuild-plugin/src/main/java/org/modelix/gradle/mpsbuild/MPSBuildPlugin.kt", "diff": "@@ -401,29 +401,6 @@ class MPSBuildPlugin : Plugin<Project> {\nretur...
Kotlin
Apache License 2.0
modelix/modelix
MPS 2021.2 requires a different classpath for the generator
426,496
18.03.2022 20:17:20
-3,600
abe9fd2f6803a0068db956f258da41e1bdd25c58
Try to use itemis nexus with a different JDK distribution
[ { "change_type": "MODIFY", "old_path": ".github/workflows/integrationtests.yml", "new_path": ".github/workflows/integrationtests.yml", "diff": "@@ -23,9 +23,10 @@ jobs:\ngradle-runIntegrationTests-\ngradle-\n- name: Set up JDK 11\n- uses: actions/setup-java@v1\n+ uses: actions/setup-java@v2\nwith:\n...
Kotlin
Apache License 2.0
modelix/modelix
Try to use itemis nexus with a different JDK distribution
426,504
24.03.2022 10:05:22
-3,600
fa23ef9a97d73d2733111f65aa0671bccf98eb18
harmonizing build.gradle with new changes in master
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -80,14 +80,6 @@ if (System.getenv(\"TRAVIS_TAG\") != null && !System.getenv(\"TRAVIS_TAG\").isEmpty(\nversionFile.write(ext.modelixVersion)\nprintln(\"modelix version: \" + ext.modelixVersion)\n-ext.releas...
Kotlin
Apache License 2.0
modelix/modelix
harmonizing build.gradle with new changes in master
426,504
24.03.2022 10:09:48
-3,600
aca3b3ac663a24a54df733577562cb3c34fb2d92
update several build.gradle files based on changes on master
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/build.gradle", "new_path": "gradle-plugin/build.gradle", "diff": "@@ -36,16 +36,6 @@ jar {\n}\npublishing {\n- repositories {\n- maven {\n- name = \"GitHubPackages\"\n- url = uri(rootProject.publishingRepository)\n- credentials {\n- username = Sy...
Kotlin
Apache License 2.0
modelix/modelix
update several build.gradle files based on changes on master
426,504
24.03.2022 10:10:53
-3,600
2646c937d13d9445021cf4fefe55af13d6cb86ba
removed obsolete model-server/build.gradle
[ { "change_type": "DELETE", "old_path": "model-server/build.gradle", "new_path": null, "diff": "-plugins {\n- id \"java\"\n- id \"application\"\n- id \"com.diffplug.gradle.spotless\"\n- id 'maven-publish'\n- id 'com.adarshr.test-logger' version '2.1.0'\n- id \"org.jetbrains.kotlin.jvm\"\n- id 'com.gi...
Kotlin
Apache License 2.0
modelix/modelix
removed obsolete model-server/build.gradle
426,504
24.03.2022 10:23:55
-3,600
1699a65e22ee012a0b9808b3fb7fae1106067936
support usage of modelix specific github credentials
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "import java.text.SimpleDateFormat\ndef getGithubCredentials() {\n+ if (project.hasProperty(\"modelix.github.user\") && project.hasProperty(\"modelix.github.token\")) {\n+ return new Tuple(project.findProperty...
Kotlin
Apache License 2.0
modelix/modelix
support usage of modelix specific github credentials
426,504
24.03.2022 10:24:47
-3,600
035c74e0375613a7917c818e4e4d313524ad90d5
support usage of modelix specific github credentials: correction
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -3,7 +3,7 @@ import java.text.SimpleDateFormat\ndef getGithubCredentials() {\nif (project.hasProperty(\"modelix.github.user\") && project.hasProperty(\"modelix.github.token\")) {\nreturn new Tuple(project....
Kotlin
Apache License 2.0
modelix/modelix
support usage of modelix specific github credentials: correction
426,496
01.04.2022 17:57:41
-7,200
b2099b7b10e8fb625aa7f8afda493901c3f0d0ca
use latest MPS-extensions version
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLTree.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/CLTree.kt", "diff": "@@ -126,10 +126,18 @@ class CLTree : ITree, IBulkTree {\nreturn newTree\n}\n+ override fun addNewC...
Kotlin
Apache License 2.0
modelix/modelix
use latest MPS-extensions version
426,496
01.04.2022 17:58:21
-7,200
5bdcfef720571d6f8478ccad57c7160e3f279f43
use latest build script generator version
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -44,7 +44,7 @@ dependencies {\nimplementation(\"org.jasypt:jasypt:1.9.3\")\nimplementation(project(\":model-client\", configuration = \"jvmRuntimeElements\"))\ni...
Kotlin
Apache License 2.0
modelix/modelix
use latest build script generator version
426,496
01.04.2022 19:22:41
-7,200
e5df67e4cbdf1ba0fe84bcc27abd89067c5a470c
use latest MPS-extensions version (2)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.client/org.modelix.model.client.msd", "new_path": "mps/org.modelix.model.client/org.modelix.model.client.msd", "diff": "<sourceRoot location=\"listenablefuture-empty-to-avoid-conflict-with-guava.jar\" />\n<sourceRoot location=\"model-clie...
Kotlin
Apache License 2.0
modelix/modelix
use latest MPS-extensions version (2)
426,496
01.04.2022 21:31:45
-7,200
891fe2c2f51226afe090641f5374491423d8e869
use latest MPS-extensions version (3)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/org.modelix.model.mpsplugin.msd", "new_path": "mps/org.modelix.model.mpsplugin/org.modelix.model.mpsplugin.msd", "diff": "<dependency reexport=\"false\">e52a4835-844d-46a1-99f8-c06129db796f(de.q60.mps.shadowmodels.runtime)</depe...
Kotlin
Apache License 2.0
modelix/modelix
use latest MPS-extensions version (3)
426,496
02.04.2022 12:15:59
-7,200
6a3ba935629105572ff5b6e147e10918b3ca72f4
UsedModule behavior was implemented in the wrong language
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.runtimelang/models/org.modelix.model.runtimelang.behavior.mps", "new_path": "mps/org.modelix.model.runtimelang/models/org.modelix.model.runtimelang.behavior.mps", "diff": "<import index=\"tpcu\" ref=\"r:00000000-0000-4000-0000-011c8959028...
Kotlin
Apache License 2.0
modelix/modelix
UsedModule behavior was implemented in the wrong language
426,496
02.04.2022 17:49:00
-7,200
7355e9298380b87aa762e626a45d51176b7cac2a
Tests were not executed as part of the overallbuild
[ { "change_type": "MODIFY", "old_path": ".github/workflows/overallbuild.yml", "new_path": ".github/workflows/overallbuild.yml", "diff": "@@ -30,4 +30,4 @@ jobs:\n- name: Assemble\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n- run: ./gradlew assemble\n+ run: ./gradlew build\n" }, { "chang...
Kotlin
Apache License 2.0
modelix/modelix
Tests were not executed as part of the overallbuild
426,496
04.04.2022 13:17:07
-7,200
174d1daf3a626edba9f7ef1dde4284ddc271f070
Downloading maven dependencies by the workspace manager failed
[ { "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": "@@ -27,6 +27,7 @@ class MavenDownloader(val workspace: Workspace, va...
Kotlin
Apache License 2.0
modelix/modelix
Downloading maven dependencies by the workspace manager failed (cherry picked from commit 09dc9e04c90ada015a384b3d6fa24effbbf40558)
426,496
04.04.2022 13:17:51
-7,200
fedd9cea049c4d4376995bb822007142dfb382a6
workspace-manager: MPS home was searched twice
[ { "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": "@@ -221,7 +221,7 @@ class WorkspaceManager {\n// Modelix and MPS-e...
Kotlin
Apache License 2.0
modelix/modelix
workspace-manager: MPS home was searched twice (cherry picked from commit 8a8b8c9db2eccd67317738f869a7f992ca3cfe33)
426,496
04.04.2022 13:19:00
-7,200
af6c340b77b08001aa4d7662314743536e41ca9b
Duplicate git4idea plugin was found in the Modelix build output folder
[ { "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": "<concept id=\"4903714810883702017\" name=\"jetbrains.mps.build.structure.BuildVarRefStringPart\" flags=\"ng\" index=\"3Mxwey\">\n<re...
Kotlin
Apache License 2.0
modelix/modelix
Duplicate git4idea plugin was found in the Modelix build output folder (cherry picked from commit daa15f1d83f37189a89cb189003ec3d61fc963a2)
426,496
04.04.2022 14:44:02
-7,200
ffdf71a3375a4e54c5076debc6200774f07f1877
A workspace allows to specify a custom the memory limit Depending on the number of modules in a project a higher memory limit may be required.
[ { "change_type": "MODIFY", "old_path": "instances-manager/Dockerfile", "new_path": "instances-manager/Dockerfile", "diff": "FROM openjdk:11\nWORKDIR /usr/ui-proxy\nEXPOSE 33332\n-COPY build/libs/* /instances-manager/\n-COPY build/dependencies/* /instances-manager/\n-CMD [\"java\", \"-agentlib:jdwp=t...
Kotlin
Apache License 2.0
modelix/modelix
A workspace allows to specify a custom the memory limit Depending on the number of modules in a project a higher memory limit may be required. (cherry picked from commit 1721cb5f265c32905bc2124d93034a3cfb177257)
426,496
05.04.2022 09:58:50
-7,200
f12459cf622a1734bde4ae48cdc38242e8a72e16
Ensure the correct MPS version is used in the projector image
[ { "change_type": "MODIFY", "old_path": "Dockerfile-projector-base", "new_path": "Dockerfile-projector-base", "diff": "-FROM modelix/projector-mps:2020.3.5-202202281349\n+# the tag is updated by docker-build-projector-base.sh\n+# if the required version doesn't exist yet, run docker-build-projector-m...
Kotlin
Apache License 2.0
modelix/modelix
Ensure the correct MPS version is used in the projector image (cherry picked from commit 293c93489cc9cea8b9bf3d68f6ced78490044d9a)
426,496
05.04.2022 13:43:40
-7,200
6ecac27f9e50d39fac8cfe651ecd646a05afa8d8
unnecessary direct dependency from workspace-manager to MPS
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -23,14 +23,6 @@ tasks.withType<ShadowJar> {\n}\ndependencies {\n- compileOnly(fileTree(\"../artifacts/mps/lib\") {\n- include(\"mps-environment.jar\")\n- include...
Kotlin
Apache License 2.0
modelix/modelix
unnecessary direct dependency from workspace-manager to MPS
426,496
05.04.2022 16:28:40
-7,200
4e3d1873754073d1238e4911c5db32513b18e82f
Use the workspace-client image matching the MPS version configured in the workspace
[ { "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": "@@ -18,6 +18,7 @@ import io.kubernetes.client.openapi.ApiException...
Kotlin
Apache License 2.0
modelix/modelix
Use the workspace-client image matching the MPS version configured in the workspace
426,504
06.04.2022 11:35:47
-7,200
1a471c62690b5ab563dc70ff9bd6f8cd1cb31865
restore not intentional changes
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -110,7 +110,7 @@ subprojects {\nif (githubCredentials != null) {\nmaven {\nname = \"GitHubPackages\"\n- url = uri(\"https://maven.pkg.github.com/ftomassetti/modelix\")\n+ url = uri(\"https://maven.pkg.gith...
Kotlin
Apache License 2.0
modelix/modelix
restore not intentional changes
426,504
06.04.2022 12:18:49
-7,200
23d89d3a335289219684fbfd9e716073eb4852fb
using socket for communication between Gradle and MPS
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/EnvironmentLoader.java", "new_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/EnvironmentLoader.java", "diff": "@@ -37,6 +37,7 @@ public class EnvironmentLoader {\nADDITIONAL_PLUGINS(\"additiona...
Kotlin
Apache License 2.0
modelix/modelix
using socket for communication between Gradle and MPS
426,496
06.04.2022 14:41:31
-7,200
bbb2622a522c402f6ca1e687005e8f986e077923
Moved workspace classes to separate library To allow deserializing it in the instances-manager
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<option value=\"$PROJECT_DIR$/ui-server\" />\n<option value=\"$PROJECT_DIR$/workspace-client\" />\n<option value=\"$PROJECT_DIR$/workspace-manager\" />\n+ <option value=\"$PROJECT_DIR$/workspaces\" />...
Kotlin
Apache License 2.0
modelix/modelix
Moved workspace classes to separate library To allow deserializing it in the instances-manager
426,496
06.04.2022 16:28:21
-7,200
ee275d91456e9d78fcaadfa718a67a1ed45b330f
use the new workspace library in the instances-manager to read a workspace
[ { "change_type": "MODIFY", "old_path": "instances-manager/build.gradle", "new_path": "instances-manager/build.gradle", "diff": "@@ -45,6 +45,7 @@ dependencies {\ncompile group: 'org.kohsuke', name: 'github-api', version: '1.115'\nimplementation(project(path: \":model-client\", configuration: \"jvmRu...
Kotlin
Apache License 2.0
modelix/modelix
use the new workspace library in the instances-manager to read a workspace
426,504
07.04.2022 09:26:19
-7,200
0e18945b606fe9ffc6902c2e860cf388d2b9d327
correct assignment of local variable instead of field
[ { "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": "@@ -40,7 +40,7 @@ class MyServerSocketThread extends Thread {\npublic MyServerSocketThread() {...
Kotlin
Apache License 2.0
modelix/modelix
correct assignment of local variable instead of field
426,504
07.04.2022 09:41:40
-7,200
b8421547ccb54d8308a6fc1e53f45021fbe62194
adding more logs on socket communication
[ { "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": "@@ -55,6 +55,10 @@ class MyServerSocketThread extends Thread {\nreturn messagesFromDownloadTas...
Kotlin
Apache License 2.0
modelix/modelix
adding more logs on socket communication
426,504
07.04.2022 10:19:01
-7,200
3353cf9531ed37e639d3aa65f62c170613e38cec
ensure messages are flushed through the socket
[ { "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": "@@ -42,6 +42,7 @@ class MyServerSocketThread extends Thread {\ntry {\nserverSocket = new Serve...
Kotlin
Apache License 2.0
modelix/modelix
ensure messages are flushed through the socket
426,504
13.04.2022 10:33:50
-7,200
44b21903d0de400cc106576095355016eea721b8
prevent single key issue in single repository to break down other repos
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3J1_TO\" id=\"2oqGJZcDPE$\" role=...
Kotlin
Apache License 2.0
modelix/modelix
prevent single key issue in single repository to break down other repos
426,504
13.04.2022 10:52:35
-7,200
392c6ebe2c9c0e4039c45a58da8287dacea8432c
wrapping exception to add informative message
[ { "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>\n</node>\n+ <node concept=\"3J1_TO\" id=\"4buiP$8ACfx\" rol...
Kotlin
Apache License 2.0
modelix/modelix
wrapping exception to add informative message
426,496
13.04.2022 14:28:42
-7,200
6a182c00b9f76a9769543139ff7b6f6989a5f828
New subproject for working with git repositories stored on the server
[ { "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$/gitui\" />\n<option value=\"$PROJECT_DIR$/gradle-plugin\" />\n<option value=\"$PROJECT_DIR$/graphq...
Kotlin
Apache License 2.0
modelix/modelix
New subproject for working with git repositories stored on the server
426,496
22.04.2022 13:34:00
-7,200
3825b5db2089b7c1677f86f105ef325a63f635cc
Allow to choose which version is the left and which one is the right side of the diff
[ { "change_type": "MODIFY", "old_path": "gitui/src/main/kotlin/org/modelix/gitui/Gitui.kt", "new_path": "gitui/src/main/kotlin/org/modelix/gitui/Gitui.kt", "diff": "@@ -112,18 +112,24 @@ private suspend fun PipelineContext<Unit, ApplicationCall>.repoPage(repo: GitRep\n} else {\nonClick = \"\"\"openBr...
Kotlin
Apache License 2.0
modelix/modelix
Allow to choose which version is the left and which one is the right side of the diff
426,496
22.04.2022 13:46:48
-7,200
c488766f01781d42672293908ade8e54040a9236
Diff URL was wrong
[ { "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": "@@ -537,7 +537,7 @@ fun Application.workspaceManagerMo...
Kotlin
Apache License 2.0
modelix/modelix
Diff URL was wrong
426,496
22.04.2022 22:50:25
-7,200
939946c1b0772641c5f926ef47bda1f731f60eaa
Styles for the shadow models based editor were broken
[ { "change_type": "MODIFY", "old_path": "ui-client/src/styles/base.scss", "new_path": "ui-client/src/styles/base.scss", "diff": "@@ -173,5 +173,4 @@ header {\n}\n@import \"header\";\n-@import \"sm\";\n@import \"NewRootNode\";\n" }, { "change_type": "MODIFY", "old_path": "ui-client/src/sty...
Kotlin
Apache License 2.0
modelix/modelix
Styles for the shadow models based editor were broken
426,496
24.04.2022 10:05:35
-7,200
5a441aa94bcee08fcd10a010cf6848421b4921d2
HTML editor: Fixed missing transaction during selection handling
[ { "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=\"3eNFk2\" id=\"kpjtU4Dbws\" role=\"3eNLev\">\n+ ...
Kotlin
Apache License 2.0
modelix/modelix
HTML editor: Fixed missing transaction during selection handling
426,496
25.04.2022 10:40:20
-7,200
fdf56577fc68da03937bcef2790c2d97a6f3a892
Button for deleting uploads
[ { "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": "@@ -123,6 +123,13 @@ class WorkspaceManager {\nfun getUploadFolder...
Kotlin
Apache License 2.0
modelix/modelix
Button for deleting uploads
426,496
25.04.2022 10:56:10
-7,200
e66182b7648dc90fe8515041837fe61d13d56d27
Button for deleting workspaces
[ { "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": "@@ -334,5 +334,6 @@ class WorkspaceManager {\nfun getWorkspaceForI...
Kotlin
Apache License 2.0
modelix/modelix
Button for deleting workspaces
426,496
25.04.2022 11:29:25
-7,200
1a07c04d5453d82aeeeb3c486dc7e58356a16791
Show links to open the UI on the workspace list page Avoids navigating to the edit page first.
[ { "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": "@@ -48,6 +48,17 @@ fun Application.workspaceManagerMod...
Kotlin
Apache License 2.0
modelix/modelix
Show links to open the UI on the workspace list page Avoids navigating to the edit page first.