Skip to content

Commit

Permalink
Merge branch 'rel-8.1' into auto-merge/rel-8-0/2712
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
2 parents 1d0bd48 + 8fe4c6d commit a9f6f85
Show file tree
Hide file tree
Showing 2,578 changed files with 84,966 additions and 198,433 deletions.
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.1 with rel-8.0
name: Merge branch prerel-8.2 with rel-8.1
on:
push:
branches:
- rel-8.0
- rel-8.1
permissions:
contents: read

jobs:
merge-rel-8-1-with-rel-8-0:
merge-prerel-8-2-with-rel-8-1:
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.1
ref: prerel-8.2
- name: Reset promotion branch
run: |
git fetch origin rel-8.0:rel-8.0
git reset --hard rel-8.0
git fetch origin rel-8.1:rel-8.1
git reset --hard rel-8.1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-8-0/${{github.run_number}}
title: Merge branch rel-8.1 with rel-8.0
body: This PR generated automatically to merge rel-8.1 with rel-8.0. Please review the changed files before merging to prevent any errors that may occur.
branch: auto-merge/rel-8-1/${{github.run_number}}
title: Merge branch prerel-8.2 with rel-8.1
body: This PR generated automatically to merge prerel-8.2 with rel-8.1. 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-0/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-0/${{github.run_number}} --merge --auto --delete-branch
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
20 changes: 10 additions & 10 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<PackageVersion Include="AlibabaCloud.SDK.Dysmsapi20170525" Version="2.0.24" />
<PackageVersion Include="aliyun-net-sdk-sts" Version="3.1.2" />
<PackageVersion Include="Aliyun.OSS.SDK.NetCore" Version="2.13.0" />
<PackageVersion Include="AsyncKeyedLock" Version="6.2.2" />
<PackageVersion Include="AsyncKeyedLock" Version="6.3.4" />
<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="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" />
Expand All @@ -29,6 +30,7 @@
<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" />
<PackageVersion Include="DeepL.net" Version="1.8.0" />
<PackageVersion Include="EphemeralMongo.Core" Version="1.1.3" />
<PackageVersion Include="EphemeralMongo6.runtime.linux-x64" Version="1.1.3" />
<PackageVersion Include="EphemeralMongo6.runtime.osx-x64" Version="1.1.3" />
Expand Down Expand Up @@ -60,7 +62,6 @@
<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.Versioning" Version="5.1.0" />
<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" />
Expand Down Expand Up @@ -106,18 +107,17 @@
<PackageVersion Include="NEST" Version="7.17.5" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Nito.AsyncEx.Context" Version="5.1.2" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="NuGet.Versioning" Version="6.7.0" />
<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.0.0" />
<PackageVersion Include="OpenIddict.Core" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Server.AspNetCore" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Validation.AspNetCore" Version="5.0.0" />
<PackageVersion Include="OpenIddict.Validation.ServerIntegration" Version="5.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="Polly" Version="8.2.0" />
<PackageVersion Include="Polly.Extensions.Http" Version="3.0.0" />
Expand All @@ -127,8 +127,8 @@
<PackageVersion Include="Quartz.Plugins.TimeZoneConverter" Version="3.7.0" />
<PackageVersion Include="Quartz.Serialization.Json" Version="3.7.0" />
<PackageVersion Include="RabbitMQ.Client" Version="6.6.0" />
<PackageVersion Include="Rebus" Version="8.0.1" />
<PackageVersion Include="Rebus.ServiceProvider" Version="10.0.0" />
<PackageVersion Include="Rebus" Version="8.4.2" />
<PackageVersion Include="Rebus.ServiceProvider" Version="10.1.2" />
<PackageVersion Include="Scriban" Version="5.9.0" />
<PackageVersion Include="Serilog" Version="3.1.1" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.0" />
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ Create a new solution:

<img width="500" src="docs/en/images/db-options.png">

## The Book: Mastering ABP Framework

Written by the creator of ABP Framework, this book will help you to gain a complete understanding of the ABP Framework and modern web application development techniques.

* [Buy on Amazon](https://www.amazon.com/gp/product/B097Z2DM8Q)
* [Buy on Packt Publishing](https://www.packtpub.com/product/mastering-abp-framework/9781801079242)
* [More details about the book](https://abp.io/books/mastering-abp-framework)

![book-mastering-abp-framework](docs/en/images/book-mastering-abp-framework.png)

## What ABP Provides?

ABP provides a **full stack developer experience**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"FrameworkDocumentation": "Framework documentation",
"OfficialBlog": "Official blog",
"CommercialHomePage": "Commercial home page",
"CommercialSupportWebSite": "Commercial support web site",
"CommunityWebSite": "ABP community web site",
"CommercialSupportWebSite": "Commercial support website",
"CommunityWebSite": "ABP community website",
"ManageAccount": "My Account | ABP.IO",
"ManageYourProfile": "Manage your profile"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"FrameworkDocumentation": "Framework documentation",
"OfficialBlog": "Official blog",
"CommercialHomePage": "Commercial home page",
"CommercialSupportWebSite": "Commercial support web site",
"CommunityWebSite": "ABP community web site",
"CommercialSupportWebSite": "Commercial support website",
"CommunityWebSite": "ABP community website",
"ManageAccount": "My Account | ABP.IO",
"ManageYourProfile": "Manage your profile",
"ReturnToApplication": "Return to application"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
"QuotationTemplate.SubTotal:": "Sub Total :",
"QuotationTemplate.Tax/VAT:": "Tax / Vat (%{0}) :",
"QuotationTemplate.TotalDiscount:": "Total Discount :",
"QuotationTemplate.TOTALDUE:": "TOTAL DUE :",
"QuotationTemplate.TOTALDUE:": "TOTAL DUE :",
"QuotationTemplate.BankAccount": "Our bank account information can be found at {0}",
"Permission:Raffles": "Raffle",
"Permission:Draw": "Draw",
Expand Down Expand Up @@ -560,6 +560,40 @@
"AddSession": "Add Session",
"AddSponsor": "Add Sponsor",
"SponsorLogo": "Sponsor Logo",
"RegistrationUrl": "Registration Url"
"RegistrationUrl": "Registration Url",
"AllowAbpStudioBetaAccess": "Allow ABP Studio Beta Access",
"TotalQuestionCanNotBeNullMessage": "Total Question can not be null",
"Permission:OrganizationAutoRenewalPayments": "Organization Auto Renewal Payments",
"Permission:RetryFailedPayments": "Retry Failed Payments",
"AutoRenewalIsNotEnabled": "Auto Renewal is not enabled!",
"LicenseIsNotExpired": "License is not expired!",
"PaymentNotFound": "Payment not found!",
"PaymentAlreadyTried": "Payment already tried!",
"PaymentIsNotFailed": "Payment is not failed!",
"OrganizationIdIsNull": "OrganizationId is null!",
"Menu:AutoRenewals": "Auto Renewals",
"OrganizationAutoRenewalPayments": "Organization Auto Renewal Payments",
"PaymentDate": "Payment Date",
"TryCount": "Try Count",
"ErrorMessage": "Error Message",
"ErrorCode": "Error Code",
"CreditCard": "Credit Card",
"BuyerName": "Buyer Name",
"BuyerSurname": "Buyer Surname",
"BuyerEmail": "Buyer Email",
"AutoRenewalStartTime": "Auto Renewal Start Time",
"AutoRenewalEndTime": "Auto Renewal End Time",
"AutoRenewalEnabled": "Auto Renewal Enabled",
"LastAutoRenewalPaymentTime": "Last Auto Renewal Payment Time",
"OrganizationDoesNotHaveACreditCard": "Organization does not have a credit card!",
"Permission:EditWinners": "Edit Winners",
"Permission:ChangeDrawingStatus": "Change Drawing Status",
"Menu:Licenses": "Licenses",
"OrganizationId": "Organization Id",
"RemoveAllWinnersConfirmationMessage": "Are you sure you want to remove all winners?",
"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"
}
}
Loading

0 comments on commit a9f6f85

Please sign in to comment.