-
Notifications
You must be signed in to change notification settings - Fork 26
v6: Update to latest Weaviate versions #510
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ef43d4a
chore: enforce minimal server version
bevzzz 9c1adc5
test: add unit tests for SemanticVersion
bevzzz 0ce5a58
chore: fix javadoc
bevzzz f335f9c
chore: set minimal server version to 1.31
bevzzz 03530ed
test: upgrate Surefire to 3.5.4
bevzzz 1a4fbfc
ci: run tests in parallel
bevzzz 52e697c
test: remove ALL-UNNAMED opens from test config
bevzzz 4f93a35
ci: extend test matrix to 2 latest Weaviate versions
bevzzz 903c809
ci: fix syntax
bevzzz 01a75b5
chore: use smaller image
bevzzz 70bdad6
debug(ci): do not cache model2vec image
bevzzz cfa860d
ci(fix): do not save model2vec image
bevzzz 2634d96
ci(fix): use correct version tag
bevzzz f70d376
chore: user lookup-only restore in Docker Cache step
bevzzz 99779df
ci(fix): move env definition
bevzzz bd7c1a5
ci: disable fail-fast
bevzzz 4d0fb6f
ci: skip GPG signing for tests job
bevzzz ac98d42
chore: skip tests that require a later version
bevzzz 5c7e7f3
ci: expand test matrix
bevzzz 9ad739e
ci: disable some tests for earlier versions
bevzzz 7730461
ci: raise minimal required version to 1.32
bevzzz 8c3583a
fix: use mutable list
bevzzz b3847d5
test: fix skip syntax
bevzzz ecef35c
build: drop Lombok dependency
bevzzz a534d9a
Merge branch 'v6' into v6-minimal-version
g-despot 728aad7
Update Weaviate versions
g-despot 657cfab
Free workflow disk space step
g-despot 1bde56b
Free workflow disk space step
g-despot e9b1743
Fix failing TCs
g-despot 9cd6c40
Update replication factor
g-despot 82f7c17
Fix cluster creation
g-despot f4da5f6
Update bindNodes
g-despot cae7c72
Revert changes
g-despot 869e8bb
Add missing env var
g-despot c8bbb33
Merge branch 'v6' into v6-minimal-version-update
g-despot f8a34c6
Merge branch 'v6-minimal-version' into v6-minimal-version-update
g-despot 1ed70bd
Update src/it/java/io/weaviate/containers/Weaviate.java
g-despot e42446d
Update Double to Float
g-despot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,5 @@ | |
| target/ | ||
| # maven-lombok-plugin | ||
| .factorypath | ||
| # Surefire statistics for optimized execution time | ||
| .surefire-* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.