Andrew Cantino
|
48d5990146 |
Allow url_from_event in the WebsiteAgent to be an Array |
9 anos atrás |
Dustin Miller
|
7b85bad267 |
Cleaned up Agent descriptions: consistent format for their beginning. |
9 anos atrás |
Akinori MUSHA
|
6f667a4973 |
Implement charset handling in WebRequestConcern |
9 anos atrás |
Akinori MUSHA
|
3f5bab77f6 |
Activate events_order in WebsiteAgent |
9 anos atrás |
Akinori MUSHA
|
9f790aa709 |
Refactor the handling of stringified integers |
9 anos atrás |
Andrew Cantino
|
3584c8fa5e |
allow integer indexes as strings |
9 anos atrás |
Akinori MUSHA
|
c1a5f1ef11 |
Do not call interpolated in `working?` |
9 anos atrás |
Akinori MUSHA
|
c16aa9294d |
Validate options without interpolation that may raise an error |
9 anos atrás |
Akinori MUSHA
|
dd5d213508 |
Enhance WebsiteAgent#validate_extract_options! |
9 anos atrás |
Akinori MUSHA
|
c0ce33a2d6 |
Make `.` the default value for `value` in HTML/XML extraction details |
9 anos atrás |
Akinori MUSHA
|
130ca6c9af |
Rename the option name to `url_from_event`, suggested by @cantino |
9 anos atrás |
Akinori MUSHA
|
276420866e |
Add a url_on_receive option to WebsiteAgent |
9 anos atrás |
Akinori MUSHA
|
e593aaa2d6 |
Validate a url in check_url() instead of doing it in the caller |
9 anos atrás |
Akinori MUSHA
|
63583d4286 |
Organize the description for WebsiteAgent into sections |
9 anos atrás |
Irfan Charania
|
968a7f3ff6 |
Add instruction for extracting inner and outer HTML |
9 anos atrás |
Akinori MUSHA
|
e791f75648 |
Add a new option `use_namespaces` to WebsiteAgent. |
10 anos atrás |
Akinori MUSHA
|
2bb89c4e39 |
Add specs for the extraction type `xml`. |
10 anos atrás |
Akinori MUSHA
|
76929583d7 |
Call remove_namespaces! just once. |
10 anos atrás |
Akinori MUSHA
|
b7055921d3 |
Remove a redundant argument from extract_each(). |
10 anos atrás |
Andrew Cantino
|
84ebfa18cb |
add a validation that warns the user if they have not provided a path when using JSONPath |
9 anos atrás |
Andrew Cantino
|
9a7ebc09b7 |
Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun |
9 anos atrás |
Akinori MUSHA
|
847282f246 |
Refactor WebsiteAgent::store_payload! |
9 anos atrás |
Andrew Cantino
|
5daec862eb |
Merge pull request #766 from stvnrlly/master |
9 anos atrás |
stvnrlly
|
4b9535d70d |
make unzip specific to gzip to leave room for other methods |
9 anos atrás |
KimJungHun
|
c39d17a94a |
fixes a typo |
9 anos atrás |
Andrew Cantino
|
d3564c18fd |
allow FormConfigurable text areas to be syntax highlighted; allow JavaScriptAgent to be dry run |
9 anos atrás |
stvnrlly
|
a7c61ae559 |
documentation for unzip option |
9 anos atrás |
stvnrlly
|
b2ac4ae737 |
handle gzipped json |
9 anos atrás |
Akinori MUSHA
|
979f803759 |
Add a "Dry Run" feature to the Agent form. |
10 anos atrás |
Andrew Cantino
|
49a94f0f7a |
Switch to boolify and document disable_ssl_verification |
9 anos atrás |
Chris Eidhof
|
d659152db1 |
Added changes by @knu |
10 anos atrás |
Chris Eidhof
|
37104e4a6b |
Added a note about merge mode |
10 anos atrás |
Chris Eidhof
|
b2218df623 |
Added merge mode |
10 anos atrás |
Chris Eidhof
|
4f5ace5612 |
First checkpoint in refactoring the website agent to accept merge mode |
10 anos atrás |
Paul Symons
|
8fe4e7a452 |
Fix typo referring for xpath function normalize-space (was: normalize-text) |
10 anos atrás |
Akinori MUSHA
|
57abf7d6ac |
Fix markdown markups. Text styles do not work in `...`. |
10 anos atrás |
Andrew Cantino
|
815c6d6b86 |
larger model; fix bootstrap error errors |
10 anos atrás |
Akinori MUSHA
|
c21bada226 |
WebsiteAgent: Provide a variable _response_ for interpolation. |
10 anos atrás |
Akinori MUSHA
|
e2f2ff5da8 |
Remove "locals" from Drop classes and introduce a real context class. |
10 anos atrás |
Akinori MUSHA
|
0227496669 |
Clean up code with `mode`. |
10 anos atrás |
Akinori MUSHA
|
432f952b0a |
Refactor WebsiteAgent#check_url. |
10 anos atrás |
Akinori MUSHA
|
863e2b8c70 |
WebsiteAgent should interpolate values from incoming event payload. |
10 anos atrás |
Akinori MUSHA
|
ba7dbceb7a |
Omit option details from event_description of WebsiteAgent. |
10 anos atrás |
Akinori MUSHA
|
cb71c84842 |
Remove trailing commas from JSON examples. |
10 anos atrás |
Akinori MUSHA
|
0f1b30bd9c |
Move require's for faraday to the right place. |
10 anos atrás |
Akinori MUSHA
|
39046da035 |
Explain the basics of Ruby's regexp and leave a pointer to ruby-doc.org. |
10 anos atrás |
Akinori MUSHA
|
fca8051e81 |
Add a parser type `text` to WebsiteAgent. |
10 anos atrás |
Akinori MUSHA
|
d006fd662b |
Show user the correct default User-Agent value. |
10 anos atrás |
Akinori MUSHA
|
fa0723ed8a |
Correct an XPath in description. |
10 anos atrás |
Akinori MUSHA
|
7b6119f1f2 |
`"text": true` should have meant ".//text()", not "text()". |
10 anos atrás |