We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to instantiate our fetchers so that they can actively get data from GitHub/BuildBot and populate the GCP Datastore with revision information.
Note: The datastore has a couple of dummy revision entities that will likely need to be deleted.
revision
Instantiate GitHubClient and BuildBotClient inside DashboardApplication, and run their .run methods.
GitHubClient
BuildBotClient
DashboardApplication
.run
A more full explanation of their functionality can be found at #221 and #173
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We need to instantiate our fetchers so that they can actively get data from GitHub/BuildBot and populate the GCP Datastore with revision information.
Note: The datastore has a couple of dummy
revision
entities that will likely need to be deleted.Implementation
Instantiate
GitHubClient
andBuildBotClient
insideDashboardApplication
, and run their.run
methods.A more full explanation of their functionality can be found at #221 and #173
The text was updated successfully, but these errors were encountered: