-
-
Notifications
You must be signed in to change notification settings - Fork 127
v4 WIP, merges, fixes, #416
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
Open
Shazwazza
wants to merge
111
commits into
release/4.0
Choose a base branch
from
shazwazza/merge-v360
base: release/4.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Try to get build to run on PRs
Try to get docs building with PRs
fixed typo error in searching.md
fix typo error in searching.md
Fix docs for synchronous index building
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.4...v1.16.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ri-1.16.3 Bump nokogiri from 1.15.4 to 1.16.3 in /docs
… for all directory usages.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.5...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ri-1.16.5 Bump nokogiri from 1.16.3 to 1.16.5 in /docs
…3.2.8 Bump rexml from 3.2.5 to 3.2.8 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.8...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…3.3.9 Bump rexml from 3.2.8 to 3.3.9 in /docs
Ensures replicators and dependencies are all disposed correctly.
# Conflicts: # src/Examine.Core/ExamineManager.cs # src/Examine.Core/PublicAPI.Shipped.txt # src/Examine.Lucene/Directories/DirectoryFactory.cs # src/Examine.Lucene/Directories/DirectoryFactoryBase.cs # src/Examine.Lucene/ExamineReplicator.cs # src/Examine.Lucene/LoggingInfoStream.cs # src/Examine.Lucene/Providers/LuceneIndex.cs # src/Examine.Lucene/PublicAPI.Shipped.txt # src/Examine.Lucene/Search/LuceneQueryOptions.cs # src/Examine.Lucene/Search/LuceneSearchExecutor.cs # src/Examine.Lucene/StringExtensions.cs # src/Examine.Test/Examine.Lucene/ExamineReplicatorTests.cs # src/Examine.Test/Examine.Lucene/Search/FluentApiTests.cs # src/Examine.Test/Examine.Test.csproj # src/Examine.Test/ExamineBaseTest.cs # src/Examine.Web.Demo/IndexFactoryExtensions.cs
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This was based off the prev merge work done by @nzdev: #403
v4 will have breaking changes. Facets will be a first class citizen and currently all the hacks to handle compatibility have been removed. Once all the builds are working, then we can look to add a compatibility shim to have it work with certain Umbraco versions.
There was quite a large number of issues with the current beta which this addresses. There are still others that need to be done but its getting close.