Skip to content

Releases: SkillsFundingAgency/das-commitments

4.1.289: Merge pull request #581 from SkillsFundingAgency/CV-394-approved-cohort

08 Oct 10:38
c5f91e4
Compare
Choose a tag to compare

Changes:

  • c5f91e4 Merge pull request #581 from SkillsFundingAgency/CV-394-approved-cohort
  • 1207b01 Merge pull request #583 from SkillsFundingAgency/CV-380-Approve-Cohort-UI
  • ddec39c Merge branch 'master' into CV-380-Approve-Cohort-UI
  • c07f115 Merge pull request #578 from SkillsFundingAgency/CV-389-CohortAssignedToProviderEvent-Consume-Event
  • 8ebf3dc Caters for case where cohort is empty - cannot be said to have been approved by either party
  • 0360779 Adds IsApprovedByX properties to api response
  • 4b7fb34 Added process fully approved cohort behavior
  • aff09e3 fix test
  • 91f365e fix tests
  • b95be67 Merge branch 'master' into CV-389-CohortAssignedToProviderEvent-Consume-Event
See More
  • 922b093 Merge pull request #577 from SkillsFundingAgency/CV-393-approve-cohort
  • d0f415d Merge branch 'master' into CV-393-approve-cohort
  • 0d6b42f Merge pull request #579 from SkillsFundingAgency/CV-9-allow-employer-to-add-another
  • 8f3e629 Removed editstatus from cohortSummary responses
  • 8e8ecb8 Added approve cohort behavior
  • 23cb6a8 Added approve cohort command handler
  • 52d276e Added approve cohort API endpoint
  • 26c8eff Merge branch 'master' into CV-389-CohortAssignedToProviderEvent-Consume-Event
  • ecfe27c Merge branch 'master' into CV-9-allow-employer-to-add-another
  • ce4a03e Merge branch 'CV-19-Add-Apprentices-To-Cohort-Details-Page' into CV-9-allow-employer-to-add-another
  • 72c7b94 Merge branch 'master' into CV-389-CohortAssignedToProviderEvent-Consume-Event
  • 1a078e6 added more properties to cohortSummaryResponse
  • 126ab55 added EditStatus to GetCohortResponse
  • b28a622 PR comments
  • 658b982 updated nuget package
  • 4757794 Merge branch 'master' into CV-389-CohortAssignedToProviderEvent-Consume-Event
  • d2ebaf3 Merge branch 'master' into CV-389-CohortAssignedToProviderEvent-Consume-Event
  • 4fd64c7 pass cohort reference to email template
  • ba81aa5 Added unit test and additional property to GetCohortSummaryQuery
  • febad32 added unit tests for event handler
  • 0f4eb96 added event handler for sending emails when cohort approved

This list of changes was auto generated.

4.1.240

25 Sep 09:20
f454420
Compare
Choose a tag to compare

Changes:

  • f454420 Merge pull request #567 from SkillsFundingAgency/CV-251-add-reservations-to-bulk-upload
  • 2c18b1a Updated log level
  • 0f180ca Merge pull request #580 from SkillsFundingAgency/CV-18-Edit-Apprentice-Details-Link-In-Cohort-Page
  • d11188c Merge branch 'master' into CV-251-add-reservations-to-bulk-upload
  • 3d4ee11 Updated log level to debug
  • 9f85df9 Merge pull request #572 from SkillsFundingAgency/CV-371-health-checks
  • 522f170 Merge branch 'master' into CV-251-add-reservations-to-bulk-upload
  • 552c38c Merge pull request #573 from SkillsFundingAgency/CV-19-Add-Apprentices-To-Cohort-Details-Page
  • 768cd05 Merge branch 'master' into CV-19-Add-Apprentices-To-Cohort-Details-Page
  • 3d17e75 Merge pull request #574 from SkillsFundingAgency/CV-416-ProviderReferenceAlwaysReturned
See More
  • bd7812e Fix up broken unit test
  • 5a59241 added transfer Sender query string (missed in merge)
  • f2f67c5 renamed result of reservations bulk-create to match API result
  • e43068b Add transferSenderId to reservation status check
  • 104f89e corrected bulk upload route
  • f06af4d Update automatic reservations flag to match what has been implemented
  • 64e1b73 changed constructor to pass in ienumerable
  • 37d6c80 updates after PR review
  • 5c4a951 merge conflicts with CV250 and test harness messages added
  • 559a376 remove whitespaces and est changes
  • 6cf80ff renamed the query layer and added unit tests for this layer
  • 111570c added tests for messages and upgraded a sfa.domain package so it was the same version accross v1 projects
  • 6915abb added message testing
  • 5389c2e added response class GetDraftApprenticeshipCreatedEventsForCohortResponse
  • e311688 added teh message handler code to create the draftapprenticeshipCreatedEvent for each apprentice in the cohort
  • 4634bf3 added BulkUploadIntoCohort Event
  • a5d0c63 Calls to BulkCreateReservations API endpoint and merging these ids into the new apprenticeships
  • 6b1a6eb Extedned teh reservations API to connect to the bulk-create endpoint
  • 05ef39d Fix merge issue
  • b062a61 Added end point to get reservation status and refactored reservation client
  • ec68a81 Remove reservation validation from API and add IoC registration to reservation client
  • db6375d Fix merge issue
  • b77890e Add logic to return provider ref or employer ref
  • c7c9e7f Merge branch 'master' into CV-371-health-checks
  • 2dd937a Merge branch 'master' into CV-19-Add-Apprentices-To-Cohort-Details-Page
  • 9117708 Amendments following PR
  • 9459419 Added apprenticeship info service API health check
  • 4763cb0 Added reservations API health check
  • 039a9ae Reimagines new api endpoint as returning a single object over an array
  • f0d1175 Updates client interface
  • 804d4d1 Removed unused using
  • 60b3126 Adds get draft apprenticeships method to client
  • 8781f9f Returns not found if null collection
  • 79c5a8f Adds api endpoint for getting all draft apprenticeships for cohort
  • 664e4df Adds result -> response mapper
  • 31025b0 Adds query and handler
  • 971a914 Reverts previous
  • b452843 Adds new query, handler, response, and validator for cohort details

This list of changes was auto generated.

4.1.220

19 Sep 07:33
cdc8f3e
Compare
Choose a tag to compare

Changes:

  • cdc8f3e Merge pull request #576 from SkillsFundingAgency/CV-423-ValidationBeingIntermittentlyLost
  • bd85003 Merge branch 'CV-423-ValidationBeingIntermittentlyLost' of https://github.com/SkillsFundingAgency/das-commitments into CV-423-ValidationBeingIntermittentlyLost
  • 5eea54f Add logging when a commitmentApiModelException is created
  • 2517375 Add logging when a commitmentApiModelException is created
  • 9dad368 Merge pull request #575 from SkillsFundingAgency/CV-425-nserviebus-client-connection
  • 097f0b8 Updated SFA.DAS.NServiceBus & SFA.DAS.UnitOfWork.NServiceBus packages
  • c6626db Merge pull request #570 from SkillsFundingAgency/Support_Console_Subsite_Fix
  • 0cece6d Merge pull request #569 from SkillsFundingAgency/CV-388-send-cohort
  • adff94c Merge branch 'master' into CV-388-send-cohort
  • e6ff2de Merge pull request #562 from SkillsFundingAgency/CV-368-client-event-publishing
See More
  • 6d44920 Added Event suffix to types consumed by the Portal application (agreed with @cofaulco)
  • 7930531 Updated SFA.DAS.NServiceBus package
  • 680a31d Remove binding redirect from unit test proj
  • 0015c3a Remove binding re-direct to allow support subsite to start up
  • eb7d1c1 Refactored cohort
  • 41f7089 Added SFA.DAS.CommitmentsV2.Types.TransferApprovalStatus enum
  • 81b2887 Added send cohort behavior
  • e2386f0 Added send cohort command handler
  • 6c94257 Added send cohort API endpoint
  • ed253ef Refactored CohortController & CohortControllerTests
  • e902bf8 Merge branch 'master' into CV-368-client-event-publishing
  • 1b6c036 Updated SFA.DAS.NServiceBus & SFA.DAS.UnitOfWork packages
  • 0748544 Updated brittle tests to be less brittle
  • 45afb8e Merge pull request #548 from SkillsFundingAgency/CV-233-AddReservationValidation
  • 5424236 Fix broken unit test
  • b6ecfe9 Add unit test
  • dbcc313 Fix csproj broken in the merge
  • 9cb5e60 Rebase with master
  • 0ac92d3 Load reservations config in the reservation client
  • b9734c6 Remove explicit parameters from the reservation query string
  • 68dd4bf Add effective reservatiosn URL
  • a2c4832 Fix non-loading assemblies
  • 40985bd IoC wireup for V1 client - has assembly binging issues
  • 3664111 Add log success and failure messages to both the reservation clients
  • 8035f1e Delete redundant unit test project
  • dfe08a7 Change URL used to validate reservations
  • 842d7a5 Add base url to generated URL rather than rely on base URL in http client
  • fa62f1c Removed folder in types assembly
  • 62ec28f Revert packages for V1
  • d806e03 Set V1 client to framework (as some dependencies are fw only)
  • dcea5f1 Create a separate V1 and V2 reservatiosn client
  • 8f40826 Removed reservation validation types from commitments and instead use reservations directly
  • 124e362 Remove reservation validation from API and add IoC registration to reservation client
  • 319a007 Add reservation validation
  • 060e789 Removed DiagnosticsConfiguration following ConnectionString deletion (#566)
  • 03fa0a5 Removed Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString (#565)

This list of changes was auto generated.

4.1.102

22 Aug 11:34
3ce9f05
Compare
Choose a tag to compare

Changes:

  • 3ce9f05 Merge pull request #558 from SkillsFundingAgency/CV-359-nservicebus-health-check
  • 07905e5 Merge pull request #560 from SkillsFundingAgency/CV-376-Approval-Reset-Defect
  • fa7ce02 Merge pull request #564 from SkillsFundingAgency/slot-swap-healthchecks
  • 0923a13 Merge pull request #555 from SkillsFundingAgency/revert-554-revert-550-CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • 8550569 Check app health before slot swap
  • 4ab0546 Merge branch 'master' into CV-359-nservicebus-health-check
  • e983b98 Merge branch 'master' into CV-376-Approval-Reset-Defect
  • 69eb4bd Corrected an incorrect method name
  • 39e7b69 Tidy up and comment
  • 9554143 Conditional reset of prior approval on update of draft apprenticeship
See more
  • 18fa7db Merge pull request #561 from SkillsFundingAgency/CV-378-in-process-hosting-model
  • ef4c832 Updated hosting model to in-process without Kestrel configuration
  • fa81f07 Fixes defect; sets all agreements to NotAgreed on adding another apprenticeship
  • 80a0ef4 Merge pull request #559 from SkillsFundingAgency/CV-375-remove-unused-hashing-config
  • a173761 Remove unused hashing config
  • 2ae969f Updated NServiceBusHealthCheck to verify RunHealthCheckCommand is handled
  • 0a237f8 Merge branch 'master' into revert-554-revert-550-CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • 8590caf Merge pull request #557 from SkillsFundingAgency/CV-357-reset-apprentice-course-bug
  • c0030d9 Merge branch 'master' into revert-554-revert-550-CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • c11b071 Fixed a bug where resetting an apprentices course would throw an exception
  • ef698a9 Added AccountId to the response from GetLegalEntity endpoint
  • a1f2d8e Updated CreateCohortRequests to accept AccountId and map it to the CreateCohortCommands. Also removed UserId from CreateCohortRequest
  • 1717661 Revert "Revert "Cv 340 stop accountlegalentity getting created for wrong account""

This list of changes was auto generated.

4.1.60

12 Aug 15:17
dfa2866
Compare
Choose a tag to compare

Changes:

  • dfa2866 Merge pull request #556 from SkillsFundingAgency/cohort-account-legal-entity-id
  • 1341614 Added AccountLegalEntityId to GetCohortResponse
  • 87c39f6 Merge pull request #554 from SkillsFundingAgency/revert-550-CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • 8f0c266 Revert "Cv 340 stop accountlegalentity getting created for wrong account"
  • 611531e Merge pull request #550 from SkillsFundingAgency/CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • 155b07c Merge branch 'master' into CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • cb8e445 Merge pull request #534 from SkillsFundingAgency/CV-263-account-levy-status
  • e74df25 Added more transfer request approval logging
  • 3185044 Merge branch 'master' into CV-340-stop-accountlegalentity-getting-created-for-wrong-account
  • a1497e0 Merge branch 'master' into CV-263-account-levy-status
See more
  • a8d00f8 Merge pull request #552 from SkillsFundingAgency/CV-347-reservation-id-validation
  • 5205cc1 Merge branch 'master' into CV-347-reservation-id-validation
  • 033e8ee Merge branch 'master' into CV-263-account-levy-status
  • 50eff70 Merge pull request #553 from SkillsFundingAgency/CV-351-Modify-Reservation-Validation-Endpoint
  • b3f58e3 Merge branch 'master' into CV-263-account-levy-status
  • 99eb461 Merge branch 'master' into CV-351-Modify-Reservation-Validation-Endpoint
  • d49be2a Merge pull request #549 from SkillsFundingAgency/CV-232-cohort-summary
  • dab392a Updated add cohort and add draft apprenticeship requests to allow reservation ID parameters but null them if reservations is disabled
  • 43db61f Merge branch 'master' into CV-232-cohort-summary
  • a96eb1c Corrects reservation validation route
  • 28c16ce Merge branch 'master' into CV-232-cohort-summary
  • 360645e Updated SFA.DAS.Account.Api packages to latest non-pre-release version
  • fcadb92 Merge branch 'master' into CV-263-account-levy-status
  • 8f41da3 Merge branch 'CV-231-Add-Message-For-Provider' into CV-232-cohort-summary
  • fe82250 Merge branch 'master' into CV-231-Add-Message-For-Provider
  • fd633a7 Removed todo around UserInfo now that we have it
  • 03bd3ea Merge branch 'CV-320-add-again-userInfo-to-commands' into CV-231-Add-Message-For-Provider
  • 6b639c8 Updated cohort summary endpoint response to include latest messages
  • 8db6906 added accountId check when getting legal entity
  • 73529e3 updated domain service to stop accept accountId and checked the ALE id is attached to it
  • 2957859 addressed PR comments
  • e78c3da Allow a null message to be sent
  • b070aa5 added temp fix until UserInfo is available to front end
  • 5ed256c removed unused ref
  • 3d9bbd0 added message validation
  • 7405637 removed extra spaces
  • 735cc79 Merge branch 'CV-231-Add-Message-For-Provider' of https://github.com/SkillsFundingAgency/das-commitments into CV-231-Add-Message-For-Provider
  • 68932f2 Tidy up
  • 73544e9 added validator
  • 9a78aed Added new endpoint for the client
  • c0765f7 added Handler unit tests
  • a53d5a7 call new CreateCohortWithOtherParty
  • 98b399e Merge branch 'CV-231-Add-Message-For-Provider' of https://github.com/SkillsFundingAgency/das-commitments into CV-231-Add-Message-For-Provider
  • d3642b6 added message field
  • aaf0c4f Merge branch 'CV-231-Add-Message-For-Provider' of https://github.com/SkillsFundingAgency/das-commitments into CV-231-Add-Message-For-Provider
  • 80594e0 Split Cohort creation into two
  • 7423eb2 mapper test
  • ed3e283 Merge branch 'CV-231-Add-Message-For-Provider' of https://github.com/SkillsFundingAgency/das-commitments into CV-231-Add-Message-For-Provider
  • e24673e added addcohortWithParty endpoint and controller tests
  • 6f254b4 Moves conversion of party to createdby field in Message into its own method
  • 29cff8b Adds "draft" cohort status and tests for same
  • e28dd08 Wires UserInfo into message creation
  • 8c497e5 Adds message to cohort creation
  • db2df45 Added commitment employer account levy/non-levy flag

This list of changes was auto generated.

4.1.17: Merge pull request #551 from SkillsFundingAgency/CV-349-hotfix

06 Aug 13:49
094dcae
Compare
Choose a tag to compare

Changes:

  • 094dcae Merge pull request #551 from SkillsFundingAgency/CV-349-hotfix
  • fb360a0 Fixed a bug where draft apprenticeships with empty ULNs were being included in duplicate ULN validation checks
  • 979a243 Merge pull request #543 from SkillsFundingAgency/CV-247-testing-branch
  • b39b227 Merge branch 'master' into CV-247-testing-branch
  • a639525 Merge pull request #547 from SkillsFundingAgency/CV-319-health-checks
  • d07142f Merge branch 'master' into CV-247-testing-branch
  • 51d02a1 Merge pull request #545 from SkillsFundingAgency/CV-320-add-again-userInfo-to-commands
  • 28be2e7 Added health integration test
  • 1ea6590 Updated who am I endpoint to return all user roles
  • 5ccb994 Fixed broken integration tests
See more
  • be4020a Merge branch 'master' into CV-247-testing-branch
  • abb5439 missing file
  • 5eef427 Merge branch 'master' into CV-320-add-again-userInfo-to-commands
  • dc4e0df Added health checks
  • 4495262 Added whoami endpoint
  • 556d17c Added ping endpoint
  • 6237321 added validator checks for UserInfo to ensure if it's passed in it's not null
  • 11c40b9 Merge branch 'CV-247-testing-branch' into CV-320-add-again-userInfo-to-commands
  • e2e1afc Merge branch 'master' into CV-247-testing-branch
  • 9e45cd1 PR comments addressed
  • 6f1cff3 Added UserInfo to Update requests
  • 09123dc fix failing test
  • 511df2b moved tests
  • e871565 Merge branch 'CV-311-redirect-to-v1-view-if-not-with-employer' into CV-247-edit-draft-apprenticeship
  • c0cc784 Merge branch 'CV-190-Save-Apprentice-Details-Reservations-Employer' into CV-311-redirect-to-v1-view-if-not-with-employer
  • 1071a67 Added With Party to controller response
  • 76b6033 Added new attribute to GetCohort endpoint so we know which party it is with
  • 6bfaf81 fixed failing test
  • 0c8d49f updated domain to throw exception if the Uln is set by a non provider and adjusted tests
  • 98202c1 Ensure Uln is not updatable when the employer is making the update
  • a6153d4 Name refactor
  • 2091c1b Add provider name to response

This list of changes was auto generated.

3.0.113

31 Jul 10:06
80d8d7c
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Update 30-07-2019

30 Jul 07:14
e2d4c9c
Compare
Choose a tag to compare

Release of Commitments Api 30-07-2019
Build 3.0.97
Commit e2d4c9c

Update 25-07-2019

25 Jul 13:05
d5f98a2
Compare
Choose a tag to compare

Release of Commitments Api 25-07-2019
Build 3.0.61
Commit d5f98a2

Update 10-07-2019

10 Jul 10:37
ae4fa37
Compare
Choose a tag to compare

Release of Commitments Api 10-07-2019
Build 2.1.1535
Commit ae4fa37