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

Specify User Agent for Console CLI requests #952

Merged
merged 16 commits into from
Sep 20, 2024

Commits on Sep 11, 2024

  1. Add basic user agent support for console cli

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    67a196c View commit details
    Browse the repository at this point in the history
  2. Link up remaining user agent appendages

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3fa9a89 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add link in CDK

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cf1a5ba View commit details
    Browse the repository at this point in the history
  2. Flake8 fix

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1219506 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into user-agent-console

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    712a256 View commit details
    Browse the repository at this point in the history
  4. Add test cases

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    662d28a View commit details
    Browse the repository at this point in the history
  5. Flake8 fixes

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    796d6b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge remote-tracking branch 'origin/main' into user-agent-console

    # Conflicts:
    #	TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/cluster.py
    #	TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/metrics_source.py
    #	TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/console_link/models/utils.py
    lewijacn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b488a73 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into user-agent-console

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    352f23b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. PR feedback and add some unit tests for utils

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5c01347 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into user-agent-console

    # Conflicts:
    #	deployment/cdk/opensearch-service-migration/bin/app.ts
    #	deployment/cdk/opensearch-service-migration/lib/stack-composer.ts
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a733a61 View commit details
    Browse the repository at this point in the history
  3. Fix user agent from merge conflict

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3cc59c0 View commit details
    Browse the repository at this point in the history
  4. PR feedback updates

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c5c69dd View commit details
    Browse the repository at this point in the history
  5. Add tests for create boto3 client

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    346ef9c View commit details
    Browse the repository at this point in the history
  6. Flake8 fixes

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    21724b9 View commit details
    Browse the repository at this point in the history
  7. Add additional tests for client options

    Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
    lewijacn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9c8868c View commit details
    Browse the repository at this point in the history