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

constants.js « pipelines_page « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 438eda44afe06f7fdaa2077f0cac2348b34a9763 (plain)
1
2
3
4
5
export const ANY_TRIGGER_AUTHOR = 'Any';
export const FILTER_PIPELINES_SEARCH_DELAY = 200;
export const SCHEDULE_ORIGIN = 'schedule';
export const API_ORIGIN = 'api';
export const TRIGGER_ORIGIN = 'trigger';