Commit Graph

279 Commits

Author SHA1 Message Date
Lee Lawlor
f317d06653 allow charts to have Y-axis min and max specified 2014-04-13 14:42:03 -04:00
Lee Lawlor
dd2007de4c fix description of days parameter 2014-04-11 11:25:59 -04:00
Lee Lawlor
68ddc6012c fix display of channel timestamps 2014-04-10 22:06:03 -04:00
Lee Lawlor
6ff22048b4 add user_agent to channels 2014-04-10 14:03:08 -04:00
Lee Lawlor
a727752c94 fix streaming channel downloads 2014-04-07 01:17:41 -04:00
Lee Lawlor
f27fb8342e add tutorials to documentation 2014-04-04 18:49:18 -04:00
Lee Lawlor
a59507718d clear channel feeds more efficiently; add spline type to charts 2014-04-03 23:08:00 -04:00
Lee Lawlor
99fe498041 fix routes 2014-04-03 15:47:33 -04:00
Lee Lawlor
353fab53c0 allow streaming downloads to export channel feed data 2014-04-01 23:20:12 -04:00
Lee Lawlor
47ba7a6fa5 check whether redis is enabled before clearing channel 2014-03-31 23:48:14 -04:00
Lee Lawlor
095daf5abe remove unused spec helpers 2014-03-31 19:10:15 -04:00
Lee Lawlor
5f4bee0d52 remove constant that is no longer used 2014-03-31 19:07:20 -04:00
Lee Lawlor
2ce67bde91 docs formatting fix 2014-03-31 14:20:46 -04:00
Lee Lawlor
6e5883bb80 return API key when creating a channel via API 2014-03-31 14:16:20 -04:00
Lee Lawlor
6d48aaa8fc allow tags to be added when creating a channel 2014-03-27 15:15:54 -04:00
Lee Lawlor
afdfca9fab fix feeds tests 2014-03-26 23:42:42 -04:00
Lee Lawlor
374d2faa99 fix channels clear url 2014-03-26 21:17:19 -04:00
Lee Lawlor
4a9941e734 fix status response with blank format 2014-03-26 13:16:09 -04:00
Lee Lawlor
1343f72f7a add API to create/clear/delete Channels 2014-03-26 11:10:26 -04:00
Lee Lawlor
156f4147ef add ActiveAdmin 2014-03-22 13:21:45 -04:00
Lee Lawlor
f21dea069f allow user accounts to be deleted 2014-03-13 20:04:31 -04:00
Lee Lawlor
847a513a94 precompile assets 2014-03-13 19:19:30 -04:00
Lee Lawlor
774543e678 update authentication system to Devise 2014-03-13 19:16:35 -04:00
Lee Lawlor
4c9886612f allow updates in any format 2014-03-02 22:29:26 -05:00
Lee Lawlor
4b83bfc3cf update documentation 2014-02-28 13:57:58 -05:00
Lee Lawlor
b8f2410d5f allow headers to be removed 2014-02-20 10:23:41 -05:00
Lee Lawlor
4cb1c95793 update deprecated finder method 2014-02-18 15:55:00 -05:00
Lee Lawlor
7da4d294d9 fix plugins actions; fix public channels CSS 2014-02-18 12:47:54 -05:00
Lee Lawlor
55e133d3ac add file that acts like a physical device 2014-02-18 12:15:22 -05:00
Lee Lawlor
2a1abf154b add missing constant 2014-02-18 12:12:35 -05:00
Lee Lawlor
b4764ea83d update README 2014-02-18 12:10:17 -05:00
Lee Lawlor
032f04c438 styles fix 2014-02-17 19:53:32 -05:00
Lee Lawlor
42f5f3402d fix styles 2014-02-17 19:51:30 -05:00
Lee Lawlor
71b4fcaad4 fix styles on Channels page 2014-02-17 18:54:26 -05:00
Lee Lawlor
1ac3564a92 update README 2014-02-17 15:29:50 -05:00
Lee Lawlor
a15637b9fd update README 2014-02-17 12:11:18 -05:00
Lee Lawlor
a4937fb2e5 update with changes from Production branch 2014-02-17 12:05:39 -05:00
abythell
5b640cf9d8 fix "Template Not Found" error 2014-01-02 12:54:50 -08:00
ioBridge
94e937e35e Merge pull request #15 from puck/fix-api-generation
PostgreSQL: Fix returning an API Key that was size + 1
2013-04-21 13:45:37 -07:00
Andrew Ruthven
3075563564 Fix returning an API Key that was size + 1.
0..size iterates through size + 1 elements. So asking for an API
that was 16 was actually returning a string of 17 characters. This
broke trying to shove it into a varchar(16) in PostgreSQL.
2013-04-21 01:51:21 +12:00
Greg Akins
75d1cd06b5 Merge pull request #12 from akinsgre/jquery
Jquery - added to public/javascripts for static non-pipeline reference
2013-02-15 18:55:32 -08:00
Greg Akins
a8a4d61d3f Linking static javascript 2013-02-15 21:57:43 -05:00
Greg Akins
1447353aa3 Adding jquery in public for static reference 2013-02-15 21:56:02 -05:00
Greg Akins
13855cd777 Merge pull request #11 from akinsgre/highcharts
Highcharts in public folder
2013-02-15 18:26:51 -08:00
Greg Akins
9f6abc4e05 Fixed the path on the highcharts.js include 2013-02-15 21:27:56 -05:00
Greg Akins
96b4feab0d Adding highcharts to static content so they can be accessed in a non asset pipeline manner 2013-02-15 21:14:51 -05:00
Greg Akins
9e7f4aff09 Merge pull request #10 from akinsgre/master
Fixing Jquery plugin version that was yanked.
2013-02-11 17:11:13 -08:00
Greg Akins
07a603ce49 Updating gem 2013-02-11 20:10:11 -05:00
ioBridge
ea6df07e8b Merge pull request #5 from powermik/master
error getting csv
2013-02-10 18:11:59 -08:00
powermik
8db980ab25 fix negative array size 2013-01-21 19:13:21 +01:00