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

[POC] Views for OpenSearch #139

Closed
wants to merge 13 commits into from
Closed

[POC] Views for OpenSearch #139

wants to merge 13 commits into from

Commits on Dec 8, 2023

  1. Basic view stubs

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6bf2cf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Cluster metadat

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3522cc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Basic request handling

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4e12632 View commit details
    Browse the repository at this point in the history
  2. Accepting requests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3a15863 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Search rewriting and design dco

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    23632b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Functional views

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6031347 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c66425a View commit details
    Browse the repository at this point in the history
  3. Resource Requset

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c191cc8 View commit details
    Browse the repository at this point in the history
  4. Add FAQ sectino

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4abefd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Tidying up

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    dace87a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix build issues

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ac25c96 View commit details
    Browse the repository at this point in the history
  2. Unit tests for view

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8e41fbe View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Basic pattern for decoupled views in metadata vs transport requests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cf22a8d View commit details
    Browse the repository at this point in the history