Pedro Nasser
4d7dde3486
change update from PUT method to PATCH ( #440 )
2016-12-14 17:22:44 +01:00
CircleCI
3dc12d9f55
functions: 0.1.76 release [skip ci]
2016-12-14 02:02:27 +00:00
Pedro Nasser
ea93ba00ac
Disable envAsHeader by default ( #435 )
...
* disable envAsHeader by default
* fix -e flag usage description
2016-12-13 23:55:32 -02:00
CircleCI
55e031512b
functions: 0.1.75 release [skip ci]
2016-12-14 01:45:18 +00:00
C Cirello
327c8ca465
examples: update guppy example with latest fn functionalities ( #432 )
...
* examples: update guppy example
* examples: fix typo
2016-12-14 02:41:08 +01:00
CircleCI
7bfc6a8992
functions: 0.1.74 release [skip ci]
2016-12-13 23:14:50 +00:00
C Cirello
1dc3145045
functions: upgrade runner to latest ( #434 )
...
* functions: upgrade runner
* functions: update to latest runner
Supercedes and fixes #433
2016-12-14 00:10:24 +01:00
CircleCI
43652b0198
functions: 0.1.73 release [skip ci]
2016-12-13 21:41:26 +00:00
Pedro Nasser
f03619d479
remove ifaces from doc ( #430 )
2016-12-13 13:36:56 -08:00
CircleCI
1247edbd04
functions: 0.1.72 release [skip ci]
2016-12-13 21:23:54 +00:00
Pedro Nasser
32de7d5361
Improvements on API error, swagger and status code ( #428 )
...
* improvements on API error, swagger and status code
* missing validation
* removing typo
* fix if-within-if
* fix handle app delete
2016-12-13 19:18:52 -02:00
CircleCI
34d6c6e101
functions: 0.1.71 release [skip ci]
2016-12-13 18:59:16 +00:00
C Cirello
c37c754e0b
fn: fix precedence of path choice during route creation ( #427 )
...
Fixes #413
2016-12-13 19:52:54 +01:00
CircleCI
2af84c77b4
functions: 0.1.70 release [skip ci]
2016-12-13 18:46:03 +00:00
Pedro Nasser
2a09a1c2a2
listeners and special handlers improvements ( #412 )
...
* listeners and special handlers improvements
* update runnerListener methods
* typo
2016-12-13 19:40:48 +01:00
CircleCI
2fd8570e45
functions: 0.1.69 release [skip ci]
2016-12-13 18:25:14 +00:00
C Cirello
d2a81b57fb
fn: funcfile.Headers are now simple maps ( #425 )
...
Fixes #422
2016-12-13 19:18:57 +01:00
CircleCI
446e2b19e6
functions: 0.1.68 release [skip ci]
2016-12-13 15:49:10 +00:00
Carlos C
803d31953f
fn: fix automated installer - take II
2016-12-13 16:44:37 +01:00
CircleCI
0c14d411ea
functions: 0.1.67 release [skip ci]
2016-12-13 15:41:51 +00:00
C Cirello
6633c80d0b
fn: fix automated installer ( #423 )
...
Fixes #420
2016-12-13 16:35:22 +01:00
CircleCI
777a3894b3
functions: 0.1.66 release [skip ci]
2016-12-12 18:11:07 +00:00
Pedro Nasser
1389bfb1d3
add special handler docs ( #408 )
2016-12-12 16:04:25 -02:00
CircleCI
065e6dd0d8
functions: 0.1.65 release [skip ci]
2016-12-11 10:03:41 +00:00
C Cirello
8a24cc432e
doc: hot containers ( #411 )
...
* doc: hot containers
* doc: update with code review
2016-12-11 10:58:58 +01:00
CircleCI
e132ce4217
functions: 0.1.64 release [skip ci]
2016-12-10 16:40:21 +00:00
Pedro Nasser
49a7712e6b
API improvements ( #410 )
...
* api improvements, remove global Api object and reduce gin dependency
* requested changes
2016-12-09 15:24:35 -02:00
CircleCI
0c3c9ff2ee
functions: 0.1.63 release [skip ci]
2016-12-09 16:22:04 +00:00
Carlos C
f519a5c636
deploy: fix git configuration during deployment
2016-12-09 17:15:39 +01:00
Seif Lotfy سيف لطفي
f815ab54c2
Add support for F# and set dotnet docket image to 1.0.1-projectjson ( #409 )
2016-12-08 19:32:36 +01:00
Ubuntu
ad4d7ce8b9
functions: 0.1.62 release [skip ci]
2016-12-07 19:42:12 +00:00
Travis Reeder
e172a838c2
Fixed Route definition in swagger doc. ( #405 )
...
* Fixed Route definition in swagger doc.
* Changed swagger URL to petstore so we don't have to maintain it in swaggerhub and github anymore.
2016-12-07 20:33:34 +01:00
Ubuntu
ca4c7ac2bf
functions: 0.1.61 release [skip ci]
2016-12-07 19:24:46 +00:00
Pedro Nasser
5367a3ef99
Fix API inconsistencies ( #404 )
...
* fix api inconsistencies
* handling empty format cases
* code style
2016-12-07 17:16:48 -02:00
Ubuntu
b990cba1df
functions: 0.1.60 release [skip ci]
2016-12-07 19:01:33 +00:00
C Cirello
3b16b7f1d8
functions: application updates no longer accept name in the body ( #391 )
...
* functions: application updates no longer accept name in the body
AppUpdate was initially conceived as an upsert endpoint for apps.
It turns out that it created an inconsistency regarding updates:
updates with names divergent with URL would not actually change
application's name.
This commit atempts to address the issue by returning an HTTP
error when trying to update an application name. In swagger.yml,
application names are already `readOnly:true`. Thus there is no
change from expected behavior.
Fixes #380
* functions: use specific error value for name change
2016-12-07 19:54:21 +01:00
C Cirello
66d446b148
functions: returns HTTP error in case of route update attempt ( #396 )
...
Ensure that attempts to update route's path are properly handled
with a HTTP error. Moreover, updates swagger file to make it
explicit that routes are immutable.
Fixes #381
2016-12-07 19:54:09 +01:00
Ubuntu
05cd030bc6
functions: 0.1.59 release [skip ci]
2016-12-07 17:17:32 +00:00
C Cirello
5129cb47a0
docs: explains the need of keep doc up-to-date ( #401 )
2016-12-07 18:11:33 +01:00
Ubuntu
b0d9109f22
functions: 0.1.58 release [skip ci]
2016-12-07 17:04:54 +00:00
Pedro Nasser
9382f0b133
fix datastore Put and added tests ( #402 )
2016-12-07 08:59:54 -08:00
Ubuntu
0baf03841f
functions: 0.1.57 release [skip ci]
2016-12-06 23:25:14 +00:00
C Cirello
d6a44b5ba4
functions: remove lru ( #399 )
2016-12-07 00:20:25 +01:00
Ubuntu
846f4ee365
functions: 0.1.56 release [skip ci]
2016-12-06 15:17:50 +00:00
Pedro Nasser
91006a701e
Update listener docs ( #398 )
...
* add listener docs
* removed TODO and added more listener info
* removing invalid route from appupdatelistener
2016-12-06 16:11:21 +01:00
C Cirello
0cdd1db3e1
functions: fix goroutine leak in runner ( #394 )
...
* functions: fix goroutine leak in runner
* functions: ensure taskQueue is consumed after context cancellation
2016-12-06 16:11:06 +01:00
Ubuntu
f0fc85b85a
functions: 0.1.55 release [skip ci]
2016-12-06 12:10:46 +00:00
C Cirello
08e9a52388
functions: fix documentatino on Redis support for DB ( #387 )
2016-12-06 10:06:26 -02:00
Ubuntu
07b6dab029
functions: 0.1.54 release [skip ci]
2016-12-06 03:25:40 +00:00
Carlos C
ce325f2c1f
fn: fix windows port of fn
2016-12-06 04:18:56 +01:00