This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// TODO: | |
// - Get list of runtimes with major and minor version | |
// - Create a map of parsed runtime names that maps with endoflife.date | |
// Fetch data from https://endoflife.date/api/v1/products/<runtime>/releases/<version> | |
// Get and add isEos to package version table | |
/* | |
Runtime ========================= parsed | |
zulu* zulu | |
openJDK* redhat-build-of-openjdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
'server-app': [ | |
'akeneo-pim', | |
'apache-activemq', | |
'apache-apisix', | |
'apache-flink', | |
'apache-http-server', | |
'apache-kafka', | |
'apache-nifi', | |
'apache-pulsar', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = [ | |
{ | |
"akeneo-pim": { | |
"category": "server-app" | |
} | |
}, | |
{ | |
"alibaba-ack": { | |
"category": "service" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as z from 'zod'; | |
import logger from '@dotcom-reliability-kit/logger'; | |
import { Prisma, PrismaClient } from '../../prisma/generated/prisma'; | |
import { | |
Package, | |
PackageVersion, | |
SbomOrigin, | |
SbomOriginToPackageVersion, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"baselineAppsCount": 3, | |
"latestAppsCount": 3, | |
"difference": 0, | |
"group": "engineering-enablement", | |
"team": "operationssupport" | |
}, | |
{ | |
"baselineAppsCount": 13, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"group": "customerproducts", | |
"team": "cp-retention-team", | |
"year": 2024, | |
"month": 9, | |
"totalNumberOfAddons": 7, | |
"previousMonthTotal": null, | |
"differenceFromPreviousMonth": null | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"group": "customerproducts", | |
"team": "appsteam", | |
"year": 2024, | |
"month": 9, | |
"totalNumberOfDynos": 20, | |
"previousMonthTotal": null, | |
"differenceFromPreviousMonth": null | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"group": "customerproducts", | |
"team": "appsteam", | |
"year": 2024, | |
"month": 9, | |
"totalNumberOfApps": 17, | |
"previousMonthTotal": null, | |
"differenceFromPreviousMonth": null | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"group": "customerproducts", | |
"year": 2024, | |
"month": 9, | |
"totalNumberOfAddons": 33, | |
"previousMonthTotal": null, | |
"differenceFromPreviousMonth": null | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"group": "customerproducts", | |
"year": 2024, | |
"month": 9, | |
"totalNumberOfDynos": 421, | |
"previousMonthTotal": null, | |
"differenceFromPreviousMonth": null | |
}, | |
{ |
NewerOlder