Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fetch latest Changes from EU #46

Merged
merged 69 commits into from
Nov 22, 2022
Merged

feat: Fetch latest Changes from EU #46

merged 69 commits into from
Nov 22, 2022

Conversation

f11h
Copy link
Collaborator

@f11h f11h commented Nov 22, 2022

No description provided.

daniel-eder and others added 30 commits February 16, 2022 15:56
* Update Dependencies
Update OWASP Supressions

* Fix DB Projection Error from Spring Boot 2.6.3
Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
# Conflicts:
#	SECURITY.md
#	THIRD-PARTY.md
#	src/main/java/eu/europa/ec/dgc/gateway/service/SignerInformationService.java
#	src/test/java/eu/europa/ec/dgc/gateway/testdata/TrustedPartyTestHelper.java
* Add TrustedIssuer

* Checkstyle

* Increase coverage in TrustedIssuerService

* fix codesmell
…green-certificates#165)

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
…ertificates#168)

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
…n-certificates#167)

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
* added Delta&Pagination in SignerInformationService

* added Delta&Pagination in TrustedPartyService

* added Delta&Pagination in TrustListService

* added Delta&Pagination in TrustListController

* fixed sonar warning

* fixed sonar warning and updated type of ifModifiedSince to String

* fixed sonar warning and updated type of ifModifiedSince to String

* flag SignerInformationEntity for deletion (eu-digital-green-certificates#166)

* flag SignerInformationEntity for deletion

* add cleanup scheduler for signerInformation

* Update pom.xml

* keep thumbprint for identification

* fix after merge

* add deleted to modified-since response

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* unit test

* fixed unit test

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* Update src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>

* fix IfModifiedSince DateTimeFormat advice and unit tests

Co-authored-by: Hong Mu <hong.mu@t-systems.com>
Co-authored-by: bergmann-dierk <84856774+bergmann-dierk@users.noreply.github.com>
Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
Co-authored-by: Dierk Bergmann <bergmann.dierk@gmail.com>
Co-authored-by: Andreas Scheibal <andreas.scheibal@t-systems.com>
…ficates#171)

* Add Embedded Signature for DSC Migration

* Checkstyle
…ficates#173)

* Include deleted SignerInformation only if isModifiedSince is set, part 2

* Update pom.xml

* Update dependencies, explicitly add jackson-databind for CVE-2020-36518

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
* Implementation of Publication Archive

* Finetuning for Publication
Unit Test for Publication Archive

* Fix Typo

* Add ability to switch off publication

* Update URLs in Readme and License File

* Add ability to switch off synchronize call
* Update SpringBoot to 2.6.6

* Remove explicit dependency of jackson-databind
…igital-green-certificates#181)

* Add Download of uploaded files

* Fix Unit-Tests

* Sonar

* fix: updated License.txt and Readme.txt

* feat: dispatch build
- dispach build
- git: ignore .DS_Store files

* Revert "feat: dispatch build"

This reverts commit 693b0ff.

* fix: update spring boot 2.6.7

* Revert "Revert "feat: dispatch build""

This reverts commit b5d2914.

* Update License Header and Third Party Notices

Co-authored-by: Andreas Scheibal <andreas.scheibal@t-systems.com>
Co-authored-by: github-actions <github-actions@github.com>
f11h and others added 21 commits August 4, 2022 12:05
included CodeQL Check Badge

Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com>
Update Checkstyle to current version
Reformat all files
* Add filter to put Request IP in MDC

* Fix Checkstyle

* Fix DI for Auth-Filter
* Fixed sporadic failing Unit-Test

* Update suppressions.xml
)

* Add Validation for JRC Response

* Add Unit Test
* Update DGC-Lib to 1.3.2
Update SnakeYml to 1.33

* Update Liquibase
Force Jackson-Databind Update
Force Commosn-Text Update
# Conflicts:
#	Dockerfile
#	README.md
#	THIRD-PARTY.md
#	lombok.config
#	manifests/deployment.yml
#	manifests/service.yml
#	pom.xml
#	settings.xml
#	src/main/java/eu/europa/ec/dgc/gateway/config/DgcConfigProperties.java
#	src/main/java/eu/europa/ec/dgc/gateway/config/DgcKeyStore.java
#	src/main/java/eu/europa/ec/dgc/gateway/entity/TrustedIssuerEntity.java
#	src/main/java/eu/europa/ec/dgc/gateway/repository/SignerInformationRepository.java
#	src/main/java/eu/europa/ec/dgc/gateway/repository/TrustedIssuerRepository.java
#	src/main/java/eu/europa/ec/dgc/gateway/repository/TrustedPartyRepository.java
#	src/main/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListController.java
#	src/main/java/eu/europa/ec/dgc/gateway/restapi/dto/TrustedIssuerDto.java
#	src/main/java/eu/europa/ec/dgc/gateway/restapi/mapper/GwTrustedIssuerMapper.java
#	src/main/java/eu/europa/ec/dgc/gateway/service/SignerInformationService.java
#	src/main/java/eu/europa/ec/dgc/gateway/service/TrustListService.java
#	src/main/java/eu/europa/ec/dgc/gateway/service/TrustedIssuerService.java
#	src/main/java/eu/europa/ec/dgc/gateway/service/TrustedPartyService.java
#	src/main/resources/application.yml
#	src/main/resources/db/changelog.xml
#	src/test/java/eu/europa/ec/dgc/gateway/restapi/controller/CertificateRevocationListIntegrationTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListIntegrationTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/service/TrustListServiceTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/testdata/DgcTestKeyStore.java
#	src/test/java/eu/europa/ec/dgc/gateway/testdata/TrustedPartyTestHelper.java
# Conflicts:
#	THIRD-PARTY.md
#	docs/software-design-dgc-gateway.md
#	manifests/deployment.yml
#	manifests/service.yml
#	owasp/suppressions.xml
#	pom.xml
#	src/main/java/eu/europa/ec/dgc/gateway/restapi/dto/TrustedIssuerDto.java
#	src/main/resources/db/changelog.xml
#	src/test/java/eu/europa/ec/dgc/gateway/restapi/controller/TrustListIntegrationTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/service/SignerInformationServiceTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/service/TrustListServiceTest.java
#	src/test/java/eu/europa/ec/dgc/gateway/testdata/TrustedIssuerTestHelper.java
@f11h f11h added the enhancement New feature or request label Nov 22, 2022
@f11h f11h requested a review from ascheibal November 22, 2022 16:28
@f11h f11h requested a review from litlfred as a code owner November 22, 2022 16:28
@litlfred litlfred merged commit 7cf917e into main Nov 22, 2022
@ascheibal ascheibal changed the title Fetch latest Changes from EU feat: Fetch latest Changes from EU Nov 22, 2022
@f11h f11h deleted the chore/update branch May 2, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants