You need to sign in or sign up before continuing.

Search

Advanced search is enabled.
Showing 1 - 20 of 6944 code results for  extension:js  in
of GitLab.org / GitLab
import baseState from '../base/state';
export default () => ({
import { shallowMount } from '@vue/test-utils';
import MetricColumn from 'ee/analytics/productivity_analytics/components/metric_column.vue';
import { tableSortOrder } from '../../../constants';
export default () => ({
import { metricTypes } from '../constants';
export default () => ({
export default () => ({
  hasLoaded: false,
  isLoading: false,
import * as actions from './actions';
import * as getters from './getters';
import mutations from './mutations';
import Vue from 'vue';
import VueRouter from 'vue-router';
import store from 'ee/insights/stores';
export const SET_ENDPOINT = 'SET_ENDPOINT';
export const REQUEST_METRICS = 'REQUEST_METRICS';
import SET_ENDPOINT from 'ee/analytics/productivity_analytics/store/mutation_types';
import mutations from 'ee/analytics/productivity_analytics/store/mutations';
import getInitialState from 'ee/analytics/productivity_analytics/store/state';
import state from 'ee/vue_shared/dashboards/store/state';
export default function clearState(store) {
export const SET_GRAFANA_URL = 'SET_GRAFANA_URL';
import * as types from './mutation_types';
export default {
import * as types from './mutation_types';
export default {