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
10.07.2022 17:16:37
-7,200
edac5f1ac8ef9e119d55c76cd8d010732955e9d5
fixed the /counter/{id} test The semantic is to always return a different value. The test was wrong and failed after fixing the InMemoryStoreClient.
[ { "change_type": "MODIFY", "old_path": "model-server/src/test/resources/functionaltests/counter.feature", "new_path": "model-server/src/test/resources/functionaltests/counter.feature", "diff": "Feature: Storing routes\nWe verify the core storing routes work\n- Scenario: We should get the same ID for...
Kotlin
Apache License 2.0
modelix/modelix
fixed the /counter/{id} test The semantic is to always return a different value. The test was wrong and failed after fixing the InMemoryStoreClient.
426,496
12.07.2022 10:37:41
-7,200
ac1f4ea3e26315a67e9fce5db82e98b532b354b3
Tested and fixed workspaces (2)
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/kotlin/org/modelix/instancesmanager/DeploymentManager.kt", "new_path": "instances-manager/src/main/kotlin/org/modelix/instancesmanager/DeploymentManager.kt", "diff": "@@ -21,6 +21,7 @@ import io.kubernetes.client.openapi.apis.CoreV1A...
Kotlin
Apache License 2.0
modelix/modelix
Tested and fixed workspaces (2)
426,496
12.07.2022 11:06:27
-7,200
7e78e482ddebd87d2511c0f7929bc0930f56a260
Attempt to fix publishing to itemis nexus
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -121,27 +121,27 @@ subprojects {\n}\n}\n*/\n- if (project.hasProperty(\"artifacts.itemis.cloud.user\")) {\n+ if (rootProject.hasProperty(\"artifacts.itemis.cloud.user\")) {\nmaven {\nname = \"itemisNexus3\...
Kotlin
Apache License 2.0
modelix/modelix
Attempt to fix publishing to itemis nexus
426,496
12.07.2022 11:15:18
-7,200
ca569e8c378d55097d49721859fd7c444bfbb1f6
User/PW for itemis nexus were not passed to gradle
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -24,4 +24,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
User/PW for itemis nexus were not passed to gradle
426,496
12.07.2022 11:52:59
-7,200
f9606c8bb9c02fb83f47d4845f8ee673a610e795
fixed ModelClient_Test The latest ktor version now requires the registration of a ContentConverter and doesn't allow setting the content type in the request.
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -20,10 +20,18 @@ import io.ktor.client.engine.cio.*\nimport io.ktor.clien...
Kotlin
Apache License 2.0
modelix/modelix
fixed ModelClient_Test The latest ktor version now requires the registration of a ContentConverter and doesn't allow setting the content type in the request.
426,496
12.07.2022 12:14:01
-7,200
2206f042ea6b942f6d8d4afa06f0b39c2d74e7c4
graphQL server migration to ktor 2.0.2
[ { "change_type": "MODIFY", "old_path": "graphql-server/build.gradle.kts", "new_path": "graphql-server/build.gradle.kts", "diff": "@@ -20,6 +20,7 @@ dependencies {\nimplementation(\"com.expediagroup\", \"graphql-kotlin-server\", graphqlKotlinVersion)\nimplementation(\"io.ktor\", \"ktor-server-core\",...
Kotlin
Apache License 2.0
modelix/modelix
graphQL server migration to ktor 2.0.2
426,496
12.07.2022 13:08:17
-7,200
3659b1f5b39c29cce85fd4e9744afe77952f79fc
fixed JSON serialization in model client
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -30,6 +30,7 @@ import io.ktor.util.*\nimport io.ktor.util.reflect.*\nimpo...
Kotlin
Apache License 2.0
modelix/modelix
fixed JSON serialization in model client
426,496
12.07.2022 14:26:40
-7,200
0bd745c37f3e1141a72a5b85bc10e7f1a39b1d95
fixed model history page It return an HTTP 415 Media not supported
[ { "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": "@@ -39,7 +39,7 @@ class HistoryHandler(private val client: IModelClient) {\nget(\"/history...
Kotlin
Apache License 2.0
modelix/modelix
fixed model history page It return an HTTP 415 Media not supported
426,496
13.07.2022 11:10:09
-7,200
bddf1b3680e7d0068f2f52fd9ebceca53aa95a9c
tested and fixed the workspace client
[ { "change_type": "MODIFY", "old_path": "docker-build-projector.sh", "new_path": "docker-build-projector.sh", "diff": "@@ -7,6 +7,3 @@ TAG=$( ./modelix-version.sh )\ndocker build --no-cache -f Dockerfile-projector -t modelix/modelix-projector .\ndocker tag modelix/modelix-projector:latest \"modelix/m...
Kotlin
Apache License 2.0
modelix/modelix
tested and fixed the workspace client
426,496
14.07.2022 16:03:13
-7,200
61032ddff409d48ebea94dd263e0c7d02cd3bfda
tested and fixed the workspace client (3)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -50,6 +50,8 @@ import java.net.URLEncoder\nimport java.nio.charset.Standa...
Kotlin
Apache License 2.0
modelix/modelix
tested and fixed the workspace client (3)
426,496
18.07.2022 16:57:23
-7,200
fc8d05a3ec1ef393b44681961ca35b869d06df37
tested and fixed the workspace client (4)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -183,7 +183,7 @@ class RestWebModelClient @JvmOverloads constructor(\nexp...
Kotlin
Apache License 2.0
modelix/modelix
tested and fixed the workspace client (4)
426,496
18.07.2022 18:56:25
-7,200
27d4180cac415231cf36f5f426aec87f62e77f7e
pass access token as environment variable to workspace client
[ { "change_type": "MODIFY", "old_path": "instances-manager/src/main/kotlin/org/modelix/instancesmanager/DeploymentManager.kt", "new_path": "instances-manager/src/main/kotlin/org/modelix/instancesmanager/DeploymentManager.kt", "diff": "@@ -24,6 +24,7 @@ import io.kubernetes.client.util.Yaml\nimport or...
Kotlin
Apache License 2.0
modelix/modelix
pass access token as environment variable to workspace client
426,496
19.07.2022 10:53:15
-7,200
7eae7c01d15b542d19a60395e13ddb3cb8972480
fixed integration tests (1)
[ { "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=\"1VUIoKfAz0w\" role=\"3cqZAp\">\n+...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (1)
426,496
19.07.2022 12:43:32
-7,200
408962dcffc266ae30d87deec675922899703dd8
fixed integration tests (3)
[ { "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=\"3cpWsn\" id=\"ON_jCgb8EO\" role=\"3cpWs9\">\n<property role=\"TrG5h\" value=...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (3)
426,496
19.07.2022 14:37:09
-7,200
f0a493033b480fd7cc918023b2295deb616741fc
fixed integration tests (4)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -229,18 +229,7 @@ class RestWebModelClient @JvmOverloads constructor(\nco...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (4)
426,496
19.07.2022 15:14:23
-7,200
f8835b51fd212c6b3e8aae3584b6c99feb27afa1
fixed integration tests (5)
[ { "change_type": "MODIFY", "old_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "new_path": "model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt", "diff": "@@ -248,6 +248,10 @@ class RestWebModelClient @JvmOverloads constructor(\n}\...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (5)
426,496
19.07.2022 15:57:48
-7,200
ce6d0800f017fcb8b572b0631c6f6a0e74a4fd33
fixed integration tests (6)
[ { "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=\"31DRblkmySN\" role=\"3cqZAp\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (6)
426,496
19.07.2022 18:52:32
-7,200
124b7ef5858dbb6ec08de61e068e73911e77f072
allow deleting repositories
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/IKeyListener.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/IKeyListener.kt", "diff": "package org.modelix.model\ninterface IKeyListener {\n+ companion object {\n+ const val NULL_VALU...
Kotlin
Apache License 2.0
modelix/modelix
allow deleting repositories
426,496
19.07.2022 18:52:49
-7,200
e9be807078d6acc308b6ed67b62dd6f5b74ee069
fixed integration tests (7)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<property role=\"TrG5h\" value=\"reconnect\" />\n<node concept=\"3cqZAl\" id=\"2EzI5qKmj_F\"...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration tests (7)
426,496
19.07.2022 18:53:01
-7,200
b52ccc68b41b74e55bf5be0d199770ff477c27c6
updated keycloak config
[ { "change_type": "MODIFY", "old_path": "helm/modelix/keycloak-realm.json", "new_path": "helm/modelix/keycloak-realm.json", "diff": "\"defaultSignatureAlgorithm\": \"RS256\",\n\"revokeRefreshToken\": false,\n\"refreshTokenMaxReuse\": 0,\n- \"accessTokenLifespan\": 300,\n- \"accessTokenLifespanForImpl...
Kotlin
Apache License 2.0
modelix/modelix
updated keycloak config
426,496
20.07.2022 10:18:22
-7,200
a00f13b81b910ed83aacf0707b06824b070befe7
fixed publishing (2)
[ { "change_type": "MODIFY", "old_path": "proxy/Dockerfile", "new_path": "proxy/Dockerfile", "diff": "@@ -2,6 +2,6 @@ FROM nginx\nCOPY nginx.conf /etc/nginx/nginx.conf.template\nCOPY run.sh /etc/nginx/run.sh\nCOPY index.html /usr/share/nginx/html/\n-COPY ../samples/angular/modelix-angular-sandbox/dist...
Kotlin
Apache License 2.0
modelix/modelix
fixed publishing (2)
426,496
20.07.2022 11:19:51
-7,200
ee494bc66788a8cc3e064b1252b1a04e4bf51455
fixed publishing (3)
[ { "change_type": "MODIFY", "old_path": "Dockerfile-proxy", "new_path": "Dockerfile-proxy", "diff": "@@ -2,6 +2,6 @@ FROM nginx\nCOPY proxy/nginx.conf /etc/nginx/nginx.conf.template\nCOPY proxy/run.sh /etc/nginx/run.sh\nCOPY proxy/index.html /usr/share/nginx/html/\n-COPY samples/angular/modelix-angul...
Kotlin
Apache License 2.0
modelix/modelix
fixed publishing (3)
426,496
20.07.2022 12:30:55
-7,200
fe7ea08ceeefb511d8749aadb47a7e72627b694d
publish helm charts
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -7,6 +7,8 @@ on:\njobs:\nnewRelease:\n+ permissions:\n+ contents: write\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n@@ -25,3 +27,20 @@ jobs:\nNEXUS_PASSW...
Kotlin
Apache License 2.0
modelix/modelix
publish helm charts
426,496
20.07.2022 14:17:08
-7,200
21e08a7d2c632f3a7e00df5ce769cfdf1fc75057
publish helm charts (2)
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -19,6 +19,13 @@ jobs:\njava-version: '11'\n- name: Use tag as version\nrun: echo \"${GITHUB_REF#refs/*/}\" > modelix.version\n+ - name: Package Helm Chart\n+ run: ./helm/p...
Kotlin
Apache License 2.0
modelix/modelix
publish helm charts (2)
426,496
20.07.2022 16:28:44
-7,200
6807f1b995f8db096ad998f3ccc85d06300dc66e
workspace secret was not created by helm chart
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -196,3 +196,9 @@ To use them in your gradle script add this repository:\nTo make a new release you will simply need to push a new tag. Everything is automated: it means that no version number have to be changed ...
Kotlin
Apache License 2.0
modelix/modelix
workspace secret was not created by helm chart
426,496
21.07.2022 13:23:18
-7,200
e44da3aa915ae3e337c364272fbbed15ce75c5c6
support for docker image mirror repository
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/_helpers.tpl", "new_path": "helm/modelix/templates/_helpers.tpl", "diff": "@@ -50,6 +50,13 @@ app.kubernetes.io/name: {{ include \"modelix.name\" . }}\napp.kubernetes.io/instance: {{ .Release.Name }}\n{{- end }}\n+{{- define \"modelix.pu...
Kotlin
Apache License 2.0
modelix/modelix
support for docker image mirror repository
426,496
21.07.2022 13:31:05
-7,200
b590b041143173b9a1b4ff5a70553453d91d3c1d
support using an existing service account
[ { "change_type": "MODIFY", "old_path": "helm/modelix/Chart.yaml", "new_path": "helm/modelix/Chart.yaml", "diff": "@@ -15,10 +15,10 @@ type: application\n# This is the chart version. This version number should be incremented each time you make changes\n# to the chart and its templates, including the ...
Kotlin
Apache License 2.0
modelix/modelix
support using an existing service account
426,496
22.07.2022 10:35:54
-7,200
a57878462a413ed9fe6cd75c1dd0edd1c159a310
image prefix for keycloak and oauth was wrong
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "new_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "diff": "@@ -19,7 +19,7 @@ spec:\nspec:\ncontainers:\n- name: keycloak\n- image: \"{{ .Values.dockerProxy.prefix }}quay.io/keycloak/k...
Kotlin
Apache License 2.0
modelix/modelix
image prefix for keycloak and oauth was wrong
426,496
22.07.2022 10:36:28
-7,200
e35e8bb53e413fabf15d233d81e612c06c72dead
model sync: renamed some virtual packages
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n<node concept=\"312cEu\" id=\"29etMtbjIgR\">\n<property role=\"TrG5h\" value=\"Mode...
Kotlin
Apache License 2.0
modelix/modelix
model sync: renamed some virtual packages
426,496
22.07.2022 11:30:57
-7,200
7cf7042674e46f99cb457418f58e358a9417c136
serviceAccountName contained invalid whitespaces
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/_helpers.tpl", "new_path": "helm/modelix/templates/_helpers.tpl", "diff": "@@ -58,12 +58,12 @@ imagePullSecrets:\n{{- end }}\n{{- define \"modelix.serviceAccountName\" -}}\n-{{- if .Values.serviceAccount }}\n-{{- .Values.serviceAccount }...
Kotlin
Apache License 2.0
modelix/modelix
serviceAccountName contained invalid whitespaces
426,496
22.07.2022 14:15:44
-7,200
c9e313d337613b7ea729606b3c079998027d857e
publish helm chart to itemis nexus
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -20,12 +20,15 @@ jobs:\n- name: Use tag as version\nrun: echo \"${GITHUB_REF#refs/*/}\" > modelix.version\n- name: Package Helm Chart\n+ env:\n+ ARTIFACTS_ITEMIS_CLOUD_USE...
Kotlin
Apache License 2.0
modelix/modelix
publish helm chart to itemis nexus
426,496
22.07.2022 14:56:11
-7,200
e4c9d20beecdae094863db00bf27f247f2dbd618
updated documentation to use the helm repository
[ { "change_type": "MODIFY", "old_path": "doc/running-modelix.md", "new_path": "doc/running-modelix.md", "diff": "@@ -9,14 +9,11 @@ Otherwise, MPS (the JBR) will not use the correct memory limit.\n## Install using Helm\n-- Download packaged helm chart\n- - Navigate to https://github.com/modelix/modeli...
Kotlin
Apache License 2.0
modelix/modelix
updated documentation to use the helm repository
426,496
22.07.2022 15:06:44
-7,200
bd37e8d2d45b321a3ee1e325c6b2b91b9c318acd
publish docker images first and then the helm chart Otherwise, it can happen that the images are not found when installing the chart
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -19,21 +19,20 @@ jobs:\njava-version: '11'\n- name: Use tag as version\nrun: echo \"${GITHUB_REF#refs/*/}\" > modelix.version\n- - name: Package Helm Chart\n+ - name: Buil...
Kotlin
Apache License 2.0
modelix/modelix
publish docker images first and then the helm chart Otherwise, it can happen that the images are not found when installing the chart
426,496
02.08.2022 11:15:19
-7,200
e3a8e674429066e17ef217612979882e290126c8
integration tests (1)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"1bVj0M\" id=\"2wwX$bJAroF\" role=\"37wK5m\">\n<property role=\"3yWfEV\" valu...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (1)
426,496
02.08.2022 17:34:49
-7,200
f771619a26e16a79567320c04d1ca3fa96844c35
integration tests (3)
[ { "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=\"abc8K\" id=\"2a9vIDRWfcp\" role=\"3cqZAp\">\n+ ...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (3)
426,496
02.08.2022 18:42:41
-7,200
5690929d9554a03bb9a22ec8e79bba6d8753999b
integration tests (4)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"7ZZZU$lgzEl\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (4)
426,496
02.08.2022 19:07:23
-7,200
41fd9e1805f97f30eaa7718ac75679ad32087e85
integration tests (5)
[ { "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=\"312cEg\" id=\"2a9vIDRX65X\" role=\"jymVt\">\n+ ...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (5)
426,496
02.08.2022 19:10:11
-7,200
8dd803d475346c1c694e47f98ef44e56eedf9769
integration tests (6)
[ { "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=\"3clFbS\" id=\"2a9vIDRFl_v\" role=\"3clF47\">\n<node concept=\"2$JKZl\" id=\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (6)
426,496
03.08.2022 09:43:44
-7,200
0a8bd90eb760fcb9ccdb1d0b0b68bd2f657e4ef6
integration tests (7)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"1bVj0M\" id=\"2a9vIDRXfS7\" role=\"37wK5m\">\n<node concept=\"3clFbS\" id=\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (7)
426,496
03.08.2022 10:18:39
-7,200
4a0fd14b9dc02bc9621aa4a8d66769d8df1684a0
integration tests (8)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"2a9vIDRFl_t\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (8)
426,496
03.08.2022 14:20:23
-7,200
13dff3b261502821eb96ae9b8f7d848a997431a6
integration tests (10)
[ { "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=\"6rxBzpbZINf\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (10)
426,496
03.08.2022 14:22:31
-7,200
62886488e88f09d89c6b79106e3d072750d5f0eb
integration tests (11)
[ { "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=\"6rxBzpc0aLi\" role=\"jymVt\" />\n...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (11)
426,496
03.08.2022 14:44:38
-7,200
2a4010dad5bcce33ab0a3165ced6ce93f84fe392
integration tests (12)
[ { "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=\"2tJIrI\" id=\"6rxBzpc0aLi\" role=\"jymVt\" />\n<node concept=\"3clF...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (12)
426,496
03.08.2022 15:30:56
-7,200
4d05e7e92132f05c13aa9cf3269745bf24c9d905
integration tests (13)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"7ZZZU$lgzEl\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (13)
426,496
03.08.2022 16:50:38
-7,200
540d5d0f7e858058187ee5e0795b66cd136aab5c
integration tests (14)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"6rxBzpc0fV1\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (14)
426,496
03.08.2022 16:52:03
-7,200
1580f613dd4370baf15e417f065e761afcfc3ef4
integration tests (15)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n</node>\n<node concept=\"37vLTG\" id=\"7ZZZU$lmKPV\" role=\"3clF46\">\n- <property ...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (15)
426,496
03.08.2022 17:16:47
-7,200
1c81c2ffca3686da262d2041d3eee4ac82939b26
integration tests (16)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3cpWs8\" id=\"6rxBzpc65KR\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (16)
426,496
03.08.2022 17:50:57
-7,200
7e62cae85643d9a01a8ebbf0811c0db43256cac3
integration tests (17)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"2a9vIDRFZ3L\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (17)
426,496
03.08.2022 19:36:33
-7,200
054ef96a0dd17ddc6a3010dedb7de96dd052a3f5
integration tests (18)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"3clFbF\" id=\"5i$4SBK3WGg\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (18)
426,496
04.08.2022 10:22:40
-7,200
c40c25b8d416142eef0aef97b281cf73afd7d41e
integration tests (19)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"3cpWs8\" id=\"6rxBzpcdprc\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
integration tests (19)
426,496
04.08.2022 16:42:14
-7,200
3c4c4af316d4223ea302009524ff9427e5cb10dd
service account token query failed
[ { "change_type": "MODIFY", "old_path": "authorization/src/main/kotlin/org/modelix/authorization/KeycloakUtils.kt", "new_path": "authorization/src/main/kotlin/org/modelix/authorization/KeycloakUtils.kt", "diff": "package org.modelix.authorization\nimport com.auth0.jwk.JwkProviderBuilder\n+import com....
Kotlin
Apache License 2.0
modelix/modelix
service account token query failed
426,496
05.08.2022 10:12:42
-7,200
f2e05d7790528a02318530737cdfd3d854569738
model content was deleted from MPS sometimes
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"7ZZZU$lntki\" role=\"3clF45\" />\n<node concept=\"3Tmbuc\" id=...
Kotlin
Apache License 2.0
modelix/modelix
model content was deleted from MPS sometimes
426,496
05.08.2022 20:34:19
-7,200
222a549e6ab31c36d4a6eeaf2efe314f73dfcbcc
fixed model synchronizer (2)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "new_path": "mps/org.modelix.integrationtests/models/org.modelix.integrationtests.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"1gVbGN\" id=\"5cWpYFRIM8o\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (2)
426,496
08.08.2022 09:43:55
-7,200
cf0012f6d800adb19f36b0ef97c7078b2caa0616
fixed model synchronizer (3)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "</node>\n<node concept=\"9aQIb\" id=\"1O9mnzC$KDz\" role=\"9aQIa\">\n<node concept=\"3clFbS\...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (3)
426,496
08.08.2022 11:45:41
-7,200
c13d86070a2bce39013ff77dff44bfebd56cd882
fixed model synchronizer (4)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"1204834851141\" name=\"jetbrains.mps.lang.smodel.structure.PoundExpression\" f...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (4)
426,496
08.08.2022 12:02:26
-7,200
7db4bba56fba4a99616213e0c2c218caf7caa857
fixed model synchronizer (5)
[ { "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=\"1Px2BO\" node=\"6rxBzpbTrFb\" resolve=\"ELockType\" />\n</node>\n<node concept=\...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (5)
426,496
08.08.2022 12:28:13
-7,200
fb17155dc2837ae34b144df8c3b05f88a4c92940
fixed model synchronizer (6)
[ { "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=\"3clFbF\" id=\"4_k_9wJ_0f1\" role=\"3cqZAp\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (6)
426,496
08.08.2022 14:21:07
-7,200
a41fcabbfc7991aaba86d064cf1496b486e38cc9
fixed model synchronizer (7)
[ { "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=\"3clFbF\" id=\"5XacazAa3Nq\" role=\"3cqZAp\">\n+...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (7)
426,496
08.08.2022 15:27:59
-7,200
761423bf15e4fe7f086ec0e0faa82a6dc24bc66a
fixed model synchronizer (8)
[ { "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=\"5Xacaz_ROSC\" role=\"3cqZAp\" />\...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (8)
426,496
08.08.2022 17:58:07
-7,200
18e97a7a804a6bec22262c0aba944fde75c180ea
fixed model synchronizer (9)
[ { "change_type": "MODIFY", "old_path": "integrationtests/expected_server_dumps/dump2.json", "new_path": "integrationtests/expected_server_dumps/dump2.json", "diff": "{\n\"$role\": \"modules\",\n\"$concept\": \"org.modelix.model.repositoryconcepts.Module\",\n- \"id\": \"f2fb433a-7484-46c7-a61e-ec59ba...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (9)
426,496
09.08.2022 13:30:30
-7,200
33b1131645b88762d33ac84b613e875b890e5419
fixed model synchronizer (10)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<child id=\"8118189177080264854\" name=\"alternative\" index=\"nSUat\" />\n</concept>\n<conc...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (10)
426,496
09.08.2022 17:14:19
-7,200
5304999a31b7c3a932042bada341e94f19186876
fixed model synchronizer (12)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3clFb_\" id=\"7ZZZU$llo4u\" role=\"jymVt\">\n<property role=\"TrG5h\" value=...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (12)
426,496
09.08.2022 17:32:29
-7,200
bd9a324117e053ba925de23513af12513117db71
fixed model synchronizer (13)
[ { "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=\"3clFbF\" id=\"3ZGpe27Kevh\" role=\"3cqZAp\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (13)
426,496
09.08.2022 19:51:38
-7,200
553761ac5e00a7cd005766f420c0a740db6c6a20
fixed model synchronizer (14)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"1227008614712\" name=\"jetbrains.mps.baseLanguage.collections.structure.Linked...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (14)
426,496
10.08.2022 09:21:24
-7,200
6a4e7d9ca5b83d03ed12fa81b61968b22c20998a
fixed model synchronizer (15)
[ { "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": "@@ -52,7 +52,7 @@ class MetaModelBranch(val branch: IBranch) : IBranch b...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (15)
426,496
10.08.2022 11:05:16
-7,200
6868f042c0b3280406e3e1604cdfe3e0c4af79f7
fixed model synchronizer (16)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<concept id=\"1188208481402\" name=\"jetbrains.mps.baseLanguage.structure.HasAnnotation\" fl...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (16)
426,496
10.08.2022 17:12:57
-7,200
e1071a6393cec71c3053467aaffe2860071ec11c
fixed model synchronizer (17)
[ { "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": "@@ -21,6 +21,7 @@ import org.modelix.model.lazy.IConceptReferenceSeriali...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (17)
426,496
11.08.2022 09:27:41
-7,200
696589dedbb4d368a8412815cb0c7606da463a4f
fixed model synchronizer (18)
[ { "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=\"312cEg\" id=\"3ZGpe27VItk\" role=\"jymVt\">\n+ ...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (18)
426,496
11.08.2022 13:02:45
-7,200
7dd89ee3f2ba7f8bb0f8f120b969517ed46e8e9b
fixed model synchronizer (19)
[ { "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": "@@ -496,8 +496,7 @@ class CLTree : ITree, IBulkTree {\nif (id == 0L) {\nreturn null\n}\n- val hash...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (19)
426,496
11.08.2022 17:04:00
-7,200
5aa18d7c81fd38af040cb0398e08ac737326a722
fixed model synchronizer (21)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"3cqZAl\" id=\"7ZZZU$lm9F3\" role=\"3clF45\" />\n<node concept=\"3Tm1VV\" id=...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (21)
426,496
11.08.2022 18:29:19
-7,200
1e04e2faa4d18a60e3cdbe67296f80a68f65b1d0
fixed model synchronizer (22)
[ { "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=\"3clFbS\" id=\"4_k_9wJFL1j\" role=\"3clF47\">\n<node concept=\"3J1_T...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (22)
426,496
12.08.2022 12:01:44
-7,200
fbf881acfd3335a01e182d5dcebffd3a2e2dfe1b
fixed model synchronizer (23)
[ { "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=\"9aQIb\" id=\"2A5zrv0i2MP\" role=\"9aQIa\">\n+ <...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (23)
426,496
12.08.2022 12:14:22
-7,200
68e85f0b336e84c293896864310f6e87786dc181
fixed model synchronizer (24)
[ { "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=\"3cpWs6\" id=\"2A5zrv0i$cA\" role=\"3cqZAp\" />\...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (24)
426,496
12.08.2022 12:50:25
-7,200
94a7f6c5ee8e6f11d96ebeaf28daa047bd002b96
fixed model synchronizer (25)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<child id=\"1068581242865\" name=\"localVariableDeclaration\" index=\"3cpWs9\" />\n</concept...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (25)
426,496
12.08.2022 17:20:47
-7,200
2f8458908dc521e18412a3fa7bd07e6def613771
fixed model synchronizer (28)
[ { "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=\"2ShNRf\" id=\"4_k_9wJ_0do\" role=\"33vP2m\">\n-...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (28)
426,496
12.08.2022 18:31:44
-7,200
6f22ee8ba65d536307ca03d031da0e3c243a1ed2
fixed model synchronizer (29)
[ { "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=\"3clFbF\" id=\"2A5zrv03Xnq\" role=\"3cqZAp\">\n<node concept=\"1rXfSq\" id=\"...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (29)
426,496
12.08.2022 18:39:27
-7,200
8242cc12d42c4198cfc220de7595f7b109b49ed1
fixed model synchronizer (30)
[ { "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=\"2A5zrv0DAye\" role=\"3cqZAp\">\n+...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (30)
426,496
12.08.2022 19:18:56
-7,200
98e369fbfdc64ab8d25b047dcc8f3550e1697d8f
fixed model synchronizer (31)
[ { "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=\"liA8E\" id=\"4_k_9wJFL20\" role=\"2OqNvi\">\n<ref role=\"37wK5l\" to=\"qvpu:...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (31)
426,496
12.08.2022 20:49:32
-7,200
1f4e4a619de05a3eadfae9c47fdd41813c9dc6df
fixed model synchronizer (32)
[ { "change_type": "MODIFY", "old_path": "integrationtests/expected_server_dumps/dump7.json", "new_path": "integrationtests/expected_server_dumps/dump7.json", "diff": "{\n\"$role\": \"modules\",\n\"$concept\": \"org.modelix.model.repositoryconcepts.Module\",\n+ \"compileInMPS\": \"true\",\n\"id\": \"f...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (32)
426,496
12.08.2022 22:02:59
-7,200
0bb6ecce1cc335f34213d86ce132c79354a0eeb9
fixed model synchronizer (33)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/NodeNotFoundException.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/lazy/NodeNotFoundException.kt", "diff": "@@ -2,6 +2,5 @@ package org.modelix.model.lazy\nimport org.modelix.m...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (33)
426,496
13.08.2022 08:27:55
-7,200
4c6f1c12e9ad38ee23add37909b714b01322d9a7
fixed model synchronizer (34)
[ { "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=\"9aQIb\" id=\"2A5zrv0i2MP\" role=\"9aQIa\">\n- <...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (34)
426,496
15.08.2022 09:51:50
-7,200
a477826f8c4c93a9095cce721076fcfe74054e9c
fixed model synchronizer (35)
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<ref role=\"3uigEE\" node=\"4_k_9wJhes5\" resolve=\"SyncDirection\" />\n</node>\n<node conce...
Kotlin
Apache License 2.0
modelix/modelix
fixed model synchronizer (35)
426,496
15.08.2022 13:22:40
-7,200
74f0b2c5e47c25dcfd5c0a3ccd745f2df9252bb0
generated IDs were not unique The model client created a new IdGenerator instance multiple times for the same client ID, causing it to generate duplicate IDs.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/IdGenerator.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/client/IdGenerator.kt", "diff": "@@ -17,7 +17,11 @@ package org.modelix.model.client\nimport org.modelix.model.api.II...
Kotlin
Apache License 2.0
modelix/modelix
generated IDs were not unique The model client created a new IdGenerator instance multiple times for the same client ID, causing it to generate duplicate IDs.
426,496
15.08.2022 14:34:47
-7,200
58c6b454b32c075217d4a3e45fcee7ab1edde21b
Deserialization of versions failed outside MPS The history page on the model server failed to show versions with AddChildOp. Operations now use IConceptReference instead of IConcept to avoid the concept resolution if not needed.
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildOp.kt", "diff": "package org.modelix.model.operations\n-import org.modelix.model.api.ICon...
Kotlin
Apache License 2.0
modelix/modelix
Deserialization of versions failed outside MPS The history page on the model server failed to show versions with AddChildOp. Operations now use IConceptReference instead of IConcept to avoid the concept resolution if not needed.
426,496
15.08.2022 15:54:20
-7,200
488ae81d52cc4d781e079fbba04d6b5167e12b73
Deserialization of versions failed outside MPS (2)
[ { "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": "@@ -114,7 +114,7 @@ class CLTree : ITree, IBulkTree {\nreturn CLTree(data.id, newIdToHash!!, store...
Kotlin
Apache License 2.0
modelix/modelix
Deserialization of versions failed outside MPS (2)
426,496
15.08.2022 16:58:39
-7,200
5566f8e881b9156c3ad1115d9af94c4d2aa0e211
Deserialization of versions failed outside MPS (3)
[ { "change_type": "MODIFY", "old_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildSubtreeOp.kt", "new_path": "model-client/src/commonMain/kotlin/org/modelix/model/operations/AddNewChildSubtreeOp.kt", "diff": "package org.modelix.model.operations\n-import org.modelix....
Kotlin
Apache License 2.0
modelix/modelix
Deserialization of versions failed outside MPS (3)
426,496
15.08.2022 17:37:42
-7,200
c185739564b1e930cc0fcb737a6fe31d46f4b1a7
ConcurrentModificationException in IgniteStoreClient.listen
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/kotlin/org/modelix/model/server/IgniteStoreClient.kt", "new_path": "model-server/src/main/kotlin/org/modelix/model/server/IgniteStoreClient.kt", "diff": "@@ -108,7 +108,7 @@ class IgniteStoreClient(jdbcConfFile: File?) : IStoreClient {\n)...
Kotlin
Apache License 2.0
modelix/modelix
ConcurrentModificationException in IgniteStoreClient.listen
426,496
16.08.2022 07:24:22
-7,200
af99c7af6324c1382b8512996111575e3c875e19
Access token is now valid for 10h This should be reduced later, but for now it avoids connection issues. It's already hard enough to make the model synchronization stable.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/keycloak-realm.json", "new_path": "helm/modelix/keycloak-realm.json", "diff": "\"defaultSignatureAlgorithm\": \"RS256\",\n\"revokeRefreshToken\": false,\n\"refreshTokenMaxReuse\": 0,\n- \"accessTokenLifespan\": 3600,\n- \"accessTokenLifespanForImp...
Kotlin
Apache License 2.0
modelix/modelix
Access token is now valid for 10h This should be reduced later, but for now it avoids connection issues. It's already hard enough to make the model synchronization stable.
426,496
16.08.2022 14:18:59
-7,200
5ad5e57066b031aaa671d0fa7b69eb46f9e1b0e4
docker-ci.sh was executed twice
[ { "change_type": "MODIFY", "old_path": ".github/workflows/publish.yml", "new_path": ".github/workflows/publish.yml", "diff": "@@ -24,7 +24,7 @@ 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
docker-ci.sh was executed twice
426,496
16.08.2022 16:34:46
-7,200
abb014946b55a05f7c947e4325c515af66bb3261
nginx ingress as helm dependency to install it automatically
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -24,8 +24,6 @@ Otherwise, MPS (the JBR) will not use the correct memory limit.\n- [Install helm](https://helm.sh/docs/intro/install/)\n- run `helm install --repo https://artifacts.itemis.cloud/repository/helm-mo...
Kotlin
Apache License 2.0
modelix/modelix
nginx ingress as helm dependency to install it automatically
426,496
16.08.2022 16:35:54
-7,200
db90e06426ba2e9761215975c1066a131b966c8b
helm configuration for server.modelix.org
[ { "change_type": "ADD", "old_path": null, "new_path": "helm/pub.yaml", "diff": "+ingress:\n+ hostname: \"server.modelix.org\"\n+keycloak:\n+ clientSecret: \"xxx\"\n+ loglevel: \"warn\"\n+ debug: false\n+workspaces:\n+ enabled: true\n+ingress-nginx:\n+ enabled: true\n\\ No newline at end of file\n" ...
Kotlin
Apache License 2.0
modelix/modelix
helm configuration for server.modelix.org
426,496
17.08.2022 09:48:30
-7,200
2f6b34e7cb4071c7326e51648bd3ae6b072d198c
Updated links on the index page
[ { "change_type": "MODIFY", "old_path": "model-server/src/main/kotlin/org/modelix/model/server/Main.kt", "new_path": "model-server/src/main/kotlin/org/modelix/model/server/Main.kt", "diff": "@@ -268,9 +268,6 @@ object Main {\ndiv { +\"Model Server\" }\nbr {}\nul {\n- li {\n- a(\"authorization/\") { +...
Kotlin
Apache License 2.0
modelix/modelix
Updated links on the index page
426,496
17.08.2022 09:49:30
-7,200
8641f2a6e7bd73078656437be40537417b084353
Added toleration for workspace clients This allows to have a separate (auto-scaling) node pool for workspace clients.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/workspace-client-deployment.yaml", "new_path": "helm/modelix/templates/common/workspace-client-deployment.yaml", "diff": "@@ -24,6 +24,10 @@ spec:\ncomponent: workspace-client\n{{- include \"modelix.selectorLabels\" . | nindent 8 ...
Kotlin
Apache License 2.0
modelix/modelix
Added toleration for workspace clients This allows to have a separate (auto-scaling) node pool for workspace clients.
426,496
17.08.2022 11:14:12
-7,200
98976d0f796e2f9a0c519d2e107e042183b752dd
Documented steps after installing with helm
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -32,6 +32,25 @@ Otherwise, MPS (the JBR) will not use the correct memory limit.\n- \"xyz.127.0.0.1.nip.io\" is the hostname used to access the modelix instance.\nIn a development environment you can use nip.io t...
Kotlin
Apache License 2.0
modelix/modelix
Documented steps after installing with helm
426,496
17.08.2022 13:01:46
-7,200
3a31b4e064985fcc6221be50439e765ece58593d
workspace-secret was regenerated during each helm upgrade It's supposed to be created once and then reused.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/workspace-secret.yaml", "new_path": "helm/modelix/templates/common/workspace-secret.yaml", "diff": "@@ -9,5 +9,5 @@ data:\n{{- $secretObj := (lookup \"v1\" \"Secret\" .Release.Namespace (printf \"%s%s\" ( include \"modelix.fullnam...
Kotlin
Apache License 2.0
modelix/modelix
workspace-secret was regenerated during each helm upgrade It's supposed to be created once and then reused.
426,496
17.08.2022 13:31:27
-7,200
de7ccd0201214aa05b359479055c5493cfab7ea2
auto generate keycloak client secret
[ { "change_type": "MODIFY", "old_path": "helm/dev.yaml", "new_path": "helm/dev.yaml", "diff": "@@ -11,7 +11,6 @@ ingress:\ningress-nginx:\nenabled: true\nkeycloak:\n- clientSecret: \"fzEj6AmIPwtKDs9D0KmWnk9CPyoLj5OS\"\nloglevel: \"warn\"\ndebug: true\nworkspaces:\n" }, { "change_type": "MODIF...
Kotlin
Apache License 2.0
modelix/modelix
auto generate keycloak client secret
426,496
17.08.2022 15:06:55
-7,200
024efb96c7b922fcdaec213c0522bc349e435978
allow specifying the image pull secret directly as a helm value
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/_helpers.tpl", "new_path": "helm/modelix/templates/_helpers.tpl", "diff": "@@ -53,7 +53,12 @@ app.kubernetes.io/instance: {{ .Release.Name }}\n{{- define \"modelix.pullSecret\" -}}\n{{- if .Values.dockerProxy.secret }}\nimagePullSecrets:...
Kotlin
Apache License 2.0
modelix/modelix
allow specifying the image pull secret directly as a helm value
426,496
17.08.2022 15:07:41
-7,200
8e521a434ee80c332a7f5571aa3d572abd093e19
allow specifying a TLS certificate
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/ingress.yaml", "new_path": "helm/modelix/templates/common/ingress.yaml", "diff": "@@ -7,6 +7,12 @@ metadata:\nnginx.ingress.kubernetes.io/proxy-body-size: 200m\nspec:\ningressClassName: nginx\n+ {{ if .Values.ingress.certSecret }}...
Kotlin
Apache License 2.0
modelix/modelix
allow specifying a TLS certificate
426,496
17.08.2022 15:51:53
-7,200
411987f0a586f10b8c4a5c8cbe9e68c5ebd2591f
allow specifying a TLS certificate (2)
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/ingress.yaml", "new_path": "helm/modelix/templates/common/ingress.yaml", "diff": "@@ -7,12 +7,16 @@ metadata:\nnginx.ingress.kubernetes.io/proxy-body-size: 200m\nspec:\ningressClassName: nginx\n- {{ if .Values.ingress.certSecret }...
Kotlin
Apache License 2.0
modelix/modelix
allow specifying a TLS certificate (2)
426,496
17.08.2022 16:27:37
-7,200
49644ff65a5ab58a09e387b787444136ec4024e4
allow access to the index page without login
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/oauth-deployment.yaml", "new_path": "helm/modelix/templates/common/oauth-deployment.yaml", "diff": "@@ -80,7 +80,8 @@ spec:\n- --silence-ping-logging=true\n- --upstream=http://{{ include \"modelix.fullname\" . }}-proxy/\n- --skip-...
Kotlin
Apache License 2.0
modelix/modelix
allow access to the index page without login