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

Feature/merge master into federation #829

Merged
merged 36 commits into from
Oct 1, 2020

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    f3d3114 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Mitigate CVE-2020-13935 (#690)

    * Bump spring parent version
    
    * Liveness health indicator according to. spring-projects/spring-boot#22107
    Sorin Stefan Iovita committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ab81402 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    36c062b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Test cases and debug support.for submission (#698)

    * Add integration test for future submission payload debugging
    
    * Added more test cases around invalid temp key parameter scenarios
    
    * Add support for printing the submission payload during tests
    
    * Enhance debug test with sql statements generation
    
    * Update services/submission/src/test/java/app/coronawarn/server/services/submission/integration/SubmissionPersistenceIT.java
    
    Co-authored-by: Michael Frey <michael.frey@gmx.ch>
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    Co-authored-by: Michael Frey <michael.frey@gmx.ch>
    3 people committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    db83e31 View commit details
    Browse the repository at this point in the history
  2. Update maven.config with current version 1.4.0-SNAPSHOT (#697)

    Set current version to 1.3.0-SNAPSHOT
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    EvgeniiSkrebtcov and hilmarf committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    12b310a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    9d93f17 View commit details
    Browse the repository at this point in the history
  2. Add app-features as external configuration (#704)

    * Add app features in configuration file
    Adjust tests
    
    * Rename env variable for plausible deniability active.
    Remove env name for app feature label.
    
    * Adjust test application.yaml
    
    * Change active type from boolean to integer
    
    * Change app feature 'active' property to 'value'
    Sorin Stefan Iovita committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    4b188b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    47f61e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Fix/700 retention policy (#711)

    * fix retention policy of stored diagnosis keys
    
    * fix typo
    
    * fix failing test case due to previously injected time
    
    * refactor method names
    fredrb committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8c2fea2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Submission Service - updated documentation (#713)

    * Updated the validation for the submission service in SUMBISSION.md to match the new rules for TEK's
    
    * markdownlint fixes
    
    * Update docs/SUBMISSION.md
    
    Co-authored-by: Sorin Stefan Iovita <sorin.stefan.iovita@sap.com>
    
    Co-authored-by: Ioan Gut <ioan.gut@sap.com>
    Co-authored-by: ioangut <67064882+ioangut@users.noreply.github.com>
    Co-authored-by: Sorin Stefan Iovita <sorin.stefan.iovita@sap.com>
    4 people committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    87eb979 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Submission Service - Enhance TEK's (#712)

    * -initial draft commit
    
    * updated checkDuplicateStartIntervalNumberLimit wip
    
    * updated checkDuplicateStartIntervalNumberLimit
    
    * -fix test broke after solved conflict
    
    * changed checkDuplicateStartIntervalNumberLimit to use HashMap
    
    * -fix checklist reports
    
    * add env variables for submission service
    
    * review update add more tests
    
    * solved code smells
    
    * rename attribute maxRollingPeriod
    
    * renamed getter getMaxRollingPeriod
    
    * Update ValidSubmissionPayload.java
    
    * refactor implementation for consistency
    
    * fix checkstyle errors
    
    modify the Violation text accordingly
    
    * fix code smell
    
    * Update ValidSubmissionPayload.java
    
    * Change validation for payloads based on rolling period
    
    * Capture more test scenarios
    
    * add checkstyle indentation
    
    * create test data generation class
    
    * add header to the new class
    
    * resolved review conversation
    
    * fixed checkstyle errors
    
    * resolved code smell
    
    * fix compile error
    
    * create valid TEK, fix test failing
    
    Co-authored-by: Emmet <emmet.power@sap.com>
    Co-authored-by: Eugen M <eugen.madean@sap.com>
    Co-authored-by: Pit Humke <pithumke@users.noreply.github.com>
    4 people committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    db18b68 View commit details
    Browse the repository at this point in the history
  2. Feature/enrich app config (#726)

    * Added supported countries to app config with application.yaml parameter
    
    * Fixed Test failures
    
    * Remove unused code
    
    * Added app version parameters to application.yaml
    
    * Added tests for app version parameters
    
    * Refacted country list implementation
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    KevponSAP and hilmarf committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5e81409 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Fix Sonar issues (#754)

    Sorin Stefan Iovita committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a4d90dd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Bugfix/submission tek rolling period (#752)

    * Replaced possible variable rolling period with constant value
    
    * Add tests for flexible rolling period
    
    * apply sugested review changes
    
    * Add javaDoc comments for changed getExpiryDateTime
    
    * Fix midnight check in SubmissionPayload Validator
    
    Co-authored-by: Michael Burwig <michael.burwig@sap.com>
    ioangut and michael-burwig committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    aa0c624 View commit details
    Browse the repository at this point in the history
  2. Feature/update risk score master (#758)

    * Update risk-score-classification.yaml
    
    Problem in iOS 13.7 --> Unbekanntes Risiko bei Risikobegegnung
    
    * Adjust tests
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    Co-authored-by: Michael Burwig <michael.burwig@sap.com>
    3 people committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3ef4ecf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update exposure-config.yaml (#765)

    patch transmission as requested by Thomas Augsten
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    ioangut and hilmarf committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8c7f6eb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update attenuation-duration.yaml (#775) (#776)

    * Update attenuation-duration.yaml
    
    * Update exposure-config.yaml
    
    attenuation array = 2
    
    Co-authored-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
    Sorin Stefan Iovita and hilmarf committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f3d6684 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. prepare release 1.5.0 (#793)

    hilmarf committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    af621f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Fix sping web guava (#808)

    * RC 1.4.0
    
    * mitigate CVE-2020-5421 by switching to newer spring-boot-starter-parent (#796)
    
    * Release/1.4 log submission keys (#797)
    
    * Implement the changes from PR #783
    
    * Add check and logs for missing key with TRL 6 or having a key TRL 6 from today midnight
    
    * Fix code smell
    
    * ensure usage of latest guava version 29.0-jre (#806)
    
    Co-authored-by: Michael <66735191+mibrasap@users.noreply.github.com>
    hilmarf and mibrasap committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    db7be7f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    f7dc00c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Admin/update codeowners (#818)

    * Update CODEOWNERS file
    
    * Add additional team members to codeowners file
    
    Co-authored-by: Michael Burwig <michael.burwig@sap.com>
    mibrasap and michael-burwig committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    8aad1e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Add hot fix for submission payload validation (#822) (#825)

    * Add hot fix for submission payload validation (#822)
    
    * Fixed code smell
    ioangut committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9cfd6d3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/federation

    # Conflicts:
    #	common/persistence/pom.xml
    #	common/persistence/src/main/java/app/coronawarn/server/common/persistence/domain/DiagnosisKeyBuilder.java
    #	common/persistence/src/test/java/app/coronawarn/server/common/persistence/domain/DiagnosisKeyBuilderTest.java
    #	common/persistence/src/test/java/app/coronawarn/server/common/persistence/domain/DiagnosisKeyServiceMockedRepositoryTest.java
    #	common/persistence/src/test/java/app/coronawarn/server/common/persistence/service/DiagnosisKeyServiceTest.java
    #	services/distribution/src/main/java/app/coronawarn/server/services/distribution/assembly/diagnosiskeys/ProdDiagnosisKeyBundler.java
    #	services/distribution/src/main/java/app/coronawarn/server/services/distribution/config/DistributionServiceConfig.java
    #	services/distribution/src/main/java/app/coronawarn/server/services/distribution/runner/TestDataGeneration.java
    #	services/distribution/src/main/resources/application.yaml
    #	services/distribution/src/test/java/app/coronawarn/server/services/distribution/assembly/appconfig/validation/ApplicationVersionConfigurationValidatorTest.java
    #	services/distribution/src/test/java/app/coronawarn/server/services/distribution/runner/TestDataGenerationTest.java
    #	services/distribution/src/test/resources/application.yaml
    #	services/pom.xml
    #	services/submission/src/main/java/app/coronawarn/server/services/submission/validation/ValidSubmissionPayload.java
    #	services/submission/src/main/resources/application.yaml
    #	services/submission/src/test/java/app/coronawarn/server/services/submission/assertions/SubmissionAssertions.java
    #	services/submission/src/test/java/app/coronawarn/server/services/submission/controller/PayloadValidationTest.java
    #	services/submission/src/test/java/app/coronawarn/server/services/submission/controller/RequestExecutor.java
    #	services/submission/src/test/java/app/coronawarn/server/services/submission/controller/SubmissionControllerTest.java
    #	services/submission/src/test/java/app/coronawarn/server/services/submission/controller/TEKDatasetGeneration.java
    ioangut committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e239a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc7672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15331d9 View commit details
    Browse the repository at this point in the history
  5. Adjustments after code review

    ioangut committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    c001649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aadfe09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51296cd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    35ca15d View commit details
    Browse the repository at this point in the history
  2. Adjust submission payload validation checks in Master(#832) f (#834)

    * Adjust submission payload validation checks (#832)
    
    * remove unused import code smell
    ioangut committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a4fb4b3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/merge-maste…

    …r-into-federation
    
    # Conflicts:
    #	services/submission/src/main/java/app/coronawarn/server/services/submission/validation/ValidSubmissionPayload.java
    ioangut committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4e56f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2492186 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3cb6a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f4a834 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31f1c60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a854cc View commit details
    Browse the repository at this point in the history