Skip to content

Instantly share code, notes, and snippets.

View afrittoli's full-sized avatar
💭
🤖 🐱

Andrea Frittoli afrittoli

💭
🤖 🐱
View GitHub Profile

CDEvents Conformance Analysis

Analysis of CDEvents schemas against the canonical fact constraints for the internal specification.

Constraint 1: Canonical facts must materially represent lifecycle state changes

FAIL — Several fields carry non-canonical data:

  • labels (ticketcreated.json) — organizational/presentation metadata, not a lifecycle state

CDEvents and customData Constraints

Semantics

Canonical Fact: A canonical fact represents a state transition or lifecycle milestone of the subject that is durable, queryable, and relevant across systems.

Subject Properties: Should describe the subject itself, but should not be other lifecycle entities. If a field refers to another lifecycle entity, that

TEP-0089 Non-Falsifiable Provenance: Implementation Plan

Overview

TEP-0089 adds cryptographic signing and verification of TaskRun results to achieve SLSA Level 3 non-falsifiability guarantees. The original design used SPIFFE/SPIRE as the identity provider. This plan extends the approach to support multiple signing backends via configuration, with a lighter-weight Kubernetes-native OIDC option as the default path to an MVP that requires no additional cluster infrastructure.

Auth0 M2M Evolution Plan

Background

The Auth0 team raised two concerns about the current M2M (machine-to-machine) authentication path in GHARTS:

  1. Simplify Auth0 integration: the current design requires an Auth0 Action to inject a team claim into M2M tokens and keep Auth0 client metadata in sync with GHARTS team names. The Auth0 team would like to remove this coupling.

  2. M2M lifecycle ownership: creating M2M applications, rotating client_secrets, and revoking access all currently require Auth0 admin access. The Auth0 team is also concerned about clients requesting new tokens on every call instead of reusing them, driving unnecessary cost.

TEP-0089 Non-Falsifiable Provenance: Implementation Plan

Overview

TEP-0089 adds cryptographic signing and verification of TaskRun results to achieve SLSA Level 3 non-falsifiability guarantees. The original design used SPIFFE/SPIRE as the identity provider. This plan extends the approach to support multiple signing backends via configuration, with a lighter-weight Kubernetes-native OIDC option as the default path to an MVP that requires no additional cluster infrastructure.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

PyTorch HUD ClickHouse Database - Data Sources Documentation

Overview

This document provides a comprehensive analysis of all tables in the PyTorch HUD ClickHouse database, including their data sources, ingestion paths, confidence levels, and relationships.

Last Updated: 2026-02-10
Total Tables Analyzed: 30+

Quick Reference

apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"tekton.dev/v1beta1","kind":"Pipeline","metadata":{"annotations":{"managed-by":"Tekton"},"name":"dashboard-dashboard-release","namespace":"tekton-nightly"},"spec":{"params":[{"default":"github.com/tektoncd/dashboard","description":"package to release","name":"package"},{"description":"the git revision to release","name":"gitRevision"},{"default":"gcr.io","description":"The target image registry","name":"imageRegistry"},{"default":"tekton-releases","description":"The path (project) in the image registry","name":"imageRegistryPath"},{"default":"us eu asia","description":"The target image registry regions","name":"imageRegistryRegions"},{"default":"_json_key","description":"The user for the image registry credentials","name":"imageRegistryUser"},{"description":"The X.Y.Z version that the artifacts should be tagged with","name":"versionTag"},{"default":"gs://tekton-releases
apiVersion: tekton.dev/v1
kind: TaskRun
metadata:
generateName: skopeo-sync-gcr-ghcr
spec:
workspaces:
- name: gcp
secret:
secretName: release-secret
- name: ghcr
#include <pybind11/pybind11.h>
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
int add(int i, int j) {
return i + j;
}
struct Breed {