Commit Graph

121 Commits

Author SHA1 Message Date
Ubuntu
78fd57bf37 functions: 0.0.58 release [skip ci] 2016-11-06 17:30:16 +00:00
Carlos C
d5fb1afda7 Revert "Assert License (#224)"
This reverts commit a61c4dab78.
2016-11-06 09:25:12 -08:00
Ubuntu
92950d182e functions: 0.0.57 release [skip ci] 2016-11-06 17:18:39 +00:00
C Cirello
a61c4dab78 Assert License (#224)
* license: assert license for Go code
* license: add in shell scripts
* license: assert license for Ruby code
* license: assert license to individual cases
* license: assert license to Dockerfile
2016-11-05 23:33:07 +01:00
Ubuntu
851d321e9a functions: 0.0.56 release [skip ci] 2016-11-04 21:59:46 +00:00
Ubuntu
2ff5f1b39b functions: 0.0.55 release [skip ci] 2016-11-04 21:10:03 +00:00
Ubuntu
23c5c8cca7 functions: 0.0.54 release [skip ci] 2016-11-03 17:58:18 +00:00
Ubuntu
2c222fcd32 functions: 0.0.53 release [skip ci] 2016-11-03 15:41:05 +00:00
C Cirello
1025caeb04 fnctl: add run command and fix env var handling (#211)
* fnctl: add run command and fix env var handling
* fnctl: fix help screens
* fnctl: address code review and fix logic mistake
2016-11-03 16:37:29 +01:00
Ubuntu
5b5422148b functions: 0.0.52 release [skip ci] 2016-11-03 00:39:35 +00:00
Ubuntu
85dad75d0f functions: 0.0.51 release [skip ci] 2016-11-01 23:22:46 +00:00
Ubuntu
c8e4a9b82b functions: 0.0.50 release [skip ci] 2016-11-01 20:19:18 +00:00
Ubuntu
570fdea062 functions: 0.0.49 release [skip ci] 2016-11-01 16:31:03 +00:00
Ubuntu
7f31267328 functions: 0.0.48 release [skip ci] 2016-11-01 00:37:02 +00:00
Ubuntu
edc639d2d6 functions: 0.0.47 release [skip ci] 2016-10-24 17:04:27 +00:00
Ubuntu
946ba1b188 functions: 0.0.46 release [skip ci] 2016-10-23 23:40:53 +00:00
Ubuntu
3f1608fbbe functions: 0.0.45 release [skip ci] 2016-10-20 21:01:07 +00:00
Ubuntu
3697fb4ca5 functions: 0.0.44 release [skip ci] 2016-10-19 23:46:38 +00:00
Ubuntu
9e73770811 functions: 0.0.43 release [skip ci] 2016-10-19 22:56:49 +00:00
Travis Reeder
3c5f682ff3 Circle release. 2016-10-19 15:52:04 -07:00
Ubuntu
940e3ef8da functions: 0.0.41 release [skip ci] 2016-10-19 22:36:43 +00:00
Ubuntu
fe7357e0b4 functions: 0.0.40 release 2016-10-19 22:06:19 +00:00
Travis Reeder
1f6b0b3ad7 functions: 0.0.39 release 2016-10-18 16:04:22 -07:00
C Cirello
42efb2ed6b Improve routes query (#172) 2016-10-14 21:52:25 +02:00
Travis Reeder
3f5af686b1 Skipping this test for now. 2016-10-13 20:24:06 -07:00
Travis Reeder
74402bdfea Fixing tests. 2016-10-13 20:24:06 -07:00
Travis Reeder
3e443e604c Added async post command to README. 2016-10-13 20:24:06 -07:00
Travis Reeder
75383d060f Updated route_name in json to app_name. 2016-10-13 20:24:06 -07:00
Travis Reeder
25f582b180 Updated README and simplified/cleaned up some code. 2016-10-13 20:24:06 -07:00
C Cirello
df3d5b48ce Fix race condition during initialization (#163)
Currently, async workers are started before HTTP interface is available
to get their requests. It fixes by ensuring that async workers are
started after HTTP interface is up.

Essentially we are getting rid of an error message during bootstrap:

        ERRO[0000] Could not fetch task error=Get http://127.0.0.1:8080/tasks: dial tcp 127.0.0.1:8080: getsockopt: connection refused
2016-10-13 22:56:34 +02:00
C Cirello
34b4b25092 Log messages cleanup (#158) 2016-10-13 18:11:31 +02:00
C Cirello
4cbfb3ccfd Reduce test log verbosity (#150)
* Reduce test verbosity
* Divert gin's log to the test buffer
* Divert stdlib's log to the test buffer
* Add bolt tests into log buffer

* Add a linebreak to improve log output layout
2016-10-13 00:06:02 +02:00
Seif Lotfy سيف لطفي
006c01c97e Change default API URL from localhost to 127.0.0.1 (#153)
* Change host from localhost to 127.0.0.1

* change unit tests to also use 127.0.0.1 instead of localhost
2016-10-13 00:00:53 +02:00
Pedro Nasser
2e12e2c700 Fix input async tasks + tests (#137) 2016-10-12 22:23:34 +02:00
Travis Reeder
32f91e83ea Fixes issues with dependencies. 2016-10-12 19:15:39 +02:00
Seif Lotfy سيف لطفي
064d597b60 Fix runner changes (#135)
* Upgrade iron-io/runner to 165c16a9

* fix support for Stdin to work
2016-10-07 21:17:40 +02:00
Seif Lotfy سيف لطفي
52cab30056 Change PAYLOAD input to STDIN (#111)
* change to iron-io/runner dependency
* Fix runner dependency
* Change PAYLOAD input to STDIN, fixes #40
2016-10-06 18:44:58 -03:00
C Cirello
3ca137a01c Upgrade to Go 1.7 (#128)
* Upgrade to stdlib context package
* Modernized syntax
2016-10-06 20:10:00 +02:00
Seif Lotfy سيف لطفي
fbcec6bf40 Depend on iron-io/runner instead of iron-io/worker (#124) 2016-10-05 20:42:12 +02:00
Carlos C
0ecb6ca5cc Add context do models.MessageQueue interface 2016-10-03 23:49:08 +02:00
Seif Lotfy
a8535120da async calls return the call_id/task_id 2016-10-02 22:38:51 +02:00
Seif Lotfy
f5c4f5f7a9 Fix unit tests due to missing mock MQ 2016-09-30 23:04:56 +02:00
Seif Lotfy
54f66c7b09 update glide 2016-09-26 12:59:18 +02:00
Seif Lotfy
92df53b144 Add support for Async worker 2016-09-24 10:06:57 +02:00
Seif Lotfy
b623fc27e4 Initial work on async functions 2016-09-24 10:06:51 +02:00
Henrique Chehad
06294b4b77 updated worker repository ref 2016-09-19 20:41:35 -03:00
Henrique Chehad
f4e8065cd9 server port comment about default/PORT env var 2016-09-19 16:58:24 -03:00
Pedro Nasser
a98b7e25d0 metric logger 2016-09-12 11:46:21 -03:00
Pedro Nasser
5d50721db1 add initial queue to runner 2016-09-09 00:54:00 -03:00
Henrique Chehad
49afdf5f35 created metrics func 2016-09-06 16:41:11 -03:00