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
17.08.2022 16:30:14
-7,200
4076c95822a0194fc7e0c1ff91d1c61992629dd0
Updated links on the index page (2)
[ { "change_type": "MODIFY", "old_path": "proxy/index.html", "new_path": "proxy/index.html", "diff": "<h1>Modelix</h1>\n<ul>\n- <a href=\"workspace-manager/\">Workspaces</a>\n- <a href=\"instances-manager/\">Manage running workspaces instances</a>\n- <a href=\"model/\">Model Server</a>\n- <a href=\"ad...
Kotlin
Apache License 2.0
modelix/modelix
Updated links on the index page (2)
426,496
18.08.2022 18:53:47
-7,200
cbfe2111324801b0fbd31b621d8ecac1dad43f55
Keycloak version updated to 19.0.1
[ { "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: \"{{ default .Values.dockerProxy.prefix \"quay.io/\"...
Kotlin
Apache License 2.0
modelix/modelix
Keycloak version updated to 19.0.1
426,496
18.08.2022 18:55:46
-7,200
49ccf2377086f92367b63eee3407bdd39ea757a2
Dependency versions in the helm chart were accidentally replaced with the Modelix version
[ { "change_type": "MODIFY", "old_path": "helm/publish.sh", "new_path": "helm/publish.sh", "diff": "@@ -8,8 +8,8 @@ cd \"$(dirname \"$0\")\"\nTAG=$( ../modelix-version.sh )\n-sed -i.bak -E \"s/appVersion:.*/appVersion: \\\"${TAG}\\\"/\" modelix/Chart.yaml\n-sed -i.bak -E \"s/version:.*/version: \\\"${...
Kotlin
Apache License 2.0
modelix/modelix
Dependency versions in the helm chart were accidentally replaced with the Modelix version
426,496
19.08.2022 12:03:58
-7,200
a543e924b60491b867da7ab7fa9dc62c043643b3
Always use https If no certificate is provided, a self-signed one is generated.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/_helpers.tpl", "new_path": "helm/modelix/templates/_helpers.tpl", "diff": "@@ -71,7 +71,7 @@ imagePullSecrets:\n{{- end -}}\n{{- define \"modelix.externalUrl\" -}}\n-{{ .Values.ingress.proto }}://{{ .Values.ingress.hostname }}{{ if .Valu...
Kotlin
Apache License 2.0
modelix/modelix
Always use https If no certificate is provided, a self-signed one is generated.
426,496
19.08.2022 12:24:40
-7,200
3f7221d561cf0fbf1765699207705c0eefddcd05
Renamed ingress-nginx.enabled to ingress.installController
[ { "change_type": "MODIFY", "old_path": "helm/modelix/Chart.yaml", "new_path": "helm/modelix/Chart.yaml", "diff": "@@ -27,4 +27,4 @@ dependencies:\n- name: ingress-nginx\nversion: ~4.2.1\nrepository: https://kubernetes.github.io/ingress-nginx\n- condition: ingress-nginx.enabled\n\\ No newline at end ...
Kotlin
Apache License 2.0
modelix/modelix
Renamed ingress-nginx.enabled to ingress.installController
426,496
21.08.2022 19:47:44
-7,200
9a5f66a33564dcf94730ad2caf15c84d336a5cb8
Proposal for a Modelix logo
[ { "change_type": "ADD", "old_path": null, "new_path": "logo.svg", "diff": "+<svg width=\"500\" height=\"500\" xmlns=\"http://www.w3.org/2000/svg\">\n+ <g>\n+ <title>Layer 1</title>\n+ <rect fill=\"#e5e5e5\" stroke-width=\"4\" x=\"2\" y=\"2\" width=\"496\" height=\"496\" id=\"svg_42\" stroke=\"#00000...
Kotlin
Apache License 2.0
modelix/modelix
Proposal for a Modelix logo https://github.com/modelix/modelix/issues/63
426,496
21.08.2022 20:15:36
-7,200
ecf59b704355097752f85b9dcd799b19a06ba30d
Deleted unused CachingStoreClient fixes
[ { "change_type": "DELETE", "old_path": "model-server/src/main/kotlin/org/modelix/model/server/CachingStoreClient.kt", "new_path": null, "diff": "-/*\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance with the License.\n- * You m...
Kotlin
Apache License 2.0
modelix/modelix
Deleted unused CachingStoreClient fixes https://github.com/modelix/modelix/issues/21
426,496
22.08.2022 17:53:24
-7,200
545b3d24d549f233e091a75ffc488b027b88a9c9
logo on the index page was not loaded
[ { "change_type": "MODIFY", "old_path": "Dockerfile-proxy", "new_path": "Dockerfile-proxy", "diff": "@@ -2,7 +2,7 @@ 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 proxy/logo.svg /usr/share/ngi...
Kotlin
Apache License 2.0
modelix/modelix
logo on the index page was not loaded
426,496
22.08.2022 18:10:58
-7,200
8cf7508c215d8b8a3d563ef79c1354604dd5c8ae
logo with small text
[ { "change_type": "MODIFY", "old_path": "helm/modelix/keycloak-realm.json", "new_path": "helm/modelix/keycloak-realm.json", "diff": "{\n\"id\": \"modelix\",\n\"realm\": \"modelix\",\n- \"displayNameHtml\": \"<img src=\\\"../../../../public/logo.svg\\\" style=\\\"max-width:300px\\\" />\",\n+ \"display...
Kotlin
Apache License 2.0
modelix/modelix
logo with small text
426,496
23.08.2022 20:05:51
-7,200
827a445a7ecdcf2ba52a2319c63ddfdbb3df1a69
fixed connection to git repository that doesn't allow basic auth Azure devops uses 'Negotiate' and if basic auth is not allowed the connection failed.
[ { "change_type": "MODIFY", "old_path": "gitui/build.gradle.kts", "new_path": "gitui/build.gradle.kts", "diff": "@@ -29,7 +29,7 @@ dependencies {\nimplementation(\"org.jetbrains.kotlinx\", \"kotlinx-coroutines-jdk8\", kotlinCoroutinesVersion)\nimplementation(\"org.jetbrains.kotlinx:kotlinx-serializat...
Kotlin
Apache License 2.0
modelix/modelix
fixed connection to git repository that doesn't allow basic auth Azure devops uses 'Negotiate' and if basic auth is not allowed the connection failed.
426,496
25.08.2022 12:29:12
-7,200
6c94e92c5706ba7eacc8a74b591212cf03fad61d
Meta-model generator from YAML to Kotlin
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -35,9 +35,9 @@ buildscript {\nplugins {\nid \"com.diffplug.gradle.spotless\" version \"4.5.1\" apply false\n- id \"org.jetbrains.kotlin.jvm\" version \"1.6.21\" apply false\n- id \"org.jetbrains.kotlin.mul...
Kotlin
Apache License 2.0
modelix/modelix
Meta-model generator from YAML to Kotlin
426,496
25.08.2022 14:11:03
-7,200
de92914b947893ebb8da2c5fbc604df5fc2f562c
`node: INode` parameter
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "diff": "@@ -3,6 +3,7 @@ package org.modelix.metamodel.generator\nimport com.squa...
Kotlin
Apache License 2.0
modelix/modelix
`node: INode` parameter
426,496
25.08.2022 20:19:38
-7,200
89a6d7b827aefd3d44f2e53ce7503ac688d968fb
runtime classes for language and concept and a small demo language
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/definition/Language.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/definition/Language.kt", "diff": "@@ -11,6 +11,7 @@ data class Language(\n@Serializable\ndata class Concept(\nval name...
Kotlin
Apache License 2.0
modelix/modelix
runtime classes for language and concept and a small demo language
426,496
26.08.2022 09:55:57
-7,200
66566171f64ac76520254af634a6c286ac84261e
generate example language into separate sub-project
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/test/kotlin/org/modelix/metamodel/generator/KotlinGeneratorTest.kt", "new_path": "metamodel-gen/src/test/kotlin/org/modelix/metamodel/generator/KotlinGeneratorTest.kt", "diff": "@@ -38,7 +38,7 @@ class KotlinGeneratorTest {\nval language = Ya...
Kotlin
Apache License 2.0
modelix/modelix
generate example language into separate sub-project
426,496
26.08.2022 11:20:00
-7,200
6bb3613bc1b58039b0d42777c7303728d5079aa2
generate properties, children and references
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "diff": "package org.modelix.metamodel.generator\nimport com.squareup.kotlinpoet....
Kotlin
Apache License 2.0
modelix/modelix
generate properties, children and references
426,496
26.08.2022 11:29:14
-7,200
8395ead78465c8c2e8ea82af5f52a24959790aa9
Generated language classes renamed to L_...
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "diff": "@@ -17,7 +17,7 @@ class KotlinGenerator(val outputDir: Path) {\nfun gene...
Kotlin
Apache License 2.0
modelix/modelix
Generated language classes renamed to L_...
426,496
26.08.2022 12:17:48
-7,200
b037d07a059543ba0a1733977d30369d347f9f01
Clean output directory before generation
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "diff": "@@ -15,14 +15,30 @@ import kotlin.reflect.KClass\nclass KotlinGenerator(...
Kotlin
Apache License 2.0
modelix/modelix
Clean output directory before generation
426,496
26.08.2022 14:54:13
-7,200
f62bb7660a6e095801ce3efe4a25afd0df410adf
draft of an editor DSL
[ { "change_type": "ADD", "old_path": null, "new_path": "metamodel-sandbox/src/main/kotlin/org/modelix/entities/EntityInstance.kt", "diff": "+package org.modelix.entities\n+\n+import kotlin.String\n+import org.modelix.metamodel.GeneratedConceptInstance\n+import org.modelix.metamodel.NodeChildren\n+imp...
Kotlin
Apache License 2.0
modelix/modelix
draft of an editor DSL
426,496
26.08.2022 15:40:23
-7,200
e3b57eba137162c7bf31e18f9daadb06848acd53
separate source directory for generated sources
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/test/kotlin/org/modelix/metamodel/generator/KotlinGeneratorTest.kt", "new_path": "metamodel-gen/src/test/kotlin/org/modelix/metamodel/generator/KotlinGeneratorTest.kt", "diff": "@@ -38,7 +38,7 @@ class KotlinGeneratorTest {\nval language = Ya...
Kotlin
Apache License 2.0
modelix/modelix
separate source directory for generated sources
426,496
26.08.2022 16:10:10
-7,200
be23711eb38d74a9ebea651e6237023b0b209a9b
reflection doesn't work when compiling to JS
[ { "change_type": "MODIFY", "old_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "new_path": "metamodel-gen/src/main/kotlin/org/modelix/metamodel/generator/KotlinGenerator.kt", "diff": "@@ -50,6 +50,7 @@ class KotlinGenerator(val outputDir: Path) {\n.addStat...
Kotlin
Apache License 2.0
modelix/modelix
reflection doesn't work when compiling to JS
426,496
26.08.2022 18:56:54
-7,200
f7b687368ee62c8f6afe0c52372ef2926158b984
moved meta model generator to the model-api repo The generator project has to be built separately before it can be used. The new location seems to be a good fit.
[ { "change_type": "MODIFY", "old_path": "gradle.properties", "new_path": "gradle.properties", "diff": "@@ -5,3 +5,4 @@ ktorVersion=2.0.2\nkotlinCoroutinesVersion=1.6.0\nkotlinVersion=1.6.21\nlogbackVersion=1.2.1\n+modelApiVersion=1.0.2-1-g55bb72a.dirty-SNAPSHOT\n" }, { "change_type": "DELETE"...
Kotlin
Apache License 2.0
modelix/modelix
moved meta model generator to the model-api repo The generator project has to be built separately before it can be used. The new location seems to be a good fit.
426,496
26.08.2022 19:55:10
-7,200
5b3614970d95fde2ddd01f8c290e2b988c356df4
Kotlin DSL for specifying the meta model In addition to the yaml/json files a language can also be specified in Kotlin and used as an input for the generator.
[ { "change_type": "MODIFY", "old_path": "metamodel-sandbox/build.gradle.kts", "new_path": "metamodel-sandbox/build.gradle.kts", "diff": "-import org.modelix.metamodel.definition.Language\n-import org.modelix.metamodel.generator.KotlinGenerator\n+import org.modelix.metamodel.generator.*\nbuildscript {...
Kotlin
Apache License 2.0
modelix/modelix
Kotlin DSL for specifying the meta model In addition to the yaml/json files a language can also be specified in Kotlin and used as an input for the generator.
426,496
28.08.2022 12:30:41
-7,200
9f4f66ed6390a5491c5e9cdb3470d5d0e4b66551
meta DSLs (3)
[ { "change_type": "MODIFY", "old_path": "metamodel-sandbox/src/main/kotlin/org/modelix/entities/editor/EditorDSL.kt", "new_path": "metamodel-sandbox/src/main/kotlin/org/modelix/entities/editor/EditorDSL.kt", "diff": "package org.modelix.entities.editor\nimport org.modelix.metamodel.GeneratedConcept\n...
Kotlin
Apache License 2.0
modelix/modelix
meta DSLs (3)
426,496
31.08.2022 12:07:47
-7,200
d7630b709da40d733d80a1a5683fb10657be2207
use model-api 1.1.0
[ { "change_type": "MODIFY", "old_path": "buildSrc/build.gradle.kts", "new_path": "buildSrc/build.gradle.kts", "diff": "+import java.util.Properties\n+val properties: Properties = file(\"${rootDir.parentFile}/gradle.properties\")\n+ .inputStream().use { stream -> Properties().also { it.load(stream) } ...
Kotlin
Apache License 2.0
modelix/modelix
use model-api 1.1.0
426,496
31.08.2022 16:17:33
-7,200
5c02df915ac62389e504801f3cf06008076da1bb
sorted lines
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.client/org.modelix.model.client.msd", "new_path": "mps/org.modelix.model.client/org.modelix.model.client.msd", "diff": "<sourceRoot location=\"model-client.jar\" />\n<sourceRoot location=\"model-client-kotlin-sources.jar\" />\n<sourceRoot...
Kotlin
Apache License 2.0
modelix/modelix
sorted lines
426,496
31.08.2022 17:29:46
-7,200
1306bcb1d2c6dd60bfce4b29bfdac335ef246ae1
ensure org.modelix.model.client doesn't contain jars already included in org.modelix.model.api
[ { "change_type": "MODIFY", "old_path": "model-client/build.gradle", "new_path": "model-client/build.gradle", "diff": "@@ -147,25 +147,3 @@ spotless {\n'\\n'\n}\n}\n-\n-task copyModelClientToMps(type: Sync) {\n- from configurations.jvmRuntimeClasspath\n- from \"$buildDir/libs\"\n- into \"$projectDir/...
Kotlin
Apache License 2.0
modelix/modelix
ensure org.modelix.model.client doesn't contain jars already included in org.modelix.model.api
426,496
01.09.2022 21:39:54
-7,200
9cea0cbe64353e7dbb77e10940f527ab28ffb5d3
Tokens where expected to be received via http in model export mode Correct is to expect this only in PROJECTOR mode. The gradle plugin was waiting forever.
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "new_path": "mps/org.modelix.model.mpsplugin/models/org.modelix.model.mpsplugin.mps", "diff": "<node concept=\"17QB3L\" id=\"1VUIoKf$qv5\" role=\"11_B2D\" />\n</node>\n<node concept=\"3K4...
Kotlin
Apache License 2.0
modelix/modelix
Tokens where expected to be received via http in model export mode Correct is to expect this only in PROJECTOR mode. The gradle plugin was waiting forever.
426,496
01.09.2022 21:47:25
-7,200
a99c750f66e1d087f1a99d27df7457f3f2e9284f
Allow http if only a self-signed certificate is used.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/ingress.yaml", "new_path": "helm/modelix/templates/common/ingress.yaml", "diff": "@@ -5,6 +5,10 @@ metadata:\nannotations:\nnginx.ingress.kubernetes.io/use-regex: \"true\"\nnginx.ingress.kubernetes.io/proxy-body-size: 200m\n+ {{ i...
Kotlin
Apache License 2.0
modelix/modelix
Allow http if only a self-signed certificate is used.
426,496
02.09.2022 09:58:00
-7,200
9c9ec0ff4230e37a92f6a117070aefcef49f39cc
use the new itemis nexus in the gradle-plugin-test project
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "buildscript {\nrepositories {\nmavenCentral()\n- maven { url 'https://projects.itemis.de/nexus/content/repositories/mbeddr' }\n+ maven { url 'https://artifacts.itemis.clo...
Kotlin
Apache License 2.0
modelix/modelix
use the new itemis nexus in the gradle-plugin-test project
426,496
02.09.2022 10:45:25
-7,200
7219a2c87bb8d5075ed9ea89ff91df1d8c8d2a6b
Ensure gradle-plugin-test uses the correct plugin version
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "@@ -5,8 +5,14 @@ buildscript {\nmavenLocal()\n}\n+ def versionFile = new File(\"$rootDir/../modelix.version\")\n+ if (!versionFile.exists()) {\n+ throw new GradleExceptio...
Kotlin
Apache License 2.0
modelix/modelix
Ensure gradle-plugin-test uses the correct plugin version
426,496
02.09.2022 11:42:29
-7,200
e90c89b39ab0f33b2a1356b4ad96b52e27a0f079
Fixed the gradle-plugin-test build script
[ { "change_type": "MODIFY", "old_path": "gradle-plugin-test/build.gradle", "new_path": "gradle-plugin-test/build.gradle", "diff": "@@ -38,11 +38,14 @@ def pluginsDirFromExtensions = [\n\"org.modelix.model.api\",\n\"mps-apache-commons\"]\n+def mpsProjectDir = file(\"$projectDir/downloadedProject\")\n+...
Kotlin
Apache License 2.0
modelix/modelix
Fixed the gradle-plugin-test build script
426,496
07.09.2022 09:10:46
-7,200
184adfa528a72fc20a75b42b906790146f52a305
Git workflow for the model-client is not needed anymore
[ { "change_type": "DELETE", "old_path": ".github/workflows/modelclient.yml", "new_path": null, "diff": "-name: ModelClient\n-\n-on:\n- push:\n- branches:\n- - '**'\n-\n-jobs:\n- build:\n-\n- runs-on: ubuntu-latest\n-\n- steps:\n- - uses: actions/checkout@v1\n- - uses: actions/cache@v2.1.5\n- with:\n-...
Kotlin
Apache License 2.0
modelix/modelix
Git workflow for the model-client is not needed anymore
426,496
07.09.2022 09:31:15
-7,200
9c4dfbb605f91b21d29e05e8aa3fcb5e5c31ffe5
Moved some tests from model-client model-server They need the model server and after the repository split the client cannot have a dependency on the server
[ { "change_type": "RENAME", "old_path": "model-server/src/test/kotlin/JsonAPITest.kt", "new_path": "model-server/src/test/kotlin/org/modelix/model/server/JsonAPITest.kt", "diff": "* limitations under the License.\n*/\n+package org.modelix.model.server\n+\nimport io.ktor.client.request.*\nimport io.kt...
Kotlin
Apache License 2.0
modelix/modelix
Moved some tests from model-client model-server They need the model server and after the repository split the client cannot have a dependency on the server
426,496
07.09.2022 12:06:52
-7,200
47c9f663251108b4e0d783edaa82d46183463582
Fixed the model client test It uses ktor to run the server/client test in the same process instead of starting the server in a new process.
[ { "change_type": "MODIFY", "old_path": "gradle.properties", "new_path": "gradle.properties", "diff": "@@ -2,8 +2,9 @@ systemProp.org.gradle.internal.http.connectionTimeout=180000\nsystemProp.org.gradle.internal.http.socketTimeout=180000\nkotlin.daemon.jvmargs=-Xmx2G\n-ktorVersion=2.0.2\n-kotlinCorou...
Kotlin
Apache License 2.0
modelix/modelix
Fixed the model client test It uses ktor to run the server/client test in the same process instead of starting the server in a new process.
426,496
07.09.2022 12:55:58
-7,200
cbfd6c8ec34e25d5101bd68aefda2038e1489ba0
added missing dependency to graphql-server
[ { "change_type": "MODIFY", "old_path": "graphql-server/build.gradle.kts", "new_path": "graphql-server/build.gradle.kts", "diff": "@@ -21,6 +21,7 @@ dependencies {\nimplementation(\"com.expediagroup\", \"graphql-kotlin-server\", graphqlKotlinVersion)\nimplementation(\"io.ktor\", \"ktor-server-core\",...
Kotlin
Apache License 2.0
modelix/modelix
added missing dependency to graphql-server
426,496
04.10.2022 11:34:53
-7,200
89041a5188a6e989f3fd5d59445bf273bbb2ae65
helm/update-versions.sh failed on github actions
[ { "change_type": "MODIFY", "old_path": "helm/update-versions.sh", "new_path": "helm/update-versions.sh", "diff": "@@ -6,7 +6,7 @@ cd \"$(dirname \"$0\")\"\nwhile IFS='=' read -r key value\ndo\n- if [ \"modelixCoreVersion\" == \"${key}\" ]; then\n+ if [[ \"modelixCoreVersion\" == \"${key}\" ]]; then\...
Kotlin
Apache License 2.0
modelix/modelix
helm/update-versions.sh failed on github actions
426,496
05.10.2022 16:37:44
-7,200
fe9651a9b222813b6054a50f11ad74b1d181ccfb
replaced log4j in instances-manager
[ { "change_type": "MODIFY", "old_path": "instances-manager/build.gradle", "new_path": "instances-manager/build.gradle", "diff": "@@ -27,14 +27,13 @@ shadowJar {\ndef ktorVersion = rootProject.ktorVersion\ndef kotlinCoroutinesVersion = rootProject.kotlinCoroutinesVersion\ndef kotlinVersion = rootProje...
Kotlin
Apache License 2.0
modelix/modelix
replaced log4j in instances-manager https://github.com/modelix/modelix/issues/178
426,496
11.10.2022 09:03:40
-7,200
5fba305e191e797a0e4d84c607404cde4d932861
added resource requests/limits to all deployments Deploying to rancher failed because this was missing on some deployments.
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "new_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "diff": "@@ -82,6 +82,13 @@ spec:\nhttpGet:\npath: /realms/master\nport: 8080\n+ resources:\n+ requests:\n+ memory: \"500Mi\"\n+ cpu:...
Kotlin
Apache License 2.0
modelix/modelix
added resource requests/limits to all deployments Deploying to rancher failed because this was missing on some deployments.
426,496
11.10.2022 09:59:44
-7,200
b73b83d5ccb408bd8405e0e2ba83a49e567808e8
helm/update-versions.sh didn't work on github actions
[ { "change_type": "MODIFY", "old_path": "helm/update-versions.sh", "new_path": "helm/update-versions.sh", "diff": "@@ -6,7 +6,7 @@ cd \"$(dirname \"$0\")\"\nwhile IFS='=' read -r key value\ndo\n- if [[ \"modelixCoreVersion\" == \"${key}\" ]]; then\n+ if [ \"modelixCoreVersion\" = \"${key}\" ]; then\n...
Kotlin
Apache License 2.0
modelix/modelix
helm/update-versions.sh didn't work on github actions
426,496
26.10.2022 10:36:59
-7,200
80e6bea1692eace62f2dbb1bc1ea500f079cf4b2
wrong model server version was used when running helm/install.sh
[ { "change_type": "MODIFY", "old_path": "helm/dev.yaml", "new_path": "helm/dev.yaml", "diff": "imageTags:\ndb: \"\"\ninstancesManager: \"\"\n- model: \"\"\n- oauth: \"\"\nproxy: \"\"\nwsClient: \"\"\nwsManager: \"\"\n" }, { "change_type": "MODIFY", "old_path": "helm/modelix/values.yaml", ...
Kotlin
Apache License 2.0
modelix/modelix
wrong model server version was used when running helm/install.sh
426,496
26.10.2022 10:38:36
-7,200
ce237960ae49af7897df0ade0862976ec5b6655b
used fixed version of oauth-proxy
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/oauth-deployment.yaml", "new_path": "helm/modelix/templates/common/oauth-deployment.yaml", "diff": "@@ -45,7 +45,7 @@ spec:\ninitialDelaySeconds: 3\nperiodSeconds: 10\ntimeoutSeconds: 5\n- - image: \"{{ default .Values.dockerProxy...
Kotlin
Apache License 2.0
modelix/modelix
used fixed version of oauth-proxy
426,496
02.12.2022 14:49:09
-3,600
47d49da5971e47f81215244e6983b073005098ba
The headless-mps subproject was using an old version of kotlinx-serialization It's now using the same as in modelix.core.
[ { "change_type": "MODIFY", "old_path": "gradle.properties", "new_path": "gradle.properties", "diff": "@@ -4,6 +4,7 @@ kotlin.daemon.jvmargs=-Xmx2G\nkotlinVersion=1.7.10\nkotlinCoroutinesVersion=1.6.3\n+kotlinxSerializationVersion=1.4.1\nktorVersion=2.0.3\nkotlinLoggingVersion=2.1.21\nlogbackVersion=...
Kotlin
Apache License 2.0
modelix/modelix
The headless-mps subproject was using an old version of kotlinx-serialization It's now using the same as in modelix.core.
426,496
02.12.2022 14:49:54
-3,600
a6a37791b7f70560b3f854f1ab0941966f0159e2
Migrated VirtualRepository (org.modelix.ui.common) to modelix.core 1.4.1
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "new_path": "mps/org.modelix.ui.common/models/org.modelix.ui.common.mps", "diff": "</node>\n</node>\n</node>\n+ <node concept=\"2tJIrI\" id=\"1oe$moqhu4v\" role=\"jymVt\" />\n+ <node concept=\"3clFb_...
Kotlin
Apache License 2.0
modelix/modelix
Migrated VirtualRepository (org.modelix.ui.common) to modelix.core 1.4.1
426,496
02.12.2022 14:50:23
-3,600
316d2d74cc6049a19553616d676dae1fafef665f
Caret wasn't blinking
[ { "change_type": "MODIFY", "old_path": "ui-client/src/styles/sm.scss", "new_path": "ui-client/src/styles/sm.scss", "diff": "@@ -125,3 +125,10 @@ a:active {\npadding: 3px 6px;\n}\n}\n+\n+@keyframes blinker {\n+ from { opacity: 100%; }\n+ 49% { opacity: 100%; }\n+ 50% { opacity: 40%; }\n+ to { opacity...
Kotlin
Apache License 2.0
modelix/modelix
Caret wasn't blinking
426,496
03.12.2022 11:28:22
-3,600
f7644f61e69490fce1469b40e573e11afb0a723d
fixed integration test RepositoryCanBeAddedAndRemembered
[ { "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=\"3clFbH\" id=\"2w1ObJSZMLc\" role=\"3cqZAp\"...
Kotlin
Apache License 2.0
modelix/modelix
fixed integration test RepositoryCanBeAddedAndRemembered
426,496
16.01.2023 11:08:23
-3,600
94f8a7cfd3630a365d57af9dfcd53a6334fdac74
default authorization configuration
[ { "change_type": "MODIFY", "old_path": "gradle.properties", "new_path": "gradle.properties", "diff": "@@ -8,4 +8,4 @@ kotlinxSerializationVersion=1.4.1\nktorVersion=2.0.3\nkotlinLoggingVersion=2.1.21\nlogbackVersion=1.2.1\n-modelixCoreVersion=1.4.3\n+modelixCoreVersion=1.4.19-SNAPSHOT\n" }, { ...
Kotlin
Apache License 2.0
modelix/modelix
default authorization configuration
426,505
24.01.2023 16:45:14
-3,600
41da1c234281dc3e26720ae483e4ad9430aa6739
instances-manager: enable simple SLF4J logging
[ { "change_type": "MODIFY", "old_path": "instances-manager/build.gradle", "new_path": "instances-manager/build.gradle", "diff": "@@ -61,6 +61,8 @@ dependencies {\nimplementation(\"io.ktor:ktor-server-cors:$ktorVersion\")\nimplementation(\"io.ktor:ktor-server-html-builder:$ktorVersion\")\nimplementati...
Kotlin
Apache License 2.0
modelix/modelix
instances-manager: enable simple SLF4J logging
426,496
24.01.2023 17:00:05
-3,600
eb3a606c93be54e54cdc195b3ad2f5027890dcd2
removed stubs that are now part of model-api
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.build/models/org.modelix.build.mps", "new_path": "mps/org.modelix.build/models/org.modelix.build.mps", "diff": "</node>\n</node>\n</node>\n- <node concept=\"1SiIV0\" id=\"51AkiRkUhQ6\" role=\"3bR37C\">\n- <node concept=\"1BurEX\" id=\"51AkiRkUh...
Kotlin
Apache License 2.0
modelix/modelix
removed stubs that are now part of model-api
426,496
24.01.2023 18:10:12
-3,600
30d04a4cf79611520568ca785377a3d47b97f9b1
allow users to create a new workspace
[ { "change_type": "MODIFY", "old_path": "helm/modelix/keycloak-realm.json", "new_path": "helm/modelix/keycloak-realm.json", "diff": "\"policyEnforcementMode\": \"ENFORCING\",\n\"resources\": [\n{\n- \"name\": \"default/workspace-list\",\n- \"type\": \"default\",\n+ \"name\": \"list/workspace-list\",\...
Kotlin
Apache License 2.0
modelix/modelix
allow users to create a new workspace
426,496
26.01.2023 12:32:05
-3,600
92d73b7d15f8259be7a5ef8df905344bc91091b9
grant access to the owner of a workspace (2)
[ { "change_type": "MODIFY", "old_path": "gradle.properties", "new_path": "gradle.properties", "diff": "@@ -8,4 +8,4 @@ kotlinxSerializationVersion=1.4.1\nktorVersion=2.0.3\nkotlinLoggingVersion=2.1.21\nlogbackVersion=1.2.1\n-modelixCoreVersion=1.5.5\n+modelixCoreVersion=1.5.6\n" }, { "change_...
Kotlin
Apache License 2.0
modelix/modelix
grant access to the owner of a workspace (2)
426,496
26.01.2023 12:44:22
-3,600
a95e1885dc311c360763a4cfa56610209373da97
hide buttons on the edit page if the user has no WRITE permission
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "diff": "@@ -254,6 +254,7 @@ fun Application.workspaceManagerMo...
Kotlin
Apache License 2.0
modelix/modelix
hide buttons on the edit page if the user has no WRITE permission
426,496
26.01.2023 14:00:19
-3,600
4caaa232c09f3dfb950448aac5a7a595dd9dc8af
allow all users to read all workspaces by default
[ { "change_type": "MODIFY", "old_path": "helm/modelix/keycloak-realm.json", "new_path": "helm/modelix/keycloak-realm.json", "diff": "\"applyPolicies\": \"[\\\"grant modelix-user\\\"]\"\n}\n},\n+ {\n+ \"name\": \"modelix-user can read all workspaces\",\n+ \"type\": \"scope\",\n+ \"logic\": \"POSITIVE\...
Kotlin
Apache License 2.0
modelix/modelix
allow all users to read all workspaces by default
426,496
03.02.2023 15:33:02
-3,600
5b9ea020085ebe80355db47c1ff5f2c27189b0d2
bundled MPS libraries were still downloaded from github packages
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -5,7 +5,6 @@ RUN apt install maven -y\nRUN apt install git -y\nRUN apt install ant -y\n-COPY bundled-maven-dependencies/settings.xml /root/.m2/settings.xml\nCOPY bundled-mav...
Kotlin
Apache License 2.0
modelix/modelix
bundled MPS libraries were still downloaded from github packages
426,496
03.02.2023 16:24:40
-3,600
4a09a7160149196ae66c32f060450be2135757be
fixed Dockerfile-workspace-manager
[ { "change_type": "MODIFY", "old_path": "Dockerfile-workspace-manager", "new_path": "Dockerfile-workspace-manager", "diff": "@@ -14,7 +14,6 @@ RUN mvn dependency:go-offline\nWORKDIR /root/.m2\nRUN find -iname \"*.repositories\" -exec rm -f {} \\;\nRUN find -iname \"*.sha1\" -exec rm -f {} \\;\n-RUN r...
Kotlin
Apache License 2.0
modelix/modelix
fixed Dockerfile-workspace-manager
426,496
06.02.2023 16:16:03
-3,600
4730c42a943d68a44667b0a46eb6537ac850e746
removed git4idea workaround The git4idea stubs solution didn't have a java facet, but this is fixed by now.
[ { "change_type": "MODIFY", "old_path": "mps/.mps/modules.xml", "new_path": "mps/.mps/modules.xml", "diff": "<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.state/org.modelix.ui.state.mpl\" folder=\"ui\" />\n<modulePath path=\"$PROJECT_DIR$/org.modelix.ui.svg/org.modelix.ui.svg.msd\" folder=\"ui.imag...
Kotlin
Apache License 2.0
modelix/modelix
removed git4idea workaround The git4idea stubs solution didn't have a java facet, but this is fixed by now.
426,496
06.02.2023 16:52:55
-3,600
50c03484212886ef61328064b2a1192f162545ad
Unit test for diff image rendering
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.build/models/org.modelix.build.mps", "new_path": "mps/org.modelix.build/models/org.modelix.build.mps", "diff": "<property role=\"BnDLt\" value=\"true\" />\n<property role=\"TrG5h\" value=\"org.modelix.ui.diff\" />\n<property role=\"3LESm3\" val...
Kotlin
Apache License 2.0
modelix/modelix
Unit test for diff image rendering
426,496
06.02.2023 17:12:05
-3,600
f96168a451de762f920a4e0cb7f99547471614a6
make the build fail if there are failing MPS tests
[ { "change_type": "MODIFY", "old_path": ".idea/gradle.xml", "new_path": ".idea/gradle.xml", "diff": "<option name=\"modules\">\n<set>\n<option value=\"$PROJECT_DIR$\" />\n- <option value=\"$PROJECT_DIR$/buildSrc\" />\n<option value=\"$PROJECT_DIR$/gitui\" />\n<option value=\"$PROJECT_DIR$/gradle-plug...
Kotlin
Apache License 2.0
modelix/modelix
make the build fail if there are failing MPS tests
426,496
06.02.2023 19:44:31
-3,600
1ce03fb520bbe67a640f13ec54c2e4b957fbcd3c
git repository wasn't found during test execution
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.diff/models/test.org.modelix.ui.diff@tests.mps", "new_path": "mps/org.modelix.ui.diff/models/test.org.modelix.ui.diff@tests.mps", "diff": "<imports>\n<import index=\"lvkz\" ref=\"r:ab9ceea2-f32a-4ea6-be78-3e6c2d4ef84b(org.modelix.ui.diff)\" ...
Kotlin
Apache License 2.0
modelix/modelix
git repository wasn't found during test execution
426,496
07.02.2023 10:30:47
-3,600
0acc168c3b19b97a6aadd0c62360d99b2a1f2c61
more heap space for MPS test execution
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.build/models/org.modelix.build.mps", "new_path": "mps/org.modelix.build/models/org.modelix.build.mps", "diff": "</concept>\n<concept id=\"6593674873639474400\" name=\"jetbrains.mps.build.mps.tests.structure.BuildMps_TestModules_Options\" flags=...
Kotlin
Apache License 2.0
modelix/modelix
more heap space for MPS test execution
426,496
07.02.2023 10:50:11
-3,600
56d9acc63c9d07e2f7460760592c854c646b828e
upload test reports on github actions
[ { "change_type": "MODIFY", "old_path": ".github/workflows/overallbuild.yml", "new_path": ".github/workflows/overallbuild.yml", "diff": "@@ -31,3 +31,12 @@ jobs:\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\nrun: ./gradlew build\n+ - name: Archive test report\n+ uses: actions/upload-artifact@v3\n...
Kotlin
Apache License 2.0
modelix/modelix
upload test reports on github actions
426,496
07.02.2023 11:37:32
-3,600
6788f2cbfead2892335d21c2d21adb20826175b1
attempt to fix X11 error
[ { "change_type": "MODIFY", "old_path": ".github/workflows/overallbuild.yml", "new_path": ".github/workflows/overallbuild.yml", "diff": "@@ -30,7 +30,10 @@ jobs:\n- name: Assemble\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n- run: ./gradlew build\n+ run: |\n+ export DISPLAY=:99\n+ sudo Xvfb -ac...
Kotlin
Apache License 2.0
modelix/modelix
attempt to fix X11 error
426,496
07.02.2023 11:53:54
-3,600
6acd1a82a48f3a5f53e8ad764824737cc76215b2
git revision used in the test are missing after the history rewrite
[ { "change_type": "MODIFY", "old_path": "mps/org.modelix.ui.diff/models/test.org.modelix.ui.diff@tests.mps", "new_path": "mps/org.modelix.ui.diff/models/test.org.modelix.ui.diff@tests.mps", "diff": "<node concept=\"liA8E\" id=\"5qbHjZpJx0I\" role=\"2OqNvi\">\n<ref role=\"37wK5l\" to=\"lvkz:2XovqnGUhM...
Kotlin
Apache License 2.0
modelix/modelix
git revision used in the test are missing after the history rewrite
426,496
07.02.2023 16:37:29
-3,600
c2d772d51ba038f3e598e9793d50b0c35838ccd7
removed patch for error markers in headless mode MPS is now executed in projector where it is not in headless mode. It works without this patch.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-mps", "new_path": "Dockerfile-mps", "diff": "@@ -68,15 +68,5 @@ RUN set -eux; \\\nWORKDIR /usr/modelix-ui\nCOPY artifacts/mps/ /usr/modelix-ui/mps/\n-# Enable error markers in headless mode\n-RUN apt update && apt install -y zip\n-RUN mkdir -p /tmp/...
Kotlin
Apache License 2.0
modelix/modelix
removed patch for error markers in headless mode MPS is now executed in projector where it is not in headless mode. It works without this patch.
426,496
07.02.2023 16:57:32
-3,600
9452090633dc96cc1cb9963003d3518b12908c23
deleted unused modelix/modelix-ui docker image There isn't even a kubernetes config for it anymore. The UI plugin now runs inside projector.
[ { "change_type": "DELETE", "old_path": "Dockerfile-ui", "new_path": null, "diff": "-FROM modelix/modelix-base\n-WORKDIR /usr/modelix-ui\n-EXPOSE 33333\n-\n-#RUN mkdir -p /opt/cprof && \\\n-# wget -q -O- https://storage.googleapis.com/cloud-profiler/java/latest/profiler_java_agent.tar.gz \\\n-# | tar...
Kotlin
Apache License 2.0
modelix/modelix
deleted unused modelix/modelix-ui docker image There isn't even a kubernetes config for it anymore. The UI plugin now runs inside projector.
426,496
07.02.2023 17:04:49
-3,600
fa9a9684c88fafd9f861e0d0792e0e56b2c73721
deleted unused modelix/modelix-uiproxy docker image This allowed to view diffs of MPS models for github pull request. It's not maintained anymore and there is no kubernetes config for it.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -74,7 +74,6 @@ An MPS instances with a lot of languages and plugins can require ~8 GB of memory\n| [samples](samples) | Projects that show you how to build your own kubernetes cluster running MPS with custom lan...
Kotlin
Apache License 2.0
modelix/modelix
deleted unused modelix/modelix-uiproxy docker image This allowed to view diffs of MPS models for github pull request. It's not maintained anymore and there is no kubernetes config for it.
426,496
08.02.2023 11:09:02
-3,600
f5a00c7061a344a39637fd473666d220ddc21107
fixed workspace paths
[ { "change_type": "MODIFY", "old_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "new_path": "workspace-manager/src/main/kotlin/org/modelix/workspace/manager/WorkspaceManagerModule.kt", "diff": "@@ -662,7 +662,7 @@ fun Application.workspaceManagerMo...
Kotlin
Apache License 2.0
modelix/modelix
fixed workspace paths
426,496
08.02.2023 15:26:51
-3,600
3aa7e33f153b8c89d0e30b7af0ce10e8d8d5d0d0
MPS didn't start in projector because of the settings migration dialog The renaming of the settings folder didn't work. MPS versions other than 2020.3 didn't start, because MPS asked to import settings from a previous version.
[ { "change_type": "MODIFY", "old_path": "Dockerfile-projector", "new_path": "Dockerfile-projector", "diff": "@@ -8,9 +8,7 @@ COPY build/org.modelix/build/artifacts/org.modelix/plugins/ /mps-plugins/modelix\nRUN /install-plugins.sh /projector/ide/plugins/\nCOPY projector-user-home /home/projector-user...
Kotlin
Apache License 2.0
modelix/modelix
MPS didn't start in projector because of the settings migration dialog The renaming of the settings folder didn't work. MPS versions other than 2020.3 didn't start, because MPS asked to import settings from a previous version.
426,496
08.02.2023 15:28:43
-3,600
169de7bc373c305b67689099b4ee9b808123f441
The workspace-client failed to download the workspace The request didn't include the Authorization header so the access was denied by the workspace-manager.
[ { "change_type": "MODIFY", "old_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "new_path": "workspace-client/src/main/kotlin/org/modelix/workspace/client/Main.kt", "diff": "package org.modelix.workspace.client\nimport io.ktor.client.*\n-import io.ktor.client.call.*\n...
Kotlin
Apache License 2.0
modelix/modelix
The workspace-client failed to download the workspace The request didn't include the Authorization header so the access was denied by the workspace-manager.
426,496
08.02.2023 15:29:44
-3,600
da049be3add5fee05f25cbd2273099ad376da832
keycloak was evicted by kubernetes because the ephemeral-storage size wasn't set
[ { "change_type": "MODIFY", "old_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "new_path": "helm/modelix/templates/common/keycloak-deployment.yaml", "diff": "@@ -86,9 +86,11 @@ spec:\nrequests:\nmemory: \"500Mi\"\ncpu: \"0.1\"\n+ ephemeral-storage: 500M\nlimits:\nmemory: \"500Mi\"\...
Kotlin
Apache License 2.0
modelix/modelix
keycloak was evicted by kubernetes because the ephemeral-storage size wasn't set
234,912
06.02.2017 15:06:01
-10,800
bc252bf216fcb3ff9143d8a6e7ffcce9a40a33db
Fixed click warnings, updated spec
[ { "change_type": "MODIFY", "old_path": "features/fail_fast_two_schema_errors.yml", "new_path": "features/fail_fast_two_schema_errors.yml", "diff": "@@ -5,6 +5,6 @@ fail_fast_two_schema_errors:\nsource: data/fail_fast_two_schema_errors.csv\nschema: data/test_schema.json\nreport:\n- - [1, 4, 2, 'requi...
Python
MIT License
frictionlessdata/frictionless-py
Fixed click warnings, updated spec (#166)
234,912
03.03.2017 17:46:12
-10,800
1d35ef736afcad125b2d6a815a47b20db28a50e0
Disallow shorthand syntax for tables/datapackages presets
[ { "change_type": "MODIFY", "old_path": "examples/datapackages.py", "new_path": "examples/datapackages.py", "diff": "@@ -3,7 +3,7 @@ from goodtables import Inspector\ninspector = Inspector()\nreport = inspector.inspect([\n- 'data/datapackages/valid/datapackage.json',\n+ {'source': 'data/datapackages/...
Python
MIT License
frictionlessdata/frictionless-py
Disallow shorthand syntax for tables/datapackages presets (#179)
234,912
03.03.2017 21:01:34
-10,800
99a7742a75398436cfd57c2c14ff387101db3aa4
Renamed config to settings in tests
[ { "change_type": "MODIFY", "old_path": "features/fail_fast_two_schema_errors.yml", "new_path": "features/fail_fast_two_schema_errors.yml", "diff": "fail_fast_two_schema_errors:\n- config:\n+ settings:\nchecks: schema\nerror_limit: 3\nsource: data/fail_fast_two_schema_errors.csv\n" }, { "chan...
Python
MIT License
frictionlessdata/frictionless-py
Renamed config to settings in tests (#183)
234,912
16.06.2017 12:11:12
-10,800
7595666513b22861df01d41315bb0cfb6729a285
Fixed invalid json error for table preset
[ { "change_type": "MODIFY", "old_path": "goodtables/presets/table.py", "new_path": "goodtables/presets/table.py", "diff": "@@ -39,6 +39,10 @@ def table(source, schema=None, **options):\nwarnings.append(\n'Table schema \"%s\" has a validation error \"%s\"' %\n(schema, str(error).splitlines()[0]))\n+ e...
Python
MIT License
frictionlessdata/frictionless-py
Fixed invalid json error for table preset (#197)
234,912
20.09.2017 19:36:09
-10,800
9a73f4c0e9c6d4bc51a088e21c2d3f1b08dcef14
Improved validation error messages Improved validation error messages
[ { "change_type": "MODIFY", "old_path": "goodtables/inspector.py", "new_path": "goodtables/inspector.py", "diff": "@@ -302,7 +302,7 @@ def _compose_error_from_exception(exception):\ndef _compose_error_from_schema_error(error):\ncode = 'schema-error'\n- message = 'Table Schema error: %s' % error.messa...
Python
MIT License
frictionlessdata/frictionless-py
Improved validation error messages (#220) Improved validation error messages
234,902
05.10.2017 10:17:35
14,400
440ae72e11c3785ac81a4c8b3e1c24af26a5a43f
Fix off-by-one errors in extra_header check Comparison misses the edge case where the extra column has data in it Resulting assignment does not account for the fact that the column numbers are 1-indexed while python lists are 0-indexed.
[ { "change_type": "MODIFY", "old_path": "goodtables/checks/extra_header.py", "new_path": "goodtables/checks/extra_header.py", "diff": "@@ -31,8 +31,8 @@ class ExtraHeader(object):\ncolumn_sample = []\nfor row in sample:\nvalue = None\n- if len(row) > cell['number']:\n- value = row[cell['number']]\n+ ...
Python
MIT License
frictionlessdata/frictionless-py
Fix off-by-one errors in extra_header check (#223) Comparison misses the edge case where the extra column has data in it Resulting assignment does not account for the fact that the column numbers are 1-indexed while python lists are 0-indexed.
234,912
05.10.2017 18:19:03
-10,800
bf0ac009a64efd316a216c7fe6eaa16dd7862948
Added support for pathlib.Path
[ { "change_type": "MODIFY", "old_path": "goodtables/validate.py", "new_path": "goodtables/validate.py", "diff": "@@ -28,6 +28,15 @@ def validate(source, **options):\nsettings['custom_checks'] = options.pop('custom_checks', None)\nsettings = {key: value for key, value in settings.items() if value is n...
Python
MIT License
frictionlessdata/frictionless-py
Added support for pathlib.Path (#224)
234,918
12.04.2018 11:21:57
-10,800
cc8df70e9de9e2e85864511811025dc712af7819
Fix Markdown description on PyPI * Rebase on MD long_description * v2.0.2 * Revert "v2.0.2" This reverts commit
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "sudo:\n- required\n-\n-dist:\n- trusty\n-\n-addons:\n- apt:\n- packages:\n- - pandoc\n+ false\nlanguage:\npython\n@@ -35,11 +27,6 @@ script:\nafter_success:\n- coveralls\n-before_deploy:\n- - pandoc --version\n...
Python
MIT License
frictionlessdata/frictionless-py
Fix Markdown description on PyPI (#266) * Rebase on MD long_description * v2.0.2 * Revert "v2.0.2" This reverts commit 23e74fbbb2dc539fd830fc877853dc5de040c044.
234,898
29.08.2018 20:08:32
-43,200
4a8608033da5559d06183fc8432650aa84d0b4e1
Correct typo in blacklisted values example
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -160,7 +160,7 @@ Let's check that the `name` column doesn't contain rows with `bug` or `bad`:\nfrom goodtables import validate\nreport = validate('data.csv', checks=[\n- {'blacklisted-value': {'column': 'id', 'b...
Python
MIT License
frictionlessdata/frictionless-py
Correct typo in blacklisted values example (#275)
234,919
03.06.2019 14:23:19
-7,200
4814dba9d13728c5770808b88ceb5fba991f02a7
Allow headers containing None values to appear in report
[ { "change_type": "MODIFY", "old_path": "goodtables/inspector.py", "new_path": "goodtables/inspector.py", "diff": "@@ -261,7 +261,7 @@ class Inspector(object):\nstop = datetime.datetime.now()\n# Compose report\n- headers = headers if None not in headers else None\n+ headers = headers if any(elt is no...
Python
MIT License
frictionlessdata/frictionless-py
Allow headers containing None values to appear in report (#295)
234,919
03.06.2019 14:27:59
-7,200
13ff658adeabb68679df671908ab3fd9176b434e
Avoid AttributeError in pattern-constraint filter
[ { "change_type": "MODIFY", "old_path": "goodtables/checks/pattern_constraint.py", "new_path": "goodtables/checks/pattern_constraint.py", "diff": "@@ -16,6 +16,7 @@ def pattern_constraint(cells):\nfor error in errors:\n# No reason to run other checks in this cell\n+ if hasattr(error, 'cell'):\ncells....
Python
MIT License
frictionlessdata/frictionless-py
Avoid AttributeError in pattern-constraint filter (#296)
234,910
30.10.2019 04:14:56
21,600
17ad677d778db867dbdff59022cb1fdfb0e6a329
Return file not found error if local file does not exist
[ { "change_type": "MODIFY", "old_path": "goodtables/inspector.py", "new_path": "goodtables/inspector.py", "diff": "@@ -4,6 +4,12 @@ from __future__ import print_function\nfrom __future__ import absolute_import\nfrom __future__ import unicode_literals\n+import os\n+try:\n+ from urllib.parse import url...
Python
MIT License
frictionlessdata/frictionless-py
Return file not found error if local file does not exist (#315)
234,909
09.03.2020 07:59:11
14,400
4c606d428ecff5c860d1d8fec72f38207746d496
Unique constraint: fix cache usage and improve an error message
[ { "change_type": "MODIFY", "old_path": "goodtables/checks/unique_constraint.py", "new_path": "goodtables/checks/unique_constraint.py", "diff": "@@ -4,12 +4,15 @@ from __future__ import print_function\nfrom __future__ import absolute_import\nfrom __future__ import unicode_literals\n+from collections ...
Python
MIT License
frictionlessdata/frictionless-py
Unique constraint: fix cache usage and improve an error message (#334) Co-authored-by: roll <roll@users.noreply.github.com>
234,889
16.03.2020 08:32:23
-3,600
64758803d156c71d3ffcd66c72685540a2f56e0d
Fixed bug where check.position argument validation was breaking the actual check registration in place. position variable was being ovewriten as list but the following lines were expecting the original string format <before|after>:<check_name>
[ { "change_type": "MODIFY", "old_path": "goodtables/registry.py", "new_path": "goodtables/registry.py", "diff": "@@ -99,9 +99,9 @@ class Registry(object):\n# Validate position\nif position:\ntry:\n- position = position.split(':', 1)\n- assert position[0] in ['before', 'after']\n- assert self.__checks...
Python
MIT License
frictionlessdata/frictionless-py
Fixed bug where check.position argument validation was breaking the actual check registration in place. (#339) position variable was being ovewriten as list but the following lines were expecting the original string format <before|after>:<check_name>
234,897
22.04.2020 09:23:01
14,400
6014181e3bd2b4bb023a17c483350960efa4525e
Fixes the test scenarios' names I gave these scenarios unique names (to match their YAML file names) and updated missing_headers.yml to expect the errors in the data and schema.
[ { "change_type": "MODIFY", "old_path": "tests/scenarios/missing_headers.yml", "new_path": "tests/scenarios/missing_headers.yml", "diff": "-primary_key_field:\n+missing_headers:\nsource:\n- [id, last_name, first_name, language]\n- [1, Alex, John, English]\n@@ -17,4 +17,6 @@ primary_key_field:\n- stru...
Python
MIT License
frictionlessdata/frictionless-py
Fixes the test scenarios' names (#355) I gave these scenarios unique names (to match their YAML file names) and updated missing_headers.yml to expect the errors in the data and schema.
234,912
24.04.2020 10:51:52
-10,800
88af7cde188346121d077db6111eb334caab6176
Fixed AttributeError if a field's type is not supported
[ { "change_type": "MODIFY", "old_path": "setup.py", "new_path": "setup.py", "diff": "@@ -28,7 +28,7 @@ INSTALL_REQUIRES = [\n'simpleeval>=0.9',\n'statistics>=1.0',\n'tabulator>=1.29',\n- 'tableschema>=1.16',\n+ 'tableschema>=1.16.1',\n'datapackage>=1.10',\n]\nINSTALL_FORMAT_ODS_REQUIRES = [\n" }, ...
Python
MIT License
frictionlessdata/frictionless-py
Fixed AttributeError if a field's type is not supported (#358)
234,912
27.04.2020 10:57:48
-10,800
dc89fa1f407a766e521388a43f4938b226b75c48
Fix minor table tests
[ { "change_type": "MODIFY", "old_path": "tests/presets/test_nested.py", "new_path": "tests/presets/test_nested.py", "diff": "@@ -21,6 +21,7 @@ def test_validate_tables_invalid(log):\n], preset='nested', infer_schema=True)\nassert log(report) == [\n(2, None, 3, 'blank-header'),\n+ (2, None, 3, 'non-ma...
Python
MIT License
frictionlessdata/frictionless-py
Fix minor table tests (#360)
234,912
27.04.2020 16:14:27
-10,800
3a029960b9b154fb539c41e224522760a728c263
Fix an invalid reference table raises an exception in the FK check
[ { "change_type": "MODIFY", "old_path": "goodtables/contrib/checks/foreign_key.py", "new_path": "goodtables/contrib/checks/foreign_key.py", "diff": "@@ -5,9 +5,9 @@ from __future__ import absolute_import\nfrom __future__ import unicode_literals\nimport json\n+import datapackage\nfrom copy import deep...
Python
MIT License
frictionlessdata/frictionless-py
Fix an invalid reference table raises an exception in the FK check (#365)
234,912
21.09.2020 14:06:58
-10,800
46777738fa557850aa6f3e518f03b5631c0bf1a5
Improved the migration note
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "Frictionless is a framework to describe, extract, validate, and transform tabular data. It supports a great deal of data sources and formats, as well as provides popular platforms integrations. The framework is pow...
Python
MIT License
frictionlessdata/frictionless-py
Improved the migration note
234,912
21.09.2020 14:10:53
-10,800
caa67fa308c02fc52af43dd973df3942ad17514a
Improved readme's readability
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "Frictionless is a framework to describe, extract, validate, and transform tabular data. It supports a great deal of data sources and formats, as well as provides popular platforms integrations. The framework is pow...
Python
MIT License
frictionlessdata/frictionless-py
Improved readme's readability
234,912
28.09.2020 14:45:16
-10,800
4a1ddfde820f05c7a73140ce9b4273aaa0d6aa97
Added stream argument to the extract functions
[ { "change_type": "MODIFY", "old_path": "frictionless/extract/main.py", "new_path": "frictionless/extract/main.py", "diff": "@@ -6,9 +6,8 @@ from ..package import Package\nfrom .. import helpers\n-# NOTE: ability to extract stream?\n-def extract(source, *, source_type=None, process=None, **options):\...
Python
MIT License
frictionlessdata/frictionless-py
Added stream argument to the extract functions (#442)
234,898
02.10.2020 13:43:36
-7,200
bdc8c456d002d8a4e544342bfce7b1ba003c7cdb
Correct typos in Migration Guide
[ { "change_type": "MODIFY", "old_path": "docs/target/migration-guide/README.md", "new_path": "docs/target/migration-guide/README.md", "diff": "[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1eWGtfAgD4mkvyT2BcqU3Y68Yg25ZrlU-)\n-\n-\...
Python
MIT License
frictionlessdata/frictionless-py
Correct typos in Migration Guide (#448)
234,912
14.10.2020 13:51:54
-10,800
6337cb7f04e45b5eb24a3431587873d3bc84d124
Added topojson validation
[ { "change_type": "ADD", "old_path": null, "new_path": "frictionless/assets/profiles/topojson.json", "diff": "+{\n+ \"$schema\":\"http://json-schema.org/draft-04/schema#\",\n+ \"title\":\"TopoJSON object\",\n+ \"description\":\"Schema for a TopoJSON object\",\n+ \"type\":\"object\",\n+ \"required\":[...
Python
MIT License
frictionlessdata/frictionless-py
Added topojson validation (#487)
234,912
02.11.2020 17:03:26
-10,800
cc0dde7d926d148f776334d6b43488ec62938d10
Fixed s3 path with spaces problem
[ { "change_type": "MODIFY", "old_path": "frictionless/plugins/aws.py", "new_path": "frictionless/plugins/aws.py", "diff": "import io\nimport os\n-import requests.utils\nfrom urllib.parse import urlparse\nfrom ..controls import Control\nfrom ..plugin import Plugin\n@@ -99,9 +98,8 @@ class S3Loader(Loa...
Python
MIT License
frictionlessdata/frictionless-py
Fixed s3 path with spaces problem (#502)
234,887
09.11.2020 10:53:28
0
c6d61ab415360da2aacfabc54ba7b336d2606695
Fix some errors in docstrings
[ { "change_type": "MODIFY", "old_path": "frictionless/dialects.py", "new_path": "frictionless/dialects.py", "diff": "@@ -9,7 +9,7 @@ class Dialect(Metadata):\nAPI | Usage\n-------- | --------\n- Public | `from frictionless import dialects`\n+ Public | `from frictionless.dialects import Dialect`\nPara...
Python
MIT License
frictionlessdata/frictionless-py
Fix some errors in docstrings (#510)
234,887
09.11.2020 10:58:14
0
71a0ddf624ca701fc48c6683ee126ab9fc592427
add to two SQL tests
[ { "change_type": "MODIFY", "old_path": "tests/plugins/test_sql.py", "new_path": "tests/plugins/test_sql.py", "diff": "@@ -485,6 +485,7 @@ def test_postgresql_storage_constraints_not_valid_error(database_url, field_name\nresource.to_sql(engine=engine, force=True)\n+@pytest.mark.ci\ndef test_postgresq...
Python
MIT License
frictionlessdata/frictionless-py
add @pytest.mark.ci to two SQL tests (#509) Co-authored-by: roll <roll@users.noreply.github.com>
234,912
09.11.2020 15:31:21
-10,800
90099aa38268175aa9cdf47458949f9e0d4f81d9
Added "nolookup" argument for validate_package
[ { "change_type": "MODIFY", "old_path": "frictionless/validate/package.py", "new_path": "frictionless/validate/package.py", "diff": "@@ -7,7 +7,9 @@ from .. import exceptions\n@Report.from_validate\n-def validate_package(source, basepath=None, trusted=False, noinfer=False, **options):\n+def validate_...
Python
MIT License
frictionlessdata/frictionless-py
Added "nolookup" argument for validate_package (#515)
234,912
10.11.2020 15:15:52
-10,800
77fc1fbf352dcfa200ce0c7d5d08a1dee520c844
Added trusted flag to the describe calls
[ { "change_type": "MODIFY", "old_path": "frictionless/describe/package.py", "new_path": "frictionless/describe/package.py", "diff": "@@ -21,7 +21,7 @@ def describe_package(source, *, hashing=None, basepath=None, expand=False):\n\"\"\"\n# Infer package\n- package = Package(hashing=hashing, basepath=ba...
Python
MIT License
frictionlessdata/frictionless-py
Added trusted flag to the describe calls (#522)
234,912
11.11.2020 12:12:22
-10,800
91f04f9cb6bcd6fd69e80766248913899eb8742b
Restrict fields/row_limit/offest to minimum 1
[ { "change_type": "MODIFY", "old_path": "frictionless/query.py", "new_path": "frictionless/query.py", "diff": "@@ -170,11 +170,11 @@ class Query(Metadata):\n\"properties\": {\n\"pickFields\": {\"type\": \"array\"},\n\"skipFields\": {\"type\": \"array\"},\n- \"limitFields\": {\"type\": \"number\"},\n-...
Python
MIT License
frictionlessdata/frictionless-py
Restrict fields/row_limit/offest to minimum 1 (#525)
234,887
13.11.2020 13:45:50
0
5c13a6c5431e1b5c6c715ba48674edfd246c1f63
CKAN plugin: implement read_package and read_resource
[ { "change_type": "ADD", "old_path": null, "new_path": "data/ckan_mock_responses/ckan_error.json", "diff": "+{\n+ \"help\": \"https://demo.ckan.org/api/3/action/help_show?name=package_show\",\n+ \"success\": false,\n+ \"error\": {\n+ \"message\": \"Not found\",\n+ \"__type\": \"Not Found Error\"\n+ }...
Python
MIT License
frictionlessdata/frictionless-py
CKAN plugin: implement read_package and read_resource
234,887
13.11.2020 13:46:08
0
2cf11954752c4297390fdf1122b9a0d0f6306359
CKAN plugin: implement delete_package and delete_resource
[ { "change_type": "ADD", "old_path": null, "new_path": "data/ckan_mock_responses/datastore_delete.json", "diff": "+{\n+ \"help\": \"https://demo.ckan.org/api/3/action/help_show?name=datastore_delete\",\n+ \"success\": true,\n+ \"result\": {\n+ \"resource_id\": \"79843e49-7974-411c-8eb5-fb2d1111d707\"...
Python
MIT License
frictionlessdata/frictionless-py
CKAN plugin: implement delete_package and delete_resource