1899 次代碼提交 (06b022f161aae5b8a107fb962c0cf0c62149a8d3)

作者 SHA1 備註 提交日期
  Dominik Sander 06b022f161 Merge pull request #819 from dsander/agent-runner 9 年之前
  Andrew Cantino 065a35c024 Merge pull request #1017 from cantino/allow_url_from_event_to_be_array 9 年之前
  Andrew Cantino 2824161d93 Merge pull request #1001 from cantino/db_less_strict 9 年之前
  Dominik Sander e0f14698ba Ensure database connection are checked back into the pool by wrapping calls in with_connection blocks 9 年之前
  Dominik Sander 44ac1ed909 Restart TwitterStreamAgent::Worker every hour to prevent stalling 10 年之前
  Dominik Sander 08028aa9ea Revert TwitterStreamAgent back to the twitter-stream gem 10 年之前
  Andrew Cantino 62b747a820 Merge pull request #1016 from cantino/fix_scenarios_pagination_ui 9 年之前
  Andrew Cantino 48d5990146 Allow url_from_event in the WebsiteAgent to be an Array 9 年之前
  Andrew Cantino 4b53a0f6c6 fix incorrect kaminari theme 9 年之前
  Andrew Cantino 3844c257f7 Merge pull request #1014 from cantino/explain_propagate_immediately 9 年之前
  Andrew Cantino ff739a2685 propagate_immediately was poorly documented 9 年之前
  Akinori MUSHA f4b8e737f0 Upgrade rails to 4.2.4 9 年之前
  Akinori MUSHA 6edf4d7c1e Add recent changes 9 年之前
  Akinori MUSHA b62bf8637d Use `next` instead of `return` which exits the enclosing method 9 年之前
  Akinori MUSHA 0e06e8c250 Merge pull request #952 from cantino/gzip_support 9 年之前
  Andrew Cantino 71aa3a07fa Merge pull request #999 from darrencauthon/webhook_gets 9 年之前
  Darren Cauthon 65ff919c29 Show a better error message when using custom verbs. 9 年之前
  Darren Cauthon 921bbeeaba Commas only. 9 年之前
  Andrew Cantino 84d60e8226 Update setup_heroku 9 年之前
  Andrew Cantino 086c104801 Update install.md 9 年之前
  Darren Cauthon e5eed27afa Use interpolated instead of params, per suggestion from @cantino. 9 年之前
  Andrew Cantino 8dff88fc57 Merge pull request #989 from cantino/remove_unused_env_vars 9 年之前
  Andrew Cantino be7f2406e2 rails 4 defaulted this on, making mysql complain on bad encoding 9 年之前
  Andrew Cantino 2efe898a39 Update README.md 9 年之前
  Andrew Cantino 54be05e297 Update install.md 9 年之前
  Andrew Cantino 012b6a5aad Update install.md 9 年之前
  Darren Cauthon b53cc0ee7a Bring back the bundler message. 9 年之前
  Darren Cauthon 8ed32e5664 Refactor. 9 年之前
  Darren Cauthon 0d40119737 Document the change. 9 年之前
  Darren Cauthon 8c73d094ce Organize the code a bit. 9 年之前
  Darren Cauthon 4364611961 Handle more edge-case input. 9 年之前
  Darren Cauthon 51e84180fb Note which verbs are allowed when there are multiple verbs. 9 年之前
  Darren Cauthon e0a7c67dcc Add support for multiple verbs. 9 年之前
  Darren Cauthon 349ada1d62 First working GET example. 9 年之前
  Darren Cauthon 1ce3a7f798 Flesh out these specs before modifying the code. 9 年之前
  Ian Blenke 95d2cdb8f3 Merge pull request #905 from ianblenke/ianblenke/issue887 9 年之前
  Ian Blenke 423b98239b Updated to reflect proper variable names 9 年之前
  Andrew Cantino 66228a1bd4 we do not use these anymore 9 年之前
  Dominik Sander 991777ca29 Background worker load Dotenv if APP_SECRET_TOKEN is not set 10 年之前
  Dominik Sander 0f64e4e6b9 Add AgentRunner and LongRunnable to support long running agents 10 年之前
  Dominik Sander d0381ec973 Merge pull request #984 from dsander/fix-delayed-job-deadlocks 10 年之前
  Andrew Cantino 9367ff8a4b Merge pull request #975 from jermie/rss_loose 10 年之前
  Dominik Sander e89601addc Use non-optimized DelayedJob reserve sql strategy 10 年之前
  jermie 209d302923 Better multiple category test, also verifies accuracy 10 年之前
  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 10 年之前
  Ian Blenke 20edc06050 Fixed a mention of cantino/huginn in the README, which should be mysql, as identified by dsander 10 年之前
  Ian Blenke 564c1c352f Fixing mention of mysql_test:ping, which should match the rake target named database_test:ping 10 年之前
  Ian Blenke 30fcbec7cc Changing the mysql-data command: from true to /bin/true to avoid a Go boolean conversion error that dsander identified 10 年之前
  Ian Blenke 7b952fa8ac Merged master to re-converge after merge of PR #983 10 年之前
  Dominik Sander c358b4f534 Merge pull request #983 from dsander/fix-docker-image 10 年之前