* deprecate ansible galaxy collection name * deprecate ansible galaxy quality score * deprecate ansible role name and legacy downloads, add new downloads
12 lines
273 B
JavaScript
12 lines
273 B
JavaScript
import { deprecatedService } from '../index.js'
|
|
|
|
export const AnsibleGalaxyContentQualityScore = deprecatedService({
|
|
category: 'analysis',
|
|
route: {
|
|
base: 'ansible/quality',
|
|
pattern: ':projectId',
|
|
},
|
|
label: 'quality',
|
|
dateAdded: new Date('2023-10-10'),
|
|
})
|