From d76ea3dea5d8f5cdecb6d943bae5e53d48b77fb5 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 4 Sep 2017 11:15:56 +0900 Subject: [PATCH] Replace some other occurrences of the references to the old URL --- CHANGES.md | 172 +++++++++--------- Procfile | 2 +- .../application/_upgrade_warning.html.erb | 2 +- .../application/undefined_agents.html.erb | 4 +- app/views/devise/registrations/new.html.erb | 4 +- app/views/layouts/_navigation.html.erb | 2 +- app/views/services/index.html.erb | 2 +- config/deploy.rb | 2 +- db/seeds/seeder.rb | 2 +- 9 files changed, 96 insertions(+), 96 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6fac06a4..35ad961e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,90 +4,90 @@ |----------------|--------------------------------------------------------------------------------------------------------------| | Jul 10, 2017 | Update Google API Client. May break backwards compatibility for GoogleCalendarPublishAgent. [2047](https://github.com/huginn/huginn/pull/2047) | | Oct 17, 2016 | Normalize URL in `to_uri` and `uri_expand` liquid filters. | -| Oct 06, 2016 | `RssAgent` is reimplemented migrating its underlying feed parser from FeedNormalizer to Feedjira. [1564](https://github.com/cantino/huginn/pull/1564) | -| Oct 05, 2016 | Migrate to Rails 5. [1688](https://github.com/cantino/huginn/pull/1688) | -| Oct 05, 2016 | Improve URL normalization in `WebsiteAgent`. [1719](https://github.com/cantino/huginn/pull/1719) | -| Oct 05, 2016 | `PushoverAgent` now treats parameter options as templates rather than default values. [1720](https://github.com/cantino/huginn/pull/1720) | -| Sep 19, 2016 | Add multipart file upload to `PostAgent`. [1690](https://github.com/cantino/huginn/pull/1690) | -| Sep 08, 2016 | Allow `TwitterUserAgent` to retry failed actions. [1645](https://github.com/cantino/huginn/pull/1645) | -| Aug 16, 2016 | `EmailDigestAgent` now relies on received events, rather in memory. [1624](https://github.com/cantino/huginn/pull/1624) | -| Aug 08, 2016 | `DataOutputAgent` now limits events after ordering. [1444](https://github.com/cantino/huginn/pull/1444) | -| Aug 05, 2016 | Add `api_key` option to `UserLocationAgent`. [1613](https://github.com/cantino/huginn/pull/1613) | -| Jul 25, 2016 | Add `LiquidOutputAgent`. [1587](https://github.com/cantino/huginn/pull/1587) | -| Jul 25, 2016 | Allow `PostAgent` headers to interpolate event data. [1606](https://github.com/cantino/huginn/pull/1606) | -| Jul 25, 2016 | Remove `smtp.yml` configuration file, the SMTP configuration now needs to be done via environment variables. [1595](https://github.com/cantino/huginn/pull/1595) | -| Jul 25, 2016 | Change `jsonpath` gem to a fork located at [https://github.com/Skarlso/jsonpathv2](https://github.com/Skarlso/jsonpathv2) [1596](https://github.com/cantino/huginn/pull/1596) | -| Jul 20, 2016 | Add redirection information to the `HttpStatusAgent` [1590](https://github.com/cantino/huginn/pull/1590) | -| Jul 15, 2016 | Add `changes_only` option to `HttpStatusAgent` which only emit events then the HTTP status changed. [1582](https://github.com/cantino/huginn/pull/1582) | -| Jul 09, 2016 | Add `AttributeDifferenceAgent`. [1572](https://github.com/cantino/huginn/pull/1572) | -| Jul 04, 2016 | Add `setMemory` function to the `JavaScriptAgent`. [1576](https://github.com/cantino/huginn/pull/1576) | -| Jul 01, 2016 | Allow decimal values to be shown on the `PeakDetectorAgent` graphs. [1574](https://github.com/cantino/huginn/pull/1574) | -| Jun 30, 2016 | Update Heroku installation documentation to match their recent change of creating empty git repositories. [1570](https://github.com/cantino/huginn/pull/1570) | -| Jun 24, 2016 | Docker images: Fix usage of special characters in environment configuration and passing of additional env variables. [1560](https://github.com/cantino/huginn/pull/1560) | -| Jun 23, 2016 | Return to Agent's Events when clicking on the Back button in the Event show page. [1555](https://github.com/cantino/huginn/pull/1555) | -| Jun 23, 2016 | Allow usage of the `style` tag in E-Mail Agents [1557](https://github.com/cantino/huginn/pull/1557) | -| Jun 21, 2016 | Allow to create custom Agent gems and load them with `ADDITIONAL_GEMS`. [1366](https://github.com/cantino/huginn/pull/1366)
Look at the [huginn_agent README](https://github.com/cantino/huginn_agent/) for documentation on how to create Agent gems.
Currently available Agent gems: | -| Jun 20, 2016 | Allow `HttpStatusAgent` include received HTTP header value in emitted Events. [1521](https://github.com/cantino/huginn/pull/1521) | -| Jun 20, 2016 | Fix setting a memory key to falsy values with `this.memory(key, falsy)` in the `JavaScriptAgent`. [1551](https://github.com/cantino/huginn/pull/1551) | -| Jun 18, 2016 | Add `not in` comparison type to the `TriggerAgent`. [1545](https://github.com/cantino/huginn/pull/1545) | -| Jun 18, 2016 | Ensure the Agent memory is set when triggering a dry run from the Agent show page. [1550](https://github.com/cantino/huginn/pull/1550) | -| Jun 16, 2016 | Allow to set an icon for Scenarios [1427](https://github.com/cantino/huginn/pull/1427) | -| Jun 16, 2016 | Add `deleteKey` function to `JavascriptAgent` to delete a key from the Agent's memory. [1543](https://github.com/cantino/huginn/pull/1543) | -| Jun 14, 2016 | Allow the `DropboxFileUrlAgent` to emit permanent Dropbox links. [1541](https://github.com/cantino/huginn/pull/1541) | -| Jun 14, 2016 | Add button to enable or disable all Agents of a Scenario. [1506](https://github.com/cantino/huginn/pull/1506) | -| Jun 14, 2016 | Update nokogiri to 1.6.8 for security fixes. [1540](https://github.com/cantino/huginn/pull/1540) | -| Jun 08, 2016 | Fix multi-process Docker image on the overlay storage driver. [1537](https://github.com/cantino/huginn/pull/1537) | -| Jun 05, 2016 | Fix storing array/hashes in the `JavaScriptAgent`s memory. [1524](https://github.com/cantino/huginn/pull/1524) | -| May 31, 2016 | Add Agent connection status icons to Agent table. [1482](https://github.com/cantino/huginn/pull/1482) | -| May 29, 2016 | Add time tracking to `HttpStatusAgent`. [1517](https://github.com/cantino/huginn/pull/1517) | -| May 20, 2016 | Add `parse_mode` option to `TelegramAgent` to embed HTML or Markdown. [1509](https://github.com/cantino/huginn/pull/1509) | -| May 18, 2016 | Show recently received events in dry run modal. [1483](https://github.com/cantino/huginn/pull/1483) | -| May 16, 2016 | Prevent duplicate events from being generated when using DelayedJob and Postgres. [1501](https://github.com/cantino/huginn/pull/1501) | -| May 12, 2016 | Improve Agent and Scenario forms: Allow to configure the Agents event target and to jump to source/target Agent from the edit form. [1447](https://github.com/cantino/huginn/pull/1447) | -| May 10, 2016 | Add button to toggle visibility of disabled Agents. [1464](https://github.com/cantino/huginn/pull/1464) | -| May 09, 2016 | Fix usage of deprecated API version in `TwitterStreamAgent`. [1492](https://github.com/cantino/huginn/pull/1492) | -| Apr 30, 2016 | Make XML namespaces of `DataOutputAgent` optional. [1411](https://github.com/cantino/huginn/pull/1411) | -| Apr 29, 2016 | Fix internal Jobs being shown as deleted in Job Management page. [1462](https://github.com/cantino/huginn/pull/1462) | -| Apr 27, 2016 | Fix issue in default NGINX SSL configuration. [1455](https://github.com/cantino/huginn/pull/1455) | -| Apr 26, 2016 | Add `TwitterActionAgent` to retweet or favorite tweets. [#1181](https://github.com/cantino/huginn/pull/1181) | -| Apr 26, 2016 | Validate Agent options JSON before submitting it. [1434](https://github.com/cantino/huginn/pull/1434) | -| Apr 24, 2016 | Allow to delete the Scenario's Agents with it. [1446](https://github.com/cantino/huginn/pull/1446) | -| Apr 22, 2016 | Allow to (re)import exported Credential JSON files. [1394](https://github.com/cantino/huginn/pull/1394) | -| Apr 20, 2016 | Add `TwilioReceiveTextAgent`. [1418](https://github.com/cantino/huginn/pull/1418) | -| Apr 19, 2016 | Add Nitrous.io Quickstart button. [1428](https://github.com/cantino/huginn/pull/1428) | -| Apr 19, 2016 | Do not run/enqueue event propagation when a `AgentPropagateJob` is already enqueued. [1432](https://github.com/cantino/huginn/pull/1432) | -| Apr 19, 2016 | Fix publishing to MQTT channels with the `MqttAgent`. [1440](https://github.com/cantino/huginn/pull/1440) | -| Apr 16, 2016 | Pass request headers to receive_web_request. [1415](https://github.com/cantino/huginn/pull/1415) | -| Apr 13, 2016 | Add button to Job Management page retry all queued Jobs. [1423](https://github.com/cantino/huginn/pull/1423) | -| Apr 12, 2016 | Allow to configure the format of header names in Events that `PostAgent` emits. [1340](https://github.com/cantino/huginn/pull/1340) | -| Apr 11, 2016 | Allow to provide a custom scenario JSON for new Users via `DEFAULT_SCENARIO_FILE`. [1404](https://github.com/cantino/huginn/pull/1404) | -| Apr 10, 2016 | Improve docker images and tag every image with the commit SHA. [1359](https://github.com/cantino/huginn/pull/1359) | -| Apr 10, 2016 | Fix SMS sending in `TwilloAgent`. [1414](https://github.com/cantino/huginn/pull/1414) | -| Apr 05, 2016 | Simplify the log format for Dry Run. [1386](https://github.com/cantino/huginn/pull/1386) | -| Apr 04, 2016 | `PostAgent` allow sending arbitrary string data. [1402](https://github.com/cantino/huginn/pull/1402) | -| Mar 31, 2016 | Add `TelegramAgent`. [1381](https://github.com/cantino/huginn/pull/1381) | -| Mar 30, 2016 | Add Agent actions menu to Agent show and Agent Events page. [1374](https://github.com/cantino/huginn/pull/1374) | -| Mar 30, 2016 | Add round trip option to `GoogleFlightAgent`. [1384](https://github.com/cantino/huginn/pull/1384) | -| Mar 30, 2016 | Ensure cloned Agents stay in the same Scenario. [1377](https://github.com/cantino/huginn/pull/1377) | -| Mar 27, 2016 | Allow usage of HTML table tags/attributes in E-Mail Agents. [1380](https://github.com/cantino/huginn/pull/1380) | -| Mar 27, 2016 | Add tabs to Dry Run result modal. [1371](https://github.com/cantino/huginn/pull/1371) | -| Mar 26, 2016 | Make DelayedJob logs visible when running in foreground. [1360](https://github.com/cantino/huginn/pull/1360) | -| Mar 26, 2016 | Add `GoogleFlightsAgent`. [1367](https://github.com/cantino/huginn/pull/1367) | -| Mar 22, 2016 | Add `JsonParseAgent`. [1364](https://github.com/cantino/huginn/pull/1364) | -| Mar 21, 2016 | Add `AftershipAgent`. [1354](https://github.com/cantino/huginn/pull/1354) | -| Mar 18, 2016 | Introduce concept to handle files, introduces four new agents: [1301](https://github.com/cantino/huginn/pull/1301) | -| Mar 17, 2016 | Add admin user management interface to create, edit, deactivate and delete users. [1330](https://github.com/cantino/huginn/pull/1330) | -| Mar 16, 2016 | Ensure the `JavaScriptAgent` uses the configured timezone. [1356](https://github.com/cantino/huginn/pull/1356) | -| Mar 16, 2016 | Add `age` column with default sort to prioritize new Agents in the index view. [1348](https://github.com/cantino/huginn/pull/1348) | -| Mar 13, 2016 | Rescue and log email sending errors. [1335](https://github.com/cantino/huginn/pull/1335) | -| Mar 12, 2016 | Hide the Agent's memory in Agent show page per default. [1326](https://github.com/cantino/huginn/pull/1326) | -| Mar 12, 2016 | Fix TwitterStreamAgent database connection in use and restart issues. [6ee094af9](https://github.com/cantino/huginn/commit/6ee094af95747f65800c9e822e5566f1c5cf0bfe) | -| Mar 09, 2016 | Add support for ruby `2.3.0` by ensuring the tests pass. [7f50503da](https://github.com/cantino/huginn/commit/7f50503da952522ad71da5d91256c6714ddf5edd) | -| Mar 08, 2016 | Add `json` liquid filter to serialize data to a JSON string. [1329](https://github.com/cantino/huginn/pull/1329) | -| Mar 07, 2016 | Allow specifying the content-type of send E-Mails. [1325](https://github.com/cantino/huginn/pull/1325) | -| Mar 06, 2016 | Add BoxcarAgent for Boxcar.io. [1323](https://github.com/cantino/huginn/pull/1323) | -| Mar 02, 2016 | Update Rails to `4.2.5.2`. [cf9e9bd04](https://github.com/cantino/huginn/commit/cf9e9bd0454bfc0c12fbc229dc5e0c34535605e2) | -| Mar 02, 2016 | Allow TwitterUserAgent to follow the users own timeline. [1321](https://github.com/cantino/huginn/pull/1321) | +| Oct 06, 2016 | `RssAgent` is reimplemented migrating its underlying feed parser from FeedNormalizer to Feedjira. [1564](https://github.com/huginn/huginn/pull/1564) | +| Oct 05, 2016 | Migrate to Rails 5. [1688](https://github.com/huginn/huginn/pull/1688) | +| Oct 05, 2016 | Improve URL normalization in `WebsiteAgent`. [1719](https://github.com/huginn/huginn/pull/1719) | +| Oct 05, 2016 | `PushoverAgent` now treats parameter options as templates rather than default values. [1720](https://github.com/huginn/huginn/pull/1720) | +| Sep 19, 2016 | Add multipart file upload to `PostAgent`. [1690](https://github.com/huginn/huginn/pull/1690) | +| Sep 08, 2016 | Allow `TwitterUserAgent` to retry failed actions. [1645](https://github.com/huginn/huginn/pull/1645) | +| Aug 16, 2016 | `EmailDigestAgent` now relies on received events, rather in memory. [1624](https://github.com/huginn/huginn/pull/1624) | +| Aug 08, 2016 | `DataOutputAgent` now limits events after ordering. [1444](https://github.com/huginn/huginn/pull/1444) | +| Aug 05, 2016 | Add `api_key` option to `UserLocationAgent`. [1613](https://github.com/huginn/huginn/pull/1613) | +| Jul 25, 2016 | Add `LiquidOutputAgent`. [1587](https://github.com/huginn/huginn/pull/1587) | +| Jul 25, 2016 | Allow `PostAgent` headers to interpolate event data. [1606](https://github.com/huginn/huginn/pull/1606) | +| Jul 25, 2016 | Remove `smtp.yml` configuration file, the SMTP configuration now needs to be done via environment variables. [1595](https://github.com/huginn/huginn/pull/1595) | +| Jul 25, 2016 | Change `jsonpath` gem to a fork located at [https://github.com/Skarlso/jsonpathv2](https://github.com/Skarlso/jsonpathv2) [1596](https://github.com/huginn/huginn/pull/1596) | +| Jul 20, 2016 | Add redirection information to the `HttpStatusAgent` [1590](https://github.com/huginn/huginn/pull/1590) | +| Jul 15, 2016 | Add `changes_only` option to `HttpStatusAgent` which only emit events then the HTTP status changed. [1582](https://github.com/huginn/huginn/pull/1582) | +| Jul 09, 2016 | Add `AttributeDifferenceAgent`. [1572](https://github.com/huginn/huginn/pull/1572) | +| Jul 04, 2016 | Add `setMemory` function to the `JavaScriptAgent`. [1576](https://github.com/huginn/huginn/pull/1576) | +| Jul 01, 2016 | Allow decimal values to be shown on the `PeakDetectorAgent` graphs. [1574](https://github.com/huginn/huginn/pull/1574) | +| Jun 30, 2016 | Update Heroku installation documentation to match their recent change of creating empty git repositories. [1570](https://github.com/huginn/huginn/pull/1570) | +| Jun 24, 2016 | Docker images: Fix usage of special characters in environment configuration and passing of additional env variables. [1560](https://github.com/huginn/huginn/pull/1560) | +| Jun 23, 2016 | Return to Agent's Events when clicking on the Back button in the Event show page. [1555](https://github.com/huginn/huginn/pull/1555) | +| Jun 23, 2016 | Allow usage of the `style` tag in E-Mail Agents [1557](https://github.com/huginn/huginn/pull/1557) | +| Jun 21, 2016 | Allow to create custom Agent gems and load them with `ADDITIONAL_GEMS`. [1366](https://github.com/huginn/huginn/pull/1366)
Look at the [huginn_agent README](https://github.com/huginn/huginn_agent/) for documentation on how to create Agent gems.
Currently available Agent gems: | +| Jun 20, 2016 | Allow `HttpStatusAgent` include received HTTP header value in emitted Events. [1521](https://github.com/huginn/huginn/pull/1521) | +| Jun 20, 2016 | Fix setting a memory key to falsy values with `this.memory(key, falsy)` in the `JavaScriptAgent`. [1551](https://github.com/huginn/huginn/pull/1551) | +| Jun 18, 2016 | Add `not in` comparison type to the `TriggerAgent`. [1545](https://github.com/huginn/huginn/pull/1545) | +| Jun 18, 2016 | Ensure the Agent memory is set when triggering a dry run from the Agent show page. [1550](https://github.com/huginn/huginn/pull/1550) | +| Jun 16, 2016 | Allow to set an icon for Scenarios [1427](https://github.com/huginn/huginn/pull/1427) | +| Jun 16, 2016 | Add `deleteKey` function to `JavascriptAgent` to delete a key from the Agent's memory. [1543](https://github.com/huginn/huginn/pull/1543) | +| Jun 14, 2016 | Allow the `DropboxFileUrlAgent` to emit permanent Dropbox links. [1541](https://github.com/huginn/huginn/pull/1541) | +| Jun 14, 2016 | Add button to enable or disable all Agents of a Scenario. [1506](https://github.com/huginn/huginn/pull/1506) | +| Jun 14, 2016 | Update nokogiri to 1.6.8 for security fixes. [1540](https://github.com/huginn/huginn/pull/1540) | +| Jun 08, 2016 | Fix multi-process Docker image on the overlay storage driver. [1537](https://github.com/huginn/huginn/pull/1537) | +| Jun 05, 2016 | Fix storing array/hashes in the `JavaScriptAgent`s memory. [1524](https://github.com/huginn/huginn/pull/1524) | +| May 31, 2016 | Add Agent connection status icons to Agent table. [1482](https://github.com/huginn/huginn/pull/1482) | +| May 29, 2016 | Add time tracking to `HttpStatusAgent`. [1517](https://github.com/huginn/huginn/pull/1517) | +| May 20, 2016 | Add `parse_mode` option to `TelegramAgent` to embed HTML or Markdown. [1509](https://github.com/huginn/huginn/pull/1509) | +| May 18, 2016 | Show recently received events in dry run modal. [1483](https://github.com/huginn/huginn/pull/1483) | +| May 16, 2016 | Prevent duplicate events from being generated when using DelayedJob and Postgres. [1501](https://github.com/huginn/huginn/pull/1501) | +| May 12, 2016 | Improve Agent and Scenario forms: Allow to configure the Agents event target and to jump to source/target Agent from the edit form. [1447](https://github.com/huginn/huginn/pull/1447) | +| May 10, 2016 | Add button to toggle visibility of disabled Agents. [1464](https://github.com/huginn/huginn/pull/1464) | +| May 09, 2016 | Fix usage of deprecated API version in `TwitterStreamAgent`. [1492](https://github.com/huginn/huginn/pull/1492) | +| Apr 30, 2016 | Make XML namespaces of `DataOutputAgent` optional. [1411](https://github.com/huginn/huginn/pull/1411) | +| Apr 29, 2016 | Fix internal Jobs being shown as deleted in Job Management page. [1462](https://github.com/huginn/huginn/pull/1462) | +| Apr 27, 2016 | Fix issue in default NGINX SSL configuration. [1455](https://github.com/huginn/huginn/pull/1455) | +| Apr 26, 2016 | Add `TwitterActionAgent` to retweet or favorite tweets. [#1181](https://github.com/huginn/huginn/pull/1181) | +| Apr 26, 2016 | Validate Agent options JSON before submitting it. [1434](https://github.com/huginn/huginn/pull/1434) | +| Apr 24, 2016 | Allow to delete the Scenario's Agents with it. [1446](https://github.com/huginn/huginn/pull/1446) | +| Apr 22, 2016 | Allow to (re)import exported Credential JSON files. [1394](https://github.com/huginn/huginn/pull/1394) | +| Apr 20, 2016 | Add `TwilioReceiveTextAgent`. [1418](https://github.com/huginn/huginn/pull/1418) | +| Apr 19, 2016 | Add Nitrous.io Quickstart button. [1428](https://github.com/huginn/huginn/pull/1428) | +| Apr 19, 2016 | Do not run/enqueue event propagation when a `AgentPropagateJob` is already enqueued. [1432](https://github.com/huginn/huginn/pull/1432) | +| Apr 19, 2016 | Fix publishing to MQTT channels with the `MqttAgent`. [1440](https://github.com/huginn/huginn/pull/1440) | +| Apr 16, 2016 | Pass request headers to receive_web_request. [1415](https://github.com/huginn/huginn/pull/1415) | +| Apr 13, 2016 | Add button to Job Management page retry all queued Jobs. [1423](https://github.com/huginn/huginn/pull/1423) | +| Apr 12, 2016 | Allow to configure the format of header names in Events that `PostAgent` emits. [1340](https://github.com/huginn/huginn/pull/1340) | +| Apr 11, 2016 | Allow to provide a custom scenario JSON for new Users via `DEFAULT_SCENARIO_FILE`. [1404](https://github.com/huginn/huginn/pull/1404) | +| Apr 10, 2016 | Improve docker images and tag every image with the commit SHA. [1359](https://github.com/huginn/huginn/pull/1359) | +| Apr 10, 2016 | Fix SMS sending in `TwilloAgent`. [1414](https://github.com/huginn/huginn/pull/1414) | +| Apr 05, 2016 | Simplify the log format for Dry Run. [1386](https://github.com/huginn/huginn/pull/1386) | +| Apr 04, 2016 | `PostAgent` allow sending arbitrary string data. [1402](https://github.com/huginn/huginn/pull/1402) | +| Mar 31, 2016 | Add `TelegramAgent`. [1381](https://github.com/huginn/huginn/pull/1381) | +| Mar 30, 2016 | Add Agent actions menu to Agent show and Agent Events page. [1374](https://github.com/huginn/huginn/pull/1374) | +| Mar 30, 2016 | Add round trip option to `GoogleFlightAgent`. [1384](https://github.com/huginn/huginn/pull/1384) | +| Mar 30, 2016 | Ensure cloned Agents stay in the same Scenario. [1377](https://github.com/huginn/huginn/pull/1377) | +| Mar 27, 2016 | Allow usage of HTML table tags/attributes in E-Mail Agents. [1380](https://github.com/huginn/huginn/pull/1380) | +| Mar 27, 2016 | Add tabs to Dry Run result modal. [1371](https://github.com/huginn/huginn/pull/1371) | +| Mar 26, 2016 | Make DelayedJob logs visible when running in foreground. [1360](https://github.com/huginn/huginn/pull/1360) | +| Mar 26, 2016 | Add `GoogleFlightsAgent`. [1367](https://github.com/huginn/huginn/pull/1367) | +| Mar 22, 2016 | Add `JsonParseAgent`. [1364](https://github.com/huginn/huginn/pull/1364) | +| Mar 21, 2016 | Add `AftershipAgent`. [1354](https://github.com/huginn/huginn/pull/1354) | +| Mar 18, 2016 | Introduce concept to handle files, introduces four new agents: [1301](https://github.com/huginn/huginn/pull/1301) | +| Mar 17, 2016 | Add admin user management interface to create, edit, deactivate and delete users. [1330](https://github.com/huginn/huginn/pull/1330) | +| Mar 16, 2016 | Ensure the `JavaScriptAgent` uses the configured timezone. [1356](https://github.com/huginn/huginn/pull/1356) | +| Mar 16, 2016 | Add `age` column with default sort to prioritize new Agents in the index view. [1348](https://github.com/huginn/huginn/pull/1348) | +| Mar 13, 2016 | Rescue and log email sending errors. [1335](https://github.com/huginn/huginn/pull/1335) | +| Mar 12, 2016 | Hide the Agent's memory in Agent show page per default. [1326](https://github.com/huginn/huginn/pull/1326) | +| Mar 12, 2016 | Fix TwitterStreamAgent database connection in use and restart issues. [6ee094af9](https://github.com/huginn/huginn/commit/6ee094af95747f65800c9e822e5566f1c5cf0bfe) | +| Mar 09, 2016 | Add support for ruby `2.3.0` by ensuring the tests pass. [7f50503da](https://github.com/huginn/huginn/commit/7f50503da952522ad71da5d91256c6714ddf5edd) | +| Mar 08, 2016 | Add `json` liquid filter to serialize data to a JSON string. [1329](https://github.com/huginn/huginn/pull/1329) | +| Mar 07, 2016 | Allow specifying the content-type of send E-Mails. [1325](https://github.com/huginn/huginn/pull/1325) | +| Mar 06, 2016 | Add BoxcarAgent for Boxcar.io. [1323](https://github.com/huginn/huginn/pull/1323) | +| Mar 02, 2016 | Update Rails to `4.2.5.2`. [cf9e9bd04](https://github.com/huginn/huginn/commit/cf9e9bd0454bfc0c12fbc229dc5e0c34535605e2) | +| Mar 02, 2016 | Allow TwitterUserAgent to follow the users own timeline. [1321](https://github.com/huginn/huginn/pull/1321) | | Feb 26, 2016 | Added TwitterFavorites Agent for following the favorites of a Twitter user. Thanks @jngai and @bigretromike! | | Feb 26, 2016 | Added HttpStatusAgent for pinging web servers and returning the resulting HTTP status code. Thanks @darrencauthon! | | Feb 20, 2016 | A `from` option can now be specified on email agents. (If you're using Gmail, it may still show your normal address unless you add the new address as a valid sender on the account.) | @@ -265,12 +265,12 @@ | May 3, 2014 | If you're using Capistrano, `cap sync:db:down` now works correctly to pull your production DB to your local environment. | | May 1, 2014 | Upgrade to Bootstrap 3.1.1 | | Apr 20, 2014 | Tons of new additions! FtpsiteAgent; WebsiteAgent has xpath, multiple URL, and encoding support; regexp extractions in EventFormattingAgent; PostAgent takes default params and headers, and can make GET requests; local Graphviz support; ShellCommandAgent; BasecampAgent; HipchatAgent; and lots of bug fixes! | -| Apr 10, 2014 | WebHooksController has been renamed to WebRequestsController and all HTTP verbs are now accepted and passed through to Agents' #receive\_web\_request method. The new DataOutputAgent returns JSON or RSS feeds of incoming Events via external web request. [Documentation is on the wiki.](https://github.com/cantino/huginn/wiki/Creating-a-new-agent#receiving-web-requests). | +| Apr 10, 2014 | WebHooksController has been renamed to WebRequestsController and all HTTP verbs are now accepted and passed through to Agents' #receive\_web\_request method. The new DataOutputAgent returns JSON or RSS feeds of incoming Events via external web request. [Documentation is on the wiki.](https://github.com/huginn/huginn/wiki/Creating-a-new-agent#receiving-web-requests). | | Jan 2, 2014 | Agents now have an optional keep\_events\_for option that is propagated to created events' expires\_at field, and they update their events' expires\_at fields on change. | | Jan 1, 2014 | Remove symbolization of memory, options, and payloads; convert memory, options, and payloads to JSON from YAML. Migration will perform conversion and adjust tables to be UTF-8. Recommend making a DB backup before migrating. | | Nov 6, 2013 | PeakDetectorAgent now uses `window_duration_in_days` and `min_peak_spacing_in_days`. Additionally, peaks trigger when the time series rises over the standard deviation multiple, not after it starts to fall. | | Jun 29, 2013 | Removed rails\_admin because it was causing deployment issues. Better to have people install their favorite admin tool if they want one. | | Jun, 2013 | A number of new agents have been contributed, including interfaces to Weibo, Twitter, and Twilio, as well as Agents for translation, sentiment analysis, and for posting and receiving webhooks. | | Mar 24, 2013 | Refactored loading of Agents for `check` and `receive` to use ids instead of full objects. This should fix the too-large delayed\_job issues. Added `system_timer` and `fastercsv` to the Gemfile for the Ruby 1.8 platform. | -| Mar 18, 2013 | Added Wiki page about the [Agent API](https://github.com/cantino/huginn/wiki/Creating-a-new-agent). | +| Mar 18, 2013 | Added Wiki page about the [Agent API](https://github.com/huginn/huginn/wiki/Creating-a-new-agent). | | Mar 17, 2013 | Switched to JSONPath for defining paths through JSON structures. The WebsiteAgent can now scrape and parse JSON. | diff --git a/Procfile b/Procfile index 1013ab34..266e43a8 100644 --- a/Procfile +++ b/Procfile @@ -18,7 +18,7 @@ jobs: bundle exec rails runner bin/threaded.rb # You need to copy or link config/unicorn.rb.example to config/unicorn.rb for both production versions. # Have a look at the deployment guides, if you want to set up huginn on your server: -# https://github.com/cantino/huginn/doc +# https://github.com/huginn/huginn/doc # Using the threaded worker (consumes less RAM but can run slower) # web: bundle exec unicorn -c config/unicorn.rb diff --git a/app/views/application/_upgrade_warning.html.erb b/app/views/application/_upgrade_warning.html.erb index 8c2cb2c5..a4d0b58b 100644 --- a/app/views/application/_upgrade_warning.html.erb +++ b/app/views/application/_upgrade_warning.html.erb @@ -19,7 +19,7 @@ TWITTER_OAUTH_SECRET=<%= @twitter_oauth_secret %> <% if @basecamp_agent %>

Your Basecamp agents could not be migrated automatically. You need to manually register an application with 37signals and authenticate Huginn to use it.
- Have a look at the <%= link_to 'Wiki', 'https://github.com/cantino/huginn/wiki/Configuring-OAuth-applications', target: '_blank' %> if you need help. + Have a look at the <%= link_to 'Wiki', 'https://github.com/huginn/huginn/wiki/Configuring-OAuth-applications', target: '_blank' %> if you need help.

<% end %> diff --git a/app/views/application/undefined_agents.html.erb b/app/views/application/undefined_agents.html.erb index 229f3e19..6fe97fdd 100644 --- a/app/views/application/undefined_agents.html.erb +++ b/app/views/application/undefined_agents.html.erb @@ -22,7 +22,7 @@ This issue probably occurred for one or more of the following reasons:


@@ -31,7 +31,7 @@


diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 16014811..21ba0d46 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -15,13 +15,13 @@

If you are the owner of this application, take the following steps to complete the setup: