This repository has been archived by the owner on May 2, 2018. It is now read-only.
Releases: Financial-Times/v1-brands-transformer
Releases · Financial-Times/v1-brands-transformer
Added Reuters brand UUID
Merge pull request #10 from Financial-Times/add-reuters-weird-uuid Added Reuters weird Brand UUID
Helm integration
1.2.5-k8s-helm-integration-rc2 Adding destination cluster to Jenkinsfile
Helm integration
1.2.5-k8s-helm-integration-rc1 Helm and Jenkins integration
Semver-compatible version
Same as 1.2.3
Ensure both data sources are available
Fix/bertha failure handling (#9) * Fail when cannot connect to Bertha * Temporary removed test * Fixed reload endpoint * Refactored test * gtg only returns 200 if both sources have loaded * Only run handlers if gtg is 200 * Missed setting dataLoaded to false on error * Fixed tests * Added tests for error cases
Fix for bad bertha entries and more logging
v1.2.2 Merge pull request #8 from Financial-Times/Fix_for_bertha_data_not_be…
Fix for regex path issues in app
Merge pull request #7 from Financial-Times/Fixed_UUID_fix Fixing issue with regex in request path.
Change to way brands are read from bertha
Merge pull request #6 from Financial-Times/Fixed_UUID_fix Updated brands to remove need for UUID and Parent UUID from Bertha.
Return 405 Method Not Allowed
405 Method Not Allowed on resource calls with wrong method (#5) * Anything other than POST to __reload will return 405 Method Not Allowed * Non GET method calls will return 405 Method Not Allowed. * Added VS Code folder/files to .gitignore. * Tests