Commit graph

431 commits

Author SHA1 Message Date
Andrew Cantino
23d6589c15 fix db/seeds.rb 2014-03-17 13:57:22 -07:00
Andrew Cantino
2928602e87 Merge pull request from wizonesolutions/feature/fix-ruby-version
Fix ruby version to match the one specified in the doc/deployment/capistrano/deploy.rb
2014-03-17 13:35:28 -07:00
Andrew Cantino
862756cb5c Merge pull request from wizonesolutions/feature/better-env-example
Explain how to configure DOMAIN for production.
2014-03-17 13:35:12 -07:00
Andrew Cantino
05262c7b7c aerge branch 'master' of github.com:cantino/huginn 2014-03-16 21:58:50 -07:00
Andrew Cantino
50f6837464 switch to strings in db seed 2014-03-16 21:58:46 -07:00
Kevin Kaland
7b1a3f7e0b Use the actual latest 2.0.0. 2014-03-16 22:53:13 +01:00
Kevin Kaland
a084528e43 Be more precise and avoid future WTF. 2014-03-16 20:54:45 +01:00
Kevin Kaland
e9e36c4c93 Explain how to configure value for production. 2014-03-16 20:40:30 +01:00
Kevin Kaland
61d18fcb8b Update Ruby version to match deployment version. 2014-03-16 20:35:12 +01:00
Andrew Cantino
344f8f2858 Update README.md 2014-03-10 22:22:50 -07:00
Andrew Cantino
49be934792 Merge pull request from scavone/master
Added ForecastIO agent
2014-03-10 19:37:23 -07:00
Andrew Cantino
626c13ef52 fix spec that fails with daylight savings time 2014-03-10 19:35:51 -07:00
Joseph Scavone
8bd5607275 Added zip code as an option for previous installations 2014-03-10 21:22:17 -05:00
Andrew Cantino
0a557332f6 Merge pull request from ms32035/master
Added to_i cast fixing String to number comparison error
2014-03-07 19:18:14 -08:00
Marcin Szymanski
68437b9e0a Added to_i cast fixing String to number comparison error 2014-03-07 20:27:43 -05:00
Andrew Cantino
9fa907bec0 Merge pull request from snicker/master
Added GrowlAgent for sending Growl notifications over GNTP
2014-03-05 21:24:28 -08:00
base of tree
d04251b670 style changes, minor spec revisions 2014-03-05 20:47:32 -08:00
base of tree
a061627075 more specs for the growl agent and some small code changes 2014-03-05 06:51:22 -08:00
Andrew Cantino
882fe52016 Merge pull request from qedi-r/prop_immediately
Make agents propagate events immediately
2014-03-03 20:31:01 -08:00
base of tree
bd206d00cf Specs for GrowlAgent 2014-03-03 07:19:37 -08:00
qedi
163f09ee7a update the checkbox to display on one line 2014-03-03 09:34:57 -05:00
snicker
b944eb0e16 Growl agent to add support for sending Growl notifications to network destinations 2014-03-02 20:46:09 -08:00
Joseph Scavone
3a63cf55ea Cleaned up models 2014-03-01 07:33:44 -06:00
Joseph Scavone
ea68ac5e40 Add support for existing WeatherAgent setups and clean up code 2014-02-27 21:55:07 -06:00
Joseph Scavone
67d3a638c0 Merged ForecastIO into existing WeatherAgent 2014-02-27 18:14:05 -06:00
qedi
5932107758 removing setting propagate_immediately on Events 2014-02-23 21:16:15 -05:00
Andrew Cantino
d97d8c8e13 Merge pull request from cantino/refactor_twitter_concern
upgrade the twitter gem so that it is threadsafe, and fix init issues
2014-02-19 19:56:49 -08:00
Andrew Cantino
1755b52d73 Merge pull request from jeremi/fix-seeding
Change :on_change to string.
2014-02-19 19:56:28 -08:00
Jeremi Joslin
c8c46743e3 Change :on_change to string.
If not this the seed does not work
2014-02-20 10:20:00 +08:00
Andrew Cantino
196f51f098 upgrade the twitter gem so that it is threadsafe, and fix init issues 2014-02-17 20:54:02 -08:00
qedi
1294d47bba minor fixes 2014-02-17 10:43:49 -05:00
qedi
a2b4485537 adding a missed div 2014-02-16 22:22:25 -05:00
qedi
31e4d152cc first working version of Agents that propagate immediately 2014-02-16 22:15:49 -05:00
Andrew Cantino
b65bb8d55f Update README.md 2014-02-14 22:22:30 -08:00
Andrew Cantino
df9cce3f38 Update README.md 2014-02-14 22:22:04 -08:00
Andrew Cantino
626f3c22cc Update README.md 2014-02-14 22:21:26 -08:00
Andrew Cantino
0bec61df21 Merge pull request from cantino/prevent_event_replay_on_linking
Prevent event propagation of events created before a link
2014-02-13 19:21:08 -08:00
Andrew Cantino
0bff765756 fix default 2014-02-12 23:01:41 -08:00
Andrew Cantino
306843de0a Add event_id_at_creation field to links and use it to prevent propagation of events created before the link was made. 2014-02-12 22:56:33 -08:00
Andrew Cantino
5b54cded24 Merge pull request from cantino/Alex-Ikanow-website_deduplication_improvement
Alex ikanow website deduplication improvement
2014-02-12 21:00:22 -08:00
Andrew Cantino
d2d36a37f4 Merge pull request from cantino/javascript-agent
Javascript agent
2014-02-12 20:59:19 -08:00
Andrew Cantino
457020a0ab update doc [ci skip] 2014-02-11 22:55:40 -08:00
Andrew Cantino
0ad347c378 default is all 2014-02-11 21:58:12 -08:00
Andrew Cantino
c29c8aa260 minor documentation 2014-02-10 23:13:07 -08:00
Andrew Cantino
f4bae10250 minor code cleanup 2014-02-10 23:08:45 -08:00
Andrew Cantino
668240914f Merge branch 'website_deduplication_improvement' of https://github.com/Alex-Ikanow/huginn into Alex-Ikanow-website_deduplication_improvement 2014-02-10 22:33:00 -08:00
Andrew Cantino
99f37f60bc minor code cleanup 2014-02-10 22:32:00 -08:00
Andrew Cantino
c043a40868 add Ace editor for editing JavaScript in credentials 2014-02-09 23:16:52 -08:00
Andrew Cantino
62b60d1413 allow credentials to provide the code 2014-02-09 21:41:26 -08:00
Andrew Cantino
6e386c2ba2 Merge branch 'master' of github.com:cantino/huginn 2014-02-09 17:24:11 -08:00