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

Refactor AiCoreDeployment #100

Merged
merged 96 commits into from
Oct 18, 2024
Merged

Refactor AiCoreDeployment #100

merged 96 commits into from
Oct 18, 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 Sep 25, 2024

  1. intermediate

    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    18dce2a View commit details
    Browse the repository at this point in the history
  2. ready-to-discuss state

    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c35a61b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into refactor-core

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/Core.java
    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b64809c View commit details
    Browse the repository at this point in the history
  4. Fix merge; Format

    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    678a69b View commit details
    Browse the repository at this point in the history
  5. Add javadoc

    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    448a140 View commit details
    Browse the repository at this point in the history
  6. Fix PMD warnings

    a-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    799cee6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Initial change of draft

    a-d committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8672466 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Initial API change

    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6830b71 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into refactor-core3

    # Conflicts:
    #	core/src/main/java/com/sap/ai/sdk/core/Core.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/ArtifactUnitTest.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/ConfigurationUnitTest.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/DeploymentUnitTest.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/ExecutionUnitTest.java
    #	core/src/test/java/com/sap/ai/sdk/core/client/ScenarioUnitTest.java
    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ba7066f View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    94e8c74 View commit details
    Browse the repository at this point in the history
  4. Update readme

    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d179bf View commit details
    Browse the repository at this point in the history
  5. Fix PMD

    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d1e1291 View commit details
    Browse the repository at this point in the history
  6. Formatting

    bot-sdk-js committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5a1521c View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Charles Dubois <[email protected]>
    newtork and CharlesDuboisSAP authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8cbba6a View commit details
    Browse the repository at this point in the history
  8. Defuse functions

    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e16895c View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/refactor-core3' into refactor-core3

    # Conflicts:
    #	sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java
    a-d committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6d277cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5d84c6 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
  12. Merge remote-tracking branch 'origin/main' into refactor-core3

    # Conflicts:
    #	sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/DeploymentController.java
    a-d committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4162119 View commit details
    Browse the repository at this point in the history
  13. Update core/src/main/java/com/sap/ai/sdk/core/AiCoreServiceWithDeploy…

    …ment.java
    
    Co-authored-by: Charles Dubois <[email protected]>
    newtork and CharlesDuboisSAP authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8a45bb0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e138be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    129409b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d6d53bb View commit details
    Browse the repository at this point in the history
  17. Formatting

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

Commits on Oct 8, 2024

  1. Fix code, tests are working

    a-d committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    62e0df0 View commit details
    Browse the repository at this point in the history
  2. Fix header provisioning

    a-d committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e24e4d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Add tests; Move stuff around

    a-d committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6626456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a6090 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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 14, 2024

  1. make base class extensible

    a-d committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    37db59f View commit details
    Browse the repository at this point in the history
  2. work in progress

    a-d committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    583fd49 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. refine work in progress

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f61e5c8 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d6e3f25 View commit details
    Browse the repository at this point in the history
  6. Update test

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3749513 View commit details
    Browse the repository at this point in the history
  7. Add annotations

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c76ad84 View commit details
    Browse the repository at this point in the history
  8. Format

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    701d92b View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/main' into refactor-core3

    # Conflicts:
    #	README.md
    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7ec29d7 View commit details
    Browse the repository at this point in the history
  10. 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
  11. Format; JavaDoc

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a49d6c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fbc262e View commit details
    Browse the repository at this point in the history
  13. 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
  14. 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
  15. Restructure code

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f224ec6 View commit details
    Browse the repository at this point in the history
  16. Fix PMD

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b13b9cd View commit details
    Browse the repository at this point in the history
  17. Fix PMD

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0afd536 View commit details
    Browse the repository at this point in the history
  18. 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
  19. Fix test

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1503338 View commit details
    Browse the repository at this point in the history
  20. Fix test

    a-d committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c98c72 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. Apply review comments

    a-d committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0982a74 View commit details
    Browse the repository at this point in the history
  9. Apply review comments

    a-d committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9575109 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b5221c View commit details
    Browse the repository at this point in the history
  11. Minor JavaDoc fix

    a-d committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    505ce61 View commit details
    Browse the repository at this point in the history
  12. Formatting

    bot-sdk-js committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d4d98fc View commit details
    Browse the repository at this point in the history
  13. 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
  14. 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
  15. Configuration menu
    Copy the full SHA
    bb2ae4c View commit details
    Browse the repository at this point in the history
  16. Formatting

    bot-sdk-js committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    642f388 View commit details
    Browse the repository at this point in the history
  17. Added Javadoc

    CharlesDuboisSAP committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    329b182 View commit details
    Browse the repository at this point in the history
  18. Added Javadoc

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

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    dc597ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    324d0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80bace3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into refactor-core4

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

Commits on Oct 18, 2024

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