66 Commits (1e0664838d4e1e698a16fc54dd491f660056d9a8)

Autor SHA1 Mensaje Fecha
  Andrew Cantino 556c45e000 Minor refactors %!s(int64=10) %!d(string=hace) años
  Dominik Sander b71ea25418 Merge branch 'master' into omniauth %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 8596bd0f0d Introduce a new concern LiquidDroppable for refactoring. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 307ef15b8e EventFormattingAgent: Partial revert: Do not include "agent" to payload. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA c1f114d56b Make {{agent}} universally accessible from any agent. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA e55bb4ac3d EventFormattingAgent: Enable access to upstream agent info via "agent". %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 4be27d53c7 Add Agent#short_type. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 045fb957b2 ImapFolderAgent now recognizes "true"/"false" as boolean option values. %!s(int64=10) %!d(string=hace) años
  Dominik Sander f07db9c97c Merge remote-tracking branch 'huginn/master' into omniauth %!s(int64=10) %!d(string=hace) años
  Andrew Cantino fbcede8649 Merge remote-tracking branch 'origin/master' into interpolated_options %!s(int64=10) %!d(string=hace) años
  Andrew Cantino a8f32c5e85 Add memoized interpolated_options and used it everywhere. %!s(int64=10) %!d(string=hace) años
  Dominik Sander 12c2af26bb Add omniauth to let huginn consume oauth endpoints %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 64564eb120 Importing of Scenarios now works, creating any needed Agents by global guid %!s(int64=10) %!d(string=hace) años
  Andrew Cantino fc878f4fdc Merge remote-tracking branch 'origin/master' into scenarios %!s(int64=10) %!d(string=hace) años
  Andrew Cantino aaa4b7a155 add basic scaffold of scenarios, including the ability to add agents to scenarios, edit scenarios, and view scenarios. next step: import and export %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 08b2f6c8f8 Merge pull request #285 from dsander/liquid-templating %!s(int64=10) %!d(string=hace) años
  Dominik Sander 095c34c696 Removed unused code %!s(int64=10) %!d(string=hace) años
  Andrew Cantino dea618cfe8 Merge branch '196-disable-agents' of https://github.com/alias1/huginn into alias1-196-disable-agents %!s(int64=10) %!d(string=hace) años
  Andrew Cantino d1c2fcc4a1 Merge pull request #281 from dsander/pushbullet-agent %!s(int64=10) %!d(string=hace) años
  Glenn 'devalias' Grant 03ceab8da5 Merge branch 'master' into 196-disable-agents %!s(int64=10) %!d(string=hace) años
  Dominik Sander 1230391eed Moved working helpers into a concern, explained JsonPathOptionsOverwritable %!s(int64=10) %!d(string=hace) años
  Dominik Sander 20ba2be285 Added pushbullet agent, refactored JSONPath merging %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 8d00e9025a Add Agent.build_clone. %!s(int64=10) %!d(string=hace) años
  Andrew Cantino b688c56c67 Merge branch 'master' into dsander-rails41 %!s(int64=10) %!d(string=hace) años
  Glenn 'devalias' Grant e71886a6f5 Merge commit 'b041a51ad11135ab1bcc9f5392730659861938a2' into 196-disable-agents %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA f059af6f81 Add a schedule `every_1m`. %!s(int64=10) %!d(string=hace) años
  Dominik Sander b7b3460fd3 Update to rails 4.1 %!s(int64=10) %!d(string=hace) años
  Glenn 'devalias' Grant 2a407ca7e1 Handle disabled agents properly in bulk_check %!s(int64=10) %!d(string=hace) años
  Rajarshi Das 292199e3e3 make validate methods as an private method for avoiding to use it as an instance methods %!s(int64=10) %!d(string=hace) años
  Glenn 'devalias' Grant 3c1dc644e8 Don't run things on disabled agents %!s(int64=10) %!d(string=hace) años
  Andrew Cantino db0fbe4c93 rename WebhooksController to WebRequestsController; refactor and support deprecated methods for now %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 794ae69b91 Refactor webhook handling to accept all HTTP verbs %!s(int64=10) %!d(string=hace) años
  ms32035 686694cdd2 Add to_i for Agent postgres compatibility %!s(int64=10) %!d(string=hace) años
  ms32035 e5c2cac42a Gem mysql2 + port for test environment %!s(int64=10) %!d(string=hace) años
  ms32035 b0d64c4735 Postgresql compatibility for agent model %!s(int64=10) %!d(string=hace) años
  qedi 5932107758 removing setting propagate_immediately on Events %!s(int64=10) %!d(string=hace) años
  qedi 31e4d152cc first working version of Agents that propagate immediately %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 306843de0a Add event_id_at_creation field to links and use it to prevent propagation of events created before the link was made. %!s(int64=10) %!d(string=hace) años
  Andrew Cantino e8260ee61e add basic JavaScriptAgent %!s(int64=10) %!d(string=hace) años
  Andrew Cantino ff758cc679 move user credentials to a primary route, update twitter agents and background job %!s(int64=10) %!d(string=hace) años
  Umar M. Sheikh 87293e2788 refactor to remove rescue %!s(int64=10) %!d(string=hace) años
  Umar M. Sheikh dcffc71732 now agents repond to credential method call, and specs %!s(int64=10) %!d(string=hace) años
  Andrew Cantino d7d2bfe7d2 add documentation %!s(int64=10) %!d(string=hace) años
  Andrew Cantino c4c1a53942 remove duplicate method %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 9c48338347 fix specs %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 580ce8a083 Merge remote-tracking branch 'origin/master' into add_keep_events_for_to_agents %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 6a276e0d76 add new JSONSerializedField Concern and better specs around handling of json string assignment to memory and options %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 91c82741e5 add validation and updating of existing event's expires_at values %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 00b7423dd7 add cached columns for event creation and last errors, reducing the number of SQL queries %!s(int64=10) %!d(string=hace) años
  Andrew Cantino a408ae48ea globally avoid using symbols since we're moving to json storage %!s(int64=10) %!d(string=hace) años