Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Protocol Buffer update for release 2.28.x at Wed Oct 5 12:10:37 UTC 2022 #1926

Merged
merged 12 commits into from
Oct 10, 2022

Conversation

Corona-Warn-App-Technical-User
Copy link
Contributor

@Corona-Warn-App-Technical-User Corona-Warn-App-Technical-User commented Oct 5, 2022

publish new URL inside new in-app-statistics card (aka. Pandemic Radar from RKI)

@hilmarf hilmarf enabled auto-merge (squash) October 5, 2022 12:12
@hilmarf hilmarf disabled auto-merge October 5, 2022 12:12
@hilmarf hilmarf added this to the 2.28 milestone Oct 5, 2022
@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Unit Test Results

2 476 tests  +2   2 475 ✔️ +2   22m 1s ⏱️ + 1m 5s
   217 suites +1          1 💤 ±0 
   217 files   +1          0 ±0 

Results for commit 07bc5f1. ± Comparison against base commit 728cdde.

♻️ This comment has been updated with latest results.

@hilmarf hilmarf enabled auto-merge (squash) October 10, 2022 09:24
@hilmarf hilmarf disabled auto-merge October 10, 2022 10:25
@hilmarf hilmarf enabled auto-merge (squash) October 10, 2022 10:44
@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

93.3% 93.3% Coverage
0.0% 0.0% Duplication

@hilmarf hilmarf merged commit 3cf196b into main Oct 10, 2022
@hilmarf hilmarf deleted the chore/update-protobuf-from-release/2.28.x branch October 10, 2022 11:22
hilmarf added a commit that referenced this pull request Oct 10, 2022
…022 (#1926)

* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f5a31a861483cb9d2410c81aca0bc3f8617445a2

* proposal/draft

STATISTICS_PANDEMIC_RADAR_URL

* corrected param name

* LinkCard setHeader

* dummy LinkCardFactory for new enum: PANDEMIC_RADAR_CARD

* tests for pandemic radar card

* move up

* refactoring

Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Co-authored-by: SAP <m.fromme@sap.com>
hilmarf added a commit that referenced this pull request Oct 10, 2022
* Update maven.config (#1922)

preparation for release 2.29

* auto close json-schema InputStream (#1923)

* Bump test-containers.version from 1.17.4 to 1.17.5 (#1925)

Bumps `test-containers.version` from 1.17.4 to 1.17.5.

Updates `testcontainers` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5)

Updates `junit-jupiter` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5)

Updates `postgresql` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.4...1.17.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tomcat.version from 9.0.67 to 9.0.68 (#1929)

Bumps `tomcat.version` from 9.0.67 to 9.0.68.

Updates `tomcat-embed-core` from 9.0.67 to 9.0.68

Updates `tomcat-embed-el` from 9.0.67 to 9.0.68

Updates `tomcat-annotations-api` from 9.0.67 to 9.0.68

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat:tomcat-annotations-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* split also the retention policy by profile (#1927) (#1928)

* Protocol Buffer update for release 2.28.x at Wed Oct  5 12:10:37 UTC 2022 (#1926)

* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f5a31a861483cb9d2410c81aca0bc3f8617445a2

* proposal/draft

STATISTICS_PANDEMIC_RADAR_URL

* corrected param name

* LinkCard setHeader

* dummy LinkCardFactory for new enum: PANDEMIC_RADAR_CARD

* tests for pandemic radar card

* move up

* refactoring

Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Co-authored-by: SAP <m.fromme@sap.com>

* Protocol Buffer update for release 2.28.x at Wed Oct  5 12:10:37 UTC 2022 (#1926)

* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f5a31a861483cb9d2410c81aca0bc3f8617445a2

* proposal/draft

STATISTICS_PANDEMIC_RADAR_URL

* corrected param name

* LinkCard setHeader

* dummy LinkCardFactory for new enum: PANDEMIC_RADAR_CARD

* tests for pandemic radar card

* move up

* refactoring

Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Co-authored-by: SAP <m.fromme@sap.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: mfromme <42937780+mfromme@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CWA Technical User <67319337+Corona-Warn-App-Technical-User@users.noreply.github.com>
Co-authored-by: SAP <m.fromme@sap.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants