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

Migrate PBS from using embedded Vert.x to verticles #2306

Merged
merged 17 commits into from
Apr 8, 2024
Merged

Commits on Apr 20, 2023

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

Commits on Feb 27, 2024

  1. Merge tag 'master' into verticles

    # Conflicts:
    #	src/main/java/org/prebid/server/handler/info/BiddersHandler.java
    #	src/main/java/org/prebid/server/privacy/gdpr/vendorlist/VendorListService.java
    #	src/main/java/org/prebid/server/privacy/gdpr/vendorlist/VendorListServiceV2.java
    #	src/main/java/org/prebid/server/spring/config/PrivacyServiceConfiguration.java
    #	src/main/java/org/prebid/server/spring/config/SettingsConfiguration.java
    #	src/main/java/org/prebid/server/spring/config/VertxConfiguration.java
    #	src/main/resources/application.yaml
    #	src/test/java/org/prebid/server/privacy/gdpr/vendorlist/VendorListServiceTest.java
    And1sS committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6e053ef View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Remove PG code.

    CTMBNara committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0d0b767 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    c9a8730 View commit details
    Browse the repository at this point in the history
  2. Delete tests.

    CTMBNara committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1491993 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Simplified deployment

    And1sS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    dab59d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge remote-tracking branch 'origin/remove-pg' into verticles

    # Conflicts:
    #	src/main/java/org/prebid/server/deals/AlertHttpService.java
    #	src/main/java/org/prebid/server/deals/DeliveryStatsService.java
    #	src/main/java/org/prebid/server/deals/PlannerService.java
    #	src/main/java/org/prebid/server/deals/RegisterService.java
    #	src/main/java/org/prebid/server/deals/UserService.java
    #	src/main/java/org/prebid/server/deals/simulation/SimulationAwareDeliveryStatsService.java
    #	src/main/java/org/prebid/server/deals/simulation/SimulationAwareHttpBidderRequester.java
    #	src/main/java/org/prebid/server/deals/simulation/SimulationAwarePlannerService.java
    #	src/main/java/org/prebid/server/deals/simulation/SimulationAwareRegisterService.java
    #	src/main/java/org/prebid/server/deals/simulation/SimulationAwareUserService.java
    #	src/main/java/org/prebid/server/handler/admin/DealsStatusHandler.java
    #	src/main/java/org/prebid/server/handler/admin/ForceDealsUpdateHandler.java
    #	src/main/java/org/prebid/server/handler/admin/LineItemStatusHandler.java
    #	src/main/java/org/prebid/server/handler/openrtb2/AuctionHandler.java
    #	src/main/java/org/prebid/server/handler/openrtb2/VideoHandler.java
    #	src/main/java/org/prebid/server/spring/config/DealsConfiguration.java
    #	src/main/java/org/prebid/server/spring/config/server/admin/AdminEndpointsConfiguration.java
    #	src/main/java/org/prebid/server/spring/config/server/application/ApplicationServerConfiguration.java
    #	src/test/java/org/prebid/server/deals/AlertHttpServiceTest.java
    #	src/test/java/org/prebid/server/deals/DeliveryStatsServiceTest.java
    #	src/test/java/org/prebid/server/deals/PlannerServiceTest.java
    #	src/test/java/org/prebid/server/deals/RegisterServiceTest.java
    #	src/test/java/org/prebid/server/deals/UserServiceTest.java
    #	src/test/java/org/prebid/server/deals/simulation/SimulationAwareHttpBidderRequesterTest.java
    #	src/test/java/org/prebid/server/deals/simulation/SimulationAwarePlannerServiceTest.java
    #	src/test/java/org/prebid/server/handler/DealsStatusHandlerTest.java
    #	src/test/java/org/prebid/server/handler/ForceDealsUpdateHandlerTest.java
    #	src/test/java/org/prebid/server/handler/LineItemStatusHandlerTest.java
    ddubyk committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    08bb2e1 View commit details
    Browse the repository at this point in the history
  2. Simplified routing

    And1sS committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    57c85ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f8097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f88298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a028f2b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge remote-tracking branch 'origin/master' into remove-pg

    # Conflicts:
    #	src/main/java/org/prebid/server/auction/ExchangeService.java
    #	src/test/groovy/org/prebid/server/functional/service/PrebidServerService.groovy
    #	src/test/groovy/org/prebid/server/functional/tests/privacy/PrivacyBaseSpec.groovy
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-first-and-second-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-first-bid-only-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-in-order-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-in-reverse-order-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-second-bid-only-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-third-and-second-response.json
    #	src/test/resources/org/prebid/server/it/deals/premature/responses/test-auction-third-bid-only-response.json
    #	src/test/resources/org/prebid/server/it/deals/simulation/test-auction-response-1.json
    #	src/test/resources/org/prebid/server/it/deals/simulation/test-auction-response-2.json
    #	src/test/resources/org/prebid/server/it/deals/test-auction-response.json
    CTMBNara committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e319061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc949b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 13, 2024

  1. Remove LocalMessageCodec

    CTMBNara committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7ce8520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8267043 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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