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

#280: agent and server compatibility for Additional Data PATCH operation #283

Merged
merged 26 commits into from
Oct 3, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    a0e7045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f10138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550d557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    978ea21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74f3837 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. #280: replacing HTTP backend, 'HttpURLConnectionBackend' doesn't supp…

    …ort PATCH; also updating config in our agent tests, also moving envelope related DTOs to model/ package
    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ae9875d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242452d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ec23d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bdeb99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d01aaea View commit details
    Browse the repository at this point in the history
  6. #280: changing back

    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2534a6b View commit details
    Browse the repository at this point in the history
  7. #280: refactoring

    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a3519c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b479c62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    204f1b1 View commit details
    Browse the repository at this point in the history
  10. #280: AgentWithServerIntegrationTests should run against local servic…

    …e and thus HTTP Dispatcher
    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fd2c52f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10ff455 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    caae842 View commit details
    Browse the repository at this point in the history
  13. #280: adding exclusions to jacoco coverage ignore - these 2 dispatche…

    …rs are not needed to be tested
    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    068dc66 View commit details
    Browse the repository at this point in the history
  14. #280: adding exclusions to jacoco coverage ignore - envelope DTOs are…

    … not needed to be tested
    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c785a49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95cbe0a View commit details
    Browse the repository at this point in the history
  16. #280: syndrome under control

    lsulak committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4ead4dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0cdc465 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. #280: post-review changes, refactoring simplification, removing old u…

    …nused endpoint and DTOs/aliases
    lsulak committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9b344b5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/280-adopt-a…

    …gent-to-server-in-v0-3-0
    
    # Conflicts:
    #	server/src/main/scala/za/co/absa/atum/server/api/controller/BaseController.scala
    #	server/src/main/scala/za/co/absa/atum/server/api/controller/FlowController.scala
    #	server/src/main/scala/za/co/absa/atum/server/api/controller/FlowControllerImpl.scala
    #	server/src/main/scala/za/co/absa/atum/server/api/repository/PartitioningRepository.scala
    #	server/src/test/scala/za/co/absa/atum/server/api/controller/FlowControllerUnitTests.scala
    lsulak committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7d856d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    522ad56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b20f17 View commit details
    Browse the repository at this point in the history