1. e0e6fc8 missing runs-on by Shannon · 3 years, 3 months ago
  2. e6dae80 updates docs on how to publish the website (see if the path triggers) by Shannon · 3 years, 3 months ago
  3. 1644983 some cleanup, separate jobs, execute on a path by Shannon · 3 years, 3 months ago
  4. f49af2b try again by Shannon · 3 years, 3 months ago
  5. e35d616 try again by Shannon · 3 years, 3 months ago
  6. 94d185a correct way of setting env vars by Shannon · 3 years, 3 months ago
  7. 158e520 pre-define? by Shannon · 3 years, 3 months ago
  8. 44eaa2b case sensitive by Shannon · 3 years, 3 months ago
  9. 8a81406 more debugging by Shannon · 3 years, 3 months ago
  10. 88e65ca read tag from github ref by Shannon · 3 years, 3 months ago
  11. 6952e4b changes to test repo by Shannon · 3 years, 3 months ago
  12. 1027125 Changes test repo and adds repo token by Shannon · 3 years, 3 months ago
  13. 8c38c8b Adds a couple community links by Shannon · 3 years, 3 months ago
  14. e67717b Merge branch 'master' into website-updates-jan-2021 by Shannon · 3 years, 3 months ago
  15. 7806275 Merge branch 'docs/markdown-converted/4.8.1' into master by Shannon · 3 years, 3 months ago
  16. 0307b5b Changes encoded html chars back to normal html by Shannon · 3 years, 3 months ago
  17. 9e91583 BUG: Lucene.Net.Tests.Analysis.Common.Analysis.Util.TestRollingCharBuffer::Test(): Reduced number of iterations with verbosity enabled to keep NUnit from crashing. by Shad Storhaug · 3 years, 3 months ago
  18. 4c5952b SWEEP: Renamed references from ThreadClass to ThreadJob by Shad Storhaug · 3 years, 3 months ago
  19. b0c7da1 SWEEP: Changed accessibility of all anonymous classes to private, since they cannot exist outside of a single method call in a single class by Shad Storhaug · 3 years, 3 months ago
  20. a1d21e6 Improved suffix naming of class names for classes ported from java anonymous classes. For example classes that had a AnonymousInnerClassHelper name suffix now have a AnonymousClass name suffix. And ones that had a AnonymousHelper suffix now have a AnonymousClass suffix. etc. by Ron Clabo · 3 years, 3 months ago
  21. a7bbc0b Removed obsolete comment, and [Test] override methods no longer needed. by Ron Clabo · 3 years, 3 months ago
  22. b7367eb Reviewd All codecs. No real issues found. Added comments and removed unneeded commented out using statements. by Ron Clabo · 3 years, 3 months ago
  23. 6605cb9 Directory.Build.targets: Removed FEATURE_CONCURRENTMERGESCHEDULER (see #354) by Shad Storhaug · 3 years, 3 months ago
  24. 67a8ba6 Lucene.Net.Tests: Deleted TestTaskMergeScheduler class (see #354) by Shad Storhaug · 3 years, 3 months ago
  25. 668069e BREAKING: Lucene.Net.TestFramework.Util.LuceneTestCase: Removed ConcurrentMergeSchedulerFactories class from the public API and its use from all tests (see #354) by Shad Storhaug · 3 years, 3 months ago
  26. b12d2e2 Deprecated Lucene.Net.Support.Index.TaskMergeScheduler. Fixes #354. by Shad Storhaug · 3 years, 3 months ago
  27. 3736ddc Lucene.Net.Highlighter.VectorHighlight.FieldPhraseList::GetHashCode(): Switched to using J2N's TripleShift method, as it is clear by the comment the reason for the problem was the cast to uint instead of ulong by Shad Storhaug · 3 years, 3 months ago
  28. a8477ee azure-pipelines.yml: Added option to explicitly run x86 tests without having to do a nightly run which adds additional testing time by Shad Storhaug · 3 years, 3 months ago
  29. 884a057 Lucene.Net.Store (ByteArrayDataInput + DataInput): Removed unnecessary intermediate cast to ushort by Shad Storhaug · 3 years, 3 months ago
  30. b1e737e SWEEP: Replaced 2 casts with call to TripleShift method for unsigned right shift by Shad Storhaug · 3 years, 3 months ago
  31. de116a9 SWEEP: Removed unnecessary casts of int or long to (sbyte) prior to cast to (byte), as overflow automatically fixes this by Shad Storhaug · 3 years, 3 months ago
  32. 453ecb9 SWEEP: Removed unnecessary casts to sbyte to check ranges by Shad Storhaug · 3 years, 3 months ago
  33. 84a1329 Lucene.Net.Classification: Removed leading underscore from member vars in several classes (#422) by Ron Clabo · 3 years, 3 months ago
  34. d13f8cf Reviewed classification tests and made minor changes. Part of issue #259 (#420) by Ron Clabo · 3 years, 3 months ago
  35. 1ff46c0 README.md/lucene-cli docs: Added note about matching the version number of the CLI to Lucene.NET by Shad Storhaug · 3 years, 4 months ago
  36. b41bdb2 Lucene.Net.Tests.Suggest.Suggest.Analyzing.AnalyzingInfixSuggesterTest::IndexDocument(): Suppressed build warning CS0168 about unused variable by Shad Storhaug · 3 years, 4 months ago
  37. e8d64d6 BUG: Lucene.Net.Index.DocTermOrds: Fixed broken MoveNext() return value in OrdWrappedTermsEnum class (fixes #405) by Ron Clabo · 3 years, 4 months ago
  38. 9590b44 Lucene.Net.Tests.Join: Fixed formatting, code ordering, and console output. Marked lucene compatibility version 4.8.1 at the top of each file. by Shad Storhaug · 3 years, 4 months ago
  39. 6a0d366 Upgrade NUNit to ver 3.13.1 and NUnit3TestAdapter to ver 3.17.0 by Ron Clabo · 3 years, 4 months ago
  40. 0631f5c Lucene.Net.Facet: Added Lucene version compatibility level to the top of each code file by Shad Storhaug · 3 years, 4 months ago
  41. 9c58a07 Lucene.Net.Tests.Facet: Fixed formatting, member ordering, assert method calls, marked fields readonly on anonymous classes (#259) by Shad Storhaug · 3 years, 4 months ago
  42. 26f0127 BUG: Lucene.Net.Tests.Facet.Taxonomy.TestTaxonomyFacetSumValueSource.ValueSourceAnonymousInnerClassHelper: Completed implementation of GetHashCode() (#259) by Shad Storhaug · 3 years, 4 months ago
  43. 14fa4ac BUG: Lucene.Net.Tests.Facet.Taxonomy.TestTaxonomyFacetCounts2::BeforeClass(): Added missing line to set the merge policy to NoMergePolicy.COMPOUND_FILES (#259) by Shad Storhaug · 3 years, 4 months ago
  44. 5cd2496 BUG: Lucene.Net.Tests.Facet.Taxonomy.Directory.TestDirectoryTaxonomyWriter::TestCommitUserData(): Corrected issue with asserting dictionary contents rather than checking for null on the exception message (#259) by Shad Storhaug · 3 years, 4 months ago
  45. 240d2b3 re-executes conversion tool with latest updates by Shannon · 3 years, 4 months ago
  46. ae13dc4 re-executes docs converter by Shannon · 3 years, 4 months ago
  47. d8b4ed1 wip by Shannon · 3 years, 4 months ago
  48. 213f54f Updated README by Shad Storhaug · 3 years, 4 months ago
  49. f249ca9 Implements [LUCENE-5889] (#404) by Ron Clabo · 3 years, 4 months ago
  50. 753f9ca adds code to parse tag by Shannon · 3 years, 4 months ago
  51. e6baa31 ensure files are overridden by Shannon · 3 years, 4 months ago
  52. 84de758 fixing up 2nd checkout by Shannon · 3 years, 4 months ago
  53. dd8ae80 Adding GH action to build website by Shannon · 3 years, 4 months ago
  54. fc04282 Fixes switch params for site.ps1 by Shannon · 3 years, 4 months ago
  55. 4e66181 PERFORMANCE: Lucene.Net.Documents.Field: Added a check for null before attempting to cast by Shad Storhaug · 3 years, 6 months ago
  56. 183d51e Lucene.Net.Documents.Document: Moved ToString(string, IFormatProvider) implementation to shared private method by Shad Storhaug · 3 years, 6 months ago
  57. 613fdee Lucene.Net.Tests.Document.TestField: Added tests for ToString() by Shad Storhaug · 3 years, 6 months ago
  58. 4efd971 Lucene.Net.Support.Document.Field.Number: Changed default format provider to J2N.Text.StringFormatter and added support for passing other custom formatters by Shad Storhaug · 3 years, 6 months ago
  59. b871979 build/Dependencies.props: Upgraded J2N dependency to 2.0.0-beta-0011 by Shad Storhaug · 3 years, 6 months ago
  60. ef4e682 updating Document ToString overloads by Marek Berka · 3 years, 6 months ago
  61. ae16f28 updating document overload and adding IFormattable implementation by Semirk0 · 3 years, 6 months ago
  62. 84517cc Adding overloads to Document for GetValues and Get by Semirk0 · 3 years, 7 months ago
  63. cd9d9a1 run-tests-on-os.yml: Increased nightly blame-hang-timeout to 50 minutes by Shad Storhaug · 3 years, 6 months ago
  64. d53d00c .github/workflows/Generate-TestWorkflows.ps1: Increased blame-hang timeout from 15 to 20 minutes by Shad Storhaug · 3 years, 6 months ago
  65. cc0c795 Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChainsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269) by Shad Storhaug · 3 years, 6 months ago
  66. e814b28 .github/workflows/Generate-TestWorkflows.ps1: Added --blame-hang-timeout of 15 minutes (per test) by Shad Storhaug · 3 years, 6 months ago
  67. 152a885 publish-test-results.yml, run-tests-on-os.yml: Fail the build when a test runner crashes or hangs (which also causes a crash) by Shad Storhaug · 3 years, 6 months ago
  68. db763ec azure-pipelines.yml: Consistently use $env: instead of $Env: for environment variables by Shad Storhaug · 3 years, 6 months ago
  69. 892bfff azure-pipelines.yml: Commented out extra steps that are only intended for debugging by Shad Storhaug · 3 years, 6 months ago
  70. 5fb1fc8 azure-pipelines.yml: Consistently use pwsh instead of powershell by Shad Storhaug · 3 years, 6 months ago
  71. 267c32e azure-pipelines.yml: Use Build.ArtifactStagingDirectory rather than Build.BinariesDirectory, since the latter is not cleaned up by Shad Storhaug · 3 years, 6 months ago
  72. 7d3c444 run-tests-on-os.yml: Commented out extra step that is only intended for debugging by Shad Storhaug · 3 years, 6 months ago
  73. 26bc442 run-tests-on-os.yml: Added blame-hang option that varies in timeout depending on whether it is a nightly or weekly build or a regular build by Shad Storhaug · 3 years, 6 months ago
  74. 021e8d8 azure-pipelines.yml: Added GeneratePackages option to disable generating NuGet packages for rapid testing by Shad Storhaug · 3 years, 6 months ago
  75. 7a6ab14 build/build.ps1: Added option to skip SDK installation and use it from azure-pipelines.yml by Shad Storhaug · 3 years, 6 months ago
  76. 2e34b60 run-tests-on-os.yml: Filter out .resources.dll files by Shad Storhaug · 3 years, 6 months ago
  77. eea7835 run-tests-on-os.yml: Switched to using dotnet test instead of dotnet vstest, added logic to copy test binaries to a temporary folder for the run by Shad Storhaug · 3 years, 6 months ago
  78. c600a67 Lucene.Net.Tests (Benchmark + ICU + SmartCn): Added explicit reference (net48) to Microsoft.Extensions.Options 2.0.0 by Shad Storhaug · 3 years, 6 months ago
  79. ff472bc build/Dependencies.props: Normalized all Microsoft.Extensions.DependencyInjection.Abstractions (net48) to 2.0.0 in tests by Shad Storhaug · 3 years, 6 months ago
  80. 25aace9 build/TestReferences.Common.targets: Fixed references to Microsoft.Extensions.Configuration so they will use 2.0.0 for all test projects by Shad Storhaug · 3 years, 6 months ago
  81. 203e7b3 build/Dependencies.props: Upgraded Microsoft.AspNetCore.Http.Abstractions and Microsoft.AspNetCore.TestHost to 2.0.0, and upgraded Lucene.Net.Replicator.AspNetCore to net461. by Shad Storhaug · 3 years, 6 months ago
  82. b9d2542 build/TestReferences.Common.targets: Added explicit reference to all test projects to Microsoft.Extensions.Configuration.Abstractions (net48) to 2.0.0 by Shad Storhaug · 3 years, 6 months ago
  83. 2d864bf Lucene.Net.TestFramework: Added explicit NewtonSoft.Json reference (net45) so there is no conflict with Microsoft.NET.Test.Sdk by Shad Storhaug · 3 years, 6 months ago
  84. bffd982 build/build.ps1: Switched from dotnet msbuild to dotnet build by Shad Storhaug · 3 years, 6 months ago
  85. 097bef1 Lucene.Net.TestFramework, lucene-cli: Added explicit System.Security.Cryptography.Xml reference (netcoreapp3.1) so there is no conflict by Shad Storhaug · 3 years, 6 months ago
  86. 74654d0 build/build.ps1: Updated to run publish on background jobs by Shad Storhaug · 3 years, 6 months ago
  87. 3f6fe2c Directory.Build.props: Enable automatic binding redirect generation for .NET Framework < 4.5.1 by Shad Storhaug · 3 years, 6 months ago
  88. 35bab11 Downgraded Newtonsoft.Json to 10.0.1 to match Microsoft.NET.Test.Sdk by Shad Storhaug · 3 years, 6 months ago
  89. 42c97e9 run-tests-on-os.yml: Always install the latest SDK to accept the command line parameters by Shad Storhaug · 3 years, 6 months ago
  90. 22b16bb azure-pipelines.yml: Don't publish .pdb files unless there is an ArtifactFeedID. by Shad Storhaug · 3 years, 6 months ago
  91. 13a2e6b run-tests-on-os.yml: Removed project directory filter, since all projects are now published in one directory by Shad Storhaug · 3 years, 6 months ago
  92. 69f994e build/build.ps1: Publish the entire solution at once instead of one project at a time by Shad Storhaug · 3 years, 6 months ago
  93. 5a9076c build/build.ps1: Fixed whitespace by Shad Storhaug · 3 years, 6 months ago
  94. a57c0db Added IsPublishable property to the root Directory.Build.props and set up only the test projects and tools as publishable by Shad Storhaug · 3 years, 6 months ago
  95. 8ad48e7 Lucene.Net.Tests.Analysis.ICU.Analysis.Icu.TestICUFoldingFilterFactory::Test(): Added AwaitsFix attribute (failing on GitHub Actions on Linux) by Shad Storhaug · 3 years, 6 months ago
  96. 76fe165 azure-pipelines.yml: Upgraded to macOS 10.15 by Shad Storhaug · 3 years, 6 months ago
  97. e505b50 azure-pipelines.yml: Upgraded to ubuntu 18.04 by Shad Storhaug · 3 years, 6 months ago
  98. 0899920 Lucene.Net.Tests.TestFramework.DependencyInjection: Added support for all test targets by Shad Storhaug · 3 years, 6 months ago
  99. 4d2e609 .github/workflows/Generate-TestWorkflows.ps1: Added special case for CodeAnalysis tests by Shad Storhaug · 3 years, 6 months ago
  100. 595b75a .asf.yaml: Disallow forced pushes to master, removed hacktoberfest label, updated documentation link by Shad Storhaug · 3 years, 6 months ago