Merge pull request #1641 from spotify/ndudnik/github-actions-api-integration

feat: connect UI and API
This commit is contained in:
Nikita Dudnik
2020-07-17 10:14:15 +02:00
committed by GitHub
11 changed files with 224 additions and 446 deletions
+1
View File
@@ -23,6 +23,7 @@
"@backstage/theme": "^0.1.1-alpha.14",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@octokit/rest": "^18.0.0",
"history": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
+2
View File
@@ -82,7 +82,9 @@ export const apis = (config: ConfigApi) => {
circleCIApiRef,
new CircleCIApi(`${backendUrl}/proxy/circleci/api`),
);
builder.add(githubActionsApiRef, new GithubActionsClient());
builder.add(featureFlagsApiRef, new FeatureFlags());
builder.add(lighthouseApiRef, new LighthouseRestApi('http://localhost:3003'));