Refactor CI/CD analytics page to GraphQL
All threads resolved!
All threads resolved!
Compare changes
Files
7- Jose Ivan Vargas authored
This improves on the existing error handling to use the GlAlert component. This also adds comments to remove/refactor the parts that will be affected once the feature flag rolls out
@@ -11,9 +11,14 @@ import PipelinesAreaChart from './pipelines_area_chart.vue';
@@ -43,6 +48,7 @@ const defaultAnalyticsValues = {
@@ -61,6 +67,8 @@ export default {
@@ -71,14 +79,11 @@ export default {
@@ -88,18 +93,39 @@ export default {
@@ -126,12 +152,20 @@ export default {
@@ -187,6 +221,13 @@ export default {
@@ -198,6 +239,16 @@ export default {
@@ -218,6 +269,9 @@ export default {