Skip to content

Commit

Permalink
Merge branch 'rel-8.2' into auto-merge/rel-8-1/2730
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 authored May 20, 2024
2 parents f2cea18 + 6020045 commit 157ffb2
Show file tree
Hide file tree
Showing 1,030 changed files with 36,811 additions and 30,080 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: true
contact_links:
- name: Issue with ABP Commercial
url: https://support.abp.io/QA/Questions
about: Please open issues relating to ABP Commercial in support.abp.io.
about: Please open ABP Commercial related issues at https://support.abp.io.
- name: Ask a question (community support)
url: https://stackoverflow.com/questions/tagged/abp
about: Ask a question that will be answered by the ABP community
22 changes: 11 additions & 11 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
name: Merge branch rel-8.2 with rel-8.1
name: Merge branch dev with rel-8.2
on:
push:
branches:
- rel-8.1
- rel-8.2
permissions:
contents: read

jobs:
merge-rel-8-2-with-rel-8-1:
merge-dev-with-rel-8-2:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: rel-8.2
ref: dev
- name: Reset promotion branch
run: |
git fetch origin rel-8.1:rel-8.1
git reset --hard rel-8.1
git fetch origin rel-8.2:rel-8.2
git reset --hard rel-8.2
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-8-1/${{github.run_number}}
title: Merge branch rel-8.2 with rel-8.1
body: This PR generated automatically to merge rel-8.2 with rel-8.1. Please review the changed files before merging to prevent any errors that may occur.
branch: auto-merge/rel-8-2/${{github.run_number}}
title: Merge branch dev with rel-8.2
body: This PR generated automatically to merge dev with rel-8.2. Please review the changed files before merging to prevent any errors that may occur.
reviewers: maliming
token: ${{ github.token }}
- name: Merge Pull Request
env:
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/rel-8-1/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-1/${{github.run_number}} --merge --auto --delete-branch
gh pr review auto-merge/rel-8-2/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-2/${{github.run_number}} --merge --auto --delete-branch
88 changes: 47 additions & 41 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@
<PackageVersion Include="Autofac" Version="8.0.0" />
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
<PackageVersion Include="Autofac.Extras.DynamicProxy" Version="7.1.0" />
<PackageVersion Include="AutoMapper" Version="12.0.1" />
<PackageVersion Include="AutoMapper" Version="13.0.1" />
<PackageVersion Include="Asp.Versioning.Mvc" Version="7.1.0" />
<PackageVersion Include="AWSSDK.S3" Version="3.7.300.2" />
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.300.2" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.17.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageVersion Include="Blazorise" Version="1.4.1" />
<PackageVersion Include="Blazorise.Components" Version="1.4.1" />
<PackageVersion Include="Blazorise.DataGrid" Version="1.4.1" />
<PackageVersion Include="Blazorise.Snackbar" Version="1.4.1" />
<PackageVersion Include="Blazorise" Version="1.5.0" />
<PackageVersion Include="Blazorise.Components" Version="1.5.0" />
<PackageVersion Include="Blazorise.DataGrid" Version="1.5.0" />
<PackageVersion Include="Blazorise.Snackbar" Version="1.5.0" />
<PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="Castle.Core.AsyncInterceptor" Version="2.1.0" />
<PackageVersion Include="CommonMark.NET" Version="0.15.1" />
<PackageVersion Include="Confluent.Kafka" Version="2.3.0" />
<PackageVersion Include="Dapper" Version="2.1.21" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.12.0" />
<PackageVersion Include="Dapr.Client" Version="1.12.0" />
<PackageVersion Include="DeviceDetector.NET" Version="6.1.4" />
<PackageVersion Include="Devart.Data.Oracle.EFCore" Version="10.3.10.8" />
<PackageVersion Include="DistributedLock.Core" Version="1.0.5" />
<PackageVersion Include="DistributedLock.Redis" Version="1.0.2" />
Expand All @@ -48,43 +49,44 @@
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="13.4.0" />
<PackageVersion Include="MailKit" Version="4.3.0" />
<PackageVersion Include="Markdig.Signed" Version="0.33.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.25" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.4" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Composite" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Physical" Version="8.0.0" />
Expand All @@ -94,15 +96,18 @@
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Identity.Core" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Localization" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Minio" Version="6.0.1" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
<PackageVersion Include="Minio" Version="6.0.2" />
<PackageVersion Include="MongoDB.Driver" Version="2.22.0" />
<PackageVersion Include="NEST" Version="7.17.5" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
Expand All @@ -113,15 +118,15 @@
<PackageVersion Include="NUglify" Version="1.21.0" />
<PackageVersion Include="Nullable" Version="1.3.1" />
<PackageVersion Include="Octokit" Version="9.0.0" />
<PackageVersion Include="OpenIddict.Abstractions" Version="5.1.0" />
<PackageVersion Include="OpenIddict.Core" Version="5.1.0" />
<PackageVersion Include="OpenIddict.Server.AspNetCore" Version="5.1.0" />
<PackageVersion Include="OpenIddict.Validation.AspNetCore" Version="5.1.0" />
<PackageVersion Include="OpenIddict.Validation.ServerIntegration" Version="5.1.0" />
<PackageVersion Include="Oracle.EntityFrameworkCore" Version="8.21.121" />
<PackageVersion Include="OpenIddict.Abstractions" Version="5.5.0" />
<PackageVersion Include="OpenIddict.Core" Version="5.5.0" />
<PackageVersion Include="OpenIddict.Server.AspNetCore" Version="5.5.0" />
<PackageVersion Include="OpenIddict.Validation.AspNetCore" Version="5.5.0" />
<PackageVersion Include="OpenIddict.Validation.ServerIntegration" Version="5.5.0" />
<PackageVersion Include="Oracle.EntityFrameworkCore" Version="8.23.40" />
<PackageVersion Include="Polly" Version="8.2.0" />
<PackageVersion Include="Polly.Extensions.Http" Version="3.0.0" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0" />
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageVersion Include="Quartz" Version="3.7.0" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.7.0" />
<PackageVersion Include="Quartz.Plugins.TimeZoneConverter" Version="3.7.0" />
Expand All @@ -139,7 +144,7 @@
<PackageVersion Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="2.0.1" />
<PackageVersion Include="SkiaSharp" Version="2.88.6" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
Expand All @@ -159,6 +164,7 @@
<PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
<PackageVersion Include="TimeZoneConverter" Version="6.1.0" />
<PackageVersion Include="Unidecode.NET" Version="2.1.0" />
<PackageVersion Include="xunit" Version="2.6.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"RaffleDeletionConfirmationMessage": "هل أنت متأكد أنك تريد حذف هذا السحب؟",
"CreateRaffle": "إنشاء السحب",
"RemoveImage": "إزالة الصورة",
"SuccessfullySaved": "تم الحفظ بنجاح",
"SavedSuccessfully": "تم الحفظ بنجاح",
"Menu:CommunityTalks": "محادثات المجتمع",
"Menu:Conferences": "المؤتمرات",
"Menu:OtherLiveEvents": "الأحداث المباشرة الأخرى",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"RaffleDeletionConfirmationMessage": "Opravdu chcete smazat toto slosování?",
"CreateRaffle": "Vytvořit tombolu",
"RemoveImage": "Odebrat obrázek",
"SuccessfullySaved": "Úspěšně uloženo",
"SavedSuccessfully": "Úspěšně uloženo",
"Menu:CommunityTalks": "Komunitní rozhovory",
"Menu:Conferences": "Konference",
"Menu:OtherLiveEvents": "Další živé akce",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"RaffleDeletionConfirmationMessage": "Sind Sie sicher, dass Sie dieses Gewinnspiel löschen möchten?",
"CreateRaffle": "Gewinnspiel erstellen",
"RemoveImage": "Entferne Bild",
"SuccessfullySaved": "Erfolgreich gespeichert",
"SavedSuccessfully": "Erfolgreich gespeichert",
"Menu:CommunityTalks": "Community-Gespräche",
"Menu:Conferences": "Konferenzen",
"Menu:OtherLiveEvents": "Andere Live-Events",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
"ChooseCoverImage": "Choose a cover image...",
"Menu:Quotation": "Quotation",
"Menu:Invoice": "Invoice",
"Menu:Quotation/Invoice": "Quotation/Invoice",
"Menu:PaymentRequests": "Payment Requests",
"Permission:PaymentRequests": "Payment Requests",
"PaymentRequests": "Payment Requests",
Expand Down Expand Up @@ -388,7 +389,7 @@
"ShowBetweenDayCount": "Show Between Days",
"PurchaseOrder": "Purchase Order",
"ShowCreateInvoiceOfOrganization": "Create Invoice",
"ShowCreateQuotationOfOrganization": "Create Quotation",
"ShowCreateQuotationOfOrganization": "Create Quotation/Invoice",
"BookDiscounts": "Book Discounts",
"Permission:BookDiscount": "Book Discount",
"Menu:BookDiscounts": "Book Discounts",
Expand Down Expand Up @@ -533,7 +534,7 @@
"RaffleDeletionConfirmationMessage": "Are you sure you want to delete this raffle?",
"CreateRaffle": "Create Raffle",
"RemoveImage": "Remove Image",
"SuccessfullySaved": "Successfully saved",
"SavedSuccessfully": "Saved successfully",
"Menu:CommunityTalks": "Community Talks",
"Menu:Conferences": "Conferences",
"Menu:OtherLiveEvents": "Other Live Events",
Expand Down Expand Up @@ -594,6 +595,32 @@
"AutoRenewals": "Auto Renewals",
"OrganizationHasCreditCard": "Organization has credit card. Please remove credit card first!",
"DisplayName:DontSendEmailForLicenseExpire": "Don't Send Email For License Expire",
"DontSendEmailForLicenseExpire": "Don't Send Email For License Expire"
"DontSendEmailForLicenseExpire": "Don't Send Email For License Expire",
"SuccessfullyChanged": "Successfully changed",
"WinnerCountMustBeLessThanMaxWinnerCount": "Winner count must be less than max winner count",
"NoChangesDetected": "No changes detected",
"ProductCount": "Product Count",
"Actions": "Actions",
"CreateInvoice": "Create Invoice",
"IsVisible": "Visible",
"Menu:Testimonials": "Testimonials",
"TestimonialDeletionConfirmationMessage": "Are you sure you want to delete this testimonial ?",
"FullName": "Full name",
"TestimonialText": "Testimonial text",
"ExperienceYear": "Experience year",
"Position": "Title",
"YearsOfExperience": "Experience year",
"AllowedLicenses": "Allowed Licenses",
"AllowedModules": "Allowed Modules",
"ModuleName": "Module name",
"NonYet": "Non yet",
"Permission:Testimonials": "Testimonials",
"SelectCompanySizePlaceholder": "Company Size",
"SelectExperienceYearPlaceholder": "Experience year",
"SelectCountryPlaceholder": "Country",
"DeleteImageConfirmationMessage": "Are you sure you want to delete the image for \"{0}\"?",
"DeleteImageSuccessMessage": "Image successfully deleted",
"DeleteImage": "Delete Image",
"NetTerms": "Terms (Days)"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"RaffleDeletionConfirmationMessage": "¿Estás seguro de que quieres eliminar este sorteo?",
"CreateRaffle": "Crear sorteo",
"RemoveImage": "Quita la imagen",
"SuccessfullySaved": "Guardado con éxito",
"SavedSuccessfully": "Guardado con éxito",
"Menu:CommunityTalks": "Charlas comunitarias",
"Menu:Conferences": "Conferencias",
"Menu:OtherLiveEvents": "Otros eventos en vivo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"RaffleDeletionConfirmationMessage": "Haluatko varmasti poistaa tämän arvonnan?",
"CreateRaffle": "Luo arpajaiset",
"RemoveImage": "Poista kuva",
"SuccessfullySaved": "Tallennettu onnistuneesti",
"SavedSuccessfully": "Tallennettu onnistuneesti",
"Menu:CommunityTalks": "Yhteisön keskustelut",
"Menu:Conferences": "Konferenssit",
"Menu:OtherLiveEvents": "Muut live-tapahtumat",
Expand Down
Loading

0 comments on commit 157ffb2

Please sign in to comment.