Skip to content

Commit

Permalink
Merge pull request #103 from DNNCommunity/release/1.1.0
Browse files Browse the repository at this point in the history
Released v1.1.0
  • Loading branch information
valadas authored Sep 30, 2022
2 parents 3d5d3a1 + fee4bac commit 8ed5b46
Show file tree
Hide file tree
Showing 133 changed files with 1,236 additions and 8,846 deletions.
4 changes: 2 additions & 2 deletions .github/badges/UnitTests/badge_branchcoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions .github/badges/UnitTests/badge_linecoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ name: Build
on:
push:
branches:
- main
- master
- develop
- development
- 'release/*'

jobs:
windows-latest:
name: Build
runs-on: windows-latest
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Run './build.cmd DeployGeneratedFiles'
run: ./build.cmd DeployGeneratedFiles
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
12 changes: 7 additions & 5 deletions .github/workflows/PR_Validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ on:
- 'release/*'

jobs:
windows-latest:
name: PR Validation
runs-on: windows-latest
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
Expand All @@ -41,4 +43,4 @@ jobs:
- name: Run './build.cmd Package'
run: ./build.cmd Package
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
12 changes: 7 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ on:
- 'release/*'

jobs:
windows-latest:
name: Release
runs-on: windows-latest
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
Expand All @@ -39,4 +41,4 @@ jobs:
- name: Run './build.cmd Release'
run: ./build.cmd Release
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
15 changes: 1 addition & 14 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"AppVeyor",
"AzurePipelines",
"Bamboo",
"Bitbucket",
"Bitrise",
"GitHubActions",
"GitLab",
Expand Down Expand Up @@ -77,19 +78,14 @@
"enum": [
"BuildFrontEnd",
"Clean",
"CleanDocsFolder",
"Compile",
"ComponentsDocs",
"Deploy",
"DeployBinaries",
"DeployFrontEnd",
"DeployGeneratedFiles",
"DocFx",
"Docs",
"GenerateAppConfig",
"GenerateReleaseNotes",
"InstallNpmPackages",
"IntegrationTests",
"LogInfo",
"Package",
"Release",
Expand All @@ -102,8 +98,6 @@
"Swagger",
"TagRelease",
"Test",
"TestsDocs",
"TsDoc",
"UnitTests",
"UpdateTokens",
"Watch"
Expand All @@ -122,19 +116,14 @@
"enum": [
"BuildFrontEnd",
"Clean",
"CleanDocsFolder",
"Compile",
"ComponentsDocs",
"Deploy",
"DeployBinaries",
"DeployFrontEnd",
"DeployGeneratedFiles",
"DocFx",
"Docs",
"GenerateAppConfig",
"GenerateReleaseNotes",
"InstallNpmPackages",
"IntegrationTests",
"LogInfo",
"Package",
"Release",
Expand All @@ -147,8 +136,6 @@
"Swagger",
"TagRelease",
"Test",
"TestsDocs",
"TsDoc",
"UnitTests",
"UpdateTokens",
"Watch"
Expand Down
4 changes: 0 additions & 4 deletions App.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<entityFramework>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
Expand Down
114 changes: 0 additions & 114 deletions Controllers/ItemController.cs

This file was deleted.

28 changes: 0 additions & 28 deletions Data/Entities/BaseEntity.cs

This file was deleted.

38 changes: 0 additions & 38 deletions Data/Entities/IEntity.cs

This file was deleted.

Loading

0 comments on commit 8ed5b46

Please sign in to comment.