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
30.10.2019 11:06:06
-3,600
167a456e1e197770a0b358b06e281cdea4bd65a8
Add gcloud profiler to the ui server
[ { "change_type": "MODIFY", "old_path": "Dockerfile-ui", "new_path": "Dockerfile-ui", "diff": "@@ -2,6 +2,10 @@ FROM webmps-mps\nWORKDIR /usr/webmps-ui\nEXPOSE 33333\n+RUN mkdir -p /opt/cprof && \\\n+ wget -q -O- https://storage.googleapis.com/cloud-profiler/java/latest/profiler_java_agent.tar.gz \\\...
Kotlin
Apache License 2.0
modelix/modelix
Add gcloud profiler to the ui server
426,496
30.10.2019 14:57:41
-3,600
ccf349ed49144eb13f5f2bb602e5148ce2f2e110
Some styles for the default projection rule of the shadow models based editor
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.structure.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.structure.mps", "diff": "<property role=\"20lbJX\" value=\"fLJekj5/_0__n\" />\n<ref role=\"20lvS9\" node=\"6g556hWLifk\" reso...
Kotlin
Apache License 2.0
modelix/modelix
Some styles for the default projection rule of the shadow models based editor
426,496
30.10.2019 14:58:55
-3,600
41c7bcd476e6ca2287478f9a79bf4da3dfd3435c
model-server: enable backup nodes for the cache cluster
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/de/q60/webmps/server/ignite.xml", "new_path": "model-server/src/main/resources/de/q60/webmps/server/ignite.xml", "diff": "<bean class=\"org.apache.ignite.configuration.CacheConfiguration\">\n<property name=\"name\" value=\"model...
Kotlin
Apache License 2.0
modelix/modelix
model-server: enable backup nodes for the cache cluster
426,496
30.10.2019 14:59:31
-3,600
691b0124e5b16a18733962dbd7c6eb8593870208
Set model server instances to 3
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -7,8 +7,13 @@ metadata:\napp: model\nname: model\nspec:\n- replicas: 1\n- strategy: {}\n+ revisionHistoryLimit: 5\n+ replicas: 3\n+ strategy:\n+ type: ...
Kotlin
Apache License 2.0
modelix/modelix
Set model server instances to 3
426,496
30.10.2019 15:00:08
-3,600
31fdf8028b2403df47411203e21b9e6584c5a766
Increase memory of the UI server to 2G
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/ui-deployment.yaml", "new_path": "kubernetes/common/ui-deployment.yaml", "diff": "@@ -7,11 +7,12 @@ metadata:\napp: ui\nname: ui\nspec:\n- replicas: 1\n+ revisionHistoryLimit: 5\n+ replicas: 2\nstrategy:\ntype: RollingUpdate\nrollingUpdate:\n...
Kotlin
Apache License 2.0
modelix/modelix
Increase memory of the UI server to 2G
426,496
04.11.2019 14:48:07
-3,600
6c99b50137beb3bd911b828dbe3c9b18fc7c7834
Entities demo project The goal is to show how to build and deploy your own web application using custom languages.
[ { "change_type": "ADD", "old_path": null, "new_path": "samples/entities/.mps/.name", "diff": "+de.q60.mps.web.samples.entities\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, "new_path": "samples/entities/.mps/migration.xml", "diff": "+<?xml version=...
Kotlin
Apache License 2.0
modelix/modelix
Entities demo project The goal is to show how to build and deploy your own web application using custom languages.
426,496
11.11.2019 14:24:46
-3,600
a9a900ad429bf7267710908c4f5d3fe8b6b571db
Make node references the same on all MPS instances again The model server provides a repository ID, because different clients may access the same server using different URLs. The URL cannot be used for the SModule/SModel ID.
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/de/q60/webmps/server/Main.java", "new_path": "model-server/src/main/java/de/q60/webmps/server/Main.java", "diff": "@@ -5,22 +5,14 @@ package de.q60.webmps.server;\nimport org.apache.commons.io.IOUtils;\nimport org.eclipse.jetty.serve...
Kotlin
Apache License 2.0
modelix/modelix
Make node references the same on all MPS instances again The model server provides a repository ID, because different clients may access the same server using different URLs. The URL cannot be used for the SModule/SModel ID.
426,496
11.11.2019 14:48:26
-3,600
41407a81b4d77dee8b7009e3d4f254cb6b1bf5df
Show repository ID in the cloud view
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "</node>\n<node concept=\"3clFbJ\" id=\"1JFLVobiB9b\" role=\"3cqZ...
Kotlin
Apache License 2.0
modelix/modelix
Show repository ID in the cloud view
426,496
11.11.2019 18:14:16
-3,600
d6c295837d70484657b114ab074e5534d8c35c69
Create bindings for all modules by default if in headless mode
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "<child id=\"1225711182005\" name=\"list\" index=\"1y566C\" />\n<...
Kotlin
Apache License 2.0
modelix/modelix
Create bindings for all modules by default if in headless mode
426,496
12.11.2019 13:42:25
-3,600
d121046ec1b61af783c29863c7541916b9cf6634
Use a fixed thread pool for BindAllModulesToTransient.updateBindings
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"312cEg\" id=\"4kxopRY50_5\" role=\"...
Kotlin
Apache License 2.0
modelix/modelix
Use a fixed thread pool for BindAllModulesToTransient.updateBindings
426,496
13.11.2019 11:07:18
-3,600
4ff01de17d9ba2ac145a6e5e3cfb27696240b091
NPE in EditorComponent.updateStatusBarMessage
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"2tJIrI\" id=\"4qNw5QUxECt\" role=\"jymVt\" />\n+ <node co...
Kotlin
Apache License 2.0
modelix/modelix
NPE in EditorComponent.updateStatusBarMessage
426,496
13.11.2019 17:16:58
-3,600
8809220e9bbd95e5627b573555409291fb136f93
Configure nginx to support SSE
[ { "change_type": "MODIFY", "old_path": "proxy/nginx.conf", "new_path": "proxy/nginx.conf", "diff": "@@ -8,6 +8,12 @@ http {\nlocation /model/ {\nproxy_pass http://model:28101/;\n+\n+ proxy_set_header Connection '';\n+ proxy_http_version 1.1;\n+ chunked_transfer_encoding off;\n+ proxy_buffering off;\...
Kotlin
Apache License 2.0
modelix/modelix
Configure nginx to support SSE
426,496
14.11.2019 11:01:02
-3,600
cdc150378dbacc4a2988dc66d38066baafdc93ce
BindAllModulesToTransient.updateBindings may have used to much CPU
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "diff": "<import index=\"fyhk\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/...
Kotlin
Apache License 2.0
modelix/modelix
BindAllModulesToTransient.updateBindings may have used to much CPU
426,496
14.11.2019 12:36:55
-3,600
539308acecbf7d43d4a960f4b2794bd2dfe54c61
Use an SLRU map in the cache for the key value store It was a simple map with unlimited capacity.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "diff": "<import index=\"zdal\" ref=\"r:88aa2c17-3990-45f2-9b79-06884112d260(de.q60.mps.web.model)\" />\n<import index=...
Kotlin
Apache License 2.0
modelix/modelix
Use an SLRU map in the cache for the key value store It was a simple map with unlimited capacity.
426,496
14.11.2019 15:44:57
-3,600
5afbd57ae4dacfb5f7c74c070f2637fa7d289663
SLRUMap is thread safe Wrap it with class with synchronized methods.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "diff": "</node>\n<node concept=\"312cEg\" id=\"7A36R9$WoAD\" role=\"jymVt\">\n<property role=\"TrG5h\" value=\"cache\"...
Kotlin
Apache License 2.0
modelix/modelix
SLRUMap is thread safe Wrap it with class with synchronized methods.
426,496
14.11.2019 16:01:50
-3,600
6414b90c844188c44ca1df103ec5bc3b3cf8fd3a
Fix log message of merged versions
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "<ref role=\"37wK5l\" to=\"jon5:2D0HTQhaui_\" resolve=\"getHash\" />\n</node>\n</...
Kotlin
Apache License 2.0
modelix/modelix
Fix log message of merged versions
426,496
25.11.2019 11:13:46
-3,600
a08760ae27262a68328370f25d1b415c735fdcef
Shorter 4 digit MPS instance ID
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.lib/models/de.q60.mps.web.lib.mps", "new_path": "mps/de.q60.mps.web.lib/models/de.q60.mps.web.lib.mps", "diff": "<concept id=\"1081236700937\" name=\"jetbrains.mps.baseLanguage.structure.StaticMethodCall\" flags=\"nn\" index=\"2YIFZM\">\n<re...
Kotlin
Apache License 2.0
modelix/modelix
Shorter 4 digit MPS instance ID
426,496
25.11.2019 13:28:20
-3,600
c57759314701ca6369c61f02f125960a4f4ef9f5
Allow to load a version in the history view
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "<import index=\"bd8o\" ref=\"498d89d2-c2e9-11e2-ad49-6cf049e62fe...
Kotlin
Apache License 2.0
modelix/modelix
Allow to load a version in the history view
426,496
25.11.2019 20:28:54
-3,600
1341984c24dd76a1a312b32af449ed6b67f3b878
Action to show the history for non active branch
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "diff": "<import index=\"fyhk\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/...
Kotlin
Apache License 2.0
modelix/modelix
Action to show the history for non active branch
426,496
25.11.2019 20:29:24
-3,600
61f35b1cc1c7194f5276a1a337735cbbc4d030cf
Repository page shows the non-packaged modules first
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "diff": "<import index=\"guwi\" ref=\"6354ebe7-c22a-4a0f-ac54-50b52ab9b065/java:java.io(JDK/)\" /...
Kotlin
Apache License 2.0
modelix/modelix
Repository page shows the non-packaged modules first
426,496
26.11.2019 09:53:19
-3,600
57140b92f7bc147dc01684b3d104b5b70065dada
SLRU map doesn't allow null values
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "diff": "</node>\n<node concept=\"312cEu\" id=\"7A36R9$Wose\">\n<property role=\"TrG5h\" value=\"ObjectStoreCache\" />\...
Kotlin
Apache License 2.0
modelix/modelix
SLRU map doesn't allow null values
426,496
26.11.2019 11:03:26
-3,600
bf8c014d43d980986c3e7d50a3f0d2e9abc97bc3
Fix 'enter' in the shadow models based editor
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "diff": "<concept id=\"7335687028107243169\" name=\"de.q60.mps.shadowmodels.transformation.struct...
Kotlin
Apache License 2.0
modelix/modelix
Fix 'enter' in the shadow models based editor
426,496
03.12.2019 13:14:24
-3,600
164e1c3a11679e36740a274108be5333055ca3e7
Support multiple applications without having to change the proxy configuration The service name is extracted from the URL. You can navigate to to access the service named 'entities'.
[ { "change_type": "MODIFY", "old_path": "proxy/Dockerfile", "new_path": "proxy/Dockerfile", "diff": "FROM nginx\n-COPY nginx.conf /etc/nginx/nginx.conf\n+COPY nginx.conf /etc/nginx/nginx.conf.template\n+COPY run.sh /etc/nginx/run.sh\nCOPY index.html /usr/share/nginx/html/\n+\n+CMD [\"/etc/nginx/run.s...
Kotlin
Apache License 2.0
modelix/modelix
Support multiple applications without having to change the proxy configuration The service name is extracted from the URL. You can navigate to http://x.x.x.x/entitites/ to access the service named 'entities'.
426,496
03.12.2019 13:43:10
-3,600
17cb5c04340872cf121eb7f8586e1bbf08ca750e
Support multiple applications without having to change the proxy configuration (2)
[ { "change_type": "MODIFY", "old_path": "proxy/nginx.conf", "new_path": "proxy/nginx.conf", "diff": "@@ -7,8 +7,8 @@ http {\nroot /usr/share/nginx/html;\n}\n- location /model/ {\n- proxy_pass http://model:28101/;\n+ location ~ ^/model/(.*)$ {\n+ proxy_pass http://model.default.svc.cluster.local:28101...
Kotlin
Apache License 2.0
modelix/modelix
Support multiple applications without having to change the proxy configuration (2)
426,496
05.12.2019 13:38:53
-3,600
ff95aa38d2f17ac33d0fb4967a7106e97b67c8c2
Update build/run instructions in the README
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -10,8 +10,10 @@ Cloud storage and web UI for MPS\n1. ./gradlew\n1. ./docker-build-all.sh\n-1. docker-compose up\n-1. open http://localhost:8093/\n+1. ./docker-push-hub.sh\n+1. minikube start\n+1. ./kubernetes-ap...
Kotlin
Apache License 2.0
modelix/modelix
Update build/run instructions in the README
426,496
12.12.2019 13:54:51
-3,600
baadba171dd20c17d1645847168567c9256872e9
OAuth proxy to allow users to authenticate with their google account
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -68,7 +68,7 @@ configurations {\nlibs\n}\n-ext.mpsVersion = '2019.2.2'\n+ext.mpsVersion = '2019.2.4'\ndependencies {\nant_lib \"org.apache.ant:ant-junit:1.10.1\"\n" }, { "change_type": "MODIFY", ...
Kotlin
Apache License 2.0
modelix/modelix
OAuth proxy to allow users to authenticate with their google account
426,496
19.12.2019 12:26:58
-3,600
1a76c3824579cc5ed499a85ff0a898312d548b4c
Access to model server from headless MPS using a token shared via a kubernetes secret
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -10,3 +10,4 @@ mps/de.q60.mps.web.ui.server/lib/ui-client.jar\nkubernetes/secrets\ntest_gen\ntest_gen.caches\n+ssl/cert\n" }, { "change_type": "ADD", "old_path": null, "new_path": "kubernetes-g...
Kotlin
Apache License 2.0
modelix/modelix
Access to model server from headless MPS using a token shared via a kubernetes secret
426,496
19.12.2019 12:39:41
-3,600
73dfd1cc8623be74c3c6a0bca9daab6690f68c7c
OAuth proxy doesn't seem to support http and https at the same time Disable https for now.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/oauth-deployment.yaml", "new_path": "kubernetes/common/oauth-deployment.yaml", "diff": "@@ -37,9 +37,6 @@ spec:\n- --skip-auth-regex=\\/model\\/counter\\/.*\n- --skip-auth-regex=\\/model\\/subscribe\\/.*\n- --skip-auth-regex=\\/model\\/getEma...
Kotlin
Apache License 2.0
modelix/modelix
OAuth proxy doesn't seem to support http and https at the same time Disable https for now.
426,496
07.01.2020 12:09:45
-3,600
b39204f5b8b906307cc8008e171dc69635d53323
Forgot to commit modules.xml
[ { "change_type": "MODIFY", "old_path": "mps/.mps/modules.xml", "new_path": "mps/.mps/modules.xml", "diff": "<modulePath path=\"$PROJECT_DIR$/de.q60.mps.web.aspect/de.q60.mps.web.aspect.mpl\" folder=\"aspect\" />\n<modulePath path=\"$PROJECT_DIR$/de.q60.mps.web.build.scripts/de.q60.mps.web.build.scri...
Kotlin
Apache License 2.0
modelix/modelix
Forgot to commit modules.xml
426,496
07.01.2020 17:27:22
-3,600
5e49021caf218220b1dab3cc7a91bd27dc91d218
Allow access to / without login Otherwise, the gcloud ingress health check fails.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/oauth-deployment.yaml", "new_path": "kubernetes/common/oauth-deployment.yaml", "diff": "@@ -37,6 +37,7 @@ spec:\n- --skip-auth-regex=\\/model\\/counter\\/.*\n- --skip-auth-regex=\\/model\\/subscribe\\/.*\n- --skip-auth-regex=\\/model\\/getEma...
Kotlin
Apache License 2.0
modelix/modelix
Allow access to / without login Otherwise, the gcloud ingress health check fails.
426,496
08.01.2020 13:25:14
-3,600
325b23b41a7907916dd5fa6aaf876b9e27a832b6
Remove shadow models based editor Will not be part of the first release.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "diff": "<node concept=\"214o7A\" id=\"7fn21XE1sbQ\" role=\"214sll\" />\n</node>\n</node>\n- <nod...
Kotlin
Apache License 2.0
modelix/modelix
Remove shadow models based editor Will not be part of the first release.
426,496
08.01.2020 13:25:41
-3,600
d7066f68c5beaf26e1d65d9d076c416d0c52e361
Instruction for running in minikube
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "Cloud storage and web UI for MPS\n-\n-## Build and Run in the google cloud\n+## Build and run in the google cloud\n- https://console.cloud.google.com/kubernetes/list?project=webmps\n- Create cluster\n@@ -35,4 +34,1...
Kotlin
Apache License 2.0
modelix/modelix
Instruction for running in minikube
426,496
10.01.2020 11:48:27
-3,600
caccb82dca92e391ac8d3041b4db0ebf97896630
Show intentions in a menu (not selectable yet)
[ { "change_type": "ADD", "old_path": null, "new_path": "ui-client/src/scripts/IntentionsMenu.ts", "diff": "+import $ = require(\"jquery\");\n+\n+export interface IIntention {\n+ getText(): string;\n+}\n+\n+export class IntentionsMenu {\n+ private dom: HTMLElement;\n+ private entriesContainer: HTMLEle...
Kotlin
Apache License 2.0
modelix/modelix
Show intentions in a menu (not selectable yet)
426,496
10.01.2020 15:26:21
-3,600
88538f82be7f152b77a3f07fa4bf3ba6caafaf1f
Intentions menu fully functional
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "diff": "<child id=\"8974276187400348171\" name=\"commandClosureLiteral\" index=\"1QHqEI\" />\n</concept>\n<con...
Kotlin
Apache License 2.0
modelix/modelix
Intentions menu fully functional
426,496
27.01.2020 13:10:16
-3,600
8131dc67ea35af69a58392457e4baa4db90364c5
repo.maven.apache.org requires https
[ { "change_type": "MODIFY", "old_path": "model-server/build.gradle", "new_path": "model-server/build.gradle", "diff": "@@ -13,7 +13,7 @@ defaultTasks 'build'\nrepositories {\n- maven { url \"http://repo.maven.apache.org/maven2\" }\n+ maven { url \"https://repo.maven.apache.org/maven2\" }\n}\ndependen...
Kotlin
Apache License 2.0
modelix/modelix
repo.maven.apache.org requires https
426,496
28.01.2020 12:45:11
-3,600
338d639069c5ab695cdd3e99c5a2bd67338dae1f
Replace incremental images after 3 seconds of inactivity
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "diff": "<property role=\"3cmrfH\" value=\"1\" />\n</node>\n</node>\n+ <node concept=\"312cEg\" id=\"Cck3bmLhm6...
Kotlin
Apache License 2.0
modelix/modelix
Replace incremental images after 3 seconds of inactivity
426,496
28.01.2020 16:15:26
-3,600
aa494cc9433babd24cbad903751946a0fe6cc1f5
Remove debug output (rendering times)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbF\" id=\"Cck3bmOJme\" role=\"3cqZAp\">\n+ <node conc...
Kotlin
Apache License 2.0
modelix/modelix
Remove debug output (rendering times)
426,496
03.02.2020 11:32:07
-3,600
a744c6ad93f66f9a156be9c6dce819aa625cd264
Model server doesn't require a token if the client is connecting from localhost Makes development easier.
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/java/de/q60/webmps/server/Main.java", "new_path": "model-server/src/main/java/de/q60/webmps/server/Main.java", "diff": "@@ -16,6 +16,7 @@ import org.eclipse.jetty.servlets.EventSourceServlet;\nimport org.jetbrains.annotations.NotNull;\nim...
Kotlin
Apache License 2.0
modelix/modelix
Model server doesn't require a token if the client is connecting from localhost Makes development easier.
426,496
03.02.2020 11:32:57
-3,600
07691411e570371bfb87526966b8e4622910cb28
Allow forwarding to a service containing "-" in the name
[ { "change_type": "MODIFY", "old_path": "proxy/nginx.conf", "new_path": "proxy/nginx.conf", "diff": "@@ -13,14 +13,14 @@ http {\nproxy_cache off;\n}\n- location ~ ^/(\\w+)/ws/(.*)$ {\n+ location ~ ^/([\\w-]+)/ws/(.*)$ {\nproxy_http_version 1.1;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_head...
Kotlin
Apache License 2.0
modelix/modelix
Allow forwarding to a service containing "-" in the name
426,496
03.02.2020 12:31:17
-3,600
f5b4706991d1752373e30c2f41ed641529b9a191
Don't add baseLanguage to the used languages Now, that the actual used languages are persisted, this is not required anymore.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "<concept id=\"1138411891628\" name=\"jetbrains.mps.lang.smodel.structure.SNodeOp...
Kotlin
Apache License 2.0
modelix/modelix
Don't add baseLanguage to the used languages Now, that the actual used languages are persisted, this is not required anymore.
426,496
04.02.2020 07:48:48
-3,600
002604230254aae9b8953c94c01ad19da686229a
Action for deleting a model server URL
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "</node>\n<node concept=\"3cpWs6\" id=\"5D5xac1tEct\" role=\"3cqZAp\">\n<node con...
Kotlin
Apache License 2.0
modelix/modelix
Action for deleting a model server URL
426,496
04.02.2020 10:00:38
-3,600
4747c6d11f7ea13e448fc183b3df7ce6e0eeaeaa
"Authorization" header was missing for /subscribe/... request
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "<concept id=\"1068580123132\" name=\"jetbrains.mps.baseLanguage.structure.BaseMe...
Kotlin
Apache License 2.0
modelix/modelix
"Authorization" header was missing for /subscribe/... request
426,496
04.02.2020 10:54:36
-3,600
e3e8fe0245c5a58de806d8e81ca86ce6c65f3cd0
Persist authorization token for the model server
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"312cEg\" id=\"7NpT01XGApo\" role=\"...
Kotlin
Apache License 2.0
modelix/modelix
Persist authorization token for the model server
426,496
04.02.2020 13:14:23
-3,600
7c681e12bae074ce66a9179c91226d4c4e56ec33
Migration to MPS 2019.3.1 (2)
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -24,7 +24,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: cloudmps/cloudmps-model:202001071045\n+ image: cloudmps/clo...
Kotlin
Apache License 2.0
modelix/modelix
Migration to MPS 2019.3.1 (2)
426,496
04.02.2020 14:03:14
-3,600
e779cc2dbeacd72324e7b788df40dcd8559ff778
Scripts for build a docker image containing iets3
[ { "change_type": "MODIFY", "old_path": "samples/entities/Dockerfile", "new_path": "samples/entities/Dockerfile", "diff": "-FROM cloudmps-ui\n+FROM cloudmps/cloudmps-ui\nWORKDIR /usr/cloudmps-ui\nCOPY build/artifacts/de.q60.mps.web.samples.entities/de.q60.mps.web.samples.entities.zip /usr/cloudmps-ui...
Kotlin
Apache License 2.0
modelix/modelix
Scripts for build a docker image containing iets3
426,496
05.02.2020 09:28:34
-3,600
a221b24037400761ccee6d943dec24d93676cdaa
NPE caused by a childrenChanged event in used languages The ModelSynchronizer called syncChildren instead of syncModelPropertiesToModel.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"7Zr9caID4mP\" role=\"3clF45\" />\n<node concept=\"...
Kotlin
Apache License 2.0
modelix/modelix
NPE caused by a childrenChanged event in used languages The ModelSynchronizer called syncChildren instead of syncModelPropertiesToModel.
426,496
05.02.2020 09:36:48
-3,600
78a95abd833cc6d7feecc9c62f025af8f87dd046
Author was recorded for some actions (e. g. backspace) from the image-based editor
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.svg/models/de.q60.mps.web.ui.svg.plugin.mps", "diff": "<node concept=\"1bVj0M\" id=\"1qbCJZsJ6rU\" role=\"37wK5m\">\n<property role=\"3yWfEV\" value=\"true\"...
Kotlin
Apache License 2.0
modelix/modelix
Author was recorded for some actions (e. g. backspace) from the image-based editor
426,496
05.02.2020 14:21:19
-3,600
6dc2f45994d1672c552acfbe7893a6359b083b8d
Show connection status for web editor components Fixes
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/SvgBasedEditor.ts", "new_path": "ui-client/src/scripts/SvgBasedEditor.ts", "diff": "@@ -11,6 +11,8 @@ export class SvgBasedEditor {\nprivate socket: WebSocket;\nprivate ccmenu: CCMenu;\nprivate intentionsMenu: IntentionsMenu;\n+ private c...
Kotlin
Apache License 2.0
modelix/modelix
Show connection status for web editor components Fixes #6
426,496
05.02.2020 16:10:37
-3,600
48309f17ecd1ac8ede5b3424202c5a0cd0cd29a7
Allow to specify a tree ID in the deployment config Fixes
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.plugin.mps", "diff": "<child id=\"1224071154657\" name=\"classifierType\" index=\"0kSFW\...
Kotlin
Apache License 2.0
modelix/modelix
Allow to specify a tree ID in the deployment config Fixes #22
426,496
13.02.2020 10:03:02
-3,600
ce49c3da875563a7742680ab21ce0594b8aeeb84
Add check for duplicate children There is a bug somewhere that adds a node multiple times.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.persistent.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.persistent.mps", "diff": "<import index=\"w1kc\" ref=\"6ed54515-acc8-4d1e-a16c-9fd6cfe951ea/java:jetbrains.mps.smodel(MPS.Co...
Kotlin
Apache License 2.0
modelix/modelix
Add check for duplicate children There is a bug somewhere that adds a node multiple times.
426,496
13.02.2020 10:15:55
-3,600
5740bbe5f7e054dbad947eab782a24e5fa9c9aa5
GlobalIconManager.getIconFor(SNode) requires read access
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "<use id=\"774bf8a0-62e5-41e1-af63-f4812e60e48b\" name=\"jetbrain...
Kotlin
Apache License 2.0
modelix/modelix
GlobalIconManager.getIconFor(SNode) requires read access
426,496
13.02.2020 11:10:50
-3,600
c0de1659bc12b550966e404489cd21ab01b6bfb9
GlobalIconManager.getIconFor(SNode) requires read access (2)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3cpWs8\" id=\"1qctp...
Kotlin
Apache License 2.0
modelix/modelix
GlobalIconManager.getIconFor(SNode) requires read access (2)
426,496
14.02.2020 09:08:59
-3,600
00e9a1910b336dddf9d9767b074ec3c394ea03cf
VersionMerger applied the same changes twice in some cases
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "diff": "<import index=\"5ka6\" ref=\"ecfb9949-7433-4db5-85de-0f84d172e4ce/java:gnu.trove.map.hash(de.q60.mps.libs/)\" />\n<impor...
Kotlin
Apache License 2.0
modelix/modelix
VersionMerger applied the same changes twice in some cases
426,496
14.02.2020 09:10:18
-3,600
4c2bd57e584e134426f7eab55c48e94774cc84de
A random ID was assigned to a new tree even if an ID was provided
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "diff": "<use id=\"f3061a53-9226-4cc5-a443-f952ceaf5816\" name=\"jetbrains.mps.baseLanguage\" version=\"9\" />\n<use id...
Kotlin
Apache License 2.0
modelix/modelix
A random ID was assigned to a new tree even if an ID was provided
426,496
14.02.2020 09:11:04
-3,600
8de5d8c8a3a51176981a6052bbacba2439a60ea6
Duplicate code in CloudRepository
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "</node>\n</node>\n<node concept=\"3clFbH\" id=\"6aRQr1XaSDx\" role=\"3cqZAp\" />...
Kotlin
Apache License 2.0
modelix/modelix
Duplicate code in CloudRepository
426,496
14.02.2020 09:14:36
-3,600
588848154b4bd6fc25f5508622a1b463f47a795b
Computing the text/icon for a node in the cloud view requires read access in some cases Most nodes only need a transaction on the replicated model, but if they reference nodes that are not stored on the models server (JDK stubs), they also need an MPS read action.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "<concept id=\"1197029447546\" name=\"jetbrains.mps.baseLanguage....
Kotlin
Apache License 2.0
modelix/modelix
Computing the text/icon for a node in the cloud view requires read access in some cases Most nodes only need a transaction on the replicated model, but if they reference nodes that are not stored on the models server (JDK stubs), they also need an MPS read action.
426,496
14.02.2020 11:11:42
-3,600
d090daf5e15d5a19064340208116aab57d92f46b
Health check for the model server that tests the ignite cluster There was only a TCP health check for the HTTP port. Changed it to an HTTP health check. The request also does a put and a get on the ignite cluster.
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -24,7 +24,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: cloudmps/cloudmps-model:202002041256\n+ image: cloudmps/clo...
Kotlin
Apache License 2.0
modelix/modelix
Health check for the model server that tests the ignite cluster There was only a TCP health check for the HTTP port. Changed it to an HTTP health check. The request also does a put and a get on the ignite cluster.
426,496
14.02.2020 12:50:56
-3,600
f9da0a91029e594928a6b496db113b4affa1cfbf
Health check for the model server (2)
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -24,7 +24,7 @@ spec:\n- env:\n- name: jdbc_url\nvalue: jdbc:postgresql://db:5432/\n- image: cloudmps/cloudmps-model:202002141058\n+ image: cloudmps/clo...
Kotlin
Apache License 2.0
modelix/modelix
Health check for the model server (2)
426,496
21.02.2020 08:05:42
-3,600
33d8d86d30dc563a13b85d44f1c1212cba867447
Fast forward to remote version is there is no local change Don't apply the operations, but just use the already computed snapshot.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "diff": "<concept id=\"1068580123157\" name=\"jetbrains.mps.baseLanguage.structure.Statement\" flags=\"nn\" index=\"3clFbH\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
Fast forward to remote version is there is no local change Don't apply the operations, but just use the already computed snapshot.
426,496
27.02.2020 11:29:15
-3,600
158018b2a1d695a789d4126f7ee10bbd944c8295
Adjust Ignite memory configuration to prevent pods from dying all the time
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/de/q60/webmps/server/ignite.xml", "new_path": "model-server/src/main/resources/de/q60/webmps/server/ignite.xml", "diff": "<bean id=\"ignite.cfg\" class=\"org.apache.ignite.configuration.IgniteConfiguration\">\n<property name=\"p...
Kotlin
Apache License 2.0
modelix/modelix
Adjust Ignite memory configuration to prevent pods from dying all the time
426,496
05.03.2020 15:58:03
-3,600
2ba615244e49d220e217cb308baf31126a6d614b
Adjusted resource limits of the model deployment
[ { "change_type": "MODIFY", "old_path": "kubernetes/common/model-deployment.yaml", "new_path": "kubernetes/common/model-deployment.yaml", "diff": "@@ -8,12 +8,12 @@ metadata:\nname: model\nspec:\nrevisionHistoryLimit: 5\n- replicas: 1\n+ replicas: 3\nstrategy:\ntype: RollingUpdate\nrollingUpdate:\n- ...
Kotlin
Apache License 2.0
modelix/modelix
Adjusted resource limits of the model deployment
426,496
06.03.2020 11:46:25
-3,600
d9155766e5045365f453cc6e95649db132766ca0
Increase deserialization cache
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.lazy.mps", "diff": "<node concept=\"1pGfFk\" id=\"7UL57PerDpI\" role=\"2ShVmc\">\n<ref role=\"37wK5l\" to=\"zdal:7UL57PezbAy\" res...
Kotlin
Apache License 2.0
modelix/modelix
Increase deserialization cache
426,496
06.03.2020 15:50:33
-3,600
260506419365d2a62cda537db0e4d66685ded4bb
Fixed duplicate HTTP queries for the same keys (2)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "new_path": "mps/de.q60.mps.web.model/models/de.q60.mps.web.model.mps", "diff": "<reference id=\"1153944258490\" name=\"variable\" index=\"2Gs0qQ\" />\n</concept>\n<concept id=\"1235566554328\" name=\"...
Kotlin
Apache License 2.0
modelix/modelix
Fixed duplicate HTTP queries for the same keys (2)
426,496
26.03.2020 12:44:58
-3,600
8694f131c05dd5bbaa070804bd370cf4942bf27b
Migration after shadow models refactoring (2)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm.server/models/de.q60.mps.web.ui.sm.server.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.sm.server/models/de.q60.mps.web.ui.sm.server.plugin.mps", "diff": "<node concept=\"2YIFZM\" id=\"7vWAzuEVI6W\" role=\"1m5AlR\">\n<ref role=\"37wK...
Kotlin
Apache License 2.0
modelix/modelix
Migration after shadow models refactoring (2)
426,496
26.03.2020 15:33:23
-3,600
78cfda399600e2882e6ddd919694d77612e8597f
Migration after shadow models refactoring (3)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.aspect/generator/template/main@generator.mps", "new_path": "mps/de.q60.mps.web.aspect/generator/template/main@generator.mps", "diff": "<ref role=\"30HIoZ\" to=\"79yt:3XNyhUae7DY\" resolve=\"RepositoryNodeExpression\" />\n<node concept=\"gft3...
Kotlin
Apache License 2.0
modelix/modelix
Migration after shadow models refactoring (3)
426,496
26.03.2020 15:47:07
-3,600
98763309dd3e772c48857ef6fa92e287ce81f7ea
Migration after shadow models refactoring (4)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.common/models/de.q60.mps.web.ui.common.mps", "new_path": "mps/de.q60.mps.web.ui.common/models/de.q60.mps.web.ui.common.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3clFbH\" id=\"HabLxtTtzL\" role=\"3cqZAp\" />\n+ <node conc...
Kotlin
Apache License 2.0
modelix/modelix
Migration after shadow models refactoring (4)
426,496
27.03.2020 08:23:25
-3,600
380e1b4a479173c8337dc3ad8760077bda102af6
Kyro is not thread safe
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.common/models/de.q60.mps.web.ui.common.mps", "new_path": "mps/de.q60.mps.web.ui.common/models/de.q60.mps.web.ui.common.mps", "diff": "<concept id=\"1178549954367\" name=\"jetbrains.mps.baseLanguage.structure.IVisible\" flags=\"ng\" index=...
Kotlin
Apache License 2.0
modelix/modelix
Kyro is not thread safe
426,496
27.03.2020 11:18:50
-3,600
5087d48d0429113e5ea2d88ee344ea3e80d7a791
Support multiple shadow models based viewers on one HTML page
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.aspect/generator/template/main@generator.mps", "new_path": "mps/de.q60.mps.web.aspect/generator/template/main@generator.mps", "diff": "<node concept=\"3clFbF\" id=\"7mc9A5ll720\" role=\"3cqZAp\">\n<node concept=\"37vLTI\" id=\"7mc9A5ll721\" ...
Kotlin
Apache License 2.0
modelix/modelix
Support multiple shadow models based viewers on one HTML page
426,496
27.03.2020 18:24:09
-3,600
f235dfbd4a8c6939798ab91f71f0232f5201fa08
Hide caret if the editor doesn't have the focus
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "diff": "<ref role=\"027rv\" to=\"70w2:7q7cTU0P3Ee\" resolve=\"style\" />\n<node concept=\"027og\...
Kotlin
Apache License 2.0
modelix/modelix
Hide caret if the editor doesn't have the focus
426,496
27.03.2020 18:25:14
-3,600
fedc7e75d456cd1dd3606363bc0943d952dadde7
Hide caret if the editor doesn't have the focus (2)
[ { "change_type": "MODIFY", "old_path": "ui-client/src/styles/sm.scss", "new_path": "ui-client/src/styles/sm.scss", "diff": "@@ -52,16 +52,16 @@ a:active {\nanimation: blinker 1s linear infinite;\n&.leftend {\nwidth: 3px;\n- border-bottom: 2px solid;\n- border-top: 2px solid\n+ border-bottom: 1px sol...
Kotlin
Apache License 2.0
modelix/modelix
Hide caret if the editor doesn't have the focus (2)
426,496
27.03.2020 19:30:52
-3,600
e65a7f06600e43369c8028edd892835793b1b3a4
Tab handler (selct next cell)
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm.server/models/de.q60.mps.web.ui.sm.server.plugin.mps", "new_path": "mps/de.q60.mps.web.ui.sm.server/models/de.q60.mps.web.ui.sm.server.plugin.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3eNFk2\" id=\"64FHHkQ1f_b\" role=...
Kotlin
Apache License 2.0
modelix/modelix
Tab handler (selct next cell)
426,496
29.03.2020 08:50:10
-7,200
702715d7d235893d7c2ceae4c871b6197fbdd585
Polymorphic functions based keyboard event handling (2)
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -115,66 +115,33 @@ export class ShadowModelsBasedEditor {\nthis.viewer.classList.remove(\"focus\");\n});\nthis.viewer.onkeypress = (e...
Kotlin
Apache License 2.0
modelix/modelix
Polymorphic functions based keyboard event handling (2)
426,496
30.03.2020 08:31:17
-7,200
c9dcc1b53ca6ba94ea54c3d87ad2f32a6f344bed
No JS needed for the caret blinking
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -108,12 +108,6 @@ export class ShadowModelsBasedEditor {\nthis.viewer.focus();\nevent.preventDefault();\n});\n- $(this.viewer).focus(...
Kotlin
Apache License 2.0
modelix/modelix
No JS needed for the caret blinking
426,496
31.03.2020 15:31:41
-7,200
f04d2e10aa2a64c8781337b60945d23b92a2207a
Placeholder text for empty children/properties
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"027oh\" id=\"5dNALVKHyJh\" role=\"02LM9\">\n+ <ref role...
Kotlin
Apache License 2.0
modelix/modelix
Placeholder text for empty children/properties
426,496
03.04.2020 21:00:22
-7,200
b6002d7be9646a798b61800f95692267fe9727d1
Shift+Left selects the common parent of the current cell and the previous leaf (2)
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -65,6 +65,31 @@ export class ShadowModelsBasedEditor {\n}\n});\n},\n+ boundingBox: (value, dom) => {\n+ this.postprocessors.push(() =...
Kotlin
Apache License 2.0
modelix/modelix
Shift+Left selects the common parent of the current cell and the previous leaf (2)
426,496
04.04.2020 10:11:27
-7,200
83ad9a467d2daaade03b05f85c20b6fac3de94be
Click handler wasn't invoked when a cell was overlayed with a selection
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -168,6 +168,22 @@ export class ShadowModelsBasedEditor {\n}));\n};\n+ $(this.viewer).click(e => {\n+ console.log(e);\n+ for (const do...
Kotlin
Apache License 2.0
modelix/modelix
Click handler wasn't invoked when a cell was overlayed with a selection
426,496
04.04.2020 10:11:57
-7,200
cff9c51425df81994e256e2e0d53ff1379df277d
Shift+Left selects the common parent of the current cell and the previous leaf (3)
[ { "change_type": "MODIFY", "old_path": "ui-client/src/styles/sm.scss", "new_path": "ui-client/src/styles/sm.scss", "diff": "@@ -42,6 +42,10 @@ a:active {\nfont-size: 11pt;\n}\n+ .placeholderText {\n+ color: #656565;\n+ }\n+\n.caret {\nposition: absolute;\nborder-color: #fff;\n@@ -65,6 +69,14 @@ a:ac...
Kotlin
Apache License 2.0
modelix/modelix
Shift+Left selects the common parent of the current cell and the previous leaf (3)
426,496
04.04.2020 14:54:02
-7,200
66251c2710dad5d05612d7cf1c6a9163384f7932
Text range selection (2)
[ { "change_type": "MODIFY", "old_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "new_path": "ui-client/src/scripts/ShadowModelsBasedEditor.ts", "diff": "@@ -54,6 +54,24 @@ export class ShadowModelsBasedEditor {\n}\n});\n},\n+ textRange: (value, dom) => {\n+ this.postprocessors.push(() => ...
Kotlin
Apache License 2.0
modelix/modelix
Text range selection (2)
426,496
09.04.2020 11:12:00
-7,200
ac6c9eebe245791af63c59f685c3f687260dfa8b
Replace selected text when typing during a range selection
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.behavior.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.behavior.mps", "diff": "<concept id=\"1188208481402\" name=\"jetbrains.mps.baseLanguage.structure.HasAnnotation\" flags=\"ng\"...
Kotlin
Apache License 2.0
modelix/modelix
Replace selected text when typing during a range selection
426,496
12.04.2020 19:01:01
-7,200
e886311a3610f31d1332e0d320f531e3689e6167
Cache for cc menu entries
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/de.q60.mps.web.ui.sm.mpl", "new_path": "mps/de.q60.mps.web.ui.sm/de.q60.mps.web.ui.sm.mpl", "diff": "<dependency reexport=\"false\">5622e615-959d-4843-9df6-ef04ee578c18(de.q60.mps.web.model)</dependency>\n<dependency reexport=\"false\"...
Kotlin
Apache License 2.0
modelix/modelix
Cache for cc menu entries
426,496
16.04.2020 14:38:22
-7,200
75a61eccb5a84725a8b917d06002e6bdd6a9d33c
Selection handling after side transformation
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.behavior.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.behavior.mps", "diff": "</concept>\n<concept id=\"1179409122411\" name=\"jetbrains.mps.lang.smodel.structure.Node_ConceptMetho...
Kotlin
Apache License 2.0
modelix/modelix
Selection handling after side transformation
426,496
16.04.2020 15:37:20
-7,200
a758a15f9ae10e88bfb6bae961473cb85b540663
Conflict resolution for BinaryExpression side transformations When there is there same wrapper concept for a node and its parent then use the action for the child.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "diff": "<concept id=\"1145383075378\" name=\"jetbrains.mps.lang.smodel.structure.SNodeListType\" flags=\"in\" index=\"2I9F...
Kotlin
Apache License 2.0
modelix/modelix
Conflict resolution for BinaryExpression side transformations When there is there same wrapper concept for a node and its parent then use the action for the child.
426,496
20.04.2020 20:26:41
-7,200
b7099f987c21e40b4aae0b46bcf58a308c058279
Side transformations for child collection separator
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"027rt\" id=\"5aNLs4Js6Wm\" role=\"02LM9\">\n+ <ref role...
Kotlin
Apache License 2.0
modelix/modelix
Side transformations for child collection separator
426,496
21.04.2020 16:32:33
-7,200
708ab828fea2846569ef240a7c1b634dda813955
Sort code completion menu
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "<property role=\"Xl_RC\" value=\"[\" />\n</node>\n</node>\n- <node concept=\"2YIFZM\" id=\"3rBy5k$UW...
Kotlin
Apache License 2.0
modelix/modelix
Sort code completion menu
426,496
21.04.2020 18:41:04
-7,200
6aae44e956af1e5f7d387fb4e2b339897299d5af
Apply transform action as soon as the matching text is complete and there is only one action
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3cpWs8\" id=\"3rBy5k_hvXD\" role=\"3cqZAp\">\n+ <node concept=\"3cpWs...
Kotlin
Apache License 2.0
modelix/modelix
Apply transform action as soon as the matching text is complete and there is only one action
426,496
22.04.2020 11:01:14
-7,200
279387ade620a38c145ad04bb8fbb773a70bd871
Sub-concept to insert into a child list can be choosen
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "</node>\n<node concept=\"raruj\" id=\"5$pyBfNCmc9\" role=\"lGtFl\" />\n</node>\n+ <node concept=\"02...
Kotlin
Apache License 2.0
modelix/modelix
Sub-concept to insert into a child list can be choosen
426,496
22.04.2020 22:04:03
-7,200
acb8c08d0e594c003269aaca7e2af2a4ae5abea4
Don't open the completion menu when there is only one entry Execute it directly instead.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "</node>\n</node>\n<node concept=\"pHQ75\" id=\"eq067U8csa\" role=\"3MbsX5\">\n- <node concept=\"027o...
Kotlin
Apache License 2.0
modelix/modelix
Don't open the completion menu when there is only one entry Execute it directly instead.
426,496
27.04.2020 10:35:57
-7,200
50adf2e4d3aca7e063d85fc690475372e2cda664
Side transformations didn't work on ReferenceCells or next to RemoveSpaceCells
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "new_path": "mps/de.q60.mps.web.notation/generator/templates/main@generator.mps", "diff": "</node>\n<node concept=\"2OqwBi\" id=\"4cPrGrnQqbe\" role=\"1m5AlR\">\n<node concept=\"30H73N\" id=\...
Kotlin
Apache License 2.0
modelix/modelix
Side transformations didn't work on ReferenceCells or next to RemoveSpaceCells
426,496
28.04.2020 09:58:09
-7,200
6a36fd53210f62940f876476a56c2869e9a38f6f
Substitute action wasn't executed automatically when there is a single match
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "diff": "<node concept=\"3ku1Nf\" id=\"64FHHkQ8bmB\" role=\"3khUj0\">\n<ref role=\"3ku1L4\" node=\"64FHHkQ8bkk\" resolve=\"...
Kotlin
Apache License 2.0
modelix/modelix
Substitute action wasn't executed automatically when there is a single match
426,496
28.04.2020 12:07:06
-7,200
13615b429583ac8e1674b599e4294147c3cc6052
Use shadowmodels branch of MPS-extensions
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -73,7 +73,7 @@ ext.mpsVersion = '2019.3.1'\ndependencies {\nant_lib \"org.apache.ant:ant-junit:1.10.1\"\nmps \"com.jetbrains:mps:$mpsVersion\"\n- mpsArtifacts \"de.itemis.mps:extensions:2019.3+\"\n+ mpsArt...
Kotlin
Apache License 2.0
modelix/modelix
Use shadowmodels branch of MPS-extensions
426,496
04.05.2020 22:12:27
-7,200
dab40e09c17de952d92bd8bb4a6a0af07eb575ac
Allow text changes while the CC menu has the focus
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.pf.mps", "diff": "<child id=\"1235573187520\" name=\"singletonValue\" index=\"2HTEbv\" />\n</concept>\n<concept id=\"1237721394592\"...
Kotlin
Apache License 2.0
modelix/modelix
Allow text changes while the CC menu has the focus
426,496
04.05.2020 22:16:52
-7,200
919a54968cbda3875fa68eaa5928e60bee627876
Increase heap size in the build script
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.build/models/de.q60.mps.web.build.mps", "new_path": "mps/de.q60.mps.web.build/models/de.q60.mps.web.build.mps", "diff": "<reference id=\"5617550519002745380\" name=\"script\" index=\"1l3spb\" />\n<child id=\"4129895186893471026\" name=\"arti...
Kotlin
Apache License 2.0
modelix/modelix
Increase heap size in the build script
426,496
05.05.2020 11:57:49
-7,200
e9799b9f63b26bda9f8166ef08cb4d669f60f1a9
Don't render references cells as HTML links That's not useful for all references.
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "new_path": "mps/de.q60.mps.web.ui.sm/models/de.q60.mps.web.ui.sm.transformations.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"02vpq\" id=\"AkkmJBRunZ\" role=\"02uzr\">\n...
Kotlin
Apache License 2.0
modelix/modelix
Don't render references cells as HTML links That's not useful for all references.
426,496
06.05.2020 10:08:39
-7,200
8d20b125eab39493b101674c67586be10cde6374
Alignment of the table
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.notation.impl.baseLanguage/models/de.q60.mps.web.notation.impl.baseLanguage.web.mps", "new_path": "mps/de.q60.mps.web.notation.impl.baseLanguage/models/de.q60.mps.web.notation.impl.baseLanguage.web.mps", "diff": "<ref role=\"1QXIMq\" to=\"tp...
Kotlin
Apache License 2.0
modelix/modelix
Alignment of the table
426,496
20.05.2020 10:42:58
-7,200
af600c9cd1fc8d4532541ba6580f405593e54313
Fixed model server request in UI thread from history view
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.history.mps", "diff": "<node concept=\"Xl_RD\" id=\"7UL57PevlzV\" role=\"3uHU7B\">\n<pr...
Kotlin
Apache License 2.0
modelix/modelix
Fixed model server request in UI thread from history view
426,496
04.06.2020 13:09:08
-7,200
b2e3c3f198d3a942c272d34d15d03cfbd4048947
Fixed order of module unregister/register during plugin rebuild
[ { "change_type": "MODIFY", "old_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "new_path": "mps/de.q60.mps.web.model.mpsplugin/models/de.q60.mps.web.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"26ispG7Y1vF\" role=\"3clF45\" />\n<node concept=\"...
Kotlin
Apache License 2.0
modelix/modelix
Fixed order of module unregister/register during plugin rebuild
426,496
15.06.2020 15:30:48
-7,200
9265b55b058fbf0f5b919b075c7e54fd545a76a0
More renaming in MPS
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.build.scripts/models/org.modelix.build.scripts.mps", "new_path": "mps/org.modelix.build.scripts/models/org.modelix.build.scripts.mps", "diff": "<node concept=\"3981dG\" id=\"4jf43pv7eei\" role=\"39821P\">\n<node concept=\"3_J27D\" id=\"4jf43pv7...
Kotlin
Apache License 2.0
modelix/modelix
More renaming in MPS
426,496
15.06.2020 17:21:57
-7,200
4aafb673050831a01e9d04df8a01c481514daa6a
Renaming in the entities sample project (2)
[ { "change_type": "MODIFY", "old_path": "samples/entities/build.xml", "new_path": "samples/entities/build.xml", "diff": "<property name=\"mps.home\" location=\"${basedir}/../../artifacts/mps\" />\n<property name=\"mps_home\" location=\"${mps.home}\" />\n<property name=\"artifacts.mps\" location=\"${m...
Kotlin
Apache License 2.0
modelix/modelix
Renaming in the entities sample project (2)
426,496
16.06.2020 17:41:15
-7,200
41c8b3146d9095203ae5ebc5241ea0f00c729c37
Renaming in docker and kubernetes related files (2)
[ { "change_type": "MODIFY", "old_path": "db/initdb.sql", "new_path": "db/initdb.sql", "diff": "-CREATE SCHEMA cloudmps;\n-GRANT ALL ON SCHEMA cloudmps TO cloudmps;\n+CREATE SCHEMA modelix;\n+GRANT ALL ON SCHEMA modelix TO modelix;\n-CREATE TABLE cloudmps.model\n+CREATE TABLE modelix.model\n(\nkey cha...
Kotlin
Apache License 2.0
modelix/modelix
Renaming in docker and kubernetes related files (2)
426,496
17.06.2020 11:14:39
-7,200
14a7122262bef9da9bc5322c45bed5be35457597
Renaming in database settings of the model server
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/resources/org/modelix/model/server/database.properties", "new_path": "model-server/src/main/resources/org/modelix/model/server/database.properties", "diff": "jdbc.driver=org.postgresql.Driver\njdbc.url=jdbc:postgresql://localhost:5432/\n-...
Kotlin
Apache License 2.0
modelix/modelix
Renaming in database settings of the model server