74 Commissions (ffe9b3858086311792f4ec7ddd7942c5b5396f20)

Auteur SHA1 Message Date
  Akinori MUSHA e791f75648 Add a new option `use_namespaces` to WebsiteAgent. 10 ans auparavant
  Akinori MUSHA 2bb89c4e39 Add specs for the extraction type `xml`. 10 ans auparavant
  Akinori MUSHA 76929583d7 Call remove_namespaces! just once. 10 ans auparavant
  Akinori MUSHA b7055921d3 Remove a redundant argument from extract_each(). 10 ans auparavant
  Andrew Cantino 84ebfa18cb add a validation that warns the user if they have not provided a path when using JSONPath 9 ans auparavant
  Andrew Cantino 9a7ebc09b7 Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun 9 ans auparavant
  Akinori MUSHA 847282f246 Refactor WebsiteAgent::store_payload! 10 ans auparavant
  Andrew Cantino 5daec862eb Merge pull request #766 from stvnrlly/master 10 ans auparavant
  stvnrlly 4b9535d70d make unzip specific to gzip to leave room for other methods 10 ans auparavant
  KimJungHun c39d17a94a fixes a typo 10 ans auparavant
  Andrew Cantino d3564c18fd allow FormConfigurable text areas to be syntax highlighted; allow JavaScriptAgent to be dry run 10 ans auparavant
  stvnrlly a7c61ae559 documentation for unzip option 10 ans auparavant
  stvnrlly b2ac4ae737 handle gzipped json 10 ans auparavant
  Akinori MUSHA 979f803759 Add a "Dry Run" feature to the Agent form. 10 ans auparavant
  Andrew Cantino 49a94f0f7a Switch to boolify and document disable_ssl_verification 10 ans auparavant
  Chris Eidhof d659152db1 Added changes by @knu 10 ans auparavant
  Chris Eidhof 37104e4a6b Added a note about merge mode 10 ans auparavant
  Chris Eidhof b2218df623 Added merge mode 10 ans auparavant
  Chris Eidhof 4f5ace5612 First checkpoint in refactoring the website agent to accept merge mode 10 ans auparavant
  Paul Symons 8fe4e7a452 Fix typo referring for xpath function normalize-space (was: normalize-text) 10 ans auparavant
  Akinori MUSHA 57abf7d6ac Fix markdown markups. Text styles do not work in `...`. 10 ans auparavant
  Andrew Cantino 815c6d6b86 larger model; fix bootstrap error errors 10 ans auparavant
  Akinori MUSHA c21bada226 WebsiteAgent: Provide a variable _response_ for interpolation. 10 ans auparavant
  Akinori MUSHA e2f2ff5da8 Remove "locals" from Drop classes and introduce a real context class. 10 ans auparavant
  Akinori MUSHA 0227496669 Clean up code with `mode`. 10 ans auparavant
  Akinori MUSHA 432f952b0a Refactor WebsiteAgent#check_url. 10 ans auparavant
  Akinori MUSHA 863e2b8c70 WebsiteAgent should interpolate values from incoming event payload. 10 ans auparavant
  Akinori MUSHA ba7dbceb7a Omit option details from event_description of WebsiteAgent. 10 ans auparavant
  Akinori MUSHA cb71c84842 Remove trailing commas from JSON examples. 10 ans auparavant
  Akinori MUSHA 0f1b30bd9c Move require's for faraday to the right place. 10 ans auparavant
  Akinori MUSHA 39046da035 Explain the basics of Ruby's regexp and leave a pointer to ruby-doc.org. 10 ans auparavant
  Akinori MUSHA fca8051e81 Add a parser type `text` to WebsiteAgent. 10 ans auparavant
  Akinori MUSHA d006fd662b Show user the correct default User-Agent value. 10 ans auparavant
  Akinori MUSHA fa0723ed8a Correct an XPath in description. 10 ans auparavant
  Akinori MUSHA 7b6119f1f2 `"text": true` should have meant ".//text()", not "text()". 10 ans auparavant
  Akinori MUSHA 76ecced268 WebsiteAgent: Improve readability with regard to XPath evaluation. 10 ans auparavant
  Akinori MUSHA 4d623c5893 WebsiteAgent: Introduce per-node XPath evaluation in extraction. 10 ans auparavant
  Andrew Cantino f4df522f2f adding a basic RSS agent 10 ans auparavant
  Theofilos Papapanagiotou 669b77ce37 Ignore xmlns when evaluating xpath 10 ans auparavant
  Andrew Cantino 073df69df7 take dsander's advice and use interpolated instead of interpolated_options 10 ans auparavant
  Andrew Cantino a8f32c5e85 Add memoized interpolated_options and used it everywhere. 10 ans auparavant
  Andrew Cantino fd2e8cd8b6 add headers option to WebsiteAgent 11 ans auparavant
  Akinori MUSHA e8751af629 Add a `user_agent` option to WebsiteAgent. 11 ans auparavant
  Akinori MUSHA 85a7369e65 Use Faraday in WebsiteAgent and make HTTP backend library selectable. 11 ans auparavant
  Akinori MUSHA 88e3132897 JSON does not allow the use of single quotation, so do not encourage it. 11 ans auparavant
  Maximilian Clarke 23356e2a04 Added http/s check and cleaned up receive code 11 ans auparavant
  Maximilian Clarke 9bf3c2c824 Updated WebsiteAgent to receive events 11 ans auparavant
  Maximilian Clarke 0e30b083b4 Updated agent description 11 ans auparavant
  Maximilian Clarke 19c005fe45 Modified website_agent to take an array of urls 11 ans auparavant
  Andrew Cantino 7d9279b871 Merge pull request #212 from knu/website_agent-force_encoding 11 ans auparavant