Commit Graph

551 Commits

Author SHA1 Message Date
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
Pedro Nasser
d98d54b1a8 remove unnecessary dep (#323)
Remove unnecessary dependency from glide
2016-11-20 13:05:22 -02:00
Ubuntu
9d93bea28c functions: 0.1.13 release [skip ci] 2016-11-18 17:28:55 +00:00
C Cirello
9d06b6e687 functions: common concurrency stream for sync and async (#314)
* functions: add bounded concurrency

* functions: plug runners to sync and async interfaces

* functions: update documentation about the new env var

* functions: fix test flakiness

* functions: the runner is self-regulated, no need to set a number of runners

* functions: push the execution to the background on incoming requests

* functions: ensure async tasks are always on

* functions: add prioritization to tasks consumption

Ensure that Sync tasks are consumed before Async tasks. Also, fixes
termination races problems for free.

* functions: remove stale comments

* functions: improve mem availability calculation

* functions: parallel run for async tasks

* functions: check for memory availability before pulling async task

* functions: comment about rnr.hasAvailableMemory and sync.Cond

* functions: implement memory check for async runners using Cond vars

* functions: code grooming

- remove unnecessary goroutines
- fix stale docs
- reorganize import group

* Revert "functions: implement memory check for async runners using Cond vars"

This reverts commit 922e64032201a177c03ce6a46240925e3d35430d.

* Revert "functions: comment about rnr.hasAvailableMemory and sync.Cond"

This reverts commit 49ad7d52d341f12da9603b1a1df9d145871f0e0a.

* functions: set a minimum memory availability for sync

* functions: simplify the implementation by removing the priority queue

* functions: code grooming

- code deduplication
- review waitgroups Waits
2016-11-18 18:23:26 +01:00
Ubuntu
c1f361dd0c functions: 0.1.12 release [skip ci] 2016-11-18 17:15:59 +00:00
Sabith Karippullil Soopy
38c7b9decc Fix link to go func example (#317) 2016-11-18 18:10:44 +01:00
Ubuntu
39123899f0 functions: 0.1.11 release [skip ci] 2016-11-16 21:51:18 +00:00
Pedro Nasser
7593480d4b fix route update (#295)
Fix route update, ensure image exists
2016-11-16 19:46:56 -02:00
Ubuntu
e180bdc2b9 functions: 0.1.10 release [skip ci] 2016-11-16 18:08:41 +00:00
Carlos C
389bfb9844 release: force tagging 2016-11-16 19:03:05 +01:00
Ubuntu
89cacac533 functions: 0.1.9 release [skip ci] 2016-11-16 16:29:09 +00:00
Pedro Nasser
13c4776173 fix circleci release (#309) 2016-11-16 17:21:12 +01:00
Ubuntu
dcfd95196a functions: 0.1.8 release [skip ci] 2016-11-16 16:11:48 +00:00
Michael Kitson
1f5e820a17 Fix duplicate docs folder in link path (#306) 2016-11-15 16:47:05 -08:00
Benji Visser
0c4aea29ed s/tou/you in README.md (#307) 2016-11-16 01:42:36 +01:00
Travis Reeder
10030977d9 Client build fixes (#305)
* Some client build fixes.

* Removed tests dir, was for Titan.
2016-11-15 16:40:33 -08:00
Ubuntu
420fc6c72a functions: 0.1.7 release [skip ci] 2016-11-15 21:01:09 +00:00
Travis Reeder
52f64b6a40 Minor readme updates. 2016-11-15 12:56:24 -08:00
Ubuntu
d65a84dac2 functions: 0.1.6 release [skip ci] 2016-11-15 18:24:44 +00:00
C Cirello
02d3b18497 all: drop CONFIG_ prefix for configuration (#297)
Fixes #251
2016-11-15 19:19:21 +01:00
Ubuntu
6e58321928 functions: 0.1.5 release [skip ci] 2016-11-15 18:00:48 +00:00
Travis Reeder
a18a2c5013 minor readme fixes. 2016-11-15 09:55:14 -08:00
Ubuntu
3f6b095586 functions: 0.1.4 release [skip ci] 2016-11-15 16:25:32 +00:00
Chad Arimura
bb5250e223 Update faq.md 2016-11-15 08:20:42 -08:00
Ubuntu
f7fce5ff85 functions: 0.1.3 release [skip ci] 2016-11-15 16:19:01 +00:00
Travis Reeder
616112b349 swagger fixes and appname -> app_name (#294)
* swagger fixes and appname -> app_name

* Swagger errors fixed
2016-11-15 08:13:53 -08:00
Ubuntu
f1c890d8d1 functions: 0.1.2 release [skip ci] 2016-11-15 15:31:05 +00:00
Carlos C
ecbc27ae3e fnctl: releasing 0.1.2 2016-11-15 16:26:26 +01:00
Ubuntu
2ca0c08a6e functions: 0.1.1 release [skip ci] 2016-11-15 15:24:25 +00:00
Travis Reeder
d4cdff9174 Bumped version numbers. (#291) 2016-11-15 16:14:02 +01:00
Ubuntu
8c320a380a functions: 0.0.81 release [skip ci] 2016-11-15 15:11:39 +00:00
C Cirello
c16547522f fnctl: udpate installer (#292) 2016-11-15 16:06:34 +01:00
Ubuntu
1daed5a36b functions: 0.0.80 release [skip ci] 2016-11-15 14:58:27 +00:00
C Cirello
c3ffe2ed29 clients: fix API builder (#290) 2016-11-15 06:49:20 -08:00
Travis Reeder
299422cf7d Added Ruby support to fnctl init. (#286) 2016-11-15 15:39:20 +01:00
C Cirello
14a5ecd6b9 fnctl: heroku-like configuration for routes (#287)
Fixes #250
2016-11-15 15:37:57 +01:00
C Cirello
e01cdd808a daemon: add some basic godoc content (#289) 2016-11-15 15:36:37 +01:00
Ubuntu
020ce38cee functions: 0.0.79 release [skip ci] 2016-11-15 05:08:44 +00:00
Travis Reeder
b82be66189 Minor readme update and fixed build error. 2016-11-14 21:02:53 -08:00
Ubuntu
a49c89728c functions: 0.0.78 release [skip ci] 2016-11-15 00:59:24 +00:00
C Cirello
d8526a85e1 fnctl: update docs and function filenames (#283)
* fnctl: functions.yaml -> func.yaml

* fnctl: update documentation
2016-11-15 01:54:26 +01:00
C Cirello
1395393b9b fnctl: code cleanup (#281) 2016-11-15 01:52:58 +01:00
Travis Reeder
0d71e1e38e Docs update with new fnctl commands (#273)
* Added high level roadmap.

* Changed to funtion.yaml.

* Added logo

* updating quickstart code example, WIP, waiting on another merge.

* Minor updates.

* Changed function.yaml to func.yaml and updated fnctl README.
2016-11-15 01:40:05 +01:00
Ubuntu
2d3601c588 functions: 0.0.77 release [skip ci] 2016-11-15 00:39:08 +00:00
C Cirello
23a7f3ca31 fnctl: improve route creation if func.yaml is present (#280) 2016-11-15 01:34:27 +01:00