66 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
export const mockActiveIntegrations = [
 | 
						|
  {
 | 
						|
    active: true,
 | 
						|
    configured: true,
 | 
						|
    title: 'Asana',
 | 
						|
    description: 'Asana - Teamwork without email',
 | 
						|
    updated_at: '2021-03-18T00:27:09.634Z',
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/asana/edit',
 | 
						|
    name: 'asana',
 | 
						|
  },
 | 
						|
  {
 | 
						|
    active: true,
 | 
						|
    configured: true,
 | 
						|
    title: 'Jira',
 | 
						|
    description: 'Jira issue tracker',
 | 
						|
    updated_at: '2021-01-29T06:41:25.806Z',
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/jira/edit',
 | 
						|
    name: 'jira',
 | 
						|
  },
 | 
						|
];
 | 
						|
 | 
						|
export const mockInactiveIntegrations = [
 | 
						|
  {
 | 
						|
    active: false,
 | 
						|
    configured: false,
 | 
						|
    title: 'Webex Teams',
 | 
						|
    description: 'Receive event notifications in Webex Teams',
 | 
						|
    updated_at: null,
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/webex_teams/edit',
 | 
						|
    name: 'webex_teams',
 | 
						|
  },
 | 
						|
  {
 | 
						|
    active: false,
 | 
						|
    configured: false,
 | 
						|
    title: 'YouTrack',
 | 
						|
    description: 'YouTrack issue tracker',
 | 
						|
    updated_at: null,
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/youtrack/edit',
 | 
						|
    name: 'youtrack',
 | 
						|
  },
 | 
						|
  {
 | 
						|
    active: false,
 | 
						|
    configured: false,
 | 
						|
    title: 'Atlassian Bamboo CI',
 | 
						|
    description: 'A continuous integration and build server',
 | 
						|
    updated_at: null,
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/bamboo/edit',
 | 
						|
    name: 'bamboo',
 | 
						|
  },
 | 
						|
  {
 | 
						|
    active: false,
 | 
						|
    configured: false,
 | 
						|
    title: 'Prometheus',
 | 
						|
    description: 'A monitoring tool for Kubernetes',
 | 
						|
    updated_at: null,
 | 
						|
    edit_path:
 | 
						|
      '/gitlab-qa-sandbox-group/project_with_jenkins_6a55a67c-57c6ed0597c9319a/-/services/prometheus/edit',
 | 
						|
    name: 'prometheus',
 | 
						|
  },
 | 
						|
];
 |