feat(integrations): Add googleGcs to ScmIntegrations and implement readTree for the UrlReader (#31998)
* feat: implementing google gcs read tree and scm integrations Signed-off-by: benjdlambert <ben@blam.sh> * feat: added changesets Signed-off-by: benjdlambert <ben@blam.sh> * chore: cleanup Signed-off-by: benjdlambert <ben@blam.sh> Signed-off-by: benjdlambert <ben@blam.sh> * chore: fix test issues Signed-off-by: benjdlambert <ben@blam.sh> * chore: fix code review comments Signed-off-by: benjdlambert <ben@blam.sh> * chore: fix code review comments Signed-off-by: benjdlambert <ben@blam.sh> --------- Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -26,6 +26,6 @@ describe('scmIntegrationsApiRef', () => {
|
||||
|
||||
it('should be instantiated', () => {
|
||||
const i = ScmIntegrationsApi.fromConfig(new ConfigReader({}));
|
||||
expect(i.list().length).toBe(7); // The default ones
|
||||
expect(i.list().length).toBe(8); // The default ones
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user