Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

278 Commits
 
 
 
 

Repository files navigation

ADJ Archive

Historical store of compacted ADJ snapshots.

Every time a commit on the adj repository passes the validation workflow, the full ADJ configuration is compacted into a single JSON file and pushed here.

Logo Hyperloop UPV

Layout

storage/
└── commit-<sha>.json   # one file per upstream commit
  • <sha> is the full 40-character commit hash of the originating commit in the adj repository.
  • Each file is a self-contained, minified JSON mirroring the directory structure of the source repo (boards, packets, measurements, orders, etc.).

Usage

To fetch the ADJ snapshot for a given upstream commit:

curl -O https://raw.githubusercontent.com/Hyperloop-UPV/ADJ-Archive/main/storage/commit-<sha>.json

Publishing

Files are written automatically by the ADJ Validator workflow in Hyperloop-UPV/adj. Do not commit by hand.

Used by Control Station

About

Compilation of all the ADJ

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors