Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding a first stab at the MetricsDataProvider, which models how we did it with the EventDataProvider, with a couple changes * We now just get the metadata for metrics and projects/artifacts in the same query, so we don't need to do multiple round trips to the API * We bundle the metric and project/artifact name into the event data so we don't have to do multiple lookups * We create a meta MetricsDataProvider which switches on the entityType * Because of these refactors, I was able to remove some utility functions we don't use anymore
- Loading branch information