• Jeremy Morrell's avatar
    Generate UUIDs for the app and build (#621) · b7028b35
    Jeremy Morrell authored
    This generates random uuids for both each build run, and the app itself. It then propagates the app uuid through each subsequent build by serializing it into the cache.
    
    This isn't completely ideal because PR apps will each get their own app uuid, but it should still allow us to do better analysis on our log data than we currently can.
    
    Questions like "How many apps failed yesterday?" vs "How many builds failed yesterday"?
    
    The build uuid helps make sure that we aren't ever double counting events somehow.
    b7028b35
Name
Last commit
Last update
..
binaries.sh Loading commit data...
build-data.sh Loading commit data...
cache.sh Loading commit data...
dependencies.sh Loading commit data...
environment.sh Loading commit data...
failure.sh Loading commit data...
json.sh Loading commit data...
kvstore.sh Loading commit data...
metadata.sh Loading commit data...
monitor.sh Loading commit data...
output.sh Loading commit data...
plugin.sh Loading commit data...
uuid.sh Loading commit data...