travis-api/lib/travis/api
Piotr Sarnacki 32503b0731 Use HEROKU_SLUG_COMMIT instead of last-commit-sha-buildpack
We used last-commit-sha-buildpack in order to fetch the sha of the last
deployed commit during building the app and save it to use it later.
This was done using undocumented Heroku properties, for example it
assumed a certain path to git files. It turns out that there's another
way to do it now. We can enable dyno-metadata[1] feature on heroku and
use HEROKU_SLUG_COMMIT

[1] https://devcenter.heroku.com/articles/dyno-metadata
2016-08-08 13:31:52 +02:00
..
app Remove unnecessary sign 2016-08-02 10:02:44 -05:00
enqueue/services Remove 'type' from payload 2016-06-15 14:36:59 +02:00
serialize move tracking github oauth scopes out of the user model, and into Travis::Github::Oauth 2016-06-19 17:33:03 +02:00
v3 fix the reported error on crons 2016-08-04 15:05:20 -04:00
workers Check for repository owner instead of current user to validate feature flag 2016-06-23 15:15:31 -05:00
app.rb Use HEROKU_SLUG_COMMIT instead of last-commit-sha-buildpack 2016-08-08 13:31:52 +02:00
attack.rb Merge branch 'igor-safelist-github-ips' into igor-update-rack-attack 2016-07-05 13:03:05 +02:00
instruments.rb only run Skylight for 20% of the dynos (rounding up if there are less than five) 2015-01-19 14:00:00 +01:00
serialize.rb move travis/api/serialize/* from core to lib 2016-06-18 18:01:09 +02:00
v3.rb Add env vars endpoints 2016-07-01 23:55:49 -04:00