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

Added deployment cache #53

Merged
merged 43 commits into from
Oct 17, 2024
Merged

Added deployment cache #53

merged 43 commits into from
Oct 17, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    d4ba51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163212e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Added cache reset

    CharlesDuboisSAP committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a481a9b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Added unit tests

    CharlesDuboisSAP committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a728f07 View commit details
    Browse the repository at this point in the history
  2. Fixed unit tests

    CharlesDuboisSAP committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fc01194 View commit details
    Browse the repository at this point in the history
  3. PMD

    CharlesDuboisSAP committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2b2ea95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d0cc6e View commit details
    Browse the repository at this point in the history
  5. fix tests for real

    CharlesDuboisSAP committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    14fe1d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    249e3a6 View commit details
    Browse the repository at this point in the history
  2. PMD again

    CharlesDuboisSAP committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    059bb09 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    1b1a44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6da748 View commit details
    Browse the repository at this point in the history
  3. Added cache reset

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8e2cd9f View commit details
    Browse the repository at this point in the history
  4. Added unit tests

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7fa8398 View commit details
    Browse the repository at this point in the history
  5. Fixed unit tests

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7f6af65 View commit details
    Browse the repository at this point in the history
  6. PMD

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7df86f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    481d5b6 View commit details
    Browse the repository at this point in the history
  8. fix tests for real

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b1df254 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d5c155 View commit details
    Browse the repository at this point in the history
  10. PMD again

    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    771a7b6 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/query-filter' into query-filter

    # Conflicts:
    #	core/src/test/java/com/sap/ai/sdk/core/WireMockTestServer.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/ScenarioUnitTest.java
    #	foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiClient.java
    #	orchestration/src/test/java/com/sap/ai/sdk/orchestration/client/OrchestrationUnitTest.java
    #	sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/ConfigurationController.java
    CharlesDuboisSAP committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2fb5141 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    31a6090 View commit details
    Browse the repository at this point in the history
  2. WiP

    CharlesDuboisSAP committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e217da9 View commit details
    Browse the repository at this point in the history
  3. Delete Core

    CharlesDuboisSAP committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ba53051 View commit details
    Browse the repository at this point in the history
  4. Formatting

    bot-sdk-js committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c696c03 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Fixed tests

    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dc45282 View commit details
    Browse the repository at this point in the history
  2. Single cache

    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6684e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb19ae5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refactor-core3' into query-filter

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreDeployment.java
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab5a847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc262e View commit details
    Browse the repository at this point in the history
  6. Fix tests

    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2991457 View commit details
    Browse the repository at this point in the history
  7. Added resetCache

    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4dbc804 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refactor-core3' into query-filter

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreDeployment.java
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
    CharlesDuboisSAP committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ff5fdc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge branch 'refs/heads/refactor-core3' into query-filter

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreDeployment.java
    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    042da74 View commit details
    Browse the repository at this point in the history
  2. Merged

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fbc7f5b View commit details
    Browse the repository at this point in the history
  3. spotless

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fdd163a View commit details
    Browse the repository at this point in the history
  4. Reduced code

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c8233cd View commit details
    Browse the repository at this point in the history
  5. Added throws

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cabee7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b8cda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    350a555 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refs/heads/refactor-core3' into query-filter

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/AiCoreService.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/WireMockTestServer.java
    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0c088a8 View commit details
    Browse the repository at this point in the history
  9. Merged main

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c0af7db View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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