Skip to content

Commit d0fb065

Browse files
authored
Merge branch 'spring-projects:main' into feature/openai-timeout-support
2 parents c8dcdaa + d93ab77 commit d0fb065

File tree

589 files changed

+13180
-6852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+13180
-6852
lines changed

.claude/settings.local.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.devcontainer/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

.devcontainer/scripts/onCreateCommand.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/continuous-inspection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
code-quality-analysis:
1010
name: code quality analysis report
1111
runs-on: ubuntu-latest
12+
if: ${{ github.repository_owner == 'spring-projects' }}
1213
steps:
1314
- name: Checkout source code
1415
uses: actions/checkout@v4

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Build branch
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'spring-projects' }}
1112
services:
1213
ollama:
1314
image: ollama/ollama:latest

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
if: github.repository_owner == 'spring-projects'
12+
if: ${{ github.repository_owner == 'spring-projects' }}
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
name: Build branch
1111
runs-on: ubuntu-latest
12+
if: ${{ github.repository_owner == 'spring-projects' }}
1213
steps:
1314
- name: Checkout source code
1415
uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ shell.log
4444
/vector-stores/spring-ai-cassandra-store/nbproject/
4545

4646
**/.claude/settings.local.json
47+
.devcontainer

advisors/spring-ai-advisors-vector-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.ai</groupId>
2323
<artifactId>spring-ai-parent</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.1.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>spring-ai-advisors-vector-store</artifactId>

0 commit comments

Comments
 (0)