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

[draft] Use a git submodule to include the OpenSearch.openapi.json file #627

Closed
wants to merge 5 commits into from
Closed

[draft] Use a git submodule to include the OpenSearch.openapi.json file #627

wants to merge 5 commits into from

Commits on Mar 13, 2024

  1. git: add submodule reference to OpenSearch opensearch-api-specificati…

    …on.git
    
    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    61e9855 View commit details
    Browse the repository at this point in the history
  2. generate_api.py: read API specification from local working directory

    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3654592 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove 'requests' from dev-dependencies.txt

    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5031948 View commit details
    Browse the repository at this point in the history
  4. nox: ensure that git submodules are initialized and loaded before API…

    … generation-from-specification
    
    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b6e21b6 View commit details
    Browse the repository at this point in the history
  5. Add changelog entry for git-submodule-based API spec retrieval (#627)

    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    59492ed View commit details
    Browse the repository at this point in the history