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
a0f886690d
Set the default focus on the Dry Run button
2016-03-29 18:42:41 +09: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
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
Dominik Sander
38f1044078
Add LocalFileAgent and introduce concept to handle files
...
The idea is to have source agents (`LocalFile` and `S3Agent` for now), which just emit a "file_pointer" and consuming
agents (`ReadFile` and `CsvAgent`) which get access to an `IO` object to actually access the file contents. This way we
do not have to pass megabytes of data through the database and the consuming agents can work with relatively unlimited
file sizes.
2016-03-18 20:43:28 +01:00
Dominik Sander
bf7c2feba4
Merge pull request #1330 from kreuzwerker/feature/user-admin-interface
...
Admin user management
2016-03-17 21:02:27 +01:00
Dominik Sander
c0c74113bf
Admins should not be able to deactivate their own accounts
2016-03-17 20:47:57 +01:00
Dominik Sander
8508928943
Admins can deactivate user accounts
2016-03-17 20:47:51 +01:00
Dominik Sander
ee1ebea830
Allow to configure various devise settings in .env
2016-03-17 20:47:45 +01:00
Dominik Sander
4722ebfe4e
Add admin user management interface
2016-03-17 20:36:07 +01:00
Judy Ngai
0ead3673b4
lots of clarifications and providing full api path
2016-03-17 11:19:51 -04:00
Judy Ngai
5ae16f3f55
markdown description
2016-03-16 11:58:28 -04:00
Judy Ngai
7b3b5d5007
one bug and clarified description some more
2016-03-16 10:31:54 -04:00
Judy Ngai
94b621f5e9
missed a spelling change
2016-03-16 10:24:37 -04:00
Judy Ngai
acc2465ee9
feedback received and addressed
2016-03-16 10:22:40 -04:00
Andrew Cantino
0e32f405e1
Merge pull request #1348 from cantino/add_agent_age_column
...
Add column with default sort to prioritize new Agents in the index view
2016-03-15 21:32:28 -07:00
Judy Ngai
75bbb208f6
test completed
2016-03-15 13:44:24 -04:00
Judy Ngai
71926e2cd7
half of the spec created
2016-03-15 12:45:23 -04:00