Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « graph « components « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f0deccfef6bac2d541c2dcdc663249e23150a6a (plain)
1
2
3
4
5
6
export const DOWNSTREAM = 'downstream';
export const MAIN = 'main';
export const UPSTREAM = 'upstream';

export const REST = 'rest';
export const GRAPHQL = 'graphql';