Andrew Cantino
4f329a86ed
more return paths
2015-09-03 07:53:42 -07:00
Andrew Cantino
41f4d6e339
handle return paths mroe gracefully from "Back" in Agent show
2015-09-01 19:57:16 -07:00
Andrew Cantino
617c3c51c6
editing an agent returns you to correct scenario or index
2015-09-01 08:41:29 -07:00
Andrew Cantino
84d60e8226
Update setup_heroku
2015-08-31 18:41:27 -07:00
Andrew Cantino
086c104801
Update install.md
2015-08-31 18:40:28 -07:00
Andrew Cantino
8dff88fc57
Merge pull request #989 from cantino/remove_unused_env_vars
...
Remove unused ENV variables, now handled by services.
2015-08-31 11:54:23 -04:00
Andrew Cantino
2efe898a39
Update README.md
2015-08-31 07:59:00 -07:00
Andrew Cantino
54be05e297
Update install.md
2015-08-31 07:57:05 -07:00
Andrew Cantino
012b6a5aad
Update install.md
2015-08-31 07:55:44 -07:00
Ian Blenke
95d2cdb8f3
Merge pull request #905 from ianblenke/ianblenke/issue887
...
Adding a working example of docker linked mysql container for issue #887
2015-08-28 11:25:36 -04:00
Ian Blenke
423b98239b
Updated to reflect proper variable names
2015-08-27 22:00:16 -04:00
Andrew Cantino
66228a1bd4
we do not use these anymore
2015-08-24 18:45:40 -07:00
Dominik Sander
d0381ec973
Merge pull request #984 from dsander/fix-delayed-job-deadlocks
...
Use non-optimized DelayedJob reserve sql strategy
2015-08-23 11:16:35 +02:00
Andrew Cantino
9367ff8a4b
Merge pull request #975 from jermie/rss_loose
...
Use :loose option with feed-normalizer for now
2015-08-22 14:22:24 -04:00
Dominik Sander
e89601addc
Use non-optimized DelayedJob reserve sql strategy
...
Fixes sql deadlocks when running many quick jobs with multiple workers
Deadlocks happened when DJ was trying to delete finished jobs from the database,
as a result those jobs where run a second time which created duplicate event.
Adresses #977
2015-08-22 10:08:11 +02:00
jermie
209d302923
Better multiple category test, also verifies accuracy
2015-08-21 21:10:41 -06:00
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
2015-08-21 22:12:07 -04:00
Ian Blenke
20edc06050
Fixed a mention of cantino/huginn in the README, which should be mysql, as identified by dsander
2015-08-21 22:09:21 -04:00
Ian Blenke
564c1c352f
Fixing mention of mysql_test:ping, which should match the rake target named database_test:ping
2015-08-21 22:03:38 -04:00
Ian Blenke
30fcbec7cc
Changing the mysql-data command: from true to /bin/true to avoid a Go boolean conversion error that dsander identified
2015-08-21 22:00:59 -04:00
Ian Blenke
7b952fa8ac
Merged master to re-converge after merge of PR #983
2015-08-21 21:57:12 -04:00
Dominik Sander
c358b4f534
Merge pull request #983 from dsander/fix-docker-image
...
Include development group in docker build and switch default port
2015-08-22 00:09:39 +02:00
Dominik Sander
ce90e50805
Include development group in docker build and switch default port
2015-08-21 23:43:06 +02:00
Andrew Cantino
9468d6442b
Merge pull request #980 from stesie/xml-post-agent
...
Make post_agent handle content_type=xml
2015-08-21 17:00:31 -04:00
Andrew Cantino
f0951da149
remove puts statement
2015-08-20 14:32:26 -07:00
Andrew Cantino
fde2b3521e
update Gemfile.lock for guard-livereload bump
2015-08-20 14:26:38 -07:00
Andrew Cantino
5620604f19
Merge pull request #979 from K1773R/fix-guardlivereload-version
...
fix guard-livereload min version
2015-08-20 17:22:55 -04:00
jermie
b87a82d8ea
Add spec for capturing multiple categories
2015-08-20 15:03:11 -06:00
Stefan Siegl
82bdd2caf8
Make post_agent handle content_type=xml
2015-08-20 22:16:00 +02:00
K1773R
93c6b629b3
fix guard-livereload min version
2015-08-20 17:36:45 +02:00
Dominik Sander
c3e9545b6a
Merge pull request #872 from dsander/deployment-guide
...
Improve installation instructions
2015-08-19 22:33:13 +02:00
Dominik Sander
1361c5693b
Moved deployment configuration files and changed the repository
...
Update ruby to 2.2.3
2015-08-19 22:12:50 +02:00
Andrew Cantino
e65b392257
Merge pull request #830 from spdustin/master
...
Updated agent picker to include agent description
2015-08-18 22:56:32 -04:00
Dominik Sander
97ceff62b3
Add troubleshooting section and firewall recommendation
2015-08-19 00:14:04 +02:00
Dominik Sander
2a5a8016d0
Incorporate feedback
2015-08-19 00:14:04 +02:00
Dominik Sander
e5bc34568e
Update heroku docs to reflect changes on the wiki
2015-08-19 00:14:04 +02:00
Dominik Sander
9f260d6c21
Remove chef cookbooks and vagrant file
...
Both are now maintained in a seperate repository: https://github.com/elijah/cookbook-huginn
2015-08-19 00:14:03 +02:00
Dominik Sander
a16fb09fa6
Add capistrano 3 and documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
b35efc2eec
Update README with links to new documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
cec02c1bd6
Use runit instead of upstart as init system
2015-08-19 00:13:45 +02:00
Dominik Sander
f815b1bdc7
Moved heroku documentation and restructured directories
2015-08-19 00:13:45 +02:00
Dominik Sander
79300615f9
Add docker documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
82566130b6
Document how to run additional delayed job workers
2015-08-19 00:13:45 +02:00
Dominik Sander
35f9bc419a
Add update documentation
2015-08-19 00:13:45 +02:00
Dominik Sander
3133e08e5d
Add section about utf8mb4 database encoding
2015-08-19 00:13:45 +02:00
Dominik Sander
0e4c9be723
First version of the manual deployment guide
2015-08-19 00:13:44 +02:00
jermie
522d288326
Use :loose option with feed-normalizer for now
2015-08-18 14:29:46 -06:00
Dustin Miller
7b85bad267
Cleaned up Agent descriptions: consistent format for their beginning.
2015-08-18 10:41:32 -05:00
Dustin Miller
e9ac0295cc
Updated agent picker to properly display/search descriptions that return procs
2015-08-17 17:15:05 -05:00
Dustin Miller
7d697534f3
Merge branch 'master' of https://github.com/cantino/huginn
...
* 'master' of https://github.com/cantino/huginn : (154 commits)
Skip exclude_replies validation
do not delete running jobs
remove spring loads too
integrate @knu's suggestions
Supress pop up emails
Update twitter_user_agent_spec.rb
fix exclude_replies?
There is a button to add a new Agent directly in a Scenario; deleting an Agent from its show page no longer 404s; there is a button to destroy all delayed_jobs
remove spring because it frequently conflicts with foreman
local email was not configured correctly without this change
Make exclude_replies configurable
Intercept email in development by default
Improve language for clarity
Test operates correctly regardless of dev's ENV config
Provide a default value in the case that the ENV variable isn't set
Adds the ability to allow public signup without invite code
Revert "Make a `spring` group which user must opt in to"
Revert "Replace the `platform :ruby18` hack with `install_if`"
Replace the `platform :ruby18` hack with `install_if`
Make a `spring` group which user must opt in to
...
# Conflicts:
# app/models/agents/data_output_agent.rb
# app/models/agents/rss_agent.rb
2015-08-17 17:02:12 -05:00