jconning
c9395024c1
Doc fixes: change docker and curl commands so they will execute. ( #513 )
...
* Doc fixes: change docker and curl commands so they will execute.
* Change curl flags to -LSs
2017-02-08 22:16:05 +01:00
CircleCI
1783eb5488
functions: 0.2.12 release [skip ci]
2017-02-06 15:17:27 +00:00
Travis Reeder
27123a0609
Updated API index reponse, more friendly. ( #511 )
2017-02-06 16:12:29 +01:00
CircleCI
679d50602e
functions: 0.2.11 release [skip ci]
2017-02-02 21:43:56 +00:00
Seif Lotfy سيف لطفي
c154e0811b
Clean func file ( #507 )
...
* remove wrongfully added fnctl
* Remove path and max_concurrency from func.yaml generated with `fn init`
Fixes: 424
2017-02-02 19:39:18 -02:00
CircleCI
a949c392c2
functions: 0.2.10 release [skip ci]
2017-02-01 20:51:12 +00:00
Jordan Krage
f7a834d5ef
improve fn run/call http method support ( #505 )
2017-02-01 21:46:27 +01:00
CircleCI
e47d9540c6
functions: 0.2.9 release [skip ci]
2017-01-31 20:02:20 +00:00
Alexander Shapiotko
abe09a26c7
docs for functions ui ( #504 )
...
* docs for functions ui
* update readme
2017-01-31 11:58:00 -08:00
CircleCI
0ad91466ff
functions: 0.2.8 release [skip ci]
2017-01-30 22:47:46 +00:00
Travis Reeder
ce26f665ea
Middleware ( #502 )
...
* API endpoint extensions working.
extensions example.
extensions example.
* Added server.NewEnv and some docs for the API extensions example.
extensions example.
extensions example.
* Uncommented special handler stuff.
* First example of middleware.
easier to use.
* Added a special Middleware context to make middleware easier to use.
* Fix tests.
* Cleanup based on PR comments.
2017-01-30 23:43:23 +01:00
CircleCI
37efa47bdf
functions: 0.2.7 release [skip ci]
2017-01-30 20:19:04 +00:00
Travis Reeder
d5116397b6
API extension points ( #473 )
...
* API endpoint extensions working.
extensions example.
* Added server.NewEnv and some docs for the API extensions example.
extensions example.
example main.go.
* Uncommented special handler stuff.
* Added section in docs for extending API linking to example main.go.
* Commented out special_handler test
* Changed to NewFromEnv
2017-01-30 12:14:28 -08:00
CircleCI
dd052d4503
functions: 0.2.6 release [skip ci]
2017-01-30 19:27:56 +00:00
Pedro Nasser
c62e22f5fe
fn: apps commands improvements ( #476 )
...
* improve apps commands
* fix app and routes update config and headers unset
* add the command config set/unset back
* prevent extractEnvConfig to panic if not valid key=value
* add examples to readme.md
* fix fn routes
2017-01-30 11:23:34 -08:00
CircleCI
5609a76c19
functions: 0.2.5 release [skip ci]
2017-01-30 17:11:38 +00:00
Jordan Krage
d565cc6afe
Postgres Example ( #490 )
...
* creating postgres example - fixes #489
* postgres example glide fix
* all the changes
* use fn call
* removing func.yaml
* removing build.sh
* test.sh cleanup
2017-01-30 09:06:31 -08:00
Jordan Krage
67af2757cd
make fn run check for env var literal value ( #495 )
2017-01-26 14:53:05 -08:00
Pedro Nasser
a80fe9c897
Fix datastore error for inexistent app ( #493 )
...
* fix datastore error inexistent app
* fix get route error handling
* fix API errors handling and tests
2017-01-26 14:41:18 -08:00
CircleCI
5a91710dbf
functions: 0.2.4 release [skip ci]
2017-01-26 22:06:59 +00:00
Jordan Krage
0ce3e1d04b
make fn run pass through --link flags ( #496 )
2017-01-26 14:01:52 -08:00
CircleCI
8519b6d266
functions: 0.2.3 release [skip ci]
2017-01-24 19:25:29 +00:00
Travis Reeder
e5ef5ee6da
Added kubernetes and docker swarm to main TOC. ( #497 )
2017-01-24 11:20:51 -08:00
CircleCI
16c9df1d0c
functions: 0.2.2 release [skip ci]
2017-01-24 16:13:31 +00:00
Travis Reeder
b827135200
Switch to go-swagger for client lib and checks for IRON_TOKEN ( #406 )
...
* wip - for review, using go-swagger client and checking for IRON_TOKEN and passing as auth header.
* wip - auth header
* add golang builder
* finish client builder
* change gh username
* fix git command
* update readme and small fixes
* some improvements
* using go-swagger
* fn new client
* revert swagger
* make fn routes and apps work with new client (go-swagger)
* some fixes in fn apps
* update functions_go
2017-01-24 08:08:40 -08:00
CircleCI
e5290a5b9e
functions: 0.2.1 release [skip ci]
2017-01-19 17:31:37 +00:00
Carlos C
26895313df
release 0.2
2017-01-19 15:26:14 -02:00
CircleCI
0dc81a9547
functions: 0.1.102 release [skip ci]
2017-01-19 17:17:35 +00:00
Pedro Nasser
3d10101294
Add routes config set/unset back ( #478 )
...
* add routes config set/unset back
* missing brackets
* add to changelog
2017-01-19 18:12:10 +01:00
CircleCI
4f5cfd959b
functions: 0.1.101 release [skip ci]
2017-01-19 02:17:53 +00:00
Seif Lotfy سيف لطفي
ee398f0d7d
Add initial load balancer ( #487 )
...
* lb: library for creation of load balancer
* lb: library for creation of load balancer
* Add balance subcommand to fn
* make fnlb its own command
* Update Changelogg
* Add Makefile for fnlb
2017-01-19 03:11:39 +01:00
CircleCI
135b0bcd8d
functions: 0.1.100 release [skip ci]
2017-01-18 21:12:53 +00:00
Pedro Nasser
bf1f435458
API initialization changes ( #483 )
...
* initialization changes and shows no error
* fix issues
* remove unnecessary go routine
* revert
* fix http.Serve
* add change log
2017-01-18 19:07:11 -02:00
CircleCI
15abc9fb4b
functions: 0.1.99 release [skip ci]
2017-01-18 18:56:16 +00:00
Derek Schultz
fccead2801
add link to openstack trigger example ( #484 )
2017-01-18 19:51:44 +01:00
CircleCI
a634e41734
functions: 0.1.98 release [skip ci]
2017-01-18 18:38:37 +00:00
Seif Lotfy سيف لطفي
1bde1c72ab
Add changelog ( #485 )
2017-01-18 19:33:47 +01:00
CircleCI
41ad8e0e17
functions: 0.1.97 release [skip ci]
2017-01-10 22:49:30 +00:00
Pedro Nasser
afb684b6a8
fn test main commands ( #481 )
2017-01-10 20:42:18 -02:00
Martin Pinto-Bazurco Mendieta
6e28b3e740
Added alias for "push", "run" and "call". ( #480 )
...
* Added alias for "push", "run" and "call".
Fix #477
* Changed order of aliases documentation.
2017-01-08 16:23:49 -02:00
CircleCI
5f8500ddfa
functions: 0.1.96 release [skip ci]
2017-01-05 18:15:35 +00:00
Denis Makogon
4bc582fdd9
Remove OpenStack alarming example in favour of Picasso ( #417 )
...
Depends-On: https://github.com/iron-io/picasso/pull/27
2017-01-05 19:11:32 +01:00
Seif Lotfy سيف لطفي
6f8e94629f
server: Add global LRU for routes with keys being the appname + path ( #472 )
...
* Add global lru for routes with keys being the appname + path
* minor comment fixes
* remove duplicate entires from THIRD_PARTY
* Make sure that we lock and unlock on get, refresh and delete on the cache
2017-01-05 19:08:46 +01:00
CircleCI
b8d01817b8
functions: 0.1.95 release [skip ci]
2017-01-05 18:04:54 +00:00
Pedro Nasser
e68df5d154
changes in the fn organization and aliases ( #475 )
2017-01-05 19:00:31 +01:00
CircleCI
bec75118c2
functions: 0.1.94 release [skip ci]
2017-01-05 16:09:18 +00:00
Chad Arimura
9089ab4ae5
Update README.md
...
strike through alpha releases
2017-01-05 07:55:32 -08:00
CircleCI
45ee8fa842
functions: 0.1.93 release [skip ci]
2017-01-03 23:15:14 +00:00
Travis Reeder
1c8d12b09e
Cleanup main ( #470 )
...
* main: clean up
* server: replace magical constants and use them for app name tracking
2017-01-03 14:59:26 -08:00
CircleCI
e75e115180
functions: 0.1.92 release [skip ci]
2017-01-03 20:43:48 +00:00