Skip to content

Commit 029ee4c

Browse files
authored
Merge pull request #36 from TechnologyEnhancedLearning/RC
Merge RC changes to CI
2 parents 4ccd4ae + 27e131c commit 029ee4c

File tree

303 files changed

+401
-1610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+401
-1610
lines changed

Auth/LearningHub.Nhs.Auth.Tests/OpenAthensControllerTests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="OpenAthensControllerTests.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Tests
1+
namespace LearningHub.Nhs.Auth.Tests
62
{
73
using System;
84
using System.Threading.Tasks;

Auth/LearningHub.Nhs.Auth/Configuration/AzureDataProtectionConfig.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="AzureDataProtectionConfig.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
/// <summary>
84
/// The Azure Data Protection config.

Auth/LearningHub.Nhs.Auth/Configuration/ClientAppConfig.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="ClientAppConfig.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using System.Collections.Generic;
84

Auth/LearningHub.Nhs.Auth/Configuration/LearningHubAuthConfig.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="LearningHubAuthConfig.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using System;
84
using System.Collections.Generic;

Auth/LearningHub.Nhs.Auth/Configuration/LearningHubClientStore.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="LearningHubClientStore.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using System;
84
using System.Collections.Generic;

Auth/LearningHub.Nhs.Auth/Configuration/LearningHubIdentityServerBuilderExtensions.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="LearningHubIdentityServerBuilderExtensions.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using LearningHub.Nhs.Auth.UserServices;
84

Auth/LearningHub.Nhs.Auth/Configuration/LearningHubResourceStore.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="LearningHubResourceStore.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using System;
84
using System.Collections.Generic;

Auth/LearningHub.Nhs.Auth/Configuration/OpenAthensConfig.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="OpenAthensConfig.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
/// <summary>
84
/// The open athens config.

Auth/LearningHub.Nhs.Auth/Configuration/OpenAthensLearningHubClientDictionary.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="OpenAthensLearningHubClientDictionary.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
62
{
73
using System;
84
using System.Collections.Generic;

Auth/LearningHub.Nhs.Auth/Configuration/SameSiteCookiesServiceCollectionExtensions.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// <copyright file="SameSiteCookiesServiceCollectionExtensions.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
namespace LearningHub.Nhs.Auth.Configuration
1+
namespace LearningHub.Nhs.Auth.Configuration
52
{
63
using System;
74

0 commit comments

Comments
 (0)