Dominik Sander
e47685719d
Merge pull request #2385 from dsander/cleanup-dj-pid
...
Delete stale delayed_job pid file when starting docker containers
2018-10-03 12:06:39 +02:00
Dominik Sander
4e95725814
Merge pull request #2383 from Skarlso/update_jsonpath_to_094
...
Update jsonpath to 0.9.4
2018-10-03 11:34:20 +02:00
Dominik Sander
1a87133b1f
Delete stale delayed_job pid file when starting docker containers
...
When a (single-process) docker container is not shut down cleanly
delayed_job does not have a chance to delete it's PID. When restarting
this container delayed_job refused to boot because it found the old PID.
Since we always start from a clean state in docker containers we can
remove the PID.
Fixes #2269
2018-10-03 11:29:34 +02:00
Gergely Brautigam
c472965226
Updated properly.
2018-10-03 10:23:31 +02:00
Gergely Brautigam
631ff8bb1b
Update jsonpath to 0.9.4
2018-10-03 09:54:20 +02:00
Dominik Sander
6773dcf31e
Set Heroku stack to heroku-16
in app.json
...
The graphviz buildpack does not support the new default `heroku-18`
stack yet. Until it does we have to fall back to the older stack.
#2377
2018-09-22 11:37:40 +02:00
Akinori MUSHA
e81ae4a65c
Merge pull request #2353 from whtsky/mergeJSONParse
...
Support merge mode in JsonParseAgent
2018-08-30 16:28:22 +09:00
Dominik Sander
7c90b83734
Merge pull request #2298 from baip/master
...
Docker: extract heredocs from multi-process init and update docker-compose files
2018-08-27 11:13:30 +02:00
Wu Haotian
753af61df9
Support merge mode in JsonParseAgent
2018-08-25 14:35:57 +08:00
Peng Bai
46e7a675c7
Extract database vars and source them via env_file
2018-08-23 09:53:31 -05:00
Peng Bai
a7c8ee141c
Extract heredocs from multi-process init script
2018-08-20 21:57:35 -05:00
Peng Bai
3cf248cf15
No regex matching for location
2018-08-20 21:57:35 -05:00
Dominik Sander
9cd2f565ec
Merge pull request #2351 from a10kiloham/patch-1
...
Remove GoogleFlightsAgent because the API has been shut down
https://developers.google.com/qpx-express/
2018-08-18 09:49:45 +02:00
a10kiloham
0f4cabf86e
Deprecated api
2018-08-17 11:02:14 +01:00
a10kiloham
7b3050997d
API Deprecated
...
No longer of use sadly
2018-08-14 17:27:51 +01:00
Akinori MUSHA
d04c9d44a9
Merge pull request #2174 from huginn/update_twitter
...
Fix "already retweeted" error detection
2018-08-08 00:07:37 +09:00
Akinori MUSHA
9b63ae2d7a
Merge pull request #2345 from huginn/update_eventmachine
...
Update twitter-stream and its dependency, eventmachine
2018-08-08 00:06:51 +09:00
Akinori MUSHA
745738ded0
Merge pull request #2346 from huginn/fix_imap_encoding
...
Fix IMAP encoding issues
2018-08-07 23:48:43 +09:00
Dominik Sander
4932ee66bc
Merge pull request #2267 from dsander/upgrade-rubies
...
Upgrade rubies to their latest patch release
2018-08-07 11:20:51 +02:00
Dominik Sander
73fdc51061
Compare ruby versions in Gemfile using Gem::Version
2018-08-07 09:51:02 +02:00
Dominik Sander
c817198cfb
Apparently we have to join the travisci rubygems workaround bandwagon
...
https://github.com/travis-ci/travis-ci/issues/8969
2018-08-07 09:51:02 +02:00
Dominik Sander
c4c5e94d6a
Upgrade rubies to their latest patch release
...
We use Ruby 2.5.1 for the manual installation guide and the docker
containers and run the specs on the latest 2.5,2.4,2.3 and 2.2 patch
releases.
Fixes #2210
2018-08-07 09:51:02 +02:00
Akinori MUSHA
542d4dca7e
Rephrase the description of raw_mail
2018-08-07 12:06:26 +09:00
Akinori MUSHA
fc38b47f30
Update FORBIDDEN_MESSAGES
for the new already retweeted error message
...
cf. https://github.com/sferik/twitter/pull/890
2018-08-06 14:42:58 +09:00
Akinori MUSHA
0d5b42c4b3
Update twitter-stream and its dependency, eventmachine
2018-08-06 12:47:28 +09:00
Akinori MUSHA
d952e91426
Encode raw_mail in Base64
...
Because e-mails are often in a non-UTF-8 "legacy" encoding, it cannot
always be carried via Event (JSON).
2018-08-05 23:10:19 +09:00
Akinori MUSHA
fab63a2f4b
Properly apply Net::IMAP.encode_utf7 to folder names
2018-08-05 23:10:19 +09:00
Dominik Sander
dd3136d391
Merge pull request #2342 from whtsky/patch-1
...
respect WEB_CONCURRENCY env in unicorn.rb.example
2018-08-01 10:23:07 +02:00
Wu Haotian
3506faad51
respect WEB_CONCURRENCY env in unicorn.rb.example
...
...like the example unicorn config for heroku does: 5868c7b4b2/deployment/heroku/unicorn.rb (L3)
2018-07-31 23:33:38 +08:00
Irfan Charania
2c9b9bb29c
Update DataOutputAgent accept header for browser compatibility ( #2338 )
...
* Update accept header for browser compatibility
Allows browser to display content as xml instead of plain text
Ref: https://stackoverflow.com/a/7001617/4397001
* Updated specs
2018-07-31 11:00:25 +02:00
Stefanus
402f8645d6
Make 'expected_receive_period_in_days' of PostAgent optional ( #2333 )
...
* Make 'expected_receive_period_in_days' optional due to new implementation of 'working?'
* Adjust spec
2018-07-16 10:15:02 +02:00
Stefanus
44709dc9a7
Fix "working?" of PostAgent ( #2329 )
...
* Fix "working?" of PostAgent
* Adjust specs
* Enhance specs
* Fix specs
* Fix code style
* Fix typo
* Change implementation of "working?"
* Fix spec
* Add comments
* Add new test
* Fix syntax error
* Restore original spec
2018-07-14 10:52:57 +02:00
Dominik Sander
fb0222b8a7
Merge pull request #2321 from dsander/bump-sprockets
...
Bump sprockets version
2018-06-22 10:18:27 +02:00
Dominik Sander
2f2b36e60c
Bump sprockets version
...
This ensures all users are protected against [CVE-2018-3760][1]. Per
default Huginn was not affected by this vulnerability, but users could
have changed `config.assets.compile` to `true` manually.
The new sprockets version fixes the CVE.
[1]: http://seclists.org/oss-sec/2018/q2/210
2018-06-22 09:27:11 +02:00
Dominik Sander
9ef1df36a4
Not not initialize bootsnap when running as root
...
Fixes the bootsnap cache not being readable and writeable by the huginn
user afterwards.
In situations where during the manual installation upgrade process `sudo
bundle exec rake:production:*` was run before running a rake task as the
huginn user the bootsnap cache directory was propagated by the root user
which then causes exceptions when running any command as the huginn
user.
#2315
2018-06-19 17:47:36 +02:00
Dominik Sander
61b33bf37c
Merge pull request #2266 from dsander/rails52
...
Upgrade to Rails 5.2
2018-06-17 11:50:01 +02:00
Dominik Sander
d369c96e22
Merge pull request #2313 from kendocode/add_darksky_link
...
Add link for darksky api key since wunderground no longer free
2018-06-17 11:43:32 +02:00
kendocode
14c60c5997
Add link for darksky api key since wunderground no longer free
2018-06-13 18:02:32 -05:00
Dominik Sander
2342b9b74c
Merge pull request #2309 from malagebidi/master
...
Update google_translation_agent.rb
2018-06-08 09:58:23 +02:00
Deng Yang
b2ba84a6e3
Update google_translation_agent.rb
...
leave translate_from empty to let google detect the source language automatically
2018-06-04 21:56:32 +08:00
Dominik Sander
5cd209234d
Merge pull request #2307 from sfischer13/master
...
Improve logic of "working?" in MqttAgent
2018-06-04 10:02:55 +02:00
Stefan Fischer
c7d311b630
Improve logic of "working?"
2018-06-03 16:38:03 +02:00
Akinori MUSHA
fba26e951a
Merge pull request #2285 from Cameri/master
...
Pass URLs to Telegram API directly
2018-05-18 09:42:24 +09:00
Ricardo Arturo Cabral
b3c6c7f80f
Remove open-uri require
2018-05-09 13:17:09 -04:00
Ricardo Arturo Cabral
99b0821700
Remove load_field
2018-05-09 08:59:34 -04:00
Ricardo Arturo Cabral
49f9cb45f1
Fix unit tests for payloads with media
2018-05-09 08:58:04 -04:00
Ricardo Arturo Cabral
6c8bc39ac4
Pass URLs to Telegram API directly
2018-05-09 08:38:45 -04:00
Dominik Sander
1147e75c6b
Use not_found
replacement for deprecated missing
matcher
2018-05-05 10:15:40 +02:00
Dominik Sander
3c1bffcb38
Add bootsnap
2018-05-05 10:15:39 +02:00
Dominik Sander
90013de455
Bump delayed_job_active_record to fix incompatibility with bootsnap
2018-05-05 10:14:06 +02:00