Commit graph

1307 commits

Author SHA1 Message Date
Dominik Sander
15622e2c7e Merge pull request #1404 from omniscopeio/onboarding
Sets the new user up with an example set of agents
2016-04-11 09:28:56 +02:00
Will Read
98f50de06b Sets the new user up with an example set of agents
- gives them a place to start from
- leverages existing code to import scenarios
- adds test coverage to seeds to ensure sees can run multiple times against the same db as is the case for Docker
- adds env variable to set if importing is turned on for new user
- adds env variable to point to a custom scenario for new users
2016-04-10 16:03:21 -07:00
Albert Sun
97d7c799bb sms.messages is being deprecated from twilio 2016-04-08 16:59:04 -04:00
Judy Ngai
697167b15a no implicit conversion of nil into string 2016-04-05 14:46:43 -04:00
Akinori MUSHA
90cd771c5a Merge pull request #1386 from cantino/simplify_log_format
Simplify the log format for Dry Run
2016-04-05 20:44:30 +09:00
Akinori MUSHA
30e3104553 Avoid potential name collision as suggested by @cantino 2016-04-05 17:11:31 +09:00
Dominik Sander
8bb715382f Merge pull request #1402 from dsander/post-agent-raw
PostAgent: allow sending arbitrary string data
2016-04-04 11:48:19 +02:00
Dominik Sander
eecd67c378 PostAgent: allow sending arbitrary string data
When `content_type` contains a MIME type and `payload` is not a Hash the string in `payload` will be send as the HTTP
body and `content_type` is send as the `Content-Type` header.

 #1361
2016-04-04 10:41:39 +02:00
Tom König
d4daf356dd escape the otherwise omitted auth_token within the getUpdates address 2016-04-01 08:57:28 +02:00
Andrew Cantino
85d901b403 Merge pull request #1381 from tomknig/telegram_agent
add telegram agent
2016-03-30 19:35:55 -07:00
Tom König
2995029890 Minor refactoring regarding feedback of @cantino:
- minor improvements of the description
- use HTTMultiParty directly, instead of including it
- ensure that tempfiles are closed and unlinked
2016-03-30 09:28:05 +02:00
Andrew Cantino
2a9ff37c08 Minor whitespace 2016-03-29 21:30:32 -07:00
Andrew Cantino
6c63d63373 Fix #1390 2016-03-29 21:30:26 -07:00
Andrew Cantino
e216686cf8 Merge branch 'master' of github.com:cantino/huginn 2016-03-29 21:25:45 -07:00
Andrew Cantino
cc92181745 Merge pull request #1374 from thiagotalma/agent-menu
Menu actions on more screens
2016-03-29 21:25:39 -07:00
Andrew Cantino
abbc04daa0 Minor grammar 2016-03-29 21:20:45 -07:00
Andrew Cantino
99e709f2b0 Merge pull request #1384 from Jngai/flightapi
added round trip option to google flight agent
2016-03-29 21:18:39 -07:00
Andrew Cantino
b156e525b3 Merge pull request #1377 from thiagotalma/clone-fix-scenario
Fix missing scenario clone
2016-03-29 21:13:15 -07:00
Judy Ngai
519ce8853b grammar change and changed spec accordingly 2016-03-29 10:28:51 -04:00
Akinori MUSHA
cb6f77f858 Simplify the log format for Dry Run
- Omit the severity initial and progname
- Show the elapsed time in HH:MM:SS instead of full date-time
2016-03-29 18:50:23 +09:00
Akinori MUSHA
a0f886690d Set the default focus on the Dry Run button 2016-03-29 18:42:41 +09:00
Tom König
c54b68ddff remove dependency to telegram client; migrate the according code to httmultiparty 2016-03-29 08:48:48 +02:00
Andrew Cantino
e92258bf05 Merge pull request #1376 from thiagotalma/source-colummn
Events - Display the column Sources only when show all
2016-03-28 22:01:16 -07:00
Judy Ngai
d465cbffb5 added round trip option to google flight agent 2016-03-28 15:24:28 -04:00
Thiago Talma
0556374bcd Indent with 2 spaces 2016-03-28 09:23:39 -03:00
Tom König
adc1dee4fb implement basic telegram agent 2016-03-27 15:56:31 +02:00
Thiago Talma
c668e28f49 Fix missing scenario clone 2016-03-27 01:44:18 -03:00
Andrew Cantino
d13edc2b53 Merge pull request #1371 from thiagotalma/dry-tabs
Show Dry Run Result with tabs
2016-03-26 20:08:04 -07:00
Thiago Talma
5c9b8b7f27 Show Sources column only when sowing all events 2016-03-27 00:03:04 -03:00
Thiago Talma
7bc0c0f173 Mini action menu as view 2016-03-26 23:58:07 -03:00
Thiago Talma
75d6d5baaa Actions menu 2016-03-26 17:13:39 -03:00
Thiago Talma
92064a0741 margin 2016-03-26 00:52:16 -03:00
Thiago Talma
84fd6365f3 empty result 2016-03-25 15:15:46 -03:00
Thiago Talma
a24d1bc037 tab order and activate log when events are empty 2016-03-25 13:34:58 -03:00
Judy Ngai
16c0505a0a Revert "removing old flight agent"
This reverts commit 46ca9d7919.
2016-03-25 10:58:39 -04:00
Thiago Talma
5bd2b25bc5 Show dry result in tabs 2016-03-25 00:09:47 -03:00
Judy Ngai
317e5c47da making form configurable more explicit 2016-03-24 16:26:21 -04:00
Judy Ngai
5fb7dd5d88 changed to form configurable, name changed, small clarifications 2016-03-24 16:17:33 -04:00
Judy Ngai
46ca9d7919 removing old flight agent 2016-03-24 10:10:04 -04:00
Judy Ngai
c02f32207e qpx agent 2016-03-23 17:49:45 -04:00
Judy Ngai
1d07bca221 checking in progress on flight agent 2016-03-23 17:49:45 -04:00
Judy Ngai
1f29dee93c qpx express flight agent 2016-03-23 17:49:45 -04:00
Dominik Sander
075545191a Merge pull request #1364 from kreuzwerker/feature/json-parse
Add JsonParseAgent
2016-03-22 10:18:57 +01:00
Dominik Sander
e2981b0ded Add JsonParseAgent
It parses a JSON string and emits the data in a new event
2016-03-22 10:05:43 +01:00
Andrew Cantino
7a4ebee73d Merge pull request #1354 from Jngai/aftership
Aftership
2016-03-20 17:25:23 -07:00
Judy Ngai
a011af55a9 add in can not receive events 2016-03-19 11:44:56 -04:00
Dominik Sander
9d1bfeb778 Make FtpsiteAgent FileHandling aware
It emits file_pointers for changed files and writes received events to the FTP server.
2016-03-18 20:43:35 +01:00
Dominik Sander
74c4a2d5b8 Add CsvAgent which parses CSV and serializes data to CSV 2016-03-18 20:43:35 +01:00
Dominik Sander
40835e981f Add S3Agent to read and write files to S3 buckets 2016-03-18 20:43:35 +01:00
Dominik Sander
89629ec216 Add ReadFileAgent, it consumes a file_pointer and emits the contents as a string 2016-03-18 20:43:35 +01:00