You are viewing a plain text version of this content. The canonical link for it is here.
- [01/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Search.FieldCacheRangeFilter.AnonymousStringFieldCacheRangeFilter: Fixed Debug.Assert condition that was causing assert to fail. - posted by ni...@apache.org on 2017/09/09 00:31:19 UTC, 0 replies.
- [02/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Spatial.SpatialArgsTest.CalcDistanceFromErrPct(): Test fails because floating point asserts didn't contain any delta and the implementation has changed in .NET Core 2.0 so it is no longer on the - posted by ni...@apache.org on 2017/09/09 00:31:20 UTC, 0 replies.
- [03/50] [abbrv] lucenenet git commit: lucene-cli: Removed because it is no longer a valid element in .NET Core 2.0 - posted by ni...@apache.org on 2017/09/09 00:31:21 UTC, 0 replies.
- [04/50] [abbrv] lucenenet git commit: Lucene.Net.Codecs.Lucene3x.Lucene3xTermVectorsReader: Added compilation symbol to remove failing DebugAssert from .NET Standard 2.0 because it causes VSTest to fatally crash - posted by ni...@apache.org on 2017/09/09 00:31:22 UTC, 0 replies.
- [05/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Join.csproj: fixed typo that was causing FEATURE_SERIALIZABLE not to work. - posted by ni...@apache.org on 2017/09/09 00:31:23 UTC, 0 replies.
- [06/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.WriterCache.CharBlockArray: Renamed length_Renamed > length, commented serialVersionUID - posted by ni...@apache.org on 2017/09/09 00:31:24 UTC, 0 replies.
- [07/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.WriterCache.CharBlockArray: Refactored to use BinaryReader/BinaryWriter for serialzation and eliminated the 2 serialization support classes StreamUtils and CharBlockArrayConverter - posted by ni...@apache.org on 2017/09/09 00:31:25 UTC, 0 replies.
- [08/50] [abbrv] lucenenet git commit: build/build.ps1: Added .NET Core 2.0 as one of the test frameworks - posted by ni...@apache.org on 2017/09/09 00:31:26 UTC, 0 replies.
- [09/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable) - posted by ni...@apache.org on 2017/09/09 00:31:27 UTC, 0 replies.
- [10/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable) - posted by ni...@apache.org on 2017/09/09 00:31:28 UTC, 0 replies.
- [11/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable) - posted by ni...@apache.org on 2017/09/09 00:31:29 UTC, 0 replies.
- [12/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable) - posted by ni...@apache.org on 2017/09/09 00:31:30 UTC, 0 replies.
- [13/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable) - posted by ni...@apache.org on 2017/09/09 00:31:31 UTC, 0 replies.
- [14/50] [abbrv] lucenenet git commit: Lucene.Net.Support.PriorityQueue: Added Serializable attribute - posted by ni...@apache.org on 2017/09/09 00:31:32 UTC, 0 replies.
- [15/50] [abbrv] lucenenet git commit: Lucene.Net.Support.TestOldPatches: Commented Test_Store_RAMDirectory() test because binary serialization is no longer considered a good practice - posted by ni...@apache.org on 2017/09/09 00:31:33 UTC, 0 replies.
- [16/50] [abbrv] lucenenet git commit: SWEEP: Factored out exceptions into a new feature FEATURE_SERIALIZABLE_EXCEPTIONS, since we cannot support them on .NET Standard 2.0 and reworked build configurations to remove any .NET Standard 2.0 configurations th - posted by ni...@apache.org on 2017/09/09 00:31:34 UTC, 0 replies.
- [17/50] [abbrv] lucenenet git commit: SWEEP: Factored out exceptions into a new feature FEATURE_SERIALIZABLE_EXCEPTIONS, since we cannot support them on .NET Standard 2.0 and reworked build configurations to remove any .NET Standard 2.0 configurations th - posted by ni...@apache.org on 2017/09/09 00:31:35 UTC, 0 replies.
- [18/50] [abbrv] lucenenet git commit: Lucene.Net: Made types that are most likely to be used as fields in consumer classes [Serializable] - posted by ni...@apache.org on 2017/09/09 00:31:36 UTC, 0 replies.
- [19/50] [abbrv] lucenenet git commit: SWEEP: Implemented ICloneable consistently and added interface to Support/Compatibility for .NET Standard 1.x - posted by ni...@apache.org on 2017/09/09 00:31:37 UTC, 0 replies.
- [20/50] [abbrv] lucenenet git commit: SWEEP: Eliminated FEATURE_THREADINTERRUPTEDEXCEPTION and fixed compilation symbols to allow ThreadInterruptException on .NET Standard 2.0 - posted by ni...@apache.org on 2017/09/09 00:31:38 UTC, 0 replies.
- [21/50] [abbrv] lucenenet git commit: SWEEP: Moved Intern() functionality to StringExtensions and accounted for .NET Standard 1.x's lack of support for it. - posted by ni...@apache.org on 2017/09/09 00:31:39 UTC, 0 replies.
- [22/50] [abbrv] lucenenet git commit: SWEEP: Upgraded all test projects to use NUnit 3.8.1 and Microsoft.NET.Test.Sdk 15.3.0 - posted by ni...@apache.org on 2017/09/09 00:31:40 UTC, 0 replies.
- [23/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Index.TestConcurrentMergeScheduler: Fixed FailOnlyOnFlush class to match the original, which was causing TestFlushExceptions() to fail. Also removed throw statement on a background thread that w - posted by ni...@apache.org on 2017/09/09 00:31:41 UTC, 0 replies.
- [24/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Codecs.Lucene40.Lucene40TermVectorsReader.NextPosition(): Debug.Assert is occasionally failing, which causes the test runner to crash on .NET Standard 2.0. For now, removing the offending assert from - posted by ni...@apache.org on 2017/09/09 00:31:42 UTC, 0 replies.
- [25/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index: Marked several tests with LongRunningTestAttribute because they are running slow (more than 1 min) on .NET Core 1.0 - posted by ni...@apache.org on 2017/09/09 00:31:43 UTC, 0 replies.
- [26/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Search.TestMutiTermConstantScore: Made Small and Reader variables instance members, since they are being set by instance methods. When they were static, tests could cross threads on the instance - posted by ni...@apache.org on 2017/09/09 00:31:44 UTC, 0 replies.
- [27/50] [abbrv] lucenenet git commit: SWEEP: Eliminated [Debuggable] attribute and added [MethodImpl(MethodImplOptions.NoInlining)] to each potential match for the StackTraceHelper, which allows tests that use it to work in release mode. Solution provide - posted by ni...@apache.org on 2017/09/09 00:31:45 UTC, 0 replies.
- [28/50] [abbrv] lucenenet git commit: SWEEP: Eliminated [Debuggable] attribute and added [MethodImpl(MethodImplOptions.NoInlining)] to each potential match for the StackTraceHelper, which allows tests that use it to work in release mode. Solution provide - posted by ni...@apache.org on 2017/09/09 00:31:46 UTC, 0 replies.
- [29/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.csproj: Eliminated unnecessary reference to dotnet-test-nunit-teamcity - posted by ni...@apache.org on 2017/09/09 00:31:47 UTC, 0 replies.
- [30/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.LuceneTestCase: Added missing catch block for UnauthorizedAccessException, which does not subclass IOException in .NET as was the case in Java. - posted by ni...@apache.org on 2017/09/09 00:31:48 UTC, 0 replies.
- [31/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.LuceneTestCase: Commented unused STATIC_LEAK_THRESHOLD static variable. - posted by ni...@apache.org on 2017/09/09 00:31:49 UTC, 0 replies.
- [32/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index.TestPostingsFormat.TestRandom(): Manually failing test on .NET Standard 1.5 in Debug mode because it crashes the test runner - need to investigate - posted by ni...@apache.org on 2017/09/09 00:31:50 UTC, 0 replies.
- [33/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index.TestTermVectorsFormat.TestLotsOfFields(): Manually failing test on .NET Standard 2.0 because it crashes the test runner - need to investigate - posted by ni...@apache.org on 2017/09/09 00:31:51 UTC, 0 replies.
- [34/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index.TestIndexWriter (TestThreadInterruptDeadlock + TestTwoThreadsInterruptDeadlock): Manually failing these tests under specific build configurations because they cause the test runner to crash - n - posted by ni...@apache.org on 2017/09/09 00:31:52 UTC, 0 replies.
- [35/50] [abbrv] lucenenet git commit: Lucene.Net.sln: Require VS 2017 to load solution (since .csproj is not backward compatible) - posted by ni...@apache.org on 2017/09/09 00:31:53 UTC, 0 replies.
- [36/50] [abbrv] lucenenet git commit: SWEEP: Reworked FEATURE_CLONEABLE so it is a compile option that is not enabled by default. Microsoft's recommendation is not to use ICloneable, but we provide the option in a custom compile. Note that there is no su - posted by ni...@apache.org on 2017/09/09 00:31:54 UTC, 0 replies.
- [37/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better - posted by ni...@apache.org on 2017/09/09 00:31:55 UTC, 0 replies.
- [38/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better - posted by ni...@apache.org on 2017/09/09 00:31:56 UTC, 0 replies.
- [39/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better - posted by ni...@apache.org on 2017/09/09 00:31:57 UTC, 0 replies.
- [40/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references) - posted by ni...@apache.org on 2017/09/09 00:31:58 UTC, 0 replies.
- [41/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references) - posted by ni...@apache.org on 2017/09/09 00:31:59 UTC, 0 replies.
- [42/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references) - posted by ni...@apache.org on 2017/09/09 00:32:00 UTC, 0 replies.
- [43/50] [abbrv] lucenenet git commit: SWEEP: Updated to latest version of TeamCity.VSTest.TestAdapter - posted by ni...@apache.org on 2017/09/09 00:32:01 UTC, 0 replies.
- [44/50] [abbrv] lucenenet git commit: Merge branch 'readme-contrib' into csproj-migration - posted by ni...@apache.org on 2017/09/09 00:32:02 UTC, 0 replies.
- [45/50] [abbrv] lucenenet git commit: Updated README with latest Visual Studio build info and added links for all 3.0.3 packages - posted by ni...@apache.org on 2017/09/09 00:32:03 UTC, 0 replies.
- [46/50] [abbrv] lucenenet git commit: Initial ReplicatorService guidelines (lacking the use of the replicator) - posted by ni...@apache.org on 2017/09/09 00:32:04 UTC, 0 replies.
- [47/50] [abbrv] lucenenet git commit: Added minimalistic info on how to use the replicator - posted by ni...@apache.org on 2017/09/09 00:32:05 UTC, 0 replies.
- [48/50] [abbrv] lucenenet git commit: Lucene.Net.Replicator.csproj: Fixed file references - posted by ni...@apache.org on 2017/09/09 00:32:06 UTC, 0 replies.
- [49/50] [abbrv] lucenenet git commit: build/build.ps1: Changed script to exclude the Lucene.Net.Replicator.AspNetCore project from packaging for the time being - posted by ni...@apache.org on 2017/09/09 00:32:07 UTC, 0 replies.
- [50/50] [abbrv] lucenenet git commit: NuGet.config: Removed local disabledPackageSources element - posted by ni...@apache.org on 2017/09/09 00:32:08 UTC, 0 replies.
- lucenenet git commit: build/dotnet-install.ps1: Updated to latest at https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script - posted by ni...@apache.org on 2017/09/09 02:51:52 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: added --no-restore option to dotnet test command - posted by ni...@apache.org on 2017/09/09 04:59:14 UTC, 0 replies.
- lucenenet git commit: Revert "build/build.ps1: added --no-restore option to dotnet test command" - posted by ni...@apache.org on 2017/09/09 06:11:40 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Changed to install both 1.0.5 and 2.0.0 .NET Core SDKs, since the former is still required to run tests on .NET Core 1.0 - posted by ni...@apache.org on 2017/09/10 11:29:21 UTC, 0 replies.
- [1/2] lucenenet git commit: README.md: Added note to run tests under 64 bit - posted by ni...@apache.org on 2017/09/10 12:02:25 UTC, 0 replies.
- [2/2] lucenenet git commit: build/build.ps1: Changed InstallSDK to install .NET Core SDK 1.0.4 (which corresponds to the runtime 1.0.5) - posted by ni...@apache.org on 2017/09/10 12:02:26 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Added logic to fail the build when SDK installation fails. Setup scenario that will fail (non-existent SDK version) to test it with. - posted by ni...@apache.org on 2017/09/10 14:11:05 UTC, 0 replies.
- [1/2] lucenenet git commit: build/build.ps1: Making Test depend on Restore to ensure it is run on .NET Core. - posted by ni...@apache.org on 2017/09/10 15:01:39 UTC, 0 replies.
- [2/2] lucenenet git commit: build/build.ps1: Failing the build isn't working, for now, removing that extra script - posted by ni...@apache.org on 2017/09/10 15:01:40 UTC, 0 replies.
- [1/3] lucenenet git commit: build/build.ps1: Broke the installation step for .NET Core 1.0.4 SDK to a separate task and added a check whether it exists before installing - posted by ni...@apache.org on 2017/09/10 20:38:49 UTC, 0 replies.
- [2/3] lucenenet git commit: Added the NUnit 3 console runner (again). We are getting test failures on the dotnet utility that we weren't getting in the console runner previously (or in Visual Studio). - posted by ni...@apache.org on 2017/09/10 20:38:50 UTC, 0 replies.
- [3/3] lucenenet git commit: Added the NUnit 3 console runner (again). We are getting test failures on the dotnet utility that we weren't getting in the console runner previously (or in Visual Studio). - posted by ni...@apache.org on 2017/09/10 20:38:51 UTC, 0 replies.
- [1/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions - posted by ni...@apache.org on 2017/09/10 22:02:32 UTC, 0 replies.
- [2/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions - posted by ni...@apache.org on 2017/09/10 22:02:33 UTC, 0 replies.
- [3/3] lucenenet git commit: build/build.ps1: Fixed issue with version comparison when it is a pre-release - posted by ni...@apache.org on 2017/09/10 22:02:34 UTC, 0 replies.
- [1/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed) - posted by ni...@apache.org on 2017/09/11 01:49:08 UTC, 0 replies.
- [2/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed) - posted by ni...@apache.org on 2017/09/11 01:49:09 UTC, 0 replies.
- [3/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed) - posted by ni...@apache.org on 2017/09/11 01:49:10 UTC, 0 replies.
- [4/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed) - posted by ni...@apache.org on 2017/09/11 01:49:11 UTC, 0 replies.
- [5/6] lucenenet git commit: build/build.ps1: Modified script to install .NET Core 2.0 SDK if needed before running the tests - posted by ni...@apache.org on 2017/09/11 01:49:12 UTC, 0 replies.
- [6/6] lucenenet git commit: build/build.ps1: Updated script to exclude the Lucene.Net.Tests.Cli project when the framework is not .NET Core 2.0 - posted by ni...@apache.org on 2017/09/11 01:49:13 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Fixed broken reference to InstallSDK - posted by ni...@apache.org on 2017/09/11 02:40:07 UTC, 0 replies.
- [1/2] lucenenet git commit: Lucene.Net.Analysis.SmartCn.HHMChineseTokenizer: Fixed namespace collision with Icu library. - posted by ni...@apache.org on 2017/09/11 08:23:32 UTC, 0 replies.
- [2/2] lucenenet git commit: build/build.ps1: Fixed typos - posted by ni...@apache.org on 2017/09/11 08:23:33 UTC, 0 replies.
- [1/2] lucenenet git commit: build/build.ps1: Fixed script to install .NET Core 2.0 SDK for .NET 4.5.1 test - posted by ni...@apache.org on 2017/09/11 09:00:20 UTC, 0 replies.
- [2/2] lucenenet git commit: build/build.ps1: Fixed issues with check for Cli project causing test run to fail - posted by ni...@apache.org on 2017/09/11 09:00:21 UTC, 0 replies.
- [1/2] lucenenet git commit: Lucene.Net.Tests.Support.TestLurchTableThreading: Removed test for NextHashCollision and assert within NextHashCollision because the underlying Guid implementation has changed in .NET Core 2.0 and this approach no longer works - posted by ni...@apache.org on 2017/09/11 10:38:58 UTC, 0 replies.
- [2/2] lucenenet git commit: Added missing NUnit TeamCityEventListener that is required for the TeamCity messages to appear in the test output - posted by ni...@apache.org on 2017/09/11 10:38:59 UTC, 0 replies.
- [1/4] lucenenet git commit: BUG: Lucene.Net.Support.AssemblyUtils: Added "Anonymously Hosted DynamicMethods Assembly" to list of framework assemblies, since we are not interested in this for loading assemblies (and it fails) - posted by ni...@apache.org on 2017/09/11 14:34:56 UTC, 0 replies.
- [2/4] lucenenet git commit: Lucene.Net.Tests.Benchmark.ByTask.Tasks.WriteLineDocTaskTest: Changed implementation to throw exceptions on the main thread. - posted by ni...@apache.org on 2017/09/11 14:34:57 UTC, 0 replies.
- [3/4] lucenenet git commit: BUG: Lucene.Net.Benchmark.ByTask.Tasks.TestPerfTasksLogic.TestLocale(): Test was using no-NO which is not consistently supported across platforms on .NET. Changed the test (and the documentation) to use nb-NO instead. - posted by ni...@apache.org on 2017/09/11 14:34:58 UTC, 0 replies.
- [4/4] lucenenet git commit: BUG: Lucene.Net.Tests.Index.TestTransactionRollback: Fixed issue where the value passed to substring could potentially go beyond the length of the string. - posted by ni...@apache.org on 2017/09/11 14:34:59 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Removed --no-restore switch from netcoreapp1.0 test configuration (not valid) - posted by ni...@apache.org on 2017/09/11 16:07:56 UTC, 0 replies.
- lucenenet git commit: BUG: Lucene.Net.Support.DictionaryExtensions: Fixed Store() method to save the date using the InvariantCulture so the format is unaffected by the ambient culture. - posted by ni...@apache.org on 2017/09/13 01:34:14 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Removed --results-directory from the .NET Core 1.0 tests, as it is not a valid option - posted by ni...@apache.org on 2017/09/13 02:50:18 UTC, 0 replies.
- [1/2] lucenenet git commit: Revert "Lucene.Net.Store.FSDirectory: Removed Fsync() method and m_staleFiles variable and all references to them" to prevent widespread 'file in use by another process' error. - posted by ni...@apache.org on 2017/09/13 22:01:47 UTC, 0 replies.
- [2/2] lucenenet git commit: Lucene.Net.Util.IOUtils: Added support for .NET Standard 2.0 to process any ThreadInterruptExceptions the same way as .NET Framework - posted by ni...@apache.org on 2017/09/13 22:01:48 UTC, 0 replies.
- lucenenet git commit: Lucene.Net/Lucene.Net.csproj: Upgraded System.Net.NameResolution to 4.3.0 to fix dependency conflict warning. - posted by ni...@apache.org on 2017/09/14 00:36:29 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.Tests.Benchmark.ByTask.TestPerfTasksLogic.TestCollator(): Changed culture from no-NO to nb-NO to ensure it runs consistently between dev and the CI server. - posted by ni...@apache.org on 2017/09/14 00:47:00 UTC, 0 replies.
- [01/11] lucenenet git commit: Created JavaDocToMarkdownConverter utility. - posted by ni...@apache.org on 2017/09/14 05:48:22 UTC, 0 replies.
- [02/11] lucenenet git commit: JavaDocToMarkdownConverter: Fixed bugs in link regex - posted by ni...@apache.org on 2017/09/14 05:48:23 UTC, 0 replies.
- [03/11] lucenenet git commit: JavaDocToMarkdownConverter: Added code to correct case of the character following # and change # to . in crefs. - posted by ni...@apache.org on 2017/09/14 05:48:24 UTC, 0 replies.
- [04/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:25 UTC, 0 replies.
- [05/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:26 UTC, 0 replies.
- [06/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:27 UTC, 0 replies.
- [07/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:28 UTC, 0 replies.
- [08/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:29 UTC, 0 replies.
- [09/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:30 UTC, 0 replies.
- [10/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:31 UTC, 0 replies.
- [11/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown - posted by ni...@apache.org on 2017/09/14 05:48:32 UTC, 0 replies.
- [1/5] lucenenet git commit: BUG: Lucene.Net.TestFramework: Having sequential folder names creates situations where multiple threads are doing operations on the same folder at the same time. Changed implementation to use GetRandomFileName() to append a ra - posted by ni...@apache.org on 2017/09/15 04:02:50 UTC, 0 replies.
- [2/5] lucenenet git commit: BUG: Lucene.Net.Store.NativeFSLockFactory: Missing lock on dictionary when NativeFSLock.Dispose() is called. Also, the lock needs to be removed from the cache whether it has opened a file or not. - posted by ni...@apache.org on 2017/09/15 04:02:51 UTC, 0 replies.
- [3/5] lucenenet git commit: Revert Revert "Lucene.Net.Store.FSDirectory: Removed Fsync() method and m_staleFiles variable and all references to them" - posted by ni...@apache.org on 2017/09/15 04:02:52 UTC, 0 replies.
- [4/5] lucenenet git commit: BUG: Lucene.Net.Replicator.LocalReplicator.ObtainFile(): Fixed KeyNotFoundException issue with sessions dictionary. - posted by ni...@apache.org on 2017/09/15 04:02:53 UTC, 0 replies.
- [5/5] lucenenet git commit: API: Lucene.Net.Replicator.Http.ReplicationService: Changed constructor parameter to accept IReadOnlyDictionary rather than IDictionary - posted by ni...@apache.org on 2017/09/15 04:02:54 UTC, 0 replies.
- [1/2] lucenenet git commit: build\build.ps1: Attempting to fix "illegal characters in path" when running tests on .NET Core 1.0 - posted by ni...@apache.org on 2017/09/15 05:45:04 UTC, 0 replies.
- [2/2] lucenenet git commit: build\build.ps1: Added TeamCity progress messages so the dashboard will indicate which task is running - posted by ni...@apache.org on 2017/09/15 05:45:05 UTC, 0 replies.
- [1/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these - posted by ni...@apache.org on 2017/09/16 06:26:44 UTC, 0 replies.
- [2/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these - posted by ni...@apache.org on 2017/09/16 06:26:45 UTC, 0 replies.
- [3/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these - posted by ni...@apache.org on 2017/09/16 06:26:46 UTC, 0 replies.
- [4/5] lucenenet git commit: Lucene.Net.Search.Suggest.Analyzing.FSTUtil.Path.Output: Changed accessibility to public. This wasn't made public until Lucene 5.1, but doing it for 4.8 since it is required by end users. - posted by ni...@apache.org on 2017/09/16 06:26:47 UTC, 0 replies.
- [5/5] lucenenet git commit: Revert "Lucene.Net.Tests.Index.TestTermVectorsFormat.TestLotsOfFields(): Manually failing test on .NET Standard 2.0 because it crashes the test runner - need to investigate" - posted by ni...@apache.org on 2017/09/16 06:26:48 UTC, 0 replies.
- [1/4] lucenenet git commit: SWEEP: Updated all packages to target .NET Framework 4.5 instead of 4.5.1. Test projects still target 4.5.1, since some have dependencies that require at least 4.5.1. - posted by ni...@apache.org on 2017/09/17 13:19:05 UTC, 0 replies.
- [2/4] lucenenet git commit: Lucene.Net.Tests.Expressions.TestExpressionSorts: Uncommented Collections.Shuffle call and reformatted tests for readability - posted by ni...@apache.org on 2017/09/17 13:19:06 UTC, 0 replies.
- [3/4] lucenenet git commit: build/build.ps1: Removed quotes from test expression (getting illegal characters in path error on TeamCity) - posted by ni...@apache.org on 2017/09/17 13:19:07 UTC, 0 replies.
- [4/4] lucenenet git commit: build/build.ps1: Added Publish task for the command line tools. - posted by ni...@apache.org on 2017/09/17 13:19:08 UTC, 0 replies.
- [1/2] lucenenet git commit: build/build.ps1: Installing .NET Core 2.0 SDK during 1.0 testing due to 'illegal characters in path error' that began when not installing both SDKs for that task - posted by ni...@apache.org on 2017/09/17 20:18:18 UTC, 0 replies.
- [2/2] lucenenet git commit: build/build.ps1: Switching from NUnit3 Console Runner to .NET Core 2.0 SDK for .NET Framework 4.5.1 test run - posted by ni...@apache.org on 2017/09/17 20:18:19 UTC, 0 replies.
- [1/5] lucenenet git commit: build/build.ps1: Enabling NUnit3 Console for .NET Framework because of test failures that occur in the .NET Core SDK that don't happen in Visual Studio. Assuming .NET Core SDK is not stable/not very well tested against .NET Fr - posted by ni...@apache.org on 2017/09/19 07:36:51 UTC, 0 replies.
- [2/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users). - posted by ni...@apache.org on 2017/09/19 07:36:52 UTC, 0 replies.
- [3/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users). - posted by ni...@apache.org on 2017/09/19 07:36:53 UTC, 0 replies.
- [4/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users). - posted by ni...@apache.org on 2017/09/19 07:36:54 UTC, 0 replies.
- [5/5] lucenenet git commit: SWEEP: Replaced all calls to Environment.GetEnvironmentVariable and Environment.SetEnvironmentVariable calls with SystemProperties.GetProperty and SystemProperties.SetProperty respectively. - posted by ni...@apache.org on 2017/09/19 07:36:55 UTC, 0 replies.
- [01/11] lucenenet git commit: BUG: Lucene.Net.Support.StringExtensions.TrimEnd(): Fixed logic to correctly trim all of the elements if they are empty - posted by ni...@apache.org on 2017/09/22 05:55:24 UTC, 0 replies.
- [02/11] lucenenet git commit: BUG: Patched behavior of all implementations of String.Split() and Regex.Split() using the .TrimEnd() extension method. In Java, only the empty entries at the end of the array are removed, not all empty entries. - posted by ni...@apache.org on 2017/09/22 05:55:25 UTC, 0 replies.
- [03/11] lucenenet git commit: SWEEP: Added TimeZoneInfo.ConvertTime() to corresponding locations where time zone had been set in Lucene. - posted by ni...@apache.org on 2017/09/22 05:55:26 UTC, 0 replies.
- [04/11] lucenenet git commit: BUG: Lucene.Net.Tests.QueryParser.Flexible.Precedence.TestPrecedenceQueryParser: Fixed test to always use GregorianCalendar and local time zone. - posted by ni...@apache.org on 2017/09/22 05:55:27 UTC, 0 replies.
- [05/11] lucenenet git commit: BREAKING: Lucene.Net.MMapDirectory: Removed UnmapHack/UNMAP_SUPPORTED features since these are not needed in .NET. - posted by ni...@apache.org on 2017/09/22 05:55:28 UTC, 0 replies.
- [06/11] lucenenet git commit: BUG: Lucene.Net.Store.MMapDirectory: Fixed issue with FileStream not being disposed when the file length is 0. - posted by ni...@apache.org on 2017/09/22 05:55:29 UTC, 0 replies.
- [07/11] lucenenet git commit: Lucene.Net.Suggest.Analyzing.FreeTextSuggester: Changed to use Path.GetRandomFileName() instead of using random integers to make the file name. Changed to delete the folder using System.IO.Directory.Delete and rearranged try - posted by ni...@apache.org on 2017/09/22 05:55:30 UTC, 0 replies.
- [08/11] lucenenet git commit: Lucene.Net.Codecs.Sep: Did a fresh port of SepSkipListReader and SepSkipListWriter - posted by ni...@apache.org on 2017/09/22 05:55:31 UTC, 0 replies.
- [09/11] lucenenet git commit: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase + Lucene.Net.Suggest.Analyzing (AnalyzingInfixSuggesterTest + TestFreeTextSuggester) + Lucene.Net.Tests.Index.TestCodecs: Added using blocks to make the tests run mor - posted by ni...@apache.org on 2017/09/22 05:55:32 UTC, 0 replies.
- [10/11] lucenenet git commit: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase + Lucene.Net.Suggest.Analyzing (AnalyzingInfixSuggesterTest + TestFreeTextSuggester) + Lucene.Net.Tests.Index.TestCodecs: Added using blocks to make the tests run mor - posted by ni...@apache.org on 2017/09/22 05:55:33 UTC, 0 replies.
- [11/11] lucenenet git commit: Lucene.Net.Tests.Support: Added TestStringExtensions class and TestTrimEnd() test - posted by ni...@apache.org on 2017/09/22 05:55:34 UTC, 0 replies.
- [1/4] lucenenet git commit: Lucene.Net.Tests: Removed Timeout attribute from tests where it was only used to allow the test to run longer than the 20 second timeout that used to be project-wide - posted by ni...@apache.org on 2017/09/22 10:06:50 UTC, 0 replies.
- [2/4] lucenenet git commit: BUG: Lucene.Net.Tests.Index.TestIndexWriterExceptions: Enabled ConcurrentMergeScheduler in .NET Standard 2.0 so we don't get null reference exceptions during the test - posted by ni...@apache.org on 2017/09/22 10:06:51 UTC, 0 replies.
- [3/4] lucenenet git commit: Lucene.Net.Tests.Search.TestControlledRealTimeReopenThread.DoAfterWriter(): Enabled Thread priority for .NET Core 2.0 tests - posted by ni...@apache.org on 2017/09/22 10:06:52 UTC, 0 replies.
- [4/4] lucenenet git commit: Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run - posted by ni...@apache.org on 2017/09/22 10:06:53 UTC, 0 replies.
- [1/2] lucenenet git commit: Reviewed and removed unnecessary TODOs - posted by ni...@apache.org on 2017/09/22 13:11:14 UTC, 0 replies.
- [2/2] lucenenet git commit: Revert "Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run" - posted by ni...@apache.org on 2017/09/22 13:11:15 UTC, 0 replies.
- lucenenet git commit: build/build.ps1: Added dotnet --info to Init task - posted by ni...@apache.org on 2017/09/22 14:01:46 UTC, 0 replies.
- [1/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Removed unused GetFiles(), GetLuceneIndexFiles(), and Sync() methods - posted by ni...@apache.org on 2017/09/25 11:52:25 UTC, 0 replies.
- [2/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Made class static - posted by ni...@apache.org on 2017/09/25 11:52:26 UTC, 0 replies.
- [3/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Fixed several issues with CreateTempFile() - posted by ni...@apache.org on 2017/09/25 11:52:27 UTC, 0 replies.
- [4/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Added GetCanonicalPath() method + tests - posted by ni...@apache.org on 2017/09/25 11:52:28 UTC, 0 replies.
- [5/8] lucenenet git commit: SWEEP: Swapped GetCanonicalPath() call into each of the locations where it was originally used in Lucene - posted by ni...@apache.org on 2017/09/25 11:52:29 UTC, 0 replies.
- [6/8] lucenenet git commit: Lucene.Net.Util.Constants: Fixed OS check for FreeBSD and SunOS so it will work if/when those platforms become available on .NET Standard - posted by ni...@apache.org on 2017/09/25 11:52:30 UTC, 0 replies.
- [7/8] lucenenet git commit: BUG: Lucene.Net.Tests.Search.TestMultiTermConstantScore: Added check to ensure a null instance variable doesn't cause the AfterClass method to fail - posted by ni...@apache.org on 2017/09/25 11:52:31 UTC, 0 replies.
- [8/8] lucenenet git commit: COMPATIBILITY: Refactored NativeFSLock since the implementation is dependent upon the HResult value, which may be different for each OS. The previous implementation of NativeFSLock was resurrected and is being used as a fallba - posted by ni...@apache.org on 2017/09/25 11:52:32 UTC, 0 replies.
- lucenenet git commit: BUG: Lucene.Net.Index (ConcurrentMergeScheduler + TaskMergeScheduler): Fixed null reference exception due to synchronization of list across threads. - posted by ni...@apache.org on 2017/09/27 19:15:59 UTC, 0 replies.
- lucenenet git commit: Lucene.Net.Tests.Analysis.Common.Analysis.Th.TestThaiAnalyzer: Added Timeout attribute for TestRandomStrings() and TestRandomHugeStrings() because they don't always finish on .NET Framework 4.5.1 - posted by ni...@apache.org on 2017/09/28 05:45:12 UTC, 0 replies.