Renée Hendricksen
e780180394
Merge branch 'master' into caches_endpoint
2016-08-14 21:54:29 -04:00
Renée Hendricksen
542592ae41
Merge pull request #313 from travis-ci/fix_sentry_errors
...
fix another sentry error
2016-08-14 21:22:26 -04:00
Renée Hendricksen
c2c1952d40
Merge branch 'master' into fix_sentry_errors
2016-08-14 21:06:18 -04:00
Renée Hendricksen
ca80c7f0a2
fix another sentry error
2016-08-14 21:05:56 -04:00
Renée Hendricksen
a9f84c27b0
Merge pull request #311 from travis-ci/fix_sentry_errors
...
Fix sentry errors
2016-08-14 20:51:11 -04:00
Renée Hendricksen
65aece922c
fix another sentry error
2016-08-14 20:35:11 -04:00
Renée Hendricksen
17ccc22fbe
fix the atom bug
2016-08-14 19:23:22 -04:00
Renée Hendricksen
51575bdb89
this fixes the error
2016-08-14 18:16:05 -04:00
Renée Hendricksen
b3e8b9d43b
more debug output
2016-08-14 17:26:03 -04:00
Renée Hendricksen
ba6b5b7cba
add some debug for testing staging
2016-08-14 16:54:34 -04:00
Renée Hendricksen
a416e5c962
Merge branch 'master' into jc-v3-logs
2016-08-13 20:46:37 -04:00
Joe Corcoran
8afaeb10c0
Merge pull request #310 from travis-ci/joshk-customerio-domain-data
...
also send the travis domain to customer.io
2016-08-12 14:41:59 +02:00
Josh Kalderimis
c7161cec81
also send the travis domain to customer.io
2016-08-12 14:37:05 +02:00
Aakriti Gupta
8a14ef827f
Merge pull request #302 from travis-ci/ps-stop-using-last-deploy-sha-buildpack
...
Use `HEROKU_SLUG_COMMIT` instead of last-commit-sha-buildpack
2016-08-11 15:20:26 +02:00
Renée Hendricksen
fbbffc9910
revert the gitignore changes on this branch
2016-08-09 12:44:02 -04:00
Renée Hendricksen
3b64643053
fix the tests
2016-08-09 12:38:47 -04:00
Renée Hendricksen
cef7285621
load the schema into the correct db
2016-08-08 22:00:20 -04:00
Renée Hendricksen
d0b5793b36
see if this will make the tests pass
2016-08-08 21:39:18 -04:00
carlad
5915fe61f6
update specs
2016-08-08 15:22:26 +02:00
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
carlad
c47e2dd4eb
Merge branch 'master' into jc-v3-logs
2016-08-08 11:42:28 +02:00
carlad
c8f94e90ed
add webmock, update spec
2016-08-05 16:31:53 +02:00
carlad
a7128fa1b3
add debug output
2016-08-05 15:33:30 +02:00
Renée Hendricksen
178122e247
Merge pull request #309 from travis-ci/fix_crons
...
fix the reported error on crons
2016-08-04 15:13:03 -04:00
Renée Hendricksen
7655d0edd2
Merge branch 'master' into fix_crons
2016-08-04 15:06:55 -04:00
Renée Hendricksen
885ae009f4
fix the reported error on crons
2016-08-04 15:05:20 -04:00
carlad
85c9570b87
add renderers for logpart and logparts, update log query, fix specs
2016-08-04 19:47:17 +02:00
carlad
a1fcf4995b
remove default logs_db config
2016-08-04 14:12:18 +02:00
carlad
13254dddfb
add debug output'
...
'
2016-08-04 14:04:34 +02:00
carlad
1691119142
update log find method, log db connection, add logs_db default config
2016-08-04 13:46:40 +02:00
carlad
cd12ba5402
remove method from model, add logic to query
2016-08-03 15:48:34 +02:00
carlad
7fc0f7fe78
add new method for log_part, add comments
2016-08-03 12:20:36 +02:00
Renée Hendricksen
614b1f5338
Merge pull request #308 from travis-ci/fix_crons
...
Fix crons
2016-08-03 00:41:39 -04:00
Renée Hendricksen
8655579a94
clean up the debug output
2016-08-03 00:17:11 -04:00
Renée Hendricksen
77e47bc41a
don't report console errors to Sentry
2016-08-03 00:13:43 -04:00
Renée Hendricksen
779b6a569e
don't allow one error to stop all crons from running
2016-08-02 23:49:47 -04:00
Renée Hendricksen
abe7b13605
better output
2016-08-02 23:16:00 -04:00
Renée Hendricksen
0dc7e2743c
take intentional error out to see real errors
2016-08-02 22:56:13 -04:00
Renée Hendricksen
d42362eacc
looks like Raven isn't getting the reports because the dyno doesn't exist long enough for the http request to get out :(
2016-08-02 22:49:02 -04:00
Renée Hendricksen
1788e0c0fb
more output for the strange behavior on staging
2016-08-02 22:42:32 -04:00
Renée Hendricksen
20d4df8af3
test output for staging
2016-08-02 22:34:49 -04:00
Renée Hendricksen
d41ddd7171
testing console on staging
2016-08-02 22:03:31 -04:00
Renée Hendricksen
6ca063cf3d
adding an error to see if I get it from Sentry
2016-08-02 21:26:04 -04:00
Renée Hendricksen
f787a96b96
Auto-merged master into fix_crons on deployment.
2016-08-02 21:03:43 -04:00
Renée Hendricksen
d0a143d76a
ensure that the Time.now builds get started and tag the Sentry errors from cron
2016-08-02 19:44:33 -04:00
carlad
a3d69bb65e
add log_part model in comments
2016-08-02 17:36:21 +02:00
Ana Rosas
cdce95a508
Merge pull request #307 from travis-ci/ar-fix-request-endpoint
...
Restoring /requests new version
2016-08-02 10:13:00 -05:00
Ana Rosas
0f2b1edae1
Remove unnecessary sign
2016-08-02 10:02:44 -05:00
Ana Rosas
f09e9931b2
Restoring requests code
2016-08-02 09:39:00 -05:00
carlad
8192a43396
uncomment some bits
2016-08-02 16:04:42 +02:00