Commit Graph

2793 Commits

Author SHA1 Message Date
Graham Campbell 3fdf5dc5f7 Merge pull request #1282 from cachethq/dispatcher
Updated deps and use the new dispatch helper
2015-12-24 15:38:15 +00:00
Graham Campbell 34ca408770 Merge pull request #1281 from cachethq/config
Fixed the config service provider
2015-12-24 15:37:57 +00:00
Graham Campbell 7ff9147b30 Updated dependencies 2015-12-24 15:34:45 +00:00
Graham Campbell 00968ceefe Fixed the config service provider 2015-12-24 15:33:36 +00:00
Graham Campbell c026adb9d6 Bumped min proxy version 2015-12-24 15:28:21 +00:00
Graham Campbell 5557edc342 Use the new dispatch helper function 2015-12-24 15:16:09 +00:00
Graham Campbell 98795c8220 Bumped the minimum laravel vesion 2015-12-24 15:15:14 +00:00
Hereward Mills 22158c3250 Corrected typos in metric point events
Closes #1280
2015-12-24 15:12:32 +00:00
Graham Campbell 65f0ac62fe Merge pull request #1278 from cachethq/metric-hourly
Last hour of metric points
2015-12-24 15:09:55 +00:00
James Brooks f730729cf4 Merge pull request #1279 from thehereward/correct-returns-void
Replace returns with return void.
2015-12-24 11:48:38 +00:00
James Brooks 3a0c052f8b Last hour of metric points 2015-12-24 11:27:22 +00:00
Hereward Mills b4173d827a Replace returns with return void. 2015-12-24 10:58:08 +00:00
Graham Campbell 8c80565535 Merge pull request #1276 from cachethq/report-incident-command-validation
Improved validation of component_id field
2015-12-23 16:08:04 +00:00
James Brooks eabe95a00c Don't make database query in validator 2015-12-23 15:49:08 +00:00
James Brooks 459e79d261 Improved validation of component_id field 2015-12-23 15:48:09 +00:00
Graham Campbell 48ae3eb3e9 Merge pull request #1275 from cachethq/update-dependencies
Updated twigbridge
2015-12-23 15:46:23 +00:00
Graham Campbell a69509b145 Merge pull request #1274 from cachethq/generate-right-key
Generate a 32 byte key, properly
2015-12-23 15:46:18 +00:00
James Brooks b5a7919aab Updated twigbridge 2015-12-23 15:43:51 +00:00
James Brooks 632582998f Generate a 32 byte key, properly 2015-12-23 15:41:09 +00:00
Graham Campbell 27f85d941b Merge pull request #1273 from cachethq/setup-middleware
Don't use filters, use middleware. Closes #1269
2015-12-23 15:38:45 +00:00
Graham Campbell 667cb7f155 Merge pull request #1257 from cachethq/settings
Convert raw usage of the session model to the repository
2015-12-23 15:35:18 +00:00
James Brooks eab75ae831 Don't use filters, use middleware. Closes #1269 2015-12-23 15:28:45 +00:00
Graham Campbell 94ffa5462f Convert raw usage of the session model to the repository 2015-12-23 15:19:09 +00:00
Graham Campbell 4718d07561 Merge pull request #1272 from cachethq/aliases
Cleanup aliases and use binput in the views
2015-12-23 15:17:41 +00:00
Graham Campbell 869ebcfdff Removed bus too to match L5.2 2015-12-23 15:07:31 +00:00
Graham Campbell 61ea28b1aa Use binput in the views 2015-12-23 15:04:27 +00:00
Graham Campbell 9f8db2255b Cleanup aliases 2015-12-23 15:04:15 +00:00
Graham Campbell cb18362241 Merge pull request #1271 from cachethq/controllers
Minor controller cleanup
2015-12-23 15:00:04 +00:00
Graham Campbell d4614d8162 Removed unneeded method injection 2015-12-23 14:51:18 +00:00
Graham Campbell 8bf9db6155 Added missing typehint 2015-12-23 14:50:45 +00:00
Graham Campbell 73eb5b000e Merge pull request #1268 from phecho/move-verified_at
Fixes #1267
2015-12-23 14:28:18 +00:00
phecho ba3d015093 Fixes #1267 2015-12-23 22:09:24 +08:00
Graham Campbell 92bda66c12 Merge pull request #1265 from phecho/improve-human_status
Move HumanStatus to Presenter, see also #1258
2015-12-23 13:50:01 +00:00
phecho a6f6753fa0 Move HumanStatus to Presenter, see also #1258 2015-12-23 21:35:28 +08:00
Graham Campbell e64f3bf8c3 Merge pull request #1263 from cachethq/lang
Cleanup language files
2015-12-23 13:30:47 +00:00
Graham Campbell 2951f9a0db Cleanup language files 2015-12-23 13:25:10 +00:00
Graham Campbell 53bc4a559a Merge pull request #1266 from cachethq/travis
Don't run code coverage on pull requests
2015-12-23 13:23:00 +00:00
Graham Campbell 7d57b09371 Don't run code coverage on pull requests 2015-12-23 13:13:49 +00:00
Graham Campbell 9182c61011 Merge pull request #1264 from cachethq/cov
Only generate code coverage on php 5.6
2015-12-23 13:11:35 +00:00
Graham Campbell a3ecfe8d5f Only generate code coverage on php 5.6 2015-12-23 13:00:32 +00:00
Graham Campbell 0507ff3937 Merge pull request #1260 from cachethq/sync
Pull in changes from Laravel
2015-12-23 12:26:20 +00:00
Graham Campbell 250676ce89 Merge pull request #1258 from phecho/improve-component
Move HumanStatus to Presenter
2015-12-23 12:20:43 +00:00
Graham Campbell 5e3ab3b6ea Pull in changes from Laravel 2015-12-23 12:07:54 +00:00
phecho 8a47dd873f Move HumanStatus to Presenter 2015-12-23 19:44:06 +08:00
Graham Campbell d5a71976d2 Merge pull request #1254 from phecho/fix-dispatch
Remove dispatchFromArray
2015-12-23 11:22:43 +00:00
phecho f072f58cb6 Remove dispatchFromArray 2015-12-23 18:23:28 +08:00
James Brooks a4cd04fd11 Merge pull request #1255 from phecho/finish-trans
Finished off zh-TW translation
2015-12-23 10:19:04 +00:00
phecho 61b01d7c2d Finished off zh-TW translation 2015-12-23 17:58:50 +08:00
Graham Campbell 6a492b68ad Merge pull request #1253 from cachethq/travis
Revert travis build order changes
2015-12-22 21:00:18 +00:00
Graham Campbell 857ec067b9 Revert travis build older changes 2015-12-22 20:42:38 +00:00