Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

76 lines (49 loc) · 2.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

1.0.2 - 2021-07-30

Changed

  • Updated to throw IntegrationValidationError for when a 404 is recieved during validate invocation to display useful error message to the user. Added tests and recordings for this invalid user response.

1.0.1 - 2021-07-30

Changed

  • Updated the validate invocation to hit the User Detail endpoint, using the provided clientAdminName. If a 404 is recieved it means the user is invalid and an error should be displayed to user. This is a fatal error because several other steps rely on this username to be valid.

1.0.0 - 2021-07-19

Changed

  • Upgraded SDK packages and some coding patterns
  • Changed CodeRepo.{id, createdBy, updatedBy} from number to string to meet data-model schema requirements

0.1.5 - 2021-07-09

Changed

  • Updated the error message to display to the customer when {clientAdminName} is not found as a user.

0.1.4 - 2021-07-08

Changed

  • This integration required the ingestion of pipeline sources. This caused issues in cases where pipelines weren't being used. This change was to make the pipeline ingestion optional and to disable the step if not explicityly enabled.

0.1.3 - 2020-12-01

Fixed

  • This integration requires two distinct access tokens. Fixed an issue where the pipeline access token was not being validated for this integration, causing UNEXPECTED_ERROR in the fetch-pipeline-sources step.

0.1.2 - 2020-09-16

Fixed

  • Fixed an issue where permission properties were objects, failing graph validation.
  • Fixed an issue where permission->build and permission->repo relationships were created as mapped instead of direct relationships and failed persister validation.

0.1.0 - 2020-08-17

Added

  • Collection of identity and access
  • Collection of repositories
  • Integration setup documentation