Ubuntu
71dabe21ae
functions: 0.0.65 release [skip ci]
2016-11-09 22:03:48 +00:00
Ubuntu
39dec71827
functions: 0.0.64 release [skip ci]
2016-11-09 17:45:06 +00:00
Ubuntu
ae6a44ca5a
functions: 0.0.63 release [skip ci]
2016-11-09 16:55:04 +00:00
Ubuntu
aa5c367091
functions: 0.0.62 release [skip ci]
2016-11-08 23:38:19 +00:00
Ubuntu
1ec5aca19e
functions: 0.0.61 release [skip ci]
2016-11-08 21:54:03 +00:00
Ubuntu
71f1c616ed
functions: 0.0.60 release [skip ci]
2016-11-08 20:53:15 +00:00
Ubuntu
f50f7a2c33
functions: 0.0.59 release [skip ci]
2016-11-08 17:49:01 +00:00
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
Nikhil Marathe
1397899358
Fix max memory on non-linux machines and memory decrement after failures.
...
* Always decrement memory even if task preparation or execution fails.
* Fall back to max 2GB memory on non-Linux. 300GB is ridiculous.
* Simplify loop
2016-10-31 17:33:04 -07: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
Seif Lotfy سيف لطفي
e85a31b715
Add missing swagger spec ( #175 )
...
* Add missing swagger spec
* More cleaning up of the swagger.yml and removing unused structs
* Add TaskWrapper
2016-10-19 12:22:41 -07:00
Travis Reeder
1f6b0b3ad7
functions: 0.0.39 release
2016-10-18 16:04:22 -07:00
Seif Lotfy سيف لطفي
0270eca460
remove unused ApplyAppFilter which always returns true ( #177 )
2016-10-17 11:37:31 -07:00
Travis Reeder
41c06644d9
Docs related to running in production. ( #174 )
...
* Fixed up api.md, removed Titan references.
* Adding more documentation on running in production.
* Update deps for ironmq.
2016-10-17 11:31:58 -07:00
C Cirello
42efb2ed6b
Improve routes query ( #172 )
2016-10-14 21:52:25 +02:00
Travis Reeder
fcde29802e
Swagger client generator. ( #166 )
2016-10-14 11:40:20 -07:00
C Cirello
d6e31b5d65
Skip flaky test for now ( #168 )
2016-10-14 13:09:53 +02:00
Travis Reeder
c40ef433d8
Minor to fix comments in PR.
2016-10-13 20:24:06 -07: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
1ff480561a
add runTask test ( #131 )
2016-10-12 22:32:06 +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