Dominik Sander
|
44ac1ed909 |
Restart TwitterStreamAgent::Worker every hour to prevent stalling |
9 years ago |
Dominik Sander
|
08028aa9ea |
Revert TwitterStreamAgent back to the twitter-stream gem |
9 years ago |
Andrew Cantino
|
62b747a820 |
Merge pull request #1016 from cantino/fix_scenarios_pagination_ui |
9 years ago |
Andrew Cantino
|
48d5990146 |
Allow url_from_event in the WebsiteAgent to be an Array |
9 years ago |
Andrew Cantino
|
4b53a0f6c6 |
fix incorrect kaminari theme |
9 years ago |
Andrew Cantino
|
3844c257f7 |
Merge pull request #1014 from cantino/explain_propagate_immediately |
9 years ago |
Andrew Cantino
|
ff739a2685 |
propagate_immediately was poorly documented |
9 years ago |
Andrew Cantino
|
b60bd49f08 |
also not used |
9 years ago |
Andrew Cantino
|
615f1d51f1 |
Remove unused GitHub integration |
9 years ago |
Andrew Cantino
|
4f329a86ed |
more return paths |
9 years ago |
Akinori MUSHA
|
f4b8e737f0 |
Upgrade rails to 4.2.4 |
9 years ago |
Akinori MUSHA
|
6edf4d7c1e |
Add recent changes |
9 years ago |
Akinori MUSHA
|
b62bf8637d |
Use `next` instead of `return` which exits the enclosing method |
9 years ago |
Akinori MUSHA
|
0e06e8c250 |
Merge pull request #952 from cantino/gzip_support |
9 years ago |
Andrew Cantino
|
71aa3a07fa |
Merge pull request #999 from darrencauthon/webhook_gets |
9 years ago |
Andrew Cantino
|
41f4d6e339 |
handle return paths mroe gracefully from "Back" in Agent show |
9 years ago |
Darren Cauthon
|
65ff919c29 |
Show a better error message when using custom verbs. |
9 years ago |
Darren Cauthon
|
921bbeeaba |
Commas only. |
9 years ago |
Andrew Cantino
|
617c3c51c6 |
editing an agent returns you to correct scenario or index |
9 years ago |
Andrew Cantino
|
84d60e8226 |
Update setup_heroku |
9 years ago |
Andrew Cantino
|
086c104801 |
Update install.md |
9 years ago |
Darren Cauthon
|
e5eed27afa |
Use interpolated instead of params, per suggestion from @cantino. |
9 years ago |
Andrew Cantino
|
8dff88fc57 |
Merge pull request #989 from cantino/remove_unused_env_vars |
9 years ago |
Andrew Cantino
|
be7f2406e2 |
rails 4 defaulted this on, making mysql complain on bad encoding |
9 years ago |
Andrew Cantino
|
2efe898a39 |
Update README.md |
9 years ago |
Andrew Cantino
|
54be05e297 |
Update install.md |
9 years ago |
Andrew Cantino
|
012b6a5aad |
Update install.md |
9 years ago |
Darren Cauthon
|
b53cc0ee7a |
Bring back the bundler message. |
9 years ago |
Darren Cauthon
|
8ed32e5664 |
Refactor. |
9 years ago |
Darren Cauthon
|
0d40119737 |
Document the change. |
9 years ago |
Darren Cauthon
|
8c73d094ce |
Organize the code a bit. |
9 years ago |
Darren Cauthon
|
4364611961 |
Handle more edge-case input. |
9 years ago |
Darren Cauthon
|
51e84180fb |
Note which verbs are allowed when there are multiple verbs. |
9 years ago |
Darren Cauthon
|
e0a7c67dcc |
Add support for multiple verbs. |
9 years ago |
Darren Cauthon
|
349ada1d62 |
First working GET example. |
9 years ago |
Darren Cauthon
|
1ce3a7f798 |
Flesh out these specs before modifying the code. |
9 years ago |
Ian Blenke
|
95d2cdb8f3 |
Merge pull request #905 from ianblenke/ianblenke/issue887 |
9 years ago |
Ian Blenke
|
423b98239b |
Updated to reflect proper variable names |
9 years ago |
Andrew Cantino
|
66228a1bd4 |
we do not use these anymore |
9 years ago |
Dominik Sander
|
991777ca29 |
Background worker load Dotenv if APP_SECRET_TOKEN is not set |
9 years ago |
Dominik Sander
|
0f64e4e6b9 |
Add AgentRunner and LongRunnable to support long running agents |
9 years ago |
Dominik Sander
|
d0381ec973 |
Merge pull request #984 from dsander/fix-delayed-job-deadlocks |
9 years ago |
Andrew Cantino
|
9367ff8a4b |
Merge pull request #975 from jermie/rss_loose |
9 years ago |
Dominik Sander
|
e89601addc |
Use non-optimized DelayedJob reserve sql strategy |
9 years ago |
jermie
|
209d302923 |
Better multiple category test, also verifies accuracy |
9 years ago |
Ian Blenke
|
7a5aa2b77f |
Renaming the README.md example mysql docker container name to huginn_mysql to prevent collision with other mysql named instance containers, as pointed out by dsander |
9 years ago |
Ian Blenke
|
20edc06050 |
Fixed a mention of cantino/huginn in the README, which should be mysql, as identified by dsander |
9 years ago |
Ian Blenke
|
564c1c352f |
Fixing mention of mysql_test:ping, which should match the rake target named database_test:ping |
9 years ago |
Ian Blenke
|
30fcbec7cc |
Changing the mysql-data command: from true to /bin/true to avoid a Go boolean conversion error that dsander identified |
9 years ago |
Ian Blenke
|
7b952fa8ac |
Merged master to re-converge after merge of PR #983 |
9 years ago |