Skip to content

Commit

Permalink
Update the test suite and a few more unreleated things. (#208)
Browse files Browse the repository at this point in the history
* Update the test suite and a few more unreleated things.

* Update vite.

* Update verify.

* Another test fix.

* Fix output name.
  • Loading branch information
SebastianStehle authored Nov 19, 2023
1 parent 8424640 commit 1e49b1b
Show file tree
Hide file tree
Showing 103 changed files with 1,358 additions and 1,012 deletions.
9 changes: 6 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
*.user
*.vs
*.log
*.received.txt
*.verified.txt.bak

.vs
.awcache
.git
.idea
.vs
.vscode

# Build results
**/bin
Expand All @@ -26,8 +31,6 @@ backend/src/Squidex/Assets/*.*
**/launchSettings.json

# Build
.drone.yml

build.ps1
build.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Test - RUN
uses: kohlerdominik/[email protected]
with:
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
MAILCATCHER__HOST__SMTP=mailcatcher
MESSAGEBIRD__ACCESSKEY=${{ secrets.MESSAGEBIRD__ACCESSKEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test - RUN
uses: kohlerdominik/[email protected]
with:
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
MAILCATCHER__HOST__SMTP=mailcatcher
MESSAGEBIRD__ACCESSKEY=${{ secrets.MESSAGEBIRD__ACCESSKEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up dotnet
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Pack
run: |
Expand Down
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
*.received.txt
*.verified.txt.bak

.vscode
.awcache
.git
.idea
.vs
.vscode

# Build results
bin/
Expand All @@ -21,7 +24,8 @@ _test-output/
# NodeJS
node_modules/

/backend/src/Notifo/Assets

appsettings.Development.json
appsettings.Production.json
launchSettings.json
/backend/src/Notifo/Assets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.300.3" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.300.4" />
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
<PackageReference Include="FirebaseAdmin" Version="2.4.0" />
<PackageReference Include="FluentValidation" Version="11.8.0" />
Expand Down
28 changes: 14 additions & 14 deletions backend/src/Notifo.Infrastructure/Notifo.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.1.2" />
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Squidex.Assets" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.Azure" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.FTP" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.GoogleCloud" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.ImageMagick" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.ImageSharp" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.Mongo" Version="6.0.0" />
<PackageReference Include="Squidex.Assets.S3" Version="6.0.0" />
<PackageReference Include="Squidex.Caching" Version="6.0.0" />
<PackageReference Include="Squidex.Hosting" Version="6.0.0" />
<PackageReference Include="Squidex.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Squidex.Log" Version="6.0.0" />
<PackageReference Include="Squidex.Messaging" Version="6.0.0" />
<PackageReference Include="Squidex.Text" Version="6.0.0" />
<PackageReference Include="Squidex.Assets" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.Azure" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.FTP" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.GoogleCloud" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.ImageMagick" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.ImageSharp" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.Mongo" Version="6.2.0" />
<PackageReference Include="Squidex.Assets.S3" Version="6.2.0" />
<PackageReference Include="Squidex.Caching" Version="6.2.0" />
<PackageReference Include="Squidex.Hosting" Version="6.2.0" />
<PackageReference Include="Squidex.Hosting.Abstractions" Version="6.2.0" />
<PackageReference Include="Squidex.Log" Version="6.2.0" />
<PackageReference Include="Squidex.Messaging" Version="6.2.0" />
<PackageReference Include="Squidex.Text" Version="6.2.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Notifo/Notifo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc8" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc8" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Squidex.Messaging.All" Version="6.0.0" />
<PackageReference Include="Squidex.Messaging.All" Version="6.2.0" />
<PackageReference Include="Squidex.OpenTelemetry.Exporter.Stackdriver" Version="0.0.0-alpha.0.97" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
Expand Down
Loading

0 comments on commit 1e49b1b

Please sign in to comment.