Commit Graph

778 Commits

Author SHA1 Message Date
Ubuntu
f7f1015e4d functions: 0.1.50 release [skip ci] 2016-12-05 16:22:28 +00:00
C Cirello
470e497e7b fn: improve funcfile doc (#376)
* fn: improve funcfile doc

* fn: improve wording of build key

* fn: make clear max_concurrency is per node
2016-12-05 17:15:20 +01:00
Ubuntu
fb46fe925f functions: 0.1.49 release [skip ci] 2016-12-05 16:11:44 +00:00
C Cirello
28f713ed11 fn: support for functions testing (#379)
* fn: add test framework

* fn: make routes creation smarter

* fn: add testframework examples

* fn: remove unnecessary dependency

* fn: update doc

* fn: fix consistenty between runff, runlocaltest and runremotetest
2016-12-05 17:05:06 +01:00
Ubuntu
49cc0f6533 functions: 0.1.48 release [skip ci] 2016-12-05 14:11:55 +00:00
C Cirello
4505811fb0 fn: improve docs (#377)
Continues #359
2016-12-03 11:50:25 +01:00
Ubuntu
e104db5a3f functions: 0.1.47 release [skip ci] 2016-12-03 00:49:16 +00:00
Pedro Nasser
9387e9bc41 fix postgres GetApp bug when filter is nil (#383) 2016-12-02 16:44:57 -08:00
Ubuntu
3b1011ca88 functions: 0.1.46 release [skip ci] 2016-12-03 00:07:54 +00:00
Travis Reeder
e4c035b3b1 merge conflict 2016-12-02 16:03:18 -08:00
Travis Reeder
9f8c81afbc Changed output of sleeper. 2016-12-02 16:01:42 -08:00
Ubuntu
4ab839cba7 functions: 0.1.45 release [skip ci] 2016-12-01 18:34:50 +00:00
C Cirello
0bc308c65f fn: fix max_concurrency marshal tag (#375) 2016-12-01 19:28:08 +01:00
Ubuntu
bb873d57f3 functions: 0.1.44 release [skip ci] 2016-12-01 17:46:35 +00:00
C Cirello
c2fa6dca3a fn: improve how build handle missing version (#374)
Fixes #373
2016-12-01 09:42:02 -08:00
Ubuntu
d7638625e7 functions: 0.1.43 release [skip ci] 2016-12-01 17:17:59 +00:00
C Cirello
9ac2539aeb fn: improve UX and publish/deploy command (#359)
* fn: improve UX and publish/deploy command

* fn: remove wrong use cases for deploy

* fn: fix regression introduced by merge
2016-12-01 18:11:13 +01:00
Ubuntu
c5696b1bbc functions: 0.1.42 release [skip ci] 2016-12-01 17:00:38 +00:00
Travis Reeder
dbb6c4001a Sleeper update to use fn tool (#372)
* Updated sleeper to use fn tool

* sending something to stdout
2016-12-01 17:54:06 +01:00
Carlos C
44ebaed7ca fn: update dependencies 2016-12-01 17:53:14 +01:00
C Cirello
e63cc04e68 fn: add header configuration to route calls (#371) 2016-12-01 17:51:26 +01:00
Ubuntu
81f06c78c3 functions: 0.1.41 release [skip ci] 2016-12-01 16:47:13 +00:00
Carlos C
4565738c95 fn: update dependencies 2016-12-01 17:42:41 +01:00
C Cirello
37afafab72 api: remove app_name duplication of route related calls (#370) 2016-12-01 17:38:32 +01:00
Ubuntu
61bba05274 functions: 0.1.40 release [skip ci] 2016-12-01 16:27:01 +00:00
Carlos C
cf6432458b fn: update dependencies 2016-12-01 17:21:56 +01:00
Ubuntu
ed9e7d2bae functions: 0.1.39 release [skip ci] 2016-12-01 15:57:38 +00:00
C Cirello
688ffcf39f api,fn: entrypoint to return daemon version (#367) 2016-12-01 16:50:49 +01:00
Travis Reeder
2550a83e16 sending something to stdout 2016-11-30 23:19:36 -08:00
Travis Reeder
5edc0aa8af Updated sleeper to use fn tool 2016-11-30 23:17:59 -08:00
Ubuntu
8cddfdb125 functions: 0.1.38 release [skip ci] 2016-11-29 20:03:51 +00:00
Pedro Nasser
9f4cdf749c Missing trigger AppCreateListeners on route creation (if app not exists) (#358)
* trigger-app-listener-on-route-create

* remove fmt
2016-11-29 20:58:53 +01:00
Ubuntu
8f6cd61ef0 functions: 0.1.37 release [skip ci] 2016-11-29 15:10:19 +00:00
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