All files / app/assets/javascripts/projects/pipelines/charts constants.js

100% Statements 15/15
100% Branches 0/0
100% Functions 0/0
100% Lines 15/15

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 242x   2x   2x   2x   2x   2x   2x   2x 2x 2x 2x 2x   2x 2x 2x  
export const CHART_CONTAINER_HEIGHT = 300;
 
export const INNER_CHART_HEIGHT = 200;
 
export const X_AXIS_LABEL_ROTATION = 45;
 
export const X_AXIS_TITLE_OFFSET = 60;
 
export const ONE_WEEK_AGO_DAYS = 7;
 
export const ONE_MONTH_AGO_DAYS = 31;
 
export const ONE_YEAR_AGO_DAYS = 365;
 
export const DEFAULT = 'default';
export const PARSE_FAILURE = 'parse_failure';
export const LOAD_ANALYTICS_FAILURE = 'load_analytics_failure';
export const LOAD_PIPELINES_FAILURE = 'load_analytics_failure';
export const UNSUPPORTED_DATA = 'unsupported_data';
 
export const SNOWPLOW_LABEL = 'redis_hll_counters.analytics.analytics_total_unique_counts_monthly';
export const SNOWPLOW_SCHEMA = 'iglu:com.gitlab/gitlab_service_ping/jsonschema/1-0-1';
export const SNOWPLOW_DATA_SOURCE = 'redis_hll';