109 Commits (a5fbb41b00025048fcfbe372615aec8666bc76a9)

Autor SHA1 Mensaje Fecha
  Dominik Sander 53d4559f6e Improve agent and scenario forms %!s(int64=8) %!d(string=hace) años
  Albert Sun 6a9ad21f13 format.to_s based on @cantino review %!s(int64=8) %!d(string=hace) años
  Albert Sun 5da40533c6 modify receive_web_request to take either 1 or 3 arguments %!s(int64=8) %!d(string=hace) años
  Albert Sun 9ddb4e97de receive_web_request can also now receive the ActionDispatch request object %!s(int64=8) %!d(string=hace) años
  Albert Sun 58f6307e2c Pass request headers through to agents that implement receive_web_request %!s(int64=8) %!d(string=hace) años
  Thiago Talma c668e28f49 Fix missing scenario clone %!s(int64=8) %!d(string=hace) años
  Dominik Sander 8508928943 Admins can deactivate user accounts %!s(int64=8) %!d(string=hace) años
  Dominik Sander a958b15f18 Add no_bulk_receive! option to ensure each event is processed individually %!s(int64=8) %!d(string=hace) años
  Akinori MUSHA 9d5c13accd Make sure Agent#build_event initializes `event.agent` %!s(int64=9) %!d(string=hace) años
  Akinori MUSHA 96c6d417c1 Make create_event() accept an Event in addition to a Hash %!s(int64=9) %!d(string=hace) años
  Akinori MUSHA f86c9c5027 Introduce SortableEvents for user-defined events sorting/reordering %!s(int64=9) %!d(string=hace) años
  Andrew Cantino 4f319a3ab4 Merge branch 'master' of https://github.com/stvnrlly/huginn into stvnrlly-master %!s(int64=9) %!d(string=hace) años
  Akinori MUSHA 22eb2fa9ef Show the number of disabled Agents in the toggle button %!s(int64=9) %!d(string=hace) años
  stvnrlly 0d7069adbf more work on cleanup time %!s(int64=9) %!d(string=hace) años
  stvnrlly 855799d355 make cleanup time fully configurable %!s(int64=9) %!d(string=hace) años
  stvnrlly 725bc24513 move short event life option earlier in list %!s(int64=9) %!d(string=hace) años
  stvnrlly 9a5e22a857 env option to allow frequent event expiration, fixes #765 %!s(int64=9) %!d(string=hace) años
  Dominik Sander b863232429 Use ActiveJobs interface %!s(int64=9) %!d(string=hace) años
  Dominik Sander 13e31de310 Fix random spec failure caused by async_receive not ordering queried events %!s(int64=9) %!d(string=hace) años
  Dominik Sander 2ece339c42 Upgrade to rails 4.2 %!s(int64=9) %!d(string=hace) años
  Akinori MUSHA 979f803759 Add a "Dry Run" feature to the Agent form. %!s(int64=10) %!d(string=hace) años
  Andrew Cantino 7ee3c01690 allow logging of any object by inspecting non-strings %!s(int64=9) %!d(string=hace) años
  Dominik Sander 60956c49b9 Added a concern to configure Agents via HTML forms %!s(int64=10) %!d(string=hace) años
  Andrew Cantino daf8cc963b seperate error logs with new lines %!s(int64=10) %!d(string=hace) años
  Andrew Cantino eb52eeeeea experimental branch to support using fewer gems for saving RAM %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA a7f5ee3051 Do not update last_checked_event_id if an agent cannot receive events. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA ea0fb2cf90 Make drop_pending_events a virtual attribute of Agent. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA a6c16f07ac Stop requiring files that is to be autoloaded. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 36102dd3f1 Call load_types_in after necessary class methods are defined. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 10ce9d598b Merge remote-tracking branch 'knu/scheduler_agent' %!s(int64=10) %!d(string=hace) años
  Brandon Hansen 4d7b89482c Remove case statement as it is redundant in the else %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 706ce8d997 Clone controller_target_ids too. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 95a067a4de Compare user_id's rather than user objects. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 8065721b77 Rename "chain" to "control link" for clarity. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 30041706ff Rename "target" to "control target". %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA 806e41dd4c Merge branch 'master' into scheduler_agent %!s(int64=10) %!d(string=hace) años
  Dominik Sander 74ced66beb Merge pull request #324 from dsander/omniauth %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA a93bb2674e Refactor Drop classes. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA de5619fb64 Rename "runner" to "controller". %!s(int64=10) %!d(string=hace) años
  Dominik Sander 00663c153c Merge branch 'master' into omniauth %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA b4636f8c67 Provide a target agent select box for an agent that can run other agents. %!s(int64=10) %!d(string=hace) años
  Akinori MUSHA c7e67a36e6 Add "chains" to represent runner-target relationships between Agents. %!s(int64=10) %!d(string=hace) años
  Dominik Sander d529872e37 TwitterStream bugfixes %!s(int64=10) %!d(string=hace) años
  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