Messages by Date
-
2019/07/09
[lucenenet] 15/29: Use AddValueFactory
nightowl888
-
2019/07/09
[lucenenet] 29/29: Upgraded to latest dotnet-install.ps1
nightowl888
-
2019/07/09
[lucenenet] 24/29: Moved <AssemblyOriginatorKeyFile> to Directory.Build.props so we don't have to specify in every project at the same directory depth. Moved AssemblyKeys to Lucene.Net.Support. (closes #227, LUCENENET-608)
nightowl888
-
2019/07/09
[lucenenet] 13/29: Lucene.Net.Support.IO.FileSupport::fileCanonPathCache needs to be threadsafe
nightowl888
-
2019/07/09
[lucenenet] 01/29: Patched SolutionDir MSBuild property so it works for dotnet.exe commands and updated project imports to utilize it
nightowl888
-
2019/07/09
[lucenenet] 16/29: Lucene.Net.Support.IO.FileSupport: Removed unnecessary using statement (closes #226)
nightowl888
-
2019/07/09
[lucenenet] 02/29: Made lucene-cli into a dotnet tool and updated the documentation on how to install and use it
nightowl888
-
2019/07/09
[lucenenet] 11/29: BUG: Fixes BaseTestRangeFilter cleanup - safely call Dispose by ensuring the reference variable is not null
nightowl888
-
2019/07/09
[lucenenet] 18/29: Lucene.Net.Store.NativeFSLockFactory: Renamed local variables to conform with naming rules (closes #222)
nightowl888
-
2019/07/09
[lucenenet] 03/29: Moved <Copyright> MSBuild element to common Directory.Build.props file (imported automatically by every project)
nightowl888
-
2019/07/09
[lucenenet] 26/29: BUG: Fixed invalid method call introduced in #222 to ClearLock that caused the path to double up, which caused the GetCanonicalPathOfLockFile method to fail.
nightowl888
-
2019/07/09
[lucenenet] 05/29: Fixed build.ps1 script so it will not try to pack new projects that are added to the solution by default. Removed publish target, as we are now packing the dotnet-cli as a dotnet tool. closes #228
nightowl888
-
2019/07/09
[lucenenet] 28/29: Added missing guard clauses for HashMap and LinkedHashMap constructors
nightowl888
-
2019/07/09
[lucenenet] 23/29: Remove LuceneDocsPlugin dummy pack target and cleaned up a few comments
nightowl888
-
2019/07/09
[lucenenet] 04/29: Consolidated common MSBuild properties for NuGet packages to build/NuGet.props. Setup NuGet file to deploy LICENSE.txt rather than reference the repository URL, which has been deprecated.
nightowl888
-
2019/07/09
[lucenenet] 12/29: build.ps1: Fixed tests and setup build to use a specific SDK version (2.1.505)
nightowl888
-
2019/07/09
[lucenenet] 09/29: BUG: LUCENENET-602 - Some platforms fail to load codecs seemingly because their types are discovered by using reflection. Supplying local codec types explicitly will be faster, and possibly also more reliable across platforms.
nightowl888
-
2019/07/09
[lucenenet] 08/29: Removed unnecessary commented tags from .csproj files.
nightowl888
-
2019/07/09
[lucenenet] 20/29: Updated readme with the location of the documentation (closes #225, applies to LUCENENET-589)
nightowl888
-
2019/07/09
[lucenenet] 14/29: Use ConcurrentDictionary::GetOrAdd
nightowl888
-
2019/07/09
[lucenenet] branch master updated (4fde199 -> 53bf64c)
nightowl888
-
2019/07/09
[lucenenet] 19/29: Changes the "Improve this doc" button to always point to the lucenenet github repo
nightowl888
-
2019/07/09
[lucenenet] 22/29: Added comment on Version.proj default
nightowl888
-
2019/07/09
[lucenenet] 06/29: Moved all PackageReference versions to a common build/Dependencies.props file. Also moved common test project references (NUnit, Microsoft.NET.Test.Sdk, etc) into a common project file build/TestReferences.Common.targets.
nightowl888
-
2019/07/09
[lucenenet] 27/29: Reverted Lucene.Net.Support.EqualityComparer implementation that was created as an experiment to attempt to solve LUCENENET-602
nightowl888
-
2019/05/11
[lucenenet-site] branch master updated: New build with the correct links for the Improve this Doc button
sisve
-
2019/03/11
[lucenenet] branch master updated: https://issues.apache.org/jira/browse/LUCENENET-607 (#224)
laimis
-
2019/03/11
[lucenenet] branch master updated: Website updates - DOAP file and copy changes (#223)
laimis
-
2019/03/01
[lucenenet-site] branch asf-site updated (af4974c -> ac21461)
laimis
-
2019/03/01
[lucenenet-site] branch master updated: add doap file
laimis
-
2019/02/25
[lucenenet-site] branch asf-site updated (6bbf843 -> af4974c)
laimis
-
2019/02/25
[lucenenet-site] branch master updated: Updates some info about the website & api docs and fixes links for v3 download
laimis
-
2019/02/22
[lucenenet-site] branch asf-site created (now 6bbf843)
laimis
-
2019/02/22
[lucenenet-site] 04/04: Merge pull request #1 from Shazwazza/new-static-website
laimis
-
2019/02/22
[lucenenet-site] branch master updated (486a890 -> 6bbf843)
laimis
-
2019/02/22
[lucenenet-site] 03/04: oops wrong link
laimis
-
2019/02/22
[lucenenet-site] 01/04: placeholder file so that we can start forking the repo
laimis
-
2019/02/19
[lucenenet-site] 01/01: placeholder file so that we can start forking the repo
laimis
-
2019/02/19
[lucenenet-site] branch master created (now 486a890)
laimis
-
2019/02/17
[lucenenet] branch sisve-debugging-build deleted (was e34ff2a)
sisve
-
2019/01/21
[lucenenet] branch master updated: Fixes LUCENENET-597
laimis
-
2018/06/14
[1/2] lucenenet git commit: remove redundant termAtt initialization in UpperCaseFilter constructor
nightowl888
-
2018/06/14
[2/2] lucenenet git commit: Merge remote-tracking branch 'igor-brylin/UpperCaseFilter'
nightowl888
-
2018/06/14
[2/2] lucenenet git commit: BUG: LUCENENET-602. Added Lucene.Net.Support.EqualityComparer<T> implementation to fix incomplete support for value types with generics on MONO AOT platforms. Added missing constructor overload to Lucene.Net.Facet.Taxonomy.LRU
nightowl888
-
2018/06/14
[1/2] lucenenet git commit: BUG: Fixed list comparison to include a check for count (without it an empty list on one side returns true)
nightowl888
-
2017/10/24
lucenenet git commit: Updated README.md - removed unnecessary closing parentheses
nightowl888
-
2017/10/24
lucenenet git commit: Updated README.md with latest packages and updated supported framework data
nightowl888
-
2017/10/24
svn commit: r22646 - /release/lucenenet/4.8.0-beta00005/
nightowl888
-
2017/10/24
svn commit: r22643 - /dev/lucenenet/
nightowl888
-
2017/10/20
svn commit: r22592 - /dev/lucenenet/KEYS
nightowl888
-
2017/10/20
svn commit: r22591 - /dev/lucenenet/
nightowl888
-
2017/10/20
[lucenenet] Git Push Summary
nightowl888
-
2017/10/20
lucenenet git commit: build/build.ps1: Updated Publish task to zip the result of the publish directory
nightowl888
-
2017/10/20
[3/5] lucenenet git commit: SWEEP: Added missing license headers
nightowl888
-
2017/10/20
[5/5] lucenenet git commit: Updated LICENSE.txt
nightowl888
-
2017/10/20
[2/5] lucenenet git commit: Updated CHANGES.txt for 4.8.0-beta00005
nightowl888
-
2017/10/20
[4/5] lucenenet git commit: SWEEP: Added missing license headers
nightowl888
-
2017/10/20
[1/5] lucenenet git commit: BUG: Lucene.Net.QueryParser.Flexible.Core.Util.UnescapedCharSequence: (Fixes LUCENENET-592) Changed condition in ToStringEscaped() method so it will correctly escape the string.
nightowl888
-
2017/10/20
lucenenet git commit: Removed MyGet location for spatial4n
nightowl888
-
2017/10/20
[07/10] lucenenet git commit: SWEEP: Changed all projects to target .NET Standard 1.6 instead of .NET Standard 1.5 (incompatible with Microsoft.Extensions.DependencyModel)
nightowl888
-
2017/10/20
[05/10] lucenenet git commit: Updated CHANGES.txt for 4.8.0-beta0005
nightowl888
-
2017/10/20
[02/10] lucenenet git commit: BREAKING: Lucene.Net.Support: Removed CharAt() method from StringCharSequenceWrapper.
nightowl888
-
2017/10/20
[10/10] lucenenet git commit: Added new .NET Standard targets to README.md (commented out until released)
nightowl888
-
2017/10/20
[01/10] lucenenet git commit: lucene-cli: Added basic install instructions to the documentation.
nightowl888
-
2017/10/20
[06/10] lucenenet git commit: SWEEP: Changed all projects to target .NET Standard 1.6 instead of .NET Standard 1.5 (incompatible with Microsoft.Extensions.DependencyModel)
nightowl888
-
2017/10/20
[03/10] lucenenet git commit: API: Lucene.Net.Support: Added StringBuilderCharSequenceWrapper class and StringBuilder.ToCharSequence() extension method.
nightowl888
-
2017/10/20
[04/10] lucenenet git commit: API: Lucene.Net.QueryParser.Flexible: Added an overload of type StringBuilder for all ICharSequence-based methods and constructors (closes LUCENENET-592).
nightowl888
-
2017/10/20
[09/10] lucenenet git commit: SWEEP: Upgraded NuGet dependencies to latest stable version
nightowl888
-
2017/10/20
[08/10] lucenenet git commit: SWEEP: Removed unnecessary NetStandardImplicitVersion from all project files
nightowl888
-
2017/10/13
[09/10] lucenenet git commit: BREAKING: Lucene.Net.Facet: De-nested DrillSidewaysResult from DrillSideways class
nightowl888
-
2017/10/13
[02/10] lucenenet git commit: Lucene.Net.Replicator.AspNetCore: Removed CLSCompliant attribute because dependencies are not marked CLS compliant.
nightowl888
-
2017/10/13
[04/10] lucenenet git commit: Lucene.Net.Benchmark.ByTask.PerfRunData: Reviewed and removed TODO
nightowl888
-
2017/10/13
[07/10] lucenenet git commit: Lucene.Net.ICU: Added extension methods to Document class for adding ICU-related Field types
nightowl888
-
2017/10/13
[05/10] lucenenet git commit: Lucene.Net.Facet.Taxonomy: Fixed documentation and ToString() method of Field subclasses
nightowl888
-
2017/10/13
[01/10] lucenenet git commit: Lucene.Net.Index.SegmentCoreReaders: Removed try catch block for AccessViolationException, which did not exist in Lucene. There does not appear to be a valid reason to include it.
nightowl888
-
2017/10/13
[06/10] lucenenet git commit: Lucene.Net.Facet: Added extension methods to Document class for adding facet-related Field types
nightowl888
-
2017/10/13
[10/10] lucenenet git commit: Reviewed and removed various TODOs
nightowl888
-
2017/10/13
[08/10] lucenenet git commit: Lucene.Net: Added extension methods to Document class for adding Field types (except for those marked obsolete)
nightowl888
-
2017/10/13
[03/10] lucenenet git commit: Lucene.Net.Benchmark.ByTask.Tasks.AnalyzerFactory: Changed setter methods into properties and made PositionIncrementGap and OffsetGap nullable (so they can be used in the initializer).
nightowl888
-
2017/09/27
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
nightowl888
-
2017/09/27
lucenenet git commit: BUG: Lucene.Net.Index (ConcurrentMergeScheduler + TaskMergeScheduler): Fixed null reference exception due to synchronization of list across threads.
nightowl888
-
2017/09/25
[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
nightowl888
-
2017/09/25
[4/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Added GetCanonicalPath() method + tests
nightowl888
-
2017/09/25
[2/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Made class static
nightowl888
-
2017/09/25
[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
nightowl888
-
2017/09/25
[5/8] lucenenet git commit: SWEEP: Swapped GetCanonicalPath() call into each of the locations where it was originally used in Lucene
nightowl888
-
2017/09/25
[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
nightowl888
-
2017/09/25
[1/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Removed unused GetFiles(), GetLuceneIndexFiles(), and Sync() methods
nightowl888
-
2017/09/25
[3/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Fixed several issues with CreateTempFile()
nightowl888
-
2017/09/22
lucenenet git commit: build/build.ps1: Added dotnet --info to Init task
nightowl888
-
2017/09/22
[1/2] lucenenet git commit: Reviewed and removed unnecessary TODOs
nightowl888
-
2017/09/22
[2/2] lucenenet git commit: Revert "Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run"
nightowl888
-
2017/09/22
[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
nightowl888
-
2017/09/22
[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
nightowl888
-
2017/09/22
[3/4] lucenenet git commit: Lucene.Net.Tests.Search.TestControlledRealTimeReopenThread.DoAfterWriter(): Enabled Thread priority for .NET Core 2.0 tests
nightowl888
-
2017/09/22
[4/4] lucenenet git commit: Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run
nightowl888
-
2017/09/21
[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.
nightowl888
-
2017/09/21
[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
nightowl888
-
2017/09/21
[06/11] lucenenet git commit: BUG: Lucene.Net.Store.MMapDirectory: Fixed issue with FileStream not being disposed when the file length is 0.
nightowl888
-
2017/09/21
[03/11] lucenenet git commit: SWEEP: Added TimeZoneInfo.ConvertTime() to corresponding locations where time zone had been set in Lucene.
nightowl888
-
2017/09/21
[08/11] lucenenet git commit: Lucene.Net.Codecs.Sep: Did a fresh port of SepSkipListReader and SepSkipListWriter
nightowl888
-
2017/09/21
[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
nightowl888
-
2017/09/21
[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
nightowl888
-
2017/09/21
[01/11] lucenenet git commit: BUG: Lucene.Net.Support.StringExtensions.TrimEnd(): Fixed logic to correctly trim all of the elements if they are empty
nightowl888
-
2017/09/21
[04/11] lucenenet git commit: BUG: Lucene.Net.Tests.QueryParser.Flexible.Precedence.TestPrecedenceQueryParser: Fixed test to always use GregorianCalendar and local time zone.
nightowl888
-
2017/09/21
[11/11] lucenenet git commit: Lucene.Net.Tests.Support: Added TestStringExtensions class and TestTrimEnd() test
nightowl888
-
2017/09/21
[05/11] lucenenet git commit: BREAKING: Lucene.Net.MMapDirectory: Removed UnmapHack/UNMAP_SUPPORTED features since these are not needed in .NET.
nightowl888
-
2017/09/19
[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
nightowl888
-
2017/09/19
[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).
nightowl888
-
2017/09/19
[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).
nightowl888
-
2017/09/19
[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).
nightowl888
-
2017/09/19
[5/5] lucenenet git commit: SWEEP: Replaced all calls to Environment.GetEnvironmentVariable and Environment.SetEnvironmentVariable calls with SystemProperties.GetProperty and SystemProperties.SetProperty respectively.
nightowl888
-
2017/09/17
[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
nightowl888
-
2017/09/17
[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
nightowl888
-
2017/09/17
[4/4] lucenenet git commit: build/build.ps1: Added Publish task for the command line tools.
nightowl888
-
2017/09/17
[3/4] lucenenet git commit: build/build.ps1: Removed quotes from test expression (getting illegal characters in path error on TeamCity)
nightowl888
-
2017/09/17
[2/4] lucenenet git commit: Lucene.Net.Tests.Expressions.TestExpressionSorts: Uncommented Collections.Shuffle call and reformatted tests for readability
nightowl888
-
2017/09/17
[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.
nightowl888
-
2017/09/15
[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"
nightowl888
-
2017/09/15
[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
nightowl888
-
2017/09/15
[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
nightowl888
-
2017/09/15
[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
nightowl888
-
2017/09/15
[4/5] lucenenet git commit: Lucene.Net.Search.Suggest.Analyzing.FSTUtil.Path<T>.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.
nightowl888
-
2017/09/14
[2/2] lucenenet git commit: build\build.ps1: Added TeamCity progress messages so the dashboard will indicate which task is running
nightowl888
-
2017/09/14
[1/2] lucenenet git commit: build\build.ps1: Attempting to fix "illegal characters in path" when running tests on .NET Core 1.0
nightowl888
-
2017/09/14
[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
nightowl888
-
2017/09/14
[3/5] lucenenet git commit: Revert Revert "Lucene.Net.Store.FSDirectory: Removed Fsync() method and m_staleFiles variable and all references to them"
nightowl888
-
2017/09/14
[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.
nightowl888
-
2017/09/14
[5/5] lucenenet git commit: API: Lucene.Net.Replicator.Http.ReplicationService: Changed constructor parameter to accept IReadOnlyDictionary rather than IDictionary
nightowl888
-
2017/09/14
[4/5] lucenenet git commit: BUG: Lucene.Net.Replicator.LocalReplicator.ObtainFile(): Fixed KeyNotFoundException issue with sessions dictionary.
nightowl888
-
2017/09/13
[08/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[10/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[02/11] lucenenet git commit: JavaDocToMarkdownConverter: Fixed bugs in link regex
nightowl888
-
2017/09/13
[06/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[04/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[11/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[07/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[09/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[05/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
-
2017/09/13
[03/11] lucenenet git commit: JavaDocToMarkdownConverter: Added code to correct case of the character following # and change # to . in crefs.
nightowl888
-
2017/09/13
[01/11] lucenenet git commit: Created JavaDocToMarkdownConverter utility.
nightowl888
-
2017/09/13
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.
nightowl888
-
2017/09/13
lucenenet git commit: Lucene.Net/Lucene.Net.csproj: Upgraded System.Net.NameResolution to 4.3.0 to fix dependency conflict warning.
nightowl888
-
2017/09/13
[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
nightowl888
-
2017/09/13
[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.
nightowl888
-
2017/09/12
lucenenet git commit: build/build.ps1: Removed --results-directory from the .NET Core 1.0 tests, as it is not a valid option
nightowl888
-
2017/09/12
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.
nightowl888
-
2017/09/11
lucenenet git commit: build/build.ps1: Removed --no-restore switch from netcoreapp1.0 test configuration (not valid)
nightowl888
-
2017/09/11
[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)
nightowl888
-
2017/09/11
[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.
nightowl888
-
2017/09/11
[2/4] lucenenet git commit: Lucene.Net.Tests.Benchmark.ByTask.Tasks.WriteLineDocTaskTest: Changed implementation to throw exceptions on the main thread.
nightowl888
-
2017/09/11
[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.
nightowl888
-
2017/09/11
[2/2] lucenenet git commit: Added missing NUnit TeamCityEventListener that is required for the TeamCity messages to appear in the test output
nightowl888
-
2017/09/11
[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
nightowl888
-
2017/09/11
[1/2] lucenenet git commit: build/build.ps1: Fixed script to install .NET Core 2.0 SDK for .NET 4.5.1 test
nightowl888
-
2017/09/11
[2/2] lucenenet git commit: build/build.ps1: Fixed issues with check for Cli project causing test run to fail
nightowl888
-
2017/09/11
[2/2] lucenenet git commit: build/build.ps1: Fixed typos
nightowl888
-
2017/09/11
[1/2] lucenenet git commit: Lucene.Net.Analysis.SmartCn.HHMChineseTokenizer: Fixed namespace collision with Icu library.
nightowl888
-
2017/09/10
lucenenet git commit: build/build.ps1: Fixed broken reference to InstallSDK
nightowl888
-
2017/09/10
[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)
nightowl888
-
2017/09/10
[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)
nightowl888
-
2017/09/10
[5/6] lucenenet git commit: build/build.ps1: Modified script to install .NET Core 2.0 SDK if needed before running the tests
nightowl888
-
2017/09/10
[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
nightowl888
-
2017/09/10
[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)
nightowl888
-
2017/09/10
[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)
nightowl888
-
2017/09/10
[1/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions
nightowl888
-
2017/09/10
[2/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions
nightowl888
-
2017/09/10
[3/3] lucenenet git commit: build/build.ps1: Fixed issue with version comparison when it is a pre-release
nightowl888
-
2017/09/10
[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).
nightowl888
-
2017/09/10
[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).
nightowl888
-
2017/09/10
[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
nightowl888
-
2017/09/10
[2/2] lucenenet git commit: build/build.ps1: Failing the build isn't working, for now, removing that extra script
nightowl888
-
2017/09/10
[1/2] lucenenet git commit: build/build.ps1: Making Test depend on Restore to ensure it is run on .NET Core.
nightowl888
-
2017/09/10
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.
nightowl888
-
2017/09/10
[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)
nightowl888
-
2017/09/10
[1/2] lucenenet git commit: README.md: Added note to run tests under 64 bit
nightowl888
-
2017/09/10
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
nightowl888
-
2017/09/08
lucenenet git commit: Revert "build/build.ps1: added --no-restore option to dotnet test command"
nightowl888
-
2017/09/08
lucenenet git commit: build/build.ps1: added --no-restore option to dotnet test command
nightowl888
-
2017/09/08
lucenenet git commit: build/dotnet-install.ps1: Updated to latest at https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
nightowl888
-
2017/09/08
[40/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references)
nightowl888
-
2017/09/08
[11/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable)
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[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.
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[43/50] [abbrv] lucenenet git commit: SWEEP: Updated to latest version of TeamCity.VSTest.TestAdapter
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[05/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Join.csproj: fixed typo that was causing FEATURE_SERIALIZABLE not to work.
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[38/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[47/50] [abbrv] lucenenet git commit: Added minimalistic info on how to use the replicator
nightowl888
-
2017/09/08
[13/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable)
nightowl888
-
2017/09/08
[37/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better
nightowl888
-
2017/09/08
[03/50] [abbrv] lucenenet git commit: lucene-cli: Removed <PackageTargetFallback> because it is no longer a valid element in .NET Core 2.0
nightowl888
-
2017/09/08
[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
nightowl888
-
2017/09/08
[48/50] [abbrv] lucenenet git commit: Lucene.Net.Replicator.csproj: Fixed file references
nightowl888