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

[Remote Routing Table] Initial commit for index routing table manifest #13577

Merged

Commits on May 7, 2024

  1. Initial commit for index routing table manifest

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a66aaaf View commit details
    Browse the repository at this point in the history
  2. Changes for IndexRoutingTableHeader

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ad480ee View commit details
    Browse the repository at this point in the history
  3. Revert unintentional changes for IndexRoutingTableHeader

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2ad70c4 View commit details
    Browse the repository at this point in the history
  4. Revert unintentional changes for IndexRoutingTableHeader

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    acc172e View commit details
    Browse the repository at this point in the history
  5. Changes for IndexRoutingTableInputStream

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar authored and Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f65b102 View commit details
    Browse the repository at this point in the history
  6. Fixing IndexRoutingTableInputStream and moving checksum to end to file

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 7, 2024
    Configuration menu
    Copy the full SHA
    441f520 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add read flow for IndexRoutingTable

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee70dca View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Moving routing table version from IndexRouting stream to manifest

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7aeecc8 View commit details
    Browse the repository at this point in the history
  2. Refactor reader and add failure test

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7b2bc79 View commit details
    Browse the repository at this point in the history
  3. Fix GatewayMetaStatePersistedStateTests

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 14, 2024
    Configuration menu
    Copy the full SHA
    88d266f View commit details
    Browse the repository at this point in the history
  4. Moving codec to version 2 for compatibility with manifest parser

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4c97869 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Removing buffer logic

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 28, 2024
    Configuration menu
    Copy the full SHA
    418d9fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into remote_routing_input_stream

    Himshikha Gupta committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0400f40 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Move BufferedChecksum streams to libs/core

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7f33ba2 View commit details
    Browse the repository at this point in the history
  2. Spotless fix

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 29, 2024
    Configuration menu
    Copy the full SHA
    42efb38 View commit details
    Browse the repository at this point in the history
  3. Refactor RemoteIndexRoutingTable read

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9b50f8a View commit details
    Browse the repository at this point in the history
  4. Add Manifest Tests and spotless fix

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a7f7cab View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fix remoteClusterServiceTests

    Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
    Arpit-Bandejiya committed May 30, 2024
    Configuration menu
    Copy the full SHA
    71e151f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Remote store objects to implement writeable interface

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a9ab9c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. addressing pr comments

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4167eeb View commit details
    Browse the repository at this point in the history
  2. test fixes

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b3c18d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. addressing PR comments

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bbebce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add package-info

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    24fe063 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into remote_routing_input_stream

    Himshikha Gupta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c8ebbc0 View commit details
    Browse the repository at this point in the history
  3. Fixing javadoc failure

    Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
    Himshikha Gupta committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    01019da View commit details
    Browse the repository at this point in the history