aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-19 12:12:29 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-19 12:12:29 -0400
commit930980a1e6b5db24dd4d8beeb115e4279ea79ee2 (patch)
treea35a7c489b7fc6cf4474a8a968d0e1d2f03a476f
parent2468774cb54a7ac381988af6fa8ed0b09264762d (diff)
Squashed commit of the following:HEADmaster
commit 8f91867f52f96b131993a7117531f801e20a04a3 Author: vnugent <public@vaughnnugent.com> Date: Sun May 19 11:44:30 2024 -0400 merge core updates, AppendSmall() commit 4e94a53ee517c47ffc0a024c4d3e72b1968f9dac Author: vnugent <public@vaughnnugent.com> Date: Thu May 2 15:41:48 2024 -0400 spring project cleanup commit 10997f538217f161568334ef8a2891504ec6b2c4 Merge: da872f1 2468774 Author: vnugent <public@vaughnnugent.com> Date: Sat Apr 20 12:09:21 2024 -0400 Merge branch 'master' into develop commit da872f10e7f7578dd5bb28e10cb73c4b8ebbcc07 Author: vnugent <public@vaughnnugent.com> Date: Sat Apr 20 12:01:08 2024 -0400 chore: Package update & add http error handler commit 81bda557a5053be9e722ee9e5c43e45f548f2b45 Merge: 33c9fad 41b408d Author: vnugent <public@vaughnnugent.com> Date: Tue Apr 9 11:09:34 2024 -0400 Merge branch 'master' into develop commit 33c9fad14891914268d6ad6bb63c880b52b08860 Author: vnugent <public@vaughnnugent.com> Date: Mon Apr 8 21:49:25 2024 -0400 refactor: Change connection logging verbosity commit d8e1307252b176112040521f46951a02b5474c80 Author: vnugent <public@vaughnnugent.com> Date: Thu Mar 28 16:57:57 2024 -0400 ci(app): Switch to local build deps instead of downloading commit b53fde4d0e9ed7d88e1ac322f455eefe0c9f0dfa Merge: a504435 49c3641 Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 24 21:26:58 2024 -0400 Merge branch 'master' into develop commit a504435151efbe1d19404fa44859b15c629f6d5d Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 24 20:55:01 2024 -0400 chore: Updated compose and added some more logging commit c74440ff12daa03cc4b7792d0c3baad46a11a465 Author: vnugent <public@vaughnnugent.com> Date: Mon Mar 18 21:57:57 2024 -0400 feat: message checksum support & dynamic serializers commit 9983582db08d3e6c456295ea96e482cbb4f31f42 Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 10 21:58:28 2024 -0400 source tree project location updated commit 60f09bde87b5c59ef937c62ef64b7745bc3711b5 Merge: 2f75659 e5bb0ee Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 10 16:50:09 2024 -0400 Merge remote-tracking branch 'origin/master' into develop commit 2f7565976472f0f056db60520bf253a776112c10 Merge: 323ff67 6b87785 Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 10 16:45:23 2024 -0400 merge master commit 323ff67badfc46ad638d75f059d60d9425ccb2fa Author: vnugent <public@vaughnnugent.com> Date: Sun Mar 10 15:50:07 2024 -0400 ci(server): Conainerize and add vncache server packages commit 5d4192880654fd6e00e587814169415b42621327 Author: vnugent <public@vaughnnugent.com> Date: Sat Mar 9 19:13:21 2024 -0500 chore: #2 Minor fixes and polish before release commit a4b3504bb891829074d1efde0433eae010862181 Author: vnugent <public@vaughnnugent.com> Date: Sat Mar 9 16:30:44 2024 -0500 package updates commit 4d8cfc10382105b0acbd94df93ad3d05ff91db54 Author: vnugent <public@vaughnnugent.com> Date: Wed Mar 6 21:30:58 2024 -0500 refactor: #2 Centralize server state, default discovery endpoints & more commit 016a96a80cce025a86c6cf26707738f6a2eb2658 Author: vnugent <public@vaughnnugent.com> Date: Thu Feb 29 21:22:38 2024 -0500 feat: add future support for memory diagnostics, and some docs commit 456ead9bc8b0f61357bae93152ad0403c4940101 Author: vnugent <public@vaughnnugent.com> Date: Tue Feb 13 14:46:35 2024 -0500 fix: #1 shared cluster index on linux & latested core updates commit a481d63f964a5d5204cac2e95141f37f9a28d573 Author: vnugent <public@vaughnnugent.com> Date: Tue Jan 23 15:43:50 2024 -0500 cache extension api tweaks
-rw-r--r--lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj7
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj9
-rw-r--r--lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj7
-rw-r--r--lib/VNLib.Plugins.Extensions.VNCache/src/VNCacheExtensions.cs4
-rw-r--r--lib/VNLib.Plugins.Extensions.VNCache/src/VNLib.Plugins.Extensions.VNCache.csproj7
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServer.csproj13
-rw-r--r--plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj9
-rw-r--r--plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj9
8 files changed, 43 insertions, 22 deletions
diff --git a/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj b/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj
index 87772ab..a6e3124 100644
--- a/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj
+++ b/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj
@@ -2,11 +2,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>VNLib.Data.Caching.Extensions</RootNamespace>
<AssemblyName>VNLib.Data.Caching.Extensions</AssemblyName>
- <Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj b/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
index cd5a12c..ee0d521 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
@@ -2,11 +2,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.ObjectCache</RootNamespace>
- <AssemblyName>VNLib.Data.Caching.ObjectCache</AssemblyName>
<Nullable>enable</Nullable>
+ <RootNamespace>VNLib.Data.Caching.ObjectCache</RootNamespace>
+ <AssemblyName>VNLib.Data.Caching.ObjectCache</AssemblyName>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>
diff --git a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
index 3208d12..54c80d5 100644
--- a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
@@ -2,11 +2,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>VNLib.Data.Caching</RootNamespace>
<AssemblyName>VNLib.Data.Caching</AssemblyName>
- <Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>
diff --git a/lib/VNLib.Plugins.Extensions.VNCache/src/VNCacheExtensions.cs b/lib/VNLib.Plugins.Extensions.VNCache/src/VNCacheExtensions.cs
index c434e22..f28ea74 100644
--- a/lib/VNLib.Plugins.Extensions.VNCache/src/VNCacheExtensions.cs
+++ b/lib/VNLib.Plugins.Extensions.VNCache/src/VNCacheExtensions.cs
@@ -143,8 +143,8 @@ namespace VNLib.Plugins.Extensions.VNCache
ForwardOnlyWriter<char> writer = new(buffer);
//Append prefix and entity id
- writer.Append(Prefix);
- writer.Append(entityId);
+ writer.AppendSmall(Prefix);
+ writer.AppendSmall(entityId);
//Compute the simple hash of the combined values
return ManagedHash.ComputeHash(writer.AsSpan(), Digest, Encoding);
diff --git a/lib/VNLib.Plugins.Extensions.VNCache/src/VNLib.Plugins.Extensions.VNCache.csproj b/lib/VNLib.Plugins.Extensions.VNCache/src/VNLib.Plugins.Extensions.VNCache.csproj
index 4d1827e..8185e9e 100644
--- a/lib/VNLib.Plugins.Extensions.VNCache/src/VNLib.Plugins.Extensions.VNCache.csproj
+++ b/lib/VNLib.Plugins.Extensions.VNCache/src/VNLib.Plugins.Extensions.VNCache.csproj
@@ -2,14 +2,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>VNLib.Plugins.Extensions.VNCache</RootNamespace>
<AssemblyName>VNLib.Plugins.Extensions.VNCache</AssemblyName>
- <Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>VNLib.Plugins.Extensions.VNCache</Product>
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
index 009e905..b434b5d 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
@@ -1,16 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.ObjectCache.Server</RootNamespace>
- <AssemblyName>ObjectCacheServer</AssemblyName>
+ <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ <RootNamespace>VNLib.Data.Caching.ObjectCache.Server</RootNamespace>
+ <AssemblyName>ObjectCacheServer</AssemblyName>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<!-- Resolve nuget dll files and store them in the output dir -->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
-
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
<PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
diff --git a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
index a896cf8..d17f2aa 100644
--- a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
+++ b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
@@ -2,10 +2,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.Providers.Redis</RootNamespace>
- <AssemblyName>VNLib.Data.Caching.Providers.Redis</AssemblyName>
<Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ <RootNamespace>VNLib.Data.Caching.Providers.Redis</RootNamespace>
+ <AssemblyName>VNLib.Data.Caching.Providers.Redis</AssemblyName>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<!-- Resolve nuget dll files and store them in the output dir -->
@@ -13,6 +12,10 @@
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>VNLib.Data.Caching.Providers.Redis</Product>
diff --git a/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj b/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj
index ded805a..23fd747 100644
--- a/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj
+++ b/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj
@@ -2,10 +2,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.Providers.VNCache</RootNamespace>
- <AssemblyName>VNLib.Data.Caching.Providers.VNCache</AssemblyName>
<Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ <RootNamespace>VNLib.Data.Caching.Providers.VNCache</RootNamespace>
+ <AssemblyName>VNLib.Data.Caching.Providers.VNCache</AssemblyName>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<!-- Resolve nuget dll files and store them in the output dir -->
@@ -13,6 +12,10 @@
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>VNLib.Data.Caching.Providers.VNCache</Product>