Commit Graph

595 Commits

Author SHA1 Message Date
Pedro Nasser
89a9ff3345 fix app delete listener call (#356) 2016-11-29 16:05:43 +01:00
Ubuntu
2236f556e4 functions: 0.1.36 release [skip ci] 2016-11-29 12:13:59 +00:00
Pedro Nasser
0a5c344dee update functions_go (#355) 2016-11-29 10:07:15 -02:00
Ubuntu
40f0d014aa functions: 0.1.35 release [skip ci] 2016-11-29 11:35:12 +00:00
C Cirello
f1e1d69e81 doc: add language libraries to the documentation (#354)
Fixes #319
2016-11-29 00:00:52 +01:00
Pedro Nasser
2c56e7975d Improve listeners and handlers (#350)
* improve listeners and handlers

* add to route handlers

* separate create/delete/update events

* removed useless interface
2016-11-29 00:00:12 +01:00
C Cirello
308cb25ba2 api: remove useless parameter in get task call (#353)
Fixes #275
2016-11-28 23:59:12 +01:00
Ubuntu
a088690293 functions: 0.1.34 release [skip ci] 2016-11-28 22:58:06 +00:00
C Cirello
a7a466f968 functions: fix route timeout (#349)
* functions: add route-level timeout configuration options

* functions: harmonize defaults
2016-11-28 20:53:11 -02:00
Ubuntu
73075cc605 functions: 0.1.33 release [skip ci] 2016-11-28 21:50:27 +00:00
Seif Lotfy سيف لطفي
c085f5c098 Add fn publish fallback option to extract appname and path (#351)
* Add fn publish fallback option to extract appname and path

* Add todo for fn publish hack
2016-11-28 22:43:34 +01:00
Ubuntu
cee09cbb83 functions: 0.1.32 release [skip ci] 2016-11-28 18:21:32 +00:00
Carlos C
3ad6124900 fn: upgrade deps 2016-11-28 19:16:21 +01:00
Ubuntu
02c7a79cbd functions: 0.1.31 release [skip ci] 2016-11-28 17:50:25 +00:00
C Cirello
ac0044f7d9 functions: hot containers (#332)
* functions: modify datastore to accomodate hot containers support

* functions: protocol between functions and hot containers

* functions: add hot containers clockwork

* fn: add hot containers support
2016-11-28 15:45:35 -02:00
Ubuntu
d0429c3dfd functions: 0.1.30 release [skip ci] 2016-11-28 10:56:49 +00:00
Guilherme Rezende
179c659cc8 Add slackbot guppy example (#342)
* Add slackbot guppy example

* Add json dependence to slackbot Gemfile
2016-11-28 08:50:11 -02:00
Pedro Nasser
867eb4b176 Changes on function/metric loggers (#343)
* initial fix logger

* dix DefaultFuncLogger

* fix runner and tests

* reverting: sending async task stdout to func logger
2016-11-27 16:36:40 -02:00
Ubuntu
b62a2304b0 functions: 0.1.29 release [skip ci] 2016-11-25 17:05:19 +00:00
Guilherme Rezende
707fc5ec0e fix bolt UpdateRoute header bug (#341) 2016-11-25 15:00:55 -02:00
Ubuntu
90bc744e57 functions: 0.1.28 release [skip ci] 2016-11-24 17:33:38 +00:00
Pedro Nasser
107033d5d7 Fix: handle nil filters (#340)
fix bug when filter is nil
2016-11-24 15:29:07 -02:00
Ubuntu
af149045f1 functions: 0.1.27 release [skip ci] 2016-11-24 05:51:06 +00:00
Pedro Nasser
01d5a81389 Add appfilter and tests (#337)
add appfilter and tests
2016-11-24 03:46:42 -02:00
Ubuntu
c307c9375b functions: 0.1.26 release [skip ci] 2016-11-23 22:21:27 +00:00
Seif Lotfy سيف لطفي
237ab3e21b Inital work on Rust support (#333)
* Inital work on Rust support

* update accepted runtimes

* fn: fix rust build

* Last tweaks and README.md

* fix typo

* update comment on rust.go
2016-11-23 23:17:13 +01:00
Ubuntu
3788c968eb functions: 0.1.25 release [skip ci] 2016-11-23 20:34:06 +00:00
C Cirello
aa70f2e6ef api: improve app create error message (#331)
api: improve app create error message
2016-11-23 18:18:53 -02:00
Ubuntu
f1fe2660e3 functions: 0.1.24 release [skip ci] 2016-11-23 20:05:00 +00:00
C Cirello
b649d490d5 fn: fix broken flags (#336) 2016-11-23 20:59:43 +01:00
Ubuntu
539d5a09c6 functions: 0.1.23 release [skip ci] 2016-11-22 17:25:32 +00:00
Carlos C
19e2334a7f fn: fix autorelease vendor 2016-11-22 18:18:56 +01:00
Ubuntu
cc1f2974ab functions: 0.1.22 release [skip ci] 2016-11-22 16:42:18 +00:00
C Cirello
243fbe45d2 fn: automatic release (#330)
* fn: automatic release

* fn: fix script call
2016-11-22 17:37:11 +01:00
Ubuntu
0d38b59ee9 functions: 0.1.21 release [skip ci] 2016-11-22 05:40:16 +00:00
Pedro Nasser
c14bc323f9 added ctx to datastore and improve mock (#329)
Added ctx to datastore and improved mock
2016-11-22 03:33:44 -02:00
Ubuntu
5e61d2b055 functions: 0.1.20 release [skip ci] 2016-11-22 00:42:56 +00:00
Carlos C
f1749e4d6c fn: upgrade client library 2016-11-22 01:37:38 +01:00
Ubuntu
b3fe6e9b18 functions: 0.1.19 release [skip ci] 2016-11-22 00:14:08 +00:00
C Cirello
da96ef471a api: add support for deleting apps (#327)
* api: add support for deleting apps

Fixes #274

* functions: improve error name and description

* functions: fix test regression
2016-11-22 01:07:30 +01:00
Ubuntu
be6685b361 functions: 0.1.18 release [skip ci] 2016-11-21 23:33:18 +00:00
C Cirello
fe845e1886 fn: improve UX (#325)
* fn: make UX more consistent with regards to app name position

* fn: improve detection of missing routes

* fn: fix update operations

- No longer delete-than-add for configuration updates
- Path cleaning before most of routes operations
2016-11-22 00:27:48 +01:00
Ubuntu
e2e82086c5 functions: 0.1.17 release [skip ci] 2016-11-21 22:17:00 +00:00
C Cirello
d13c8fba8c fn: add support for python (#328) 2016-11-21 23:12:30 +01:00
Ubuntu
8935c26951 functions: 0.1.16 release [skip ci] 2016-11-21 18:53:44 +00:00
C Cirello
f6d19c3cc9 functions: performance improvements - LRU & singleflight DB calls (#322)
* functions: add cache and singleflight to ease database load

* runner: upgrade

* deps: upgrade glide files

* license: add third party notifications

* functions: fix handling of implicitly created apps

* functions: code deduplication

* functions: fix missing variable
2016-11-21 19:48:11 +01:00
Ubuntu
a4d360fb2e functions: 0.1.15 release [skip ci] 2016-11-21 16:48:59 +00:00
C Cirello
c0512a4cbd fn: rename from fnctl (#321)
* fn: rename from fnctl

* fn: predicting the release version for installer

* fn: predicting the release version for installer
2016-11-21 17:24:26 +01:00
Pedro Nasser
0343c4990c server.New signature changes and test fixes. (#324)
* ctx middleware should always be the first added to router

* plugable enqueue func, changed server.New signature

* fix tests

* remove ctx/ctx.Done from server
2016-11-21 17:11:01 +01:00
Ubuntu
bc0f0c8b42 functions: 0.1.14 release [skip ci] 2016-11-20 15:11:07 +00:00