Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ipax77 committed Nov 30, 2024
2 parents 9f34d85 + 6633f0d commit f311e54
Show file tree
Hide file tree
Showing 570 changed files with 69,202 additions and 11,340 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dsstats.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create config
run: |
sudo mkdir -p /data/mysqlfiles \
Expand All @@ -19,12 +19,12 @@ jobs:
&& sudo chmod 777 /data/temp \
&& sudo chmod 777 /data/ds/replayblobs \
&& sudo cp ./src/tests/appsettings.Development.json /data/localserverconfig.json
- uses: isbang/compose-action@v1.4.1
- uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "./src/tests/docker/docker-compose.yml"
services: mysql
- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet build ./src/tests/dsstats.ratings.tests/dsstats.ratings.tests.csproj
Expand Down
40 changes: 37 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Fan Project for analyzing [Starcarft II](https://starcraft2.com) [Direct Strike]

## Install instructions

[<img src="images/store.png" alt="store" width="100"/>](https://www.microsoft.com/store/apps/9NNNMB503HN5)
[<img src="images/store.png" alt="store" width="100"/>](https://apps.microsoft.com/detail/9nnnmb503hn5)

Go to the Microsoft Store and install the [sc2dsstats app](https://www.microsoft.com/store/apps/9NNNMB503HN5) for free.
Go to the Microsoft Store and install the [sc2dsstats app](https://apps.microsoft.com/detail/9nnnmb503hn5) for free.

The app can be used offline to analyze your stats locally. If you want to upload your replays and contribute to this site, you must give your explicit consent.

Expand All @@ -30,7 +30,41 @@ We really like people helping us with the project. Nevertheless, take your time

## ChangeLog

<details open="open"><summary>v2.0.2</summary>
<details open="open"><summary>v2.0.6</summary>

>- s2protocol 5.0.14.93272.0 (s2protocol.NET v0.8.3)
>- dotnet v8.0.11 (8.0.404)
>- Maui Session Progress reload button
>- Replay Leaver duration indication
</details>

<details><summary>v2.0.5</summary>

>- s2protocol v5.0.13.92440.0 (s2protocol.NET v0.8.2)
>- dotnet v8.0.7 (8.0.303)
>- Maui builds fixed
>- Maui hanging loading indicator fixed
>- Combo ratings replay mapping improved (~90% hit rate)
</details>

<details><summary>v2.0.4</summary>

>- Fixed Maui Replay duplicates import loop - thank you @Jurzal for reporting and helping to fix it!
>- Unit Names and Colors for Replay-Unit-Map
</details>

<details><summary>v2.0.3</summary>

>- Unit map update
>- App localization
>- Fix ChartJs annotation plugin registration
</details>

<details><summary>v2.0.2</summary>

>- App localization for de, en, es, fr, ru and last but not least uk.
>- Replay middle chart with optional tier/refiniery info
Expand Down
21 changes: 21 additions & 0 deletions src/Mysql8Migrations/Mysql8Migrations.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\dsstats.db8\dsstats.db8.csproj" />
</ItemGroup>

</Project>
3 changes: 1 addition & 2 deletions src/MysqlMigrations/Migrations/20231109192900_AvgRating.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down
Loading

0 comments on commit f311e54

Please sign in to comment.