Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Update #538

Merged
merged 34 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
91f1b1d
Bump NUnit from 4.2.1 to 4.2.2
dependabot[bot] Sep 2, 2024
1f6262b
Bump MudBlazor from 7.6.0 to 7.8.0
dependabot[bot] Sep 9, 2024
d309a54
Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1
dependabot[bot] Sep 9, 2024
d1828ea
Add Locked Out Alert Message in view pages
jacobsen9026 Sep 13, 2024
dd1033d
Merge pull request #527 from Blazam-App/523-add-lockedout-alert-like-…
jacobsen9026 Sep 13, 2024
f3f4abf
Add colors to switches
jacobsen9026 Sep 13, 2024
757fa9f
Merge pull request #528 from Blazam-App/523-add-lockedout-alert-like-…
jacobsen9026 Sep 13, 2024
5974242
Merge pull request #522 from Blazam-App/dependabot/nuget/NUnit-4.2.2
jacobsen9026 Sep 13, 2024
4efeead
Merge branch 'v1-Dev' into dependabot/nuget/Microsoft.NET.Test.Sdk-17…
jacobsen9026 Sep 13, 2024
4fd029f
Merge pull request #525 from Blazam-App/dependabot/nuget/Microsoft.NE…
jacobsen9026 Sep 13, 2024
bf55a38
Remove old code
jacobsen9026 Sep 13, 2024
e3693bb
Merge branch 'v1-Dev' into dependabot/nuget/MudBlazor-7.8.0
jacobsen9026 Sep 13, 2024
023fcec
Merge pull request #524 from Blazam-App/dependabot/nuget/MudBlazor-7.8.0
jacobsen9026 Sep 13, 2024
6cb7e63
Start of ItemsPerPage parameter
jacobsen9026 Sep 16, 2024
6ee7b6a
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design
dependabot[bot] Sep 16, 2024
dd04711
Bump Microsoft.Playwright.NUnit from 1.46.0 to 1.47.0
dependabot[bot] Sep 16, 2024
9502bd2
Persist Rows Per Page for Widgets
jacobsen9026 Sep 17, 2024
f7322af
Merge pull request #533 from Blazam-App/529-widgets
jacobsen9026 Sep 17, 2024
66e9746
Add migration
jacobsen9026 Sep 17, 2024
0143f7e
Merge pull request #534 from Blazam-App/529-widgets
jacobsen9026 Sep 17, 2024
87aa046
Centered Search Controls in AppBar
jacobsen9026 Sep 17, 2024
f51e2c3
Add changes to release notes
jacobsen9026 Sep 17, 2024
c89a736
Merge pull request #535 from Blazam-App/529-widgets
jacobsen9026 Sep 17, 2024
693d88d
Merge pull request #536 from Blazam-App/529-widgets
jacobsen9026 Sep 18, 2024
386314a
Performance improvements to user preference saving
jacobsen9026 Sep 18, 2024
b692397
Fix for slow notification posting
jacobsen9026 Sep 18, 2024
507b2c6
Improved User settings implementation
jacobsen9026 Sep 18, 2024
df25a39
Merge pull request #537 from Blazam-App/529-widgets
jacobsen9026 Sep 18, 2024
cb2dc3c
Refresh individual widgets
jacobsen9026 Sep 19, 2024
91e80cd
Merge pull request #539 from Blazam-App/529-widgets
jacobsen9026 Sep 19, 2024
2552174
Merge pull request #532 from Blazam-App/dependabot/nuget/Microsoft.Pl…
jacobsen9026 Sep 19, 2024
1b815a6
Merge pull request #530 from Blazam-App/dependabot/nuget/Microsoft.Vi…
jacobsen9026 Sep 19, 2024
f3c6bf0
Bump MudBlazor.Markdown from 1.0.2 to 7.8.0
dependabot[bot] Sep 19, 2024
9e6d235
Merge pull request #531 from Blazam-App/dependabot/nuget/MudBlazor.Ma…
jacobsen9026 Sep 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ changelog:
- title: Exciting New Features 🎉
labels:
- enhancement
- title: Feature Changes ✏
labels:
- change
- title: Security Updates 🔐
labels:
- security
Expand Down
2 changes: 1 addition & 1 deletion BLAZAM.Tests/BLAZAM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
10 changes: 5 additions & 5 deletions BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<AssemblyVersion>1.0.1</AssemblyVersion>
<Version>2024.08.31.2028</Version>
<AssemblyVersion>1.0.2</AssemblyVersion>
<Version>2024.09.19.0014</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<RootNamespace>BLAZAM</RootNamespace>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
Expand Down Expand Up @@ -73,9 +73,9 @@
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.4" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
<PackageReference Include="MudBlazor" Version="7.8.0" />
<PackageReference Include="MudBlazor.Markdown" Version="7.8.0" />
<PackageReference Include="MudBlazor.ThemeManager" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="13.0.1" />
Expand Down
15 changes: 1 addition & 14 deletions BLAZAM/Pages/Benchmark.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,7 @@



@*
<h3>Tree View</h3>
<MudSwitch @bind-Value=adTree Label="OU/AD"/>
@if (!adTree)
{
<OUTreeView StartRootExpanded=true
EndText="@((context)=>context.DirectPermissionMappings.Any()?context.DirectPermissionMappings.Count().ToString():null)" />

}
else
{
<ADTreeView TextColor="Color.Surface" EndText="@((context)=>context is IADOrganizationalUnit ou?ou.DirectPermissionMappings.Any()?ou.DirectPermissionMappings.Count().ToString():null:null)" />

} *@
s
@code {
#nullable disable warnings
//ActiveDirectoryContext ad;
Expand Down
9 changes: 8 additions & 1 deletion BLAZAM/Pages/Computers/ViewComputer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@
<DynamicMudInput T=string Label="@AppLocalization["Name"]" @bind-Value="@Computer.CanonicalName" Disabled=@(!EditMode) />
<DynamicMudInput T=string Label="@AppLocalization["Operating System"]" @bind-Value="@Computer.OperatingSystem" Disabled=@true />
<DynamicMudInput T=bool Label="@AppLocalization["Online"]" Value="@(Computer.IsOnline==true)" Disabled=@true />

@if (Computer.Disabled)
{
<MudAlert Severity="Severity.Error" Class="mud-width-full">@AppLocalization["Computer is disabled"]</MudAlert>
}
@if (Computer.LockedOut)
{
<MudAlert Severity="Severity.Warning" Class="mud-width-full">@AppLocalization["Computer is locked out"]</MudAlert>
}
</MudStack>

</Section>
Expand Down
5 changes: 4 additions & 1 deletion BLAZAM/Pages/Users/ViewUser.razor
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@
{
<MudAlert Severity="Severity.Error" Class="mud-width-full">@AppLocalization["User is disabled"]</MudAlert>
}

@if (User.LockedOut)
{
<MudAlert Severity="Severity.Warning" Class="mud-width-full">@AppLocalization["User is locked out"]</MudAlert>
}


</Section>
Expand Down
2 changes: 1 addition & 1 deletion BLAZAMCommon.Tests/BLAZAMCommon.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<PackageReference Include="xunit" Version="2.9.0" />
Expand Down
Loading
Loading