instance_id stringlengths 30 32 | text stringlengths 7.7k 116k | repo stringclasses 1
value | base_commit stringlengths 40 40 | problem_statement stringlengths 127 5.13k | hints_text stringclasses 20
values | created_at timestamp[us] | patch stringlengths 767 94.8k | test_patch stringlengths 527 58.5k | version stringclasses 1
value | FAIL_TO_PASS stringclasses 1
value | PASS_TO_PASS stringclasses 1
value | environment_setup_commit stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
corona-warn-app__cwa-server-277 | You will be provided with a partial code base and an issue statement explaining a problem to resolve.
<issue>
Switch application*.properties files to Yaml
Let's switch over to YAML for better readability.
Affected files:
common/persistence/src/test/resources/application.properties
services/submission/src/main/re... | corona-warn-app/cwa-server | 576fd8b20079374458ffb650fe63ca6002e84a39 | Switch application*.properties files to Yaml
Let's switch over to YAML for better readability.
Affected files:
common/persistence/src/test/resources/application.properties
services/submission/src/main/resources/application.properties
services/submission/src/test/resources/application.properties
services/dist... | 2020-05-23T21:07:14 | <patch>
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
<a href="https://github.com/corona-warn-app/cwa-server/commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/corona-warn-app/cwa-server?style=flat"></a>
<a href="https://github.com/corona-war... | diff --git a/common/persistence/src/test/resources/application.properties b/common/persistence/src/test/resources/application.properties
deleted file mode 100644
--- a/common/persistence/src/test/resources/application.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-spring.flyway.enabled=false
-spring.jpa.hibernate.ddl-auto=c... | |||||
corona-warn-app__cwa-server-1965 | You will be provided with a partial code base and an issue statement explaining a problem to resolve.
<issue>
min-android 1.5.1 differs from production 1.0.4 value
## Describe the bug
The `min-android` value served on
https://svc90.main.px.t-online.de/version/v1/configuration/country/DE/app_config is
`1.0.4`
... | corona-warn-app/cwa-server | f20af0764008b8ef07ba67c3b26693115035c43f | min-android 1.5.1 differs from production 1.0.4 value
## Describe the bug
The `min-android` value served on
https://svc90.main.px.t-online.de/version/v1/configuration/country/DE/app_config is
`1.0.4`
which differs from the value
`1.5.1`
stored in https://github.com/corona-warn-app/cwa-server/blob/mai... | - FYI: I opened https://github.com/corona-warn-app/cwa-server/issues/1963 asking the team to check for other differences between this repositories `main` branch & the production environment.
Also I would expect `min-android-version-code` / `minVersionCode=48` and not `31` to be served. | 2022-11-21T14:08:50 | <patch>
diff --git a/services/distribution/src/main/resources/application.yaml b/services/distribution/src/main/resources/application.yaml
--- a/services/distribution/src/main/resources/application.yaml
+++ b/services/distribution/src/main/resources/application.yaml
@@ -140,11 +140,11 @@ services:
app-versions:
... | diff --git a/services/distribution/src/test/resources/application-allow-list-invalid.yaml b/services/distribution/src/test/resources/application-allow-list-invalid.yaml
--- a/services/distribution/src/test/resources/application-allow-list-invalid.yaml
+++ b/services/distribution/src/test/resources/application-allow-lis... | ||||
corona-warn-app__cwa-server-406 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | fd114fd04e36c36c8081e0286e3f3fd27170777e | "Aggregate File Creation: Skip packages if payload too small\nChange the aggregate file creation log(...TRUNCATED) | "Maybe combine with #140 \n**Alternative suggestion: Pad packages with random dummy keys if too smal(...TRUNCATED) | 2020-06-01T17:31:01 | "<patch>\ndiff --git a/README.md b/README.md\n--- a/README.md\n+++ b/README.md\n@@ -148,7 +148,7 @@ (...TRUNCATED) | "diff --git a/services/distribution/src/test/java/app/coronawarn/server/services/distribution/assemb(...TRUNCATED) | ||||
corona-warn-app__cwa-server-232 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 9a5ae8bbf8872b63578dcca32b3258c012a63866 | "Open MinIO read access\n## Current Implementation\r\nReceiving files from local MinIO requires acce(...TRUNCATED) | 2020-05-21T13:53:01 | "<patch>\ndiff --git a/.env b/.env\n--- a/.env\n+++ b/.env\n@@ -10,9 +10,9 @@ POSTGRES_PASSWORD=post(...TRUNCATED) | "diff --git a/services/distribution/src/test/resources/application.properties b/services/distributio(...TRUNCATED) | |||||
corona-warn-app__cwa-server-783 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 3b67b75657b26418691e024e049af7f3494c787b | "Improve logging of the submission validation process\n<!--\r\nThanks for proposing an enhancement (...TRUNCATED) | 2020-09-16T09:58:13 | "<patch>\ndiff --git a/common/persistence/src/main/java/app/coronawarn/server/common/persistence/dom(...TRUNCATED) | "diff --git a/common/persistence/src/test/java/app/coronawarn/server/common/persistence/service/Diag(...TRUNCATED) | |||||
corona-warn-app__cwa-server-387 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | db3d5faa1fe2702ef32ee0e3a965d0097c394df7 | "Use typed client and entities for tan verification\n## Current Implementation\r\nThe current tan ve(...TRUNCATED) | "I like those suggestions. The introduction of a value object for a TAN is something I thought about(...TRUNCATED) | 2020-05-30T17:08:20 | "<patch>\ndiff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES\n--- a/THIRD-PARTY-NOTICES\n+++ b/T(...TRUNCATED) | "diff --git a/services/submission/src/test/java/app/coronawarn/server/services/submission/verificati(...TRUNCATED) | ||||
corona-warn-app__cwa-server-260 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 218e0c75d3890fd6c1166fc63ce287f3b9d51fa7 | "Exposure configuration parameters not validated\nThe exposure configuration parameters are currentl(...TRUNCATED) | 2020-05-22T19:20:31 | "<patch>\ndiff --git a/common/protocols/src/main/proto/app/coronawarn/server/common/protocols/intern(...TRUNCATED) | "diff --git a/services/distribution/src/test/java/app/coronawarn/server/services/distribution/assemb(...TRUNCATED) | |||||
corona-warn-app__cwa-server-441 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 2165f162938409e6401c926d8643835a114ab887 | "Application Configuration: Attenuation Duration Enhancements\nWe need two additional configuration (...TRUNCATED) | "@michael-burwig \nProposed .proto file:\r\n```\r\nsyntax = \"proto3\";\r\npackage app.coronawarn.se(...TRUNCATED) | 2020-06-03T19:38:59 | "<patch>\ndiff --git a/common/protocols/src/main/proto/app/coronawarn/server/common/protocols/intern(...TRUNCATED) | "diff --git a/services/distribution/src/test/java/app/coronawarn/server/services/distribution/assemb(...TRUNCATED) | ||||
corona-warn-app__cwa-server-541 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 27ba812e04d6f842e15999adfbe388137b0c316b | "SSL: Set a profile to willingly decrease security\nCurrently, we have the profiles `ssl-server`, `s(...TRUNCATED) | 2020-06-11T13:35:23 | "<patch>\ndiff --git a/README.md b/README.md\n--- a/README.md\n+++ b/README.md\n@@ -113,12 +113,14 @(...TRUNCATED) | "diff --git a/services/submission/src/test/java/app/coronawarn/server/services/submission/ServerAppl(...TRUNCATED) | |||||
corona-warn-app__cwa-server-424 | "You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED) | corona-warn-app/cwa-server | 2be284e0518658dcb7ef8d1df5515fd5f962e242 | "Application Configuration: Add version update support\nWe would like to keep the mobile application(...TRUNCATED) | 2020-06-02T19:03:56 | "<patch>\ndiff --git a/common/protocols/src/main/proto/app/coronawarn/server/common/protocols/intern(...TRUNCATED) | "diff --git a/services/distribution/src/test/java/app/coronawarn/server/services/distribution/assemb(...TRUNCATED) |
End of preview. Expand in Data Studio
- Downloads last month
- 29