-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #416 from SkillsFundingAgency/DPP-1653-resolve-tas…
…ks-after-r14 DPP-1653 resolve tasks after r14
- Loading branch information
Showing
13 changed files
with
158 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
...mmitments.AcademicYearEndProcessor.UnitTests/WhenTestingAcademicYearEndExpiryProcessor.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...YearEndProcessor.WebJob/Configuration/CommitmentsAcademicYearEndProcessorConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
using SFA.DAS.Commitments.Domain.Interfaces; | ||
using SFA.DAS.Messaging.AzureServiceBus.StructureMap; | ||
|
||
namespace SFA.DAS.Commitments.AcademicYearEndProcessor.WebJob.Configuration | ||
{ | ||
public class CommitmentsAcademicYearEndProcessorConfiguration : IConfiguration | ||
public class CommitmentsAcademicYearEndProcessorConfiguration : IConfiguration, ITopicMessagePublisherConfiguration | ||
{ | ||
public string DatabaseConnectionString { get; set; } | ||
public string ServiceBusConnectionString { get; set; } | ||
public string CurrentStartTime { get; set; } | ||
public string MessageServiceBusConnectionString { get; set; } | ||
} | ||
} |
Oops, something went wrong.