Commit graph

314 commits

Author SHA1 Message Date
Andrew Cantino
a5321938e7 comment on touchstart.dropdown e.stopPropagation 2014-01-09 22:23:54 -08:00
Andrew Cantino
3068d2f81b Merge pull request #124 from KenYN/patch-1
Quick'n'dirty patch to address touchscreen issues
2014-01-09 22:21:17 -08:00
Andrew Cantino
d7d2bfe7d2 add documentation 2014-01-09 14:26:46 -08:00
KenYN
eebd46d662 Quick'n'dirty patch to address touchscreen issues
The code taken from here:

https://github.com/twbs/bootstrap/pull/5067#issuecomment-8604323
2014-01-09 15:59:27 +09:00
Andrew Cantino
3bf1961ef6 Merge pull request #118 from cantino/add_keep_events_for_to_agents
Allow agents to determine how long to keep events for
2014-01-07 20:37:27 -08:00
Andrew Cantino
276d5936ec update Agent#events_count when events are expired 2014-01-05 00:43:29 -08:00
Andrew Cantino
b3304a78ca Merge branch 'master' into add_keep_events_for_to_agents 2014-01-04 23:37:12 -08:00
Andrew Cantino
bdc1f3f038 Merge branch 'master' of github.com:cantino/huginn 2014-01-04 23:36:17 -08:00
Andrew Cantino
04774fa682 add note about emails 2014-01-04 23:36:12 -08:00
Andrew Cantino
37a7c67d83 Merge pull request #122 from cantino/move_back_to_current_dj
move back to current delayed_job
2014-01-04 14:48:34 -08:00
Andrew Cantino
009d806f27 move back to current delayed_job 2014-01-04 13:44:21 -08:00
Andrew Cantino
e34d13cc4e Merge branch 'master' of github.com:cantino/huginn 2014-01-01 17:06:26 -08:00
Andrew Cantino
010236fdbb add travis to IRC 2014-01-01 17:06:22 -08:00
Andrew Cantino
1a9daeed71 Update README.md 2014-01-01 16:59:44 -08:00
Andrew Cantino
de2b464308 Update README.md 2014-01-01 16:56:14 -08:00
Andrew Cantino
94567a26ce trying out coveralls.io 2014-01-01 16:51:40 -08:00
Andrew Cantino
c4c1a53942 remove duplicate method 2014-01-01 15:50:25 -08:00
Andrew Cantino
9c48338347 fix specs 2014-01-01 14:47:59 -08:00
Andrew Cantino
580ce8a083 Merge remote-tracking branch 'origin/master' into add_keep_events_for_to_agents
Conflicts:
	CHANGES.md
	app/models/agent.rb
2014-01-01 13:43:07 -08:00
Andrew Cantino
3d8393357e Merge pull request #116 from cantino/do_not_symbolize
Do not symbolize
2014-01-01 13:39:21 -08:00
Andrew Cantino
48a024845a update VERSION, README, and CHANGES 2014-01-01 13:39:08 -08:00
Andrew Cantino
de83040dee fix migration 2014-01-01 13:16:38 -08:00
Andrew Cantino
aaaf92791a Merge branch 'master' of github.com:cantino/huginn 2014-01-01 13:15:33 -08:00
Andrew Cantino
041c57b7d0 update example 2014-01-01 13:15:28 -08:00
Andrew Cantino
6a276e0d76 add new JSONSerializedField Concern and better specs around handling of json string assignment to memory and options 2013-12-29 22:28:10 -08:00
Andrew Cantino
d4703f7acd Merge remote-tracking branch 'origin/optimizations' into do_not_symbolize 2013-12-29 22:26:52 -08:00
Andrew Cantino
db33fee1ad fix cap sync:db:down again 2013-12-29 13:15:33 -08:00
Andrew Cantino
73e8406d4f Merge branch 'master' into do_not_symbolize
Conflicts:
	app/models/agents/human_task_agent.rb
	spec/models/agents/human_task_agent_spec.rb
2013-12-29 12:45:45 -08:00
Andrew Cantino
5461ec3d2f Merge pull request #98 from cantino/human_task_agent_makes_polls
HumanTaskAgent can now validate answers with a poll
2013-12-29 12:07:50 -08:00
Andrew Cantino
91c82741e5 add validation and updating of existing event's expires_at values 2013-12-29 11:14:05 -08:00
Andrew Cantino
8fde7492ca Merge pull request #115 from j-wilkins/webhook_agent
a webhook agent to create events from webhooks.
2013-12-27 10:26:23 -08:00
Andrew Cantino
741da13f12 Merge pull request #117 from cantino/update_capistrano_sync
Update capistrano :sync
2013-12-27 10:23:16 -08:00
Andrew Cantino
4cb2b86f9c typo 2013-12-27 10:14:28 -08:00
Andrew Cantino
a08cb6888e fix spec? 2013-12-27 10:06:13 -08:00
Andrew Cantino
00b7423dd7 add cached columns for event creation and last errors, reducing the number of SQL queries 2013-12-26 20:15:29 -05:00
Andrew Cantino
bca562513b Only load the fields we need for the autocomplete. 2013-12-26 18:49:15 -05:00
Andrew Cantino
21c0e5911d transform and clean utf-8 2013-12-26 18:36:09 -05:00
Andrew Cantino
0b0d809ede update dotenv-rails and attempt to make cap sync:db:down work with remote .env files 2013-12-26 12:17:18 -05:00
j-wilkins
8ea7051887 fix test logic 😁 2013-12-26 11:09:25 -06:00
j-wilkins
d881792ed2 fix spec typo 2013-12-26 10:58:57 -06:00
Andrew Cantino
ba0967e449 puts 2013-12-25 00:08:39 -05:00
Andrew Cantino
a408ae48ea globally avoid using symbols since we're moving to json storage 2013-12-24 17:37:26 -05:00
Andrew Cantino
ec32d7f979 switch from yaml to json serialization 2013-12-23 00:54:20 -05:00
Andrew Cantino
77882908c4 in order to avoid leaking memory, remove all symbolization 2013-12-22 15:36:29 -08:00
Andrew Cantino
21ccd6cc52 cleanup failed delayed_jobs by default (for table speed) 2013-12-22 14:32:35 -08:00
Andrew Cantino
229e24ea80 add keep_events_for as an optional field for agents to decide how long to store events 2013-12-22 14:30:02 -08:00
j-wilkins
dff2bc68f4 configurable webhook payload , update description, improve tests 2013-12-20 22:41:54 -10:00
j-wilkins
66054f92c0 a webhook agent to create events from webhooks. 2013-12-18 21:03:34 -10:00
Andrew Cantino
744ec91b37 Merge pull request #114 from albertsun/event-email-agent
Event email agent
2013-12-12 11:07:18 -08:00
Albert Sun
1f7dee3c72 renaming EventEmailAgent to EmailAgent 2013-12-11 19:28:27 -05:00