1. 19 Apr, 2019 4 commits
  2. 17 Apr, 2019 2 commits
  3. 11 Apr, 2019 2 commits
  4. 09 Apr, 2019 1 commit
  5. 08 Apr, 2019 1 commit
  6. 28 Mar, 2019 3 commits
  7. 27 Mar, 2019 3 commits
  8. 11 Mar, 2019 3 commits
  9. 08 Mar, 2019 1 commit
  10. 07 Mar, 2019 1 commit
  11. 04 Mar, 2019 1 commit
  12. 21 Feb, 2019 2 commits
  13. 14 Feb, 2019 4 commits
    • 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
    • Jeremy Morrell's avatar
      Add uuid utility (#618) · d7892f08
      Jeremy Morrell authored
      Adds a cross-platform compatible command to generate `uuid`s
      d7892f08
    • Jeremy Morrell's avatar
      Log out whole build time (#620) · 6f065b32
      Jeremy Morrell authored
      Currently we're tracking the time spent in parts of the build process, like installing `node_modules` or running the build command, but we're not tracking how long the whole build takes. Let's fix that.
      
      Also removes a stray `new-build-script-opt-in` call that wasn't doing anything
      6f065b32
    • Jeremy Morrell's avatar
      Detect build scripts even when they are empty (#617) · 57b6c87b
      Jeremy Morrell authored
      This makes sure that even in the case where a `heroku-postbuild` script is completely empty, it will still be preferred over the `build` script.
      57b6c87b
  14. 09 Feb, 2019 1 commit
  15. 28 Jan, 2019 3 commits
  16. 24 Jan, 2019 8 commits