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

DM-46397: Extend Qserv integration test to use HTTP-based push mode catalog ingest #869

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    712eab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47fbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e46e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5099cad View commit details
    Browse the repository at this point in the history
  2. Extended Url scheme

    iagaponenko committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    174440c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Reinforced API for retrieving parameters of a request from the reques…

    …t body
    
    Added a unit test for testing the request body class http::RequestBodyJSON.
    iagaponenko committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d733c2a View commit details
    Browse the repository at this point in the history
  2. Refactoring in the base classes of the Qserv REST services

    Class http::Module was split into two modules: http::BaseModule
    and a reduced version of http::Module. The new hierarchy is meant
    to prepare ground for introducing an intermediate base class that
    will support data streaming (and file uploading requests) in which
    the request body can't be read at once. The new class will inherit
    from http::BaseModule.
    iagaponenko committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2b642a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed4bfa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43adf5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2838340 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    c9adf85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6de52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bde45 View commit details
    Browse the repository at this point in the history