nightowl...@apache.org |
[lucenenet] branch master updated (146d7d0 -> 9bee5f2) |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet] 01/05: Revert "website: added Google ads" |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet] 02/05: website: Update path to use machine-level folder instead of user-level folder |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet] 03/05: website: Changed home page example to use Console.WriteLine() instead of 3rd party LinqPad Dump() method. |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet] 04/05: website: Updated home page example to exclude unnecessary variable for Environment.SpecialFolder enumeration value |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet] 05/05: website: Added target="_blank" to Fork me on GitHub (home page) |
Sun, 01 Nov, 15:46 |
nightowl...@apache.org |
[lucenenet-site] branch asf-site updated (16f86c0 -> b33eed0) |
Sun, 01 Nov, 16:18 |
nightowl...@apache.org |
[lucenenet-site] 01/02: Updated home page code examples and added target="_blank" to Fork me on GitHub |
Sun, 01 Nov, 16:18 |
nightowl...@apache.org |
[lucenenet-site] 02/02: Added .gitignore |
Sun, 01 Nov, 16:18 |
nightowl...@apache.org |
[lucenenet] branch master updated (9bee5f2 -> 427e230) |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 01/11: Change Debugging.Assert usage to not allocate due to lambda capture |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 02/11: start removing delegate-based Debugging.AssertsEnabled |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 03/11: replace Debugging.Assert with 2 parameters |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 04/11: Lucene.Net.Diagnostics.Debugging: Use J2N StringFormatter to automatically format arrays and IStructuralFormattable collections |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 05/11: Lucene.Net.Diagnostics.Debugging: Updated documentation |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 06/11: Lucene.Net.Store.Directory: Added ListAllFormatter struct used to defer building a string.Format() parameter when using Debugging.Assert<T0>(bool, string, T0) overloads |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 07/11: Lucene.Net.Util.BytesRef: Added BytesRefFormatter struct used to defer building a string.Format() parameter when using Debugging.Assert<T0>(bool, string, T0) overloads |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 08/11: Lucene.Net.Codecs.BlockTreeTermsWriter: Added PendingBlocksFormatter struct used to defer building a string.Format() parameter when using Debugging.Assert<T0>(bool, string, T0) overloads |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 09/11: SWEEP: Fixed Debugging.Assert() calls that format strings with parameters so the parameters are not resolved until a condition fails. There are still some calls that do light math and pick items from arrays, but this performance hit in the tests is something we can live with for better production performance. Closes #346, closes #373, closes #372. |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 10/11: Lucene.Net.TestFramework: Added DoesNotThrow() overloads to Assert class |
Tue, 03 Nov, 21:24 |
nightowl...@apache.org |
[lucenenet] 11/11: Lucene.Net.Diagnostics: Added tests for Debugging class |
Tue, 03 Nov, 21:24 |
|
[lucenenet] branch master updated (427e230 -> 3c01253) |
|
nightowl...@apache.org |
[lucenenet] branch master updated (427e230 -> 3c01253) |
Tue, 03 Nov, 23:00 |
nightowl...@apache.org |
[lucenenet] branch master updated (427e230 -> 3c01253) |
Tue, 03 Nov, 23:00 |
nightowl...@apache.org |
[lucenenet] branch master updated: Lucene.Net.Codecs.Memory.MemoryPostingsFormat: Added additional comments for System.Enum.CompareTo() to IndexOptionsComparer change |
Thu, 05 Nov, 02:52 |
nightowl...@apache.org |
[lucenenet] branch master updated: Lucene.Net.Util.Automaton.State: Removed IEquatable<T> and other equality checking, as implementing Equals() to compare other than reference equality causes IndexOutOfRangeException to randomly occur when using FuzzyTermsEnum. Fixes #296. |
Thu, 05 Nov, 03:58 |
nightowl...@apache.org |
[lucenenet] branch master updated: Fixes several code quality issues (Code Analysis) (#387) |
Tue, 10 Nov, 15:57 |
nightowl...@apache.org |
[lucenenet] branch master updated: build/Dependencies.props: Downgraded Microsoft.Extensions.Configuration to 2.0.0 to allow applications using older versions to avoid conflicts (#388) |
Tue, 10 Nov, 15:57 |
nightowl...@apache.org |
[lucenenet] branch master updated (d5c5ca4 -> 1a02f66) |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 01/02: Revert "Lucene.Net.Search.FieldCacheImpl: Removed field value types and declared Get methods inline using delegate methods" |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 02/02: Lucene.Net.Search.FieldCacheImpl: Removed unused outerInstance fields and marked fields readonly, as allowed |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] branch master updated (1a02f66 -> c901901) |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 01/07: Added test target for .NET 5 |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 02/07: Fixed compiler warnings |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 03/07: build/build.ps1: Updated to test .NET 5 |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 04/07: azure-pipelines.yml, run-tests-on-os.yml: Added tests for .NET 5 |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 05/07: azure-pipelines.yml: Run net48_x86 nightly |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 06/07: azure-pipelines.yml: Publish NuGet artifacts before publish results |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] 07/07: Directory.Build.props: Upgraded to C# 9.0 |
Thu, 12 Nov, 09:20 |
nightowl...@apache.org |
[lucenenet] branch benchmarkdotnet updated: Lucene.Net.Tests.BenchmarkDotNet.SearchFilesBenchmarks: Increased number of iterations from 1000 to 2000 for better accuracy |
Fri, 13 Nov, 06:35 |
nightowl...@apache.org |
[lucenenet] branch benchmarkdotnet updated: Added benchmarks for 4.8.0-beta00013 |
Fri, 13 Nov, 07:15 |
nightowl...@apache.org |
[lucenenet-site] branch asf-site updated: added release notes for 4.8.0-beta00013 and updated release/website documentation |
Fri, 13 Nov, 09:17 |
nightowl...@apache.org |
[lucenenet] branch master updated (c901901 -> ca61899) |
Fri, 13 Nov, 09:19 |
nightowl...@apache.org |
[lucenenet] 01/03: website: Updated make-release.md to provide more reliable way to tag the release commit |
Fri, 13 Nov, 09:19 |
nightowl...@apache.org |
[lucenenet] 02/03: website/site/contributing/documentation.md: Fixed website port and minor typos |
Fri, 13 Nov, 09:19 |
nightowl...@apache.org |
[lucenenet] 03/03: website: Added (temporary) release notes for 4.8.0-beta00013 that can be linked to publicly during the release vote |
Fri, 13 Nov, 09:19 |
nightowl...@apache.org |
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00013 created (now 42eeeb0) |
Fri, 13 Nov, 11:24 |
nightowl...@apache.org |
svn commit: r44488 - /dev/lucenenet/4.8.0-beta00013/ |
Fri, 13 Nov, 11:34 |
nightowl...@apache.org |
[lucenenet] branch master updated: README.md: Updated build and test prerequisites to .NET 5.0 |
Fri, 13 Nov, 11:53 |
nightowl...@apache.org |
svn commit: r44513 - /dev/lucenenet/4.8.0-beta00013/ |
Mon, 16 Nov, 12:38 |
nightowl...@apache.org |
svn commit: r44514 - /release/lucenenet/4.8.0-beta00013/ |
Mon, 16 Nov, 12:46 |
nightowl...@apache.org |
[lucenenet] branch master updated: website: Added download page for 4.8.0-beta00013 |
Mon, 16 Nov, 13:02 |
nightowl...@apache.org |
[lucenenet-site] branch asf-site updated: added download page for 4.8.0-beta00013 |
Mon, 16 Nov, 13:03 |
nightowl...@apache.org |
[lucenenet] branch master updated (c72072f -> 0b448d9) |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 01/06: re-adds automation step to assign the title in the docs based on environment variable, updates docs script to ensure that the base url is correctly set for the live site, updates the docs building docs to be a bit more clear |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 02/06: fixes baseurl to not have double trailing slashes |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 03/06: streamlines the site build script to be inline with the docs and updates the docs accordingly |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 04/06: fixes comma and language version for net framework plugins |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 05/06: websites/apidocs/docs.ps1: Trim any trailing slash from $BaseUrl |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] 06/06: websites/apidocx/docs.ps1: Set the $env:LuceneNetVersion environment variable so our plugin recognizes it |
Wed, 18 Nov, 20:50 |
nightowl...@apache.org |
[lucenenet] branch master updated (0b448d9 -> 6a21a0c) |
Thu, 19 Nov, 18:33 |
nightowl...@apache.org |
[lucenenet] 01/04: websites/apidocs: Changed main.css to keep Fork me on GitHub from overlapping the menu |
Thu, 19 Nov, 18:33 |
nightowl...@apache.org |
[lucenenet] 02/04: websites/apidocs: Updated footer to match main site |
Thu, 19 Nov, 18:33 |
nightowl...@apache.org |
[lucenenet] 03/04: docs.ps1: Updated footer to match main site |
Thu, 19 Nov, 18:33 |
nightowl...@apache.org |
[lucenenet] 04/04: docs: Updated docfx.global.json for 4.8.0-beta00013 |
Thu, 19 Nov, 18:33 |
nightowl...@apache.org |
[lucenenet-site] branch asf-site updated: Adds 4.8.0-beta00013 docs |
Thu, 19 Nov, 19:07 |
nightowl...@apache.org |
[lucenenet-site] branch asf-site updated: Added link to 4.8.0-beta00013 API docs |
Thu, 19 Nov, 19:15 |
nightowl...@apache.org |
[lucenenet] branch master updated: website: Added link to 4.8.0-beta00013 API docs |
Thu, 19 Nov, 19:18 |
nightowl...@apache.org |
[lucenenet] branch docs/4.8.0-beta00013 created (now c1a5be1) |
Thu, 19 Nov, 19:19 |
nightowl...@apache.org |
[lucenenet] branch master updated (c1a5be1 -> b5e1958) |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] 01/05: Added the AwaitsFixAttribute to the known failing tests described in #363 and #269 |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] 02/05: azure-pipelines.yml: Changed default of AwaitsFix to true during CI builds. |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] 03/05: Added LiquidTestReports.Markdown to all test projects |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] 04/05: Added Generate-TestWorkflows.ps1 script to generate GitHub Actions workflow files based on project dependencies |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] 05/05: Generated workflow files for each test project to run on GitHub Actions during pull requests |
Sat, 21 Nov, 09:06 |
nightowl...@apache.org |
[lucenenet] branch master updated: .asf.yaml: Disallow forced pushes to master, removed hacktoberfest label, updated documentation link |
Sat, 21 Nov, 09:10 |
nightowl...@apache.org |
[lucenenet] branch master updated (595b75a -> 8ad48e7) |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] 01/05: .github/workflows/Generate-TestWorkflows.ps1: Added special case for CodeAnalysis tests |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] 02/05: Lucene.Net.Tests.TestFramework.DependencyInjection: Added support for all test targets |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] 03/05: azure-pipelines.yml: Upgraded to ubuntu 18.04 |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] 04/05: azure-pipelines.yml: Upgraded to macOS 10.15 |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] 05/05: Lucene.Net.Tests.Analysis.ICU.Analysis.Icu.TestICUFoldingFilterFactory::Test(): Added AwaitsFix attribute (failing on GitHub Actions on Linux) |
Sat, 21 Nov, 12:42 |
nightowl...@apache.org |
[lucenenet] branch master updated (8ad48e7 -> e814b28) |
Tue, 24 Nov, 21:22 |
nightowl...@apache.org |
[lucenenet] branch master updated: Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChainsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269) |
Wed, 25 Nov, 20:50 |