106 Commits (1e0df92b797264a08a046af03e1e22ba5d3c758d)

Author SHA1 Message Date
  Karol Bucek 8ca39a5802 minor tweaks (#1669) 7 years ago
  Dominik Sander 94edebef9c Merge pull request #1254 from dsander/add-no-bulk-receive 8 years ago
  Dominik Sander a958b15f18 Add no_bulk_receive! option to ensure each event is processed individually 8 years ago
  George Opritescu 48880507db Renamed method, and used present? 8 years ago
  George Opritescu d955ce003a Code review changes 8 years ago
  George Opritescu 267d082769 Fixed typo, and removed instance var 8 years ago
  George Opritescu 6232189688 Allow error codes, such as 404, to be considered successful, potential solution for #1272 8 years ago
  Andrew Cantino b959d53f41 PostAgent can emit events 8 years ago
  Andrew Cantino 3469ed2a5e Add a migration to set url_from_event and remove direct usage of Event `url` payload value 8 years ago
  Andrew Cantino 8d8d8d614a When the WebsiteAgent receives Events, we do not need to require that they contain a url keyword 8 years ago
  Andrew Cantino 4dd4c1c6cf Better description 8 years ago
  Andrew Cantino 39765f8875 Rename to `data_from_event` and use Liquid 8 years ago
  Andrew Cantino 5eeca709c7 Add event_data_path option to the WebsiteAgent to handle data directly in incoming Events 8 years ago
  Akinori MUSHA cdfdc7f3c5 Introduce Utils.normalize_uri and use it in WebsiteAgent 8 years ago
  oroce 38b81bc784 removed strip_cdata section from the docs 8 years ago
  oroce a796caa306 stripping cdata should be the default behaviour 8 years ago
  oroce 8afca6fed0 stripping cdata from the value 8 years ago
  Andrew Cantino 48d5990146 Allow url_from_event in the WebsiteAgent to be an Array 8 years ago
  Dustin Miller 7b85bad267 Cleaned up Agent descriptions: consistent format for their beginning. 8 years ago
  Akinori MUSHA 6f667a4973 Implement charset handling in WebRequestConcern 8 years ago
  Akinori MUSHA 3f5bab77f6 Activate events_order in WebsiteAgent 8 years ago
  Akinori MUSHA 9f790aa709 Refactor the handling of stringified integers 9 years ago
  Andrew Cantino 3584c8fa5e allow integer indexes as strings 9 years ago
  Akinori MUSHA c1a5f1ef11 Do not call interpolated in `working?` 9 years ago
  Akinori MUSHA c16aa9294d Validate options without interpolation that may raise an error 9 years ago
  Akinori MUSHA dd5d213508 Enhance WebsiteAgent#validate_extract_options! 9 years ago
  Akinori MUSHA c0ce33a2d6 Make `.` the default value for `value` in HTML/XML extraction details 9 years ago
  Akinori MUSHA 130ca6c9af Rename the option name to `url_from_event`, suggested by @cantino 9 years ago
  Akinori MUSHA 276420866e Add a url_on_receive option to WebsiteAgent 9 years ago
  Akinori MUSHA e593aaa2d6 Validate a url in check_url() instead of doing it in the caller 9 years ago
  Akinori MUSHA 63583d4286 Organize the description for WebsiteAgent into sections 9 years ago
  Irfan Charania 968a7f3ff6 Add instruction for extracting inner and outer HTML 9 years ago
  Akinori MUSHA e791f75648 Add a new option `use_namespaces` to WebsiteAgent. 9 years ago
  Akinori MUSHA 2bb89c4e39 Add specs for the extraction type `xml`. 9 years ago
  Akinori MUSHA 76929583d7 Call remove_namespaces! just once. 9 years ago
  Akinori MUSHA b7055921d3 Remove a redundant argument from extract_each(). 9 years ago
  Andrew Cantino 84ebfa18cb add a validation that warns the user if they have not provided a path when using JSONPath 9 years ago
  Andrew Cantino 9a7ebc09b7 Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun 9 years ago
  Akinori MUSHA 847282f246 Refactor WebsiteAgent::store_payload! 9 years ago
  Andrew Cantino 5daec862eb Merge pull request #766 from stvnrlly/master 9 years ago
  stvnrlly 4b9535d70d make unzip specific to gzip to leave room for other methods 9 years ago
  KimJungHun c39d17a94a fixes a typo 9 years ago
  Andrew Cantino d3564c18fd allow FormConfigurable text areas to be syntax highlighted; allow JavaScriptAgent to be dry run 9 years ago
  stvnrlly a7c61ae559 documentation for unzip option 9 years ago
  stvnrlly b2ac4ae737 handle gzipped json 9 years ago
  Akinori MUSHA 979f803759 Add a "Dry Run" feature to the Agent form. 9 years ago
  Andrew Cantino 49a94f0f7a Switch to boolify and document disable_ssl_verification 9 years ago
  Chris Eidhof d659152db1 Added changes by @knu 9 years ago
  Chris Eidhof 37104e4a6b Added a note about merge mode 9 years ago
  Chris Eidhof b2218df623 Added merge mode 9 years ago