Rachel Brindle
829975577c
Merge branch 'master' of https://github.com/cantino/huginn
2015-05-02 12:08:09 -07:00
Rachel Brindle
20a2e7486a
Add support for unescaping html entities to the javascript agent
2015-05-02 12:05:14 -07:00
Akinori MUSHA
847282f246
Refactor WebsiteAgent::store_payload!
...
This is to avoid a jump (return) from within a block where possible.
2015-04-30 21:20:14 +09:00
Akinori MUSHA
a434315be3
When cloning an agent, focus on the name field
...
As a bonus, the number suffix part is pre-selected for easy removal.
2015-04-28 23:43:03 +09:00
Dominik Sander
b2e9add075
Add wunderlist to .env.example
2015-04-27 22:35:37 +02:00
Dominik Sander
126cb19741
Merge pull request #649 from dsander/wunderlist
...
Adds Wunderlist agent
2015-04-27 21:50:24 +02:00
Akinori MUSHA
914bbb4123
Use the fa-pulse
spinner built in with Font Awesome
2015-04-27 19:24:54 +09:00
Akinori MUSHA
db63908c91
Merge pull request #803 from cantino/clear-memory
...
Allow user to clear memory of an agent
2015-04-26 11:39:10 +09:00
Akinori MUSHA
fbca16e8d3
Add specs for DELETE memory
2015-04-26 11:33:09 +09:00
Andrew Cantino
5daec862eb
Merge pull request #766 from stvnrlly/master
...
Unzip compressed JSON
2015-04-25 12:56:56 -04:00
Dominik Sander
fb7e173563
Merge pull request #806 from dsander/fix-class-reloading
...
requiring twitter_stream in threaded worker fixes ArgumentError
2015-04-25 16:28:33 +02:00
stvnrlly
795050636f
add spec for website unzip
2015-04-25 09:30:12 -04:00
Andrew Cantino
cf5aaf5646
add the postgres addon if no DATABASE_URL is known.
2015-04-25 05:26:22 -07:00
Andrew Cantino
e5ca2d3835
update app.json
2015-04-25 04:54:30 -07:00
Dominik Sander
b863232429
Use ActiveJobs interface
2015-04-25 11:16:31 +02:00
Dominik Sander
582db44791
requiring twitter_stream in threaded worker fixes ArgumentError
...
The threaded worker threw 'A copy of TwitterStream has been removed from
the module tree but is still active!' when running in development,
explicitly requiring 'twitter_stream' fixes that exception.
2015-04-25 11:11:13 +02:00
Akinori MUSHA
efb0cb57d5
Update spring to 1.3.4
...
Spring still whines about a version mismatch, hopefully it will be soon
to be fixed.
2015-04-24 23:36:41 +09:00
Akinori MUSHA
a080a78eeb
Allow user to clear memory of an agent
...
This closes #802 .
2015-04-24 23:16:52 +09:00
Akinori MUSHA
cfe8482c0d
Rework #770 to properly fix #749
...
The receiver for the const_defined?() was incorrect, and modifying the
whole line would render the definition of a constant *::Drop to be
omitted when *Drop was already defined.
2015-04-24 21:17:45 +09:00
stvnrlly
4b9535d70d
make unzip specific to gzip to leave room for other methods
2015-04-24 00:04:33 -04:00
Dominik Sander
55cb1d00d0
Merge pull request #797 from dsander/fix-scheduler-load
...
Set rufus sleep interval to 0.3 seconds by default
2015-04-22 23:37:26 +02:00
Dominik Sander
f3b1176c43
Set rufus sleep interval to 0.3 seconds by default
...
Before rufus would use 0.0 as the sleep interval if SCHEDULER_FREQUENCY
was not set which caused a significant amout of load due to rufus
running in a loop without sleeping at all
2015-04-22 23:08:20 +02:00
Andrew Cantino
3fc2c95be1
Merge pull request #793 from gissehel/docker_bind_socket
...
Adding 0.0.0.0 as the interface to bind
2015-04-19 10:11:31 -07:00
gissehel
d8434803f3
Adding 0.0.0.0 as the interface to bind, as it seems rails 4.2 changed the default behavior
2015-04-19 11:00:38 +00:00
Akinori MUSHA
da1b4675d7
Merge pull request #716 from cantino/enhance-ar_mysql_column_charset
...
Enhance ar_mysql_column_charset
2015-04-15 23:38:07 +09:00
Andrew Cantino
04ec3a51e5
Merge pull request #787 from KimJungHun/fixes_typo
...
fixes two typo error
2015-04-13 20:30:56 -07:00
Andrew Cantino
12604a2564
Merge pull request #786 from KimJungHun/fix_typo
...
fix a typo
2015-04-13 20:30:44 -07:00
Andrew Cantino
a93c64d7b7
Merge pull request #785 from KimJungHun/change_description
...
change description of webhook agent
2015-04-13 20:30:26 -07:00
Colin Shea
1d3535d65a
Make the jobs index test more representative
...
Fill in the handler YAML for the test jobs instead of using only dummy empty
jobs. 2 of the jobs are also customized -- one has been locked and the other
is a job scheduled, but then it's associated agent had been deleted.
Incorporates @dsander's review comments.
2015-04-13 03:05:49 -07:00
Colin Shea
48dcd72b74
Show the agent's name and user in the jobs panel
...
Fixes #779
2015-04-13 01:40:30 -07:00
KimJungHun
c39d17a94a
fixes a typo
2015-04-13 08:33:55 +00:00
KimJungHun
0974495f42
fix a typo
2015-04-13 07:51:00 +00:00
KimJungHun
085853a4dd
change description of webhook agent
2015-04-13 07:12:06 +00:00
Andrew Cantino
8b1bc3c59b
integrate @dsander's suggestions
2015-04-12 20:58:38 -07:00
Andrew Cantino
b407742469
Merge pull request #782 from cantino/update_readme
...
update README.md
2015-04-12 18:32:43 -07:00
Andrew Cantino
5b716ede80
update README.md
2015-04-12 17:14:25 -07:00
Andrew Cantino
fae3dbffb5
validate and test coffeescript
2015-04-12 13:26:04 -07:00
Andrew Cantino
7c59c1f57f
update therubyracer to 0.12.2
2015-04-12 13:19:53 -07:00
Andrew Cantino
312399cd9a
Merge pull request #773 from cantino/webhook_agent_can_iterate
...
allow the webhook agent to loop over returned results if the payload_path points to an array
2015-04-12 13:17:34 -07:00
Andrew Cantino
5ea7e240f0
support coffeescript too
2015-04-11 21:35:34 -07:00
Andrew Cantino
d3564c18fd
allow FormConfigurable text areas to be syntax highlighted; allow JavaScriptAgent to be dry run
2015-04-11 21:17:56 -07:00
Dominik Sander
26fe6068b3
Merge pull request #776 from dsander/async-receive-order-fix
...
Fix random spec failure caused by async_receive not ordering queried events
2015-04-11 19:57:46 +02:00
Dominik Sander
13e31de310
Fix random spec failure caused by async_receive not ordering queried events
2015-04-11 10:45:29 +02:00
Andrew Cantino
0e4833ff92
Merge pull request #775 from cantino/raise_pool_default_size
...
allow a larger connection pool by default
2015-04-10 16:14:28 -07:00
Andrew Cantino
aafc1e799e
allow a larger connection pool by default
2015-04-10 16:01:55 -07:00
Andrew Cantino
2a4b8f9f94
Merge pull request #772 from HyeongBaeYu/master
...
New line of commander agent description
2015-04-10 15:07:11 -07:00
Andrew Cantino
f5ff481fc9
allow the webhook agent to loop over returned results if the payload_path points to an array
2015-04-10 15:02:20 -07:00
HyeongBaeYu
1c3df155b7
New line of commander agent description
2015-04-10 09:46:03 +09:00
Akinori MUSHA
3bb7f7a06f
Merge pull request #770 from dsander/fix-const-redefinition
...
Do not redfine LiquidDroppable classes
2015-04-09 14:28:49 +09:00
Dominik Sander
45e4bcda37
Do not redfine LiquidDroppable classes
...
This fixes the 'previous definition of xDrop was here' warning when
running in the development environment which cache_classes disabled
2015-04-08 23:39:30 +02:00