1358 Commits

Author SHA1 Message Date
Joseph Cohen
912077538f CS fixes 2015-03-11 16:10:25 -06:00
Joseph Cohen
3c46387dd8 User Carbon to query scheduled incidents 2015-03-11 15:58:48 -06:00
James Brooks
9098ae1b96 Added API endpoint to delete metric points. 2015-03-11 15:08:09 +00:00
James Brooks
8ab0a1cd50 Metirc points can now be updated at /api/metrics/id/points/point_id 2015-03-11 15:06:39 +00:00
James Brooks
7c099546c6 Fix creation of metric points at the newer endpoint. 2015-03-11 14:35:17 +00:00
James Brooks
1b11f3b675 Fix listing of metric points. 2015-03-11 14:33:19 +00:00
James Brooks
e398c7f0ab Modify API endpoint for adding points to a metric 2015-03-11 14:21:12 +00:00
James Brooks
7e44c01fe8 The metrics point api endpoint now makes more sense 2015-03-11 14:20:26 +00:00
James Brooks
a84722de21 Merge pull request #506 from cachethq/fix-schedule-tz
Fixes scheduled incidents timezones
2015-03-11 08:14:40 +00:00
Joseph Cohen
73ecb41d9d Fixes scheduled incidents timezones 2015-03-11 01:53:01 -06:00
James Brooks
06a493ff21 Fix CS 2015-03-10 18:47:24 +00:00
James Brooks
b959575814 Remove extra row. Fixes #500 2015-03-09 09:05:06 +00:00
James Brooks
9bf74f6e7b Merge pull request #504 from cachethq/cache-driver-env
Allow setting of the cache driver via an env var.
2015-03-09 08:58:53 +00:00
James Brooks
2ec4859da9 Allow setting of the cache driver via an env var. 2015-03-09 08:55:12 +00:00
James Brooks
ac4a5c926d Fixes #503 2015-03-08 15:05:59 +00:00
James Brooks
49c56ec915 Fix syntax error 2015-03-07 13:41:17 +00:00
James Brooks
92c4f5353e Seed with the demo Google Analytics tracking code 2015-03-07 13:33:00 +00:00
James Brooks
8df1239fc6 Closes #484 - make headings style better within incidents. 2015-03-07 09:19:33 +00:00
James Brooks
de9792b5fc Use the Auth::user()->id throughout the controller. Closes #483 2015-03-06 08:34:47 +00:00
James Brooks
ebaf7d8533 Hard set the button links 2015-03-06 08:23:30 +00:00
James Brooks
0c756b88b3 Fix StyleCI 2015-03-06 08:14:47 +00:00
James Brooks
f2837c6c13 Fixes deleting of scheduled maintenance. Closes #498 2015-03-06 08:13:22 +00:00
James Brooks
9ffc64f63d Use the right icon 2015-03-06 08:12:12 +00:00
James Brooks
080d3010f6 Remove unused import 2015-03-05 19:56:09 +00:00
James Brooks
b1746d1b9e Display an Incident and Component count in the sidebar. 2015-03-05 19:53:32 +00:00
James Brooks
9db90c1b81 Set the cursor on info tooltips to be the "help" version. 2015-03-05 19:44:29 +00:00
James Brooks
3545e0927e Update ionicons 2015-03-03 17:37:07 +00:00
James Brooks
0fae4b9045 Fix CS issues 2015-03-03 10:53:26 +00:00
James Brooks
46cab4ad45 Update SettingsTableSeeder 2015-03-03 10:26:53 +00:00
James Brooks
d66ca5e208 Update demo link 2015-03-03 10:26:43 +00:00
James Brooks
6bbdd864e7 Use Eloquent syntax 2015-03-02 21:15:12 +00:00
James Brooks
4ca0455b20 Remove use of NOW() for SQLite fix. Closes #488 2015-03-02 09:55:04 +00:00
James Brooks
f46aa42dd9 Fix positioning of timeline icons 2015-03-01 08:35:33 +00:00
James Brooks
3608143489 Fix some CS issus 2015-02-28 22:35:05 +00:00
James Brooks
b02a60f98a Updated CrowdIn source text and added Portuguese back 2015-02-28 22:33:01 +00:00
James Brooks
6bf5ad2328 Make scheduled statuses work under PgSQL and existing installations 2015-02-28 21:50:50 +00:00
James Brooks
92c43318a8 Added scheduled_at to the seeder 2015-02-28 21:42:59 +00:00
Graham Campbell
ffaf346287 Merge pull request #485 from cachethq/schedules
Added scheduled maintenance. Closes #112 (again)
2015-02-28 20:51:20 +00:00
James Brooks
3268924d99 Added scheduled maintenance. Closes #112 (again) 2015-02-28 20:44:42 +00:00
James Brooks
ddbd8e7bec Remove check for hasMessage, closes #482 2015-02-28 20:32:15 +00:00
James Brooks
1aacf1969d Fix spelling mistake in IncidentPresenter@created_at_formatted 2015-02-28 20:26:55 +00:00
James Brooks
cf6f38d6d1 Merge pull request #481 from adamlc/master
Fixed failing docker build
2015-02-27 14:37:47 +00:00
Adam Curtis
279ca02a0d Fixed failing docker build 2015-02-27 14:16:31 +00:00
James Brooks
31d788cfcb Merge pull request #479 from cachethq/global-invalid-catch
Catch invalid model globally on the api
2015-02-27 08:44:56 +00:00
James Brooks
3fc6e0ba14 Don't chmod the public directory 2015-02-27 08:15:35 +00:00
James Brooks
062b6bedc8 Re-compile assets 2015-02-27 08:15:12 +00:00
Joseph Cohen
dff6955c47 Catch invalid model globally on the api 2015-02-27 01:19:29 -06:00
James Brooks
2982b87861 Added nightly building to Travis
Let's us check PHP 7 compatibility
2015-02-26 13:56:17 +00:00
James Brooks
46d78f27d9 Merge pull request #476 from sammcj/patch-1
Further reduce size of Docker image
2015-02-26 07:26:50 +00:00
Sam
4bc68b2346 Further reduce size of Docker image
* Removing man pages, logs generated by the image build process
* Add apt-get autoremove to cleanup unused packages at build
* Move environment variable for non-interactive mode to ENV
2015-02-26 11:41:12 +11:00