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
22.11.2021 22:34:14
-3,600
e63e11d0ba831358581883f8e54b5ffd81510f0e
Credentials were missing when building with github actions (4)
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -16,6 +16,11 @@ buildscript {\nusername = project.findProperty(\"gpr.user\").toString()\npassword = project.findProperty(\"gpr.key\").toString()\n}\n+ } else if (System.getenv(\"GITHUB_ACTOR\") != null && ...
Kotlin
Apache License 2.0
modelix/modelix
Credentials were missing when building with github actions (4)
426,496
22.11.2021 22:44:13
-3,600
1c5619da6d3bdfde184fb7d8099246c6416d2bcb
'logger.error' instead of 'throw GradleException' Somehow throw GradleException makes the build fail without actually showing the error message.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -174,7 +174,7 @@ To use them in your gradle script add this repository:\npassword = project.findProperty(\"gpr.key\").toString()\n}\n} else {\n- throw GradleException(\"Please specify your github username (gpr.u...
Kotlin
Apache License 2.0
modelix/modelix
'logger.error' instead of 'throw GradleException' Somehow throw GradleException makes the build fail without actually showing the error message.
426,496
23.11.2021 10:50:01
-3,600
26193d37f70cb9e2b56673873802f1cc0d963445
script for running only the model server and the database in kubernetes
[ { "change_type": "ADD", "old_path": null, "new_path": "kubernetes-apply-modelserver.sh", "diff": "+#!/bin/sh\n+\n+kubectl apply \\\n+ -f kubernetes/local/db-data-persistentvolumeclaim.yaml \\\n+ -f kubernetes/local/db-deployment.yaml \\\n+ -f kubernetes/common/db-service.yaml \\\n+ -f kubernetes/com...
Kotlin
Apache License 2.0
modelix/modelix
script for running only the model server and the database in kubernetes
426,496
23.11.2021 10:51:09
-3,600
a53fb0073206f738688b17ae57af3965e05d20f8
use version 0.0.67 in the kubernetes configs
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -27,7 +27,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: modelix/modelix-model:0.0.54\n+ image: modelix/modelix-mode...
Kotlin
Apache License 2.0
modelix/modelix
use version 0.0.67 in the kubernetes configs
426,496
23.11.2021 15:51:50
-3,600
f86ece1c07a38179bc3a2932192cab3be94921d8
moved mavenLocal repository to the end
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -104,7 +104,6 @@ allprojects {\nas it is more reliable */\nmaven { url \"https://repo.maven.apache.org/maven2\" }\nmavenCentral()\n- mavenLocal()\nmaven {\nurl = uri(\"https://maven.pkg.github.com/JetBrain...
Kotlin
Apache License 2.0
modelix/modelix
moved mavenLocal repository to the end
426,496
23.11.2021 15:52:53
-3,600
bfdd9363843629f534a924acc6369c593bc078d9
replaced "grp.user" with "gpr.user" in the readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -182,9 +182,9 @@ To use them in your gradle script add this repository:\nYou also have to add your GitHub credential to `~/.gradle/gradle.properties`:\n```\n-grp.user=YOUR_USER_NAME\n-grp.key=TOKEN_WITH_PACKAGES...
Kotlin
Apache License 2.0
modelix/modelix
replaced "grp.user" with "gpr.user" in the readme
426,496
23.11.2021 18:21:52
-3,600
b96a64a7dd13cc658dfb18b2d92cdf3c0cae57cb
Updated the instructions to run modelix
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "-In production modelix uses docker images running in a kubernetes cluster.\n+In production Modelix uses docker images running in a kubernetes cluster.\nDuring development you can run the d...
Kotlin
Apache License 2.0
modelix/modelix
Updated the instructions to run modelix
426,496
24.11.2021 06:32:47
-3,600
d9c34fb915792d87c8e035b2a8318ebde81dc198
ModelSynchronizer: Exception handling during sync to MPS
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<ref role=\"3cqZAo\" node=\"4_k_9wJuePt\" resolve=\"childrenSyncToMPSRequired\" />\n</node>\...
Kotlin
Apache License 2.0
modelix/modelix
ModelSynchronizer: Exception handling during sync to MPS
426,496
24.11.2021 10:23:11
-3,600
13f6910df9fcd2bd9abd051aaa6aed50cfd9f686
Moved the github credentials section to the top in the README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![Build Status](https://github.com/modelix/modelix/actions/workflows/overallbuild.yml/badge.svg)](https://github.com/modelix/modelix/actions/workflows/overallbuild.yml)\n-# The modelix Project\n+# The Modelix Proj...
Kotlin
Apache License 2.0
modelix/modelix
Moved the github credentials section to the top in the README
426,496
24.11.2021 10:23:57
-3,600
23c907b15c775c7661db481ba24c755d891368ac
Wrong header level
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -8,7 +8,7 @@ The Modelix project develops a next generation language workbench that is native\n* Server-based execution of MPS and browser-based editors\n-## Access to Github Packages\n+# Access to Github Packag...
Kotlin
Apache License 2.0
modelix/modelix
Wrong header level
426,496
29.11.2021 19:40:42
-3,600
45a83b71d4aa042a3b8c783bf8f3f1db0057c12b
GraphQL: Schema loading from the model server (1)
[ { "change_type": "MODIFY", "old_path": "graphql-server/build.gradle.kts", "new_path": "graphql-server/build.gradle.kts", "diff": "@@ -22,6 +22,7 @@ dependencies {\nimplementation(\"io.ktor\", \"ktor-server-netty\", ktorVersion)\nimplementation(\"ch.qos.logback\", \"logback-classic\", logbackVersion)...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Schema loading from the model server (1)
426,496
29.11.2021 20:12:46
-3,600
382321d767bb5d697a63e2f1db2cd47781dcad49
GraphQL: Extracted schema generation into a new class
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixGraphQLServer.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixGraphQLServer.kt", "diff": "@@ -75,7 +75,7 @@ class ModelixGraphQLServer {\nsuspend fun handleGQLR...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Extracted schema generation into a new class
426,496
29.11.2021 20:32:35
-3,600
151d79835db1abe65fbfcfc58e9080f287ccfb85
GraphQL: Correct types for reference and child links
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "diff": "*/\npackage org.modelix.graphql.server\n-import com.expediagroup.g...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Correct types for reference and child links
426,496
29.11.2021 21:23:06
-3,600
7b4b8770340fb62c0e2e2a8d50f00e83537cb075
GraphQL: Any type (a union type of all concepts)
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "diff": "@@ -20,11 +20,13 @@ import graphql.schema.*\nimport org.modelix.mo...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Any type (a union type of all concepts)
426,496
30.11.2021 13:25:04
-3,600
9bc8447a77b3c4cee6a449a2087f82f0c518655f
Inspector for the image editor is optional
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "new_path": "mps/org.modelix.ui.sm/models/org.modelix.ui.sm.transformations.mps", "diff": "<node concept=\"214gnc\" id=\"7trMQm3aFic\" role=\"027rp\">\n<ref role=\"1YEVMl\" node=\"7trMQm3W2UH...
Kotlin
Apache License 2.0
modelix/modelix
Inspector for the image editor is optional
426,496
30.11.2021 19:01:37
-3,600
3356d9eb9a4305e46f77a3476c84097ab58988af
Dockerfile for project split into two To avoid running "apt install unzip" each time there is a change in modelix.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-projector", "new_path": "Dockerfile-projector", "diff": "-FROM modelix/projector-mps:2020.3.5\n+FROM modelix/modelix-projector-base\n-COPY install-plugins.sh /\n-COPY build/branding.zip /projector/ide/lib/branding.jar\n+USER root\nCOPY artifacts/de....
Kotlin
Apache License 2.0
modelix/modelix
Dockerfile for project split into two To avoid running "apt install unzip" each time there is a change in modelix.
426,496
30.11.2021 21:31:37
-3,600
bcf5a235ce519b8cff163b9622860bb02f351f34
Dockerfile for projector split into two (2)
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -36,6 +36,7 @@ This can be your usual local IDE or an instance running in kubernetes with [Proj\n- `./kubernetes-open-projector.sh`\n- Option 3: Projector and Kubernetes using you own i...
Kotlin
Apache License 2.0
modelix/modelix
Dockerfile for projector split into two (2)
426,496
01.12.2021 17:45:27
-3,600
98aab1af2e05d00975178b66c2608c2cb9e3f490
New proxy that starts a separate MPS instance for each user
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<set>\n<option value=\"$PROJECT_DIR$\" />\n<option value=\"$PROJECT_DIR$/gradle-plugin\" />\n+ <option value=\"$PROJECT_DIR$/instances-manager\" />\n<option value=\"$PROJECT_DIR$/manual-tests\" />\n<o...
Kotlin
Apache License 2.0
modelix/modelix
New proxy that starts a separate MPS instance for each user
426,496
02.12.2021 09:11:19
-3,600
99faf2d01b6fcbd9456dc1a1b35a9e2adaf5746e
New proxy that starts a separate MPS instance for each user (2)
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/RedirectedURL.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/RedirectedURL.java", "diff": "@@ -63,13 +63,13 @@ public class RedirectedURL {\nthis.remainingPath = rem...
Kotlin
Apache License 2.0
modelix/modelix
New proxy that starts a separate MPS instance for each user (2)
426,496
02.12.2021 13:47:23
-3,600
a227114579c0861fd4f99ee222b62fa5e96aa325
New proxy that starts a separate MPS instance for each user (3)
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManagingHandler.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManagingHandler.java", "diff": "@@ -75,6 +75,8 @@ public class DeploymentManagingH...
Kotlin
Apache License 2.0
modelix/modelix
New proxy that starts a separate MPS instance for each user (3)
426,496
02.12.2021 15:13:39
-3,600
d9e2fe0553469f4cff5d395e2d83adad5cb1a543
Keep deployment alive while there is still an active websocket connection
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManagingHandler.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManagingHandler.java", "diff": "/*\n- * Copyright 2003-2021 JetBrains s.r.o.\n- *\...
Kotlin
Apache License 2.0
modelix/modelix
Keep deployment alive while there is still an active websocket connection
426,496
02.12.2021 15:32:13
-3,600
3d943d730047c3b198ae59d5f7671bbe2d9a35bb
Increased timeout for cleaning up deployments to 10 minutes
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "diff": "@@ -25,7 +25,7 @@ public class DeploymentTimeouts {\nprivate fin...
Kotlin
Apache License 2.0
modelix/modelix
Increased timeout for cleaning up deployments to 10 minutes
426,496
02.12.2021 15:35:52
-3,600
29c1d381670ed491545b415bf490725c12ab2c30
Timeout can be configured using the environment variable DEPLOYMENT_USER_COPY_TIMEOUT
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "diff": "@@ -25,7 +25,15 @@ public class DeploymentTimeouts {\nprivate fi...
Kotlin
Apache License 2.0
modelix/modelix
Timeout can be configured using the environment variable DEPLOYMENT_USER_COPY_TIMEOUT
426,496
02.12.2021 15:47:43
-3,600
ef006af6c1a24180493ad563234dedd930c09f91
Default timeout increased to 60 minutes Especially if you do something else while MPS starts and you come back later, it's enoying having to wait again, because the MPS instance is already cleaned up.
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentTimeouts.java", "diff": "@@ -27,13 +27,13 @@ public class DeploymentTimeouts {\npublic vo...
Kotlin
Apache License 2.0
modelix/modelix
Default timeout increased to 60 minutes Especially if you do something else while MPS starts and you come back later, it's enoying having to wait again, because the MPS instance is already cleaned up.
426,496
02.12.2021 17:09:49
-3,600
3558d5bc4796ed0fc0c606c4174cd32512890b8d
? was missing in the proxy target URL
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/RedirectedURL.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/RedirectedURL.java", "diff": "@@ -34,6 +34,8 @@ public class RedirectedURL {\nString originalDeploymentN...
Kotlin
Apache License 2.0
modelix/modelix
? was missing in the proxy target URL
426,496
02.12.2021 17:37:28
-3,600
a1e8cd6437b9cb5a69cc2cd96d4f4e9f8473cf81
If the cookie is missing return 401 instead of forwarding to the default deplyoment
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/java/org/modelix/instancesmanager/Main.java", "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/Main.java", "diff": "@@ -57,7 +57,7 @@ public class Main {\nDeploymentManagingHandler deploymentManagingHandler =...
Kotlin
Apache License 2.0
modelix/modelix
If the cookie is missing return 401 instead of forwarding to the default deplyoment
426,496
03.12.2021 16:04:09
-3,600
e9d5e18ffbf2521fff9866184831c52cd3beb81f
Start one more MPS instance than required so that new users don't have to wait There is always a fresh MPS instance waiting for a user that is assigned to him on first access. Then a new instance is started for the next user.
[ { "change_type": "ADD", "old_path": null, "new_path": "instances-manager/src/main/java/org/modelix/instancesmanager/DeploymentManager.java", "diff": "+/*\n+ * Copyright 2003-2021 JetBrains s.r.o.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this fi...
Kotlin
Apache License 2.0
modelix/modelix
Start one more MPS instance than required so that new users don't have to wait There is always a fresh MPS instance waiting for a user that is assigned to him on first access. Then a new instance is started for the next user.
426,496
03.12.2021 16:56:07
-3,600
b87eae27f79731732bcadfd4c7d9ef71eb07dd2a
First unassigned instance wasn't started The manager was started on the first HTTP request. There wasn't an MPS instance waiting for the first user. For any following user it worked.
[ { "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": "@@ -21,6 +21,7 @@ import io.kubernetes.client.openapi.apis.AppsV1A...
Kotlin
Apache License 2.0
modelix/modelix
First unassigned instance wasn't started The manager was started on the first HTTP request. There wasn't an MPS instance waiting for the first user. For any following user it worked.
426,496
05.12.2021 11:06:17
-3,600
ba5e69602e0368c7e108a1980791add5398694b7
Projector deployment now has 0 replicas It's only used as a template for user specific copies.
[ { "change_type": "MODIFY", "old_path": "kubernetes-use-latest-tag.sh", "new_path": "kubernetes-use-latest-tag.sh", "diff": "@@ -9,6 +9,7 @@ sed -i.bak -E \"s/(image:.*:).*/\\1${TAG}/\" kubernetes/common/proxy-deployment.yam\nsed -i.bak -E \"s/(image:.*:).*/\\1${TAG}/\" kubernetes/common/ui-deploymen...
Kotlin
Apache License 2.0
modelix/modelix
Projector deployment now has 0 replicas It's only used as a template for user specific copies.
426,496
05.12.2021 13:41:48
-3,600
508b48111667da36697e7f9f075c2a47acf9f35a
Super concept references were not synchronized to the model server
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaMetaLanguage.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaMetaLanguage.kt", "diff": "@@ -46,9 +46,9 @@ object MetaMetaLanguage {\n.addProperty(property_Chi...
Kotlin
Apache License 2.0
modelix/modelix
Super concept references were not synchronized to the model server
426,496
05.12.2021 13:55:45
-3,600
0ada9a5a28ba604fa5999dc6f0fb406389ec7510
GraphQL: Include properties/links from super concepts in the schema
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "diff": "@@ -45,22 +45,24 @@ class ModelixSchemaGenerator(val tree: ITree) ...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Include properties/links from super concepts in the schema
426,496
05.12.2021 22:49:28
-3,600
cb82820b3eacf6b885b0bb7454b13a1ec57702fd
GraphQL: Concept hierarchy implemented with GraphQL interfaces Also added a generic "getProperty" query to the concept types. This allows queries like this: ... on jetbrains_mps_baseLanguage_ClassConcept { name: getProperty(name: "name") }
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "diff": "@@ -17,18 +17,21 @@ package org.modelix.graphql.server\nimport gra...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Concept hierarchy implemented with GraphQL interfaces Also added a generic "getProperty" query to the concept types. This allows queries like this: ... on jetbrains_mps_baseLanguage_ClassConcept { name: getProperty(name: "name") }
426,496
06.12.2021 12:25:44
-3,600
871aef4dd6fc9c118a2428e82bdaa8d9464415a9
Don't show the migration wizard when first starting projector It was shown because there are some outdated language version in the module descriptor. They are now also updated during synchronization. There are now no popups or messages anymore that the user has to close.
[ { "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=\"3clFbH\" id=\"7z1ex5oQuZN\" role=\"3cqZAp\" />\...
Kotlin
Apache License 2.0
modelix/modelix
Don't show the migration wizard when first starting projector It was shown because there are some outdated language version in the module descriptor. They are now also updated during synchronization. There are now no popups or messages anymore that the user has to close.
426,496
06.12.2021 16:24:36
-3,600
42daaf5b6ff8ecf4988e27375a6dbdf366da262c
Update model imports after synchronization References to nodes in other models were showing an error, because the model and module dependencies were missing.
[ { "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=\"3Tmbuc\" id=\"4_k_9wJ_0dk\" role=\"1B3o_S\" />\n<node concept=\"_YKpA\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
Update model imports after synchronization References to nodes in other models were showing an error, because the model and module dependencies were missing.
426,496
07.12.2021 13:14:33
-3,600
a25beabf08a5960af847f64c714fefd6aa83d180
Support for loading the expand/collapse icons of the java tree view
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "new_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "diff": "</node>\n</node>\n<node concept=\"3clFbH\" id=\"5GP2kxJi3Oa\" role=\"3cqZAp\" />\n+ <node concept=\"3clFbJ\" id=\"1J...
Kotlin
Apache License 2.0
modelix/modelix
Support for loading the expand/collapse icons of the java tree view
426,496
08.12.2021 10:05:45
-3,600
e49af9c27c8930261daccee474b23ee9471f6e13
Support loading icons from the AllIcons class
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "new_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "diff": "<import index=\"z2i8\" ref=\"498d89d2-c2e9-11e2-ad49-6cf049e62fe5/java:com.intellij.icons(MPS.IDEA/)\" />\n<import i...
Kotlin
Apache License 2.0
modelix/modelix
Support loading icons from the AllIcons class
426,496
11.12.2021 12:21:43
-3,600
19a7571be5677ef50f38610e49729f2dc8c3899f
GraphQL: Concept hierarchy mapping to GraphQL schema complete
[ { "change_type": "MODIFY", "old_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "new_path": "graphql-server/src/main/kotlin/org/modelix/graphql/server/ModelixSchemaGenerator.kt", "diff": "package org.modelix.graphql.server\nimport graphql.Scalars\n+impor...
Kotlin
Apache License 2.0
modelix/modelix
GraphQL: Concept hierarchy mapping to GraphQL schema complete
426,496
14.12.2021 14:32:37
-3,600
08b23066429c55de39949210cecbbb788cf46103
Author was missing when changes were done in projector
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.common/models/org.modelix.common.mps", "new_path": "mps/org.modelix.common/models/org.modelix.common.mps", "diff": "<concept id=\"1081236700937\" name=\"jetbrains.mps.baseLanguage.structure.StaticMethodCall\" flags=\"nn\" index=\"2YIFZM\">\n<re...
Kotlin
Apache License 2.0
modelix/modelix
Author was missing when changes were done in projector
426,496
14.12.2021 16:40:57
-3,600
7a18d8bb00ed56ec9fa800b712762a110f9b8ff2
History still contained "<no email>" in the author field
[ { "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=\"17QB3L\" id=\"5MA9wbc62$o\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
History still contained "<no email>" in the author field
426,504
15.12.2021 09:53:28
-3,600
9ba4236be07bfac3e74322093aea8893a6a28327
allow partial loading of repositories
[ { "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": "<import index=\"tpck\" ref=\"r:00000000-0000-4000-0000-011c89590288(jetbrain...
Kotlin
Apache License 2.0
modelix/modelix
allow partial loading of repositories
426,496
15.12.2021 14:12:31
-3,600
615e170e9758419cd7cc4f86fc253844bed61b83
/history/ page is now part of the model server
[ { "change_type": "MODIFY", "old_path": "docker-build-model.sh", "new_path": "docker-build-model.sh", "diff": "#!/bin/sh\n+set -e\n+\nTAG=$( ./modelix-version.sh )\n+(\ncd model-server\ndocker build --no-cache -t modelix/modelix-model .\n+)\n-cd ..\ndocker tag modelix/modelix-model:latest \"modelix/m...
Kotlin
Apache License 2.0
modelix/modelix
/history/ page is now part of the model server
426,496
15.12.2021 15:48:57
-3,600
bfc0bea9ba43fa38cc39012ddf7ef585b96ef949
/history/ implementation converted to kotlin kotlin kultiplatform doesn't work well with java in case of transient dependencies (model-api).
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -4,6 +4,7 @@ plugins {\nid \"com.diffplug.gradle.spotless\"\nid 'maven-publish'\nid 'com.adarshr.test-logger' version '2.1.0'\n+ id \"org.jetbrains.kotlin.jvm\"\n}\ndescription = ...
Kotlin
Apache License 2.0
modelix/modelix
/history/ implementation converted to kotlin kotlin kultiplatform doesn't work well with java in case of transient dependencies (model-api).
426,496
16.12.2021 10:01:05
-3,600
96dbf191ad5904193ebd385c05f0282acb30ccf5
Performance issue in ModelSynchronizer
[ { "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": "@@ -26,7 +26,7 @@ import org.modelix.model.persistent.CPNodeRef.Companion.foreign\nimport org.mode...
Kotlin
Apache License 2.0
modelix/modelix
Performance issue in ModelSynchronizer
426,496
16.12.2021 11:51:00
-3,600
ad8807be03840b67a450fd6b5e66626684d4b049
Don't run tests when building/publishing a tag
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -23,4 +23,4 @@ jobs:\nNEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}\nNEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n- run: ./gra...
Kotlin
Apache License 2.0
modelix/modelix
Don't run tests when building/publishing a tag
426,496
16.12.2021 17:52:50
-3,600
4ffa00c1540cb0fb37d58117d7b3e56011c73b5d
Performance issue while reading the meta model from the server
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaModelBranch.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/metameta/MetaModelBranch.kt", "diff": "@@ -62,6 +62,53 @@ class MetaModelBranch(val branch: IBranch) : IBranch ...
Kotlin
Apache License 2.0
modelix/modelix
Performance issue while reading the meta model from the server
426,504
22.12.2021 09:12:32
-3,600
c3d4c70909ad4c40747459ec9a99a05da4df6a38
describing the release process
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -192,3 +192,7 @@ To use them in your gradle script add this repository:\n}\n}\n```\n+\n+To make a new release you will simply need to push a new tag. Everything is automated: it means that no version number have...
Kotlin
Apache License 2.0
modelix/modelix
describing the release process
426,504
23.12.2021 08:51:57
-3,600
ed5b234b65bb9822ca3df75326817cee2b029178
introduce ModelixExportConfiguration
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.plugin.mps", "diff": "</node>\n<node concept=\"liA8E\" id=\"5Le8ZRJerV5\" role=\"2OqNvi\">\n<ref rol...
Kotlin
Apache License 2.0
modelix/modelix
introduce ModelixExportConfiguration
426,504
29.12.2021 10:17:56
-3,600
f48c741cb3d2c97927c4783b05dff56e1441860d
working on supporting external MPS
[ { "change_type": "DELETE", "old_path": ".idea/runConfigurations.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<project version=\"4\">\n- <component name=\"RunConfigurationProducerService\">\n- <option name=\"ignoredProducers\">\n- <set>\n- <option value=\"com.android...
Kotlin
Apache License 2.0
modelix/modelix
working on supporting external MPS
426,504
29.12.2021 11:33:32
-3,600
8363c7b470936da0ccfecef944af5eeb71d342e9
postponing creation of tasks to when configuration is available
[ { "change_type": "ADD", "old_path": null, "new_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/DownloadModelFromModelixTask.java", "diff": "+package org.modelix.gradle.model;\n+\n+import org.gradle.api.DefaultTask;\n+import org.gradle.api.provider.Property;\n+import org.gradle.api.tasks...
Kotlin
Apache License 2.0
modelix/modelix
postponing creation of tasks to when configuration is available
426,504
29.12.2021 11:53:52
-3,600
513d958113ceb1bc8cb9a6c12388bcd5515ac9ea
resolving issue with unloaded modules
[ { "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": "@@ -48,6 +48,14 @@ public class EnvironmentLoader {\n.withWorkbenchPath()\n;\n+ co...
Kotlin
Apache License 2.0
modelix/modelix
resolving issue with unloaded modules
426,504
29.12.2021 12:43:52
-3,600
fa5019f5801c310742a8bcd01484d80cc0a5a5cf
supporting custom libraries and plugins
[ { "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": "@@ -9,8 +9,18 @@ import jetbrains.mps.tool.environment.EnvironmentConfig;\nimport ...
Kotlin
Apache License 2.0
modelix/modelix
supporting custom libraries and plugins
426,504
30.12.2021 09:38:43
-3,600
935195dc2bf9b5526e8114b331511b7425383788
working on loading additional libraries and plugins
[ { "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": "@@ -71,6 +71,7 @@ public class EnvironmentLoader {\nfor (String additionalLibrary:...
Kotlin
Apache License 2.0
modelix/modelix
working on loading additional libraries and plugins
426,504
05.01.2022 10:10:20
-3,600
65254cff8832eab968e5307777abf49e47bb6f3f
removing DownloadModelFromModelixTask
[ { "change_type": "DELETE", "old_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/DownloadModelFromModelixTask.java", "new_path": null, "diff": "-package org.modelix.gradle.model;\n-\n-import org.gradle.api.DefaultTask;\n-import org.gradle.api.provider.Property;\n-import org.gradle.api.ta...
Kotlin
Apache License 2.0
modelix/modelix
removing DownloadModelFromModelixTask
426,504
05.01.2022 10:32:39
-3,600
f25a9729465cfc9c2d50c3351a22335f40cd2beb
introducing EnvironmentLoader.Key
[ { "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": "@@ -24,6 +24,41 @@ import java.util.Set;\npublic class EnvironmentLoader {\n+ publ...
Kotlin
Apache License 2.0
modelix/modelix
introducing EnvironmentLoader.Key
426,504
05.01.2022 10:56:05
-3,600
4cacf5d7d0064812c2d954152284c462920565ad
improving how parameters are passed to EnvironmentLoader
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/build.gradle", "new_path": "gradle-plugin/build.gradle", "diff": "@@ -17,6 +17,7 @@ repositories {\ndependencies {\ncompileOnly fileTree(dir: '../artifacts/mps/lib', include: '*.jar')\n+ implementation 'com.google.code.gson:gson:2.8.9'\ncompile g...
Kotlin
Apache License 2.0
modelix/modelix
improving how parameters are passed to EnvironmentLoader
426,504
05.01.2022 11:03:51
-3,600
f04991b3e0d11f86bd7b57b532ec2561ccff172b
commenting and cleaning EnvironmentLoader
[ { "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": "@@ -224,23 +224,21 @@ public class EnvironmentLoader {\n// Add Modelix\nFile model...
Kotlin
Apache License 2.0
modelix/modelix
commenting and cleaning EnvironmentLoader
426,504
05.01.2022 11:10:19
-3,600
e4efcce7144a5b0a16c3b01a546a94e998285882
cleaning ModelPlugin
[ { "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": "@@ -46,7 +46,11 @@ public class ModelPlugin implements Plugin<Project> {\nif (settings.usingEx...
Kotlin
Apache License 2.0
modelix/modelix
cleaning ModelPlugin
426,504
05.01.2022 12:06:41
-3,600
b1d23a8ddeed8bb4032392fe574463d376a6111a
correct usage of plugin parameters
[ { "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": "@@ -218,9 +218,14 @@ public class EnvironmentLoader {\n// Add MPS extensions and M...
Kotlin
Apache License 2.0
modelix/modelix
correct usage of plugin parameters
426,504
05.01.2022 13:57:08
-3,600
a0629605363ef2f49ff1f1230a509591283ec678
use shadowJar plugin
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -90,7 +90,7 @@ kotlin {\n}\n}\n-jvmTest.dependsOn \":model-server:fatJar\"\n+jvmTest.dependsOn \":model-server:shadowJar\"\ntasks.jacocoTestReport {\n" }, { "change_type":...
Kotlin
Apache License 2.0
modelix/modelix
use shadowJar plugin
426,496
11.01.2022 15:07:14
-3,600
0207ececfbd2d38ea851b3192e35e3486f43d36b
Model export performance There is now a temporary cache that is not limit in size and doesn't evict the prefetched entries. With the default caches it can happen that big models don't fit into the cache and still many requests are required after a prefetch.
[ { "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": "@@ -272,6 +272,13 @@ class CLTree : ITree, IBulkTree {\nreturn parent!!.getDescendants(BulkQuery(s...
Kotlin
Apache License 2.0
modelix/modelix
Model export performance There is now a temporary cache that is not limit in size and doesn't evict the prefetched entries. With the default caches it can happen that big models don't fit into the cache and still many requests are required after a prefetch.
426,496
11.01.2022 15:51:42
-3,600
04829adbabcb5a77ebf3f7974aec997417b31f66
cast exception to CLTree
[ { "change_type": "ADD", "old_path": null, "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/ITreeWrapper.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
cast exception to CLTree
426,504
12.01.2022 15:06:51
-3,600
f7c06565468e99abc32ebfbe125dfe07fd016040
working on thread VFS issue because when creating models
[ { "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": "@@ -115,6 +115,7 @@ public class ModelPlugin implements Plugin<Project> {\njavaExec.setDescrip...
Kotlin
Apache License 2.0
modelix/modelix
working on thread VFS issue because when creating models
426,504
13.01.2022 09:23:50
-3,600
127210a22972916e89254ca501d5beb381d88025
solve issue with VFS during checkout of models
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.client/models/org.modelix.model.client.plugin.mps", "new_path": "mps/org.modelix.model.client/models/org.modelix.model.client.plugin.mps", "diff": "<node concept=\"2ShNRf\" id=\"4AFVQRWaBD8\" role=\"YScLw\">\n<node concept=\"1pGfFk\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
solve issue with VFS during checkout of models
426,504
13.01.2022 09:36:49
-3,600
ff844d8c27c43d776fca65a02c19b27d12a7a5bd
ensure the application terminat
[ { "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=\"1QHqEO\" id=\"2pMrK1SmBa1\" role=\"3cqZAp\">\n<node concept=\"...
Kotlin
Apache License 2.0
modelix/modelix
ensure the application terminat
426,504
13.01.2022 11:41:21
-3,600
ee35d7cfddf67cd4989b221c29268a39e2540ac4
revising code in gradle plugin
[ { "change_type": "MODIFY", "old_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ExportMain.java", "new_path": "gradle-plugin/src/main/java/org/modelix/gradle/model/ExportMain.java", "diff": "@@ -15,12 +15,8 @@ package org.modelix.gradle.model;\nimport com.intellij.ide.plugins.IdeaPlugin...
Kotlin
Apache License 2.0
modelix/modelix
revising code in gradle plugin
426,504
13.01.2022 11:56:55
-3,600
4ed391a70e2074aa088618ae23b794865847d7b5
cleaning code in MPSPlugin
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"2tJIrI\" id=\"32pQaarbV10\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
cleaning code in MPSPlugin
426,504
13.01.2022 12:05:42
-3,600
a98109ee4236ed521cc559a8b88522e3dcdd21b3
removing unnecessary async call
[ { "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=\"3clFbJ\" id=\"18La5_pa_Tn\" role=\"3cqZAp\">\n<node concept=\"3clFb...
Kotlin
Apache License 2.0
modelix/modelix
removing unnecessary async call
426,496
14.01.2022 09:45:50
-3,600
e6351c4f6738ce6ff59f70644847caa7d5a829a2
More memory for the model server It now runs the model client for generating the history page. It was running out of memory sometimes.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -40,10 +40,10 @@ spec:\nreadOnly: true\nresources:\nrequests:\n- memory: \"400Mi\"\n+ memory: \"800Mi\"\ncpu: \"0.1\"\nlimits:\n- memory: \"600Mi\"\n+ ...
Kotlin
Apache License 2.0
modelix/modelix
More memory for the model server It now runs the model client for generating the history page. It was running out of memory sometimes.
426,496
14.01.2022 11:48:24
-3,600
0ecd68f060c2e4177e4f39e08773873083ec5a68
Next attempt to fix the model server publication
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -64,28 +64,6 @@ jar {\n}\n}\n-task fatJar(type: Jar) {\n- manifest {\n- attributes 'Main-Class': 'org.modelix.model.server.Main'\n- }\n- archiveBaseName = 'model-server-fatJar'\n-...
Kotlin
Apache License 2.0
modelix/modelix
Next attempt to fix the model server publication
426,496
14.01.2022 12:03:35
-3,600
7ebd38eb2b7e8f60aca76d25150510a529a13c0c
Updated the path to the fatJar file
[ { "change_type": "MODIFY", "old_path": "manual-tests/module_based_usecases.md", "new_path": "manual-tests/module_based_usecases.md", "diff": "@@ -17,13 +17,13 @@ These tests are used to verify that these five use cases work as expected:\n* Start a model-server using in-memory storage. From the root ...
Kotlin
Apache License 2.0
modelix/modelix
Updated the path to the fatJar file
426,496
14.01.2022 12:42:11
-3,600
ecc7cb8743dc9621f05ddb4ada133359b67e7222
Removed the non fat model-server publication It's not used anyway and this also fixes the publishing issue.
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -129,12 +129,12 @@ publishing {\n}*/\n}\npublications {\n- modelServer(MavenPublication) {\n+/* modelServer(MavenPublication) {\ngroupId project.group\nversion project.version\nfr...
Kotlin
Apache License 2.0
modelix/modelix
Removed the non fat model-server publication It's not used anyway and this also fixes the publishing issue.
426,496
17.01.2022 20:27:27
-3,600
45fb3702ecf41857f88cfe427ba6da9239aa9458
On the history page there was a ") next to the revert button This was accidentally left there after converting the code to kotlin.
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/kotlin/org/modelix/model/server/HistoryHandler.kt", "new_path": "model-server/src/main/kotlin/org/modelix/model/server/HistoryHandler.kt", "diff": "@@ -278,7 +278,7 @@ class HistoryHandler(private val client: IModelClient) : AbstractHandl...
Kotlin
Apache License 2.0
modelix/modelix
On the history page there was a ") next to the revert button This was accidentally left there after converting the code to kotlin.
426,504
19.01.2022 09:07:20
-3,600
5d9b5fcf1d96893750aae30a2aa1f5ea7b384224
clean gradle-plugin-test/build.gradle
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "buildscript {\nrepositories {\n+ mavenCentral()\nmaven { url 'https://projects.itemis.de/nexus/content/repositories/mbeddr' }\nmavenLocal()\n}\ndependencies {\n- classpat...
Kotlin
Apache License 2.0
modelix/modelix
clean gradle-plugin-test/build.gradle
426,504
19.01.2022 09:26:07
-3,600
864476c135eb722de2d7cf42f67b390b971c437f
correct path to model server fatjar in ModelServerManager
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelServerManager.kt", "new_path": "model-client/src/jvmTest/kotlin/org/modelix/model/ModelServerManager.kt", "diff": "@@ -2,6 +2,7 @@ package org.modelix.model\nimport com.google.common.base.Charsets\nimport ...
Kotlin
Apache License 2.0
modelix/modelix
correct path to model server fatjar in ModelServerManager
426,504
19.01.2022 09:37:58
-3,600
e6f41b8213c1cc2bc5bae373804c4921d1aee837
correct path to model server fatjar in integration and functional tests
[ { "change_type": "MODIFY", "old_path": "model-server/src/test/java/org/modelix/model/server/functionaltests/Stepdefs.java", "new_path": "model-server/src/test/java/org/modelix/model/server/functionaltests/Stepdefs.java", "diff": "@@ -28,6 +28,7 @@ import io.cucumber.java.en.When;\nimport io.cucumber...
Kotlin
Apache License 2.0
modelix/modelix
correct path to model server fatjar in integration and functional tests
426,504
19.01.2022 11:28:09
-3,600
2ea8edb67798a3688b287813ca217077cc975e88
using VirtualFileManager refresh method
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.common/models/org.modelix.common.mps", "new_path": "mps/org.modelix.common/models/org.modelix.common.mps", "diff": "<reference id=\"1144433194310\" name=\"classConcept\" index=\"1Pybhc\" />\n</concept>\n<concept id=\"1070534058343\" name=\"jetb...
Kotlin
Apache License 2.0
modelix/modelix
using VirtualFileManager refresh method
426,504
19.01.2022 11:28:31
-3,600
044fb8696131a8cb6f048d1dfcaa0643f6488836
pass the debug flag to the MPS plugin during export
[ { "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": "@@ -39,7 +39,8 @@ public class EnvironmentLoader {\nADDITIONAL_PLUGINS(\"additiona...
Kotlin
Apache License 2.0
modelix/modelix
pass the debug flag to the MPS plugin during export
426,504
19.01.2022 12:14:20
-3,600
53c40408e2a30b671a5e966eeb94bb81e4582c43
pring args and JVM args for ExportMain program
[ { "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": "@@ -137,6 +137,9 @@ public class ModelPlugin implements Plugin<Project> {\njavaExec.getTimeout...
Kotlin
Apache License 2.0
modelix/modelix
pring args and JVM args for ExportMain program
426,504
19.01.2022 12:16:02
-3,600
fb9db2ce759420718d3d64665a66c3fe7660ad87
remove abuse of debug flag
[ { "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": "@@ -131,7 +131,6 @@ public class ModelPlugin implements Plugin<Project> {\njavaExec.args(Key.M...
Kotlin
Apache License 2.0
modelix/modelix
remove abuse of debug flag
426,504
19.01.2022 13:38:58
-3,600
49414c1b2656b60bc61ab83c17570201ff816cf8
removing broken reference to debug enum value
[ { "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=\"3cpWs8\" id=\"7dRdZSjKm1M\" role=...
Kotlin
Apache License 2.0
modelix/modelix
removing broken reference to debug enum value
426,504
20.01.2022 09:19:54
-3,600
f387736e7d15fa11f93c17632959107145424b81
open project as part of DownloadModel task
[ { "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": "@@ -11,7 +11,6 @@ import jetbrains.mps.tool.environment.Environment;\nimport jetbr...
Kotlin
Apache License 2.0
modelix/modelix
open project as part of DownloadModel task
426,504
20.01.2022 11:03:09
-3,600
e97ccf67f5a5e23a40eb105e5b23b29e132e341c
remove unnecessary info from plugin test build file
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "@@ -6,7 +6,7 @@ buildscript {\n}\ndependencies {\n- classpath group: 'org.modelix', name: 'gradle-plugin', version: '2020.3.5-202112171217-SNAPSHOT'\n+ classpath group: '...
Kotlin
Apache License 2.0
modelix/modelix
remove unnecessary info from plugin test build file
426,504
20.01.2022 11:05:20
-3,600
38d8bce52697416ec2a23c6e23ee6c64ccb3a1be
revise logs in ModelPlugin
[ { "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": "@@ -26,13 +26,6 @@ public class ModelPlugin implements Plugin<Project> {\npublic void apply(Pr...
Kotlin
Apache License 2.0
modelix/modelix
revise logs in ModelPlugin
426,504
20.01.2022 14:20:17
-3,600
e24ced867149254ee9a9a370af82dffd792ac6b4
checking the ModuleId is not used already
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"2tJIrI\" id=\"1UvRDkPhjXB\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
checking the ModuleId is not used already
426,496
21.01.2022 14:13:29
-3,600
e02d49db29f570e3de2dac9d1921af96154e734a
New workspace-manager project Is responsible for managing workspace configurations and proxying access to imported git repositories.
[ { "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-manager\" />\n</set>\...
Kotlin
Apache License 2.0
modelix/modelix
New workspace-manager project Is responsible for managing workspace configurations and proxying access to imported git repositories.
426,496
21.01.2022 14:14:02
-3,600
dc2f3a2e92edd9f9ed0ebb43a2a2db5b3939da06
Workspace ID is generated by the model server
[ { "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": "*/\npackage org.modelix.workspace.manager\n+import org.modelix.mod...
Kotlin
Apache License 2.0
modelix/modelix
Workspace ID is generated by the model server
426,496
21.01.2022 14:59:39
-3,600
ff5cf0bb9ae26daa5323ba332dbdd8f97c7c0255
YAML and JSON serializers for the workspace descriptor
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -7,6 +7,7 @@ val logbackVersion = \"1.2.1\"\nplugins {\nkotlin(\"jvm\") version \"1.5.31\"\n+ kotlin(\"plugin.serialization\") version \"1.5.31\"\nid(\"applicati...
Kotlin
Apache License 2.0
modelix/modelix
YAML and JSON serializers for the workspace descriptor
426,496
22.01.2022 11:10:19
-3,600
9744106268ed28ed3d7401f291d7d68b3926b9a7
Workspace definition can be edited
[ { "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": "*/\npackage org.modelix.workspace.manager\n+import kotlinx.seriali...
Kotlin
Apache License 2.0
modelix/modelix
Workspace definition can be edited
426,496
23.01.2022 20:29:13
-3,600
99b66825e4724e1c85955c38a45ea49a25fd0914
MPS modules from git repositories can be downloaded
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -22,5 +22,6 @@ dependencies {\nimplementation(\"org.jetbrains.kotlinx\", \"kotlinx-coroutines-jdk8\", kotlinCoroutinesVersion)\nimplementation(\"org.jetbrains.ko...
Kotlin
Apache License 2.0
modelix/modelix
MPS modules from git repositories can be downloaded
426,496
24.01.2022 10:32:09
-3,600
603a4f4363ea101e3456bfe15c33bf9555b41db6
Commit hash can be specified for dependencies from git repositories
[ { "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": "@@ -21,27 +21,37 @@ import java.lang.IllegalArgumentExcept...
Kotlin
Apache License 2.0
modelix/modelix
Commit hash can be specified for dependencies from git repositories
426,496
24.01.2022 14:55:57
-3,600
62dffafe7e3470c1af58354149786ca0bbe7da38
Don't clone git repositories into an existing git repository (during development)
[ { "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": "@@ -25,7 +25,14 @@ import java.util.zip.ZipOutputStream\nclass Wor...
Kotlin
Apache License 2.0
modelix/modelix
Don't clone git repositories into an existing git repository (during development)
426,496
25.01.2022 14:59:16
-3,600
450622c26ca8393f2109e2d536d06860c5c823f0
Maven dependencies can be downloaded
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -23,5 +23,7 @@ dependencies {\nimplementation(\"org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2\")\nimplementation(\"com.charleskorn.kaml:kaml:0.40.0\")\n...
Kotlin
Apache License 2.0
modelix/modelix
Maven dependencies can be downloaded
426,496
25.01.2022 15:22:19
-3,600
9d2d8ca78af464baddd432acbfdd730abbd06c4f
Skip git subfolders that don't exist. Otherwise, the download fails.
[ { "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": "@@ -70,8 +70,13 @@ class GitRepositoryManager(val config: ...
Kotlin
Apache License 2.0
modelix/modelix
Skip git subfolders that don't exist. Otherwise, the download fails.
426,496
25.01.2022 15:41:42
-3,600
d70c906112f08017e3fc12de1197750446134a89
Download link for the imported maven and git files
[ { "change_type": "MODIFY", "old_path": "workspace-manager/build.gradle.kts", "new_path": "workspace-manager/build.gradle.kts", "diff": "@@ -25,5 +25,6 @@ dependencies {\nimplementation(\"org.eclipse.jgit:org.eclipse.jgit:5.8.0.202006091008-r\")\nimplementation(\"org.apache.maven.shared:maven-invoker...
Kotlin
Apache License 2.0
modelix/modelix
Download link for the imported maven and git files
426,496
25.01.2022 17:15:13
-3,600
4d32dd8ac95f6fc5d0345e8e5ca689d7d734b565
When a workspace definition is saved, store the latest commit hash This guarantees that all clients work on the same version.
[ { "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": "@@ -27,7 +27,7 @@ import kotlin.io.path.isDirectory\nclass...
Kotlin
Apache License 2.0
modelix/modelix
When a workspace definition is saved, store the latest commit hash This guarantees that all clients work on the same version.
426,504
26.01.2022 09:36:19
-3,600
4e645fb71be2a7e73f6993299dca7e78ed9475c5
attach solutions exported to project repo, when a project is present
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"2tJIrI\" id=\"7WFnR6mbvcL\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
attach solutions exported to project repo, when a project is present
426,504
26.01.2022 09:41:05
-3,600
1a1e442cc70ba0cc3c016d1f87a638e743ed8b35
removing useless traversal of model roots
[ { "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=\"3cpWs8\" id=\"5cWpYFRBTcP\" role=\"3cqZAp\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
removing useless traversal of model roots
426,504
26.01.2022 11:47:10
-3,600
d91aea026dce2e5833e2146894611177656cd76f
removing unnecessary call to repository attach
[ { "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=\"3clFbJ\" id=\"7WFnR6mbR9N\" role=\"3cqZAp\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
removing unnecessary call to repository attach
426,504
27.01.2022 10:10:57
-3,600
1d7d8a844ba100f7fdf3493ef1df20e588f9b2e9
adding configuration for running make before export
[ { "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": "@@ -38,6 +38,7 @@ public class EnvironmentLoader {\nADDITIONAL_PLUGIN_DIRS(\"addit...
Kotlin
Apache License 2.0
modelix/modelix
adding configuration for running make before export
426,496
27.01.2022 11:36:53
-3,600
ce60e80e92ff66df88cb5ec30230defd5fa3d6c7
Avoid deadlocks by lock ordering of MPS model access and Modelix model access
[ { "change_type": "MODIFY", "old_path": "mps-version.properties", "new_path": "mps-version.properties", "diff": "mpsMajorVersion=2020.3\nmpsMinorVersion=5\nmpsVersion=2020.3.5\n-mpsExtensionsVersion=2020.3.2170.aedc789\n+mpsExtensionsVersion=2020.3.2194.9dc1a5d\n" }, { "change_type": "MODIFY"...
Kotlin
Apache License 2.0
modelix/modelix
Avoid deadlocks by lock ordering of MPS model access and Modelix model access