Commit Graph

1277 Commits

Author SHA1 Message Date
CI
ef2800aa29 fnlb: 0.0.7 release [skip ci] 0.0.7 2017-07-28 18:16:15 +00:00
CI
eff67f3882 fn tool: 0.3.29 release [skip ci] fn-0.3.29 2017-07-28 18:15:24 +00:00
CI
2319ed5be7 functions: 0.3.30 release [skip ci] 0.3.30 2017-07-28 18:13:52 +00:00
James Jeffrey
9ff3dc1d50 Export handling error response (#171) 2017-07-28 11:05:30 -07:00
CI
5f206aa45b fnlb: 0.0.6 release [skip ci] 0.0.6 2017-07-28 14:49:25 +00:00
CI
4fbeec0920 fn tool: 0.3.28 release [skip ci] fn-0.3.28 2017-07-28 14:48:21 +00:00
CI
80b15a8fba functions: 0.3.29 release [skip ci] 0.3.29 2017-07-28 14:46:32 +00:00
Denis Makogon
6ecef21c56 Merge pull request #5 from fnproject/move_under_apps
Move all endpoints on v1 to be under apps
2017-07-28 17:36:38 +03:00
James
38a2b86184 glide update 2017-07-28 07:25:52 -07:00
James
6ee7619b40 Move all endpoints on v1 to be under apps 2017-07-28 07:25:50 -07:00
CI
8ade75b868 fnlb: 0.0.5 release [skip ci] 0.0.5 2017-07-28 01:28:50 +00:00
CI
93ad7cd239 fn tool: 0.3.27 release [skip ci] fn-0.3.27 2017-07-28 01:27:54 +00:00
CI
cd85eefbbc functions: 0.3.28 release [skip ci] 0.3.28 2017-07-28 01:26:18 +00:00
Reed Allman
ad1f69ca81 Merge pull request #164 from fnproject/awesomer-getting-started
Using install script and things again! yay!
2017-07-27 18:17:23 -07:00
Travis Reeder
65d2210ee5 Using install script and things again! yay! 2017-07-27 17:02:02 -07:00
CI
42fb496036 fnlb: 0.0.4 release [skip ci] 0.0.4 2017-07-27 18:16:18 +00:00
CI
40bc00acb3 fn tool: 0.3.26 release [skip ci] fn-0.3.26 2017-07-27 18:15:24 +00:00
CI
543c8c0500 functions: 0.3.27 release [skip ci] 0.3.27 2017-07-27 18:13:47 +00:00
Travis Reeder
4e8a5399d9 Attempt to push cli to cli repo 2017-07-27 10:18:02 -07:00
Chad Arimura
ecc0e1965e Merge pull request #160 from fnproject/chad-name-fn
first changes to Fn name in Readme
2017-07-27 09:26:29 -07:00
Chad Arimura
0cabf6107e first changes to Fn name in Readme 2017-07-27 09:09:43 -07:00
Travis Reeder
b0494cd25d Boom, circle good to go, releases on commits to master too (#7)
* circle

* circle

* circle

* circle

* circle

* CIRCLE

* circle

* circle

* circle

* circle

* circle

* circle

* circle

* circle

* circle

* circle

* cijrcle

* circle

* circle

* circle

* circle

* c

* c

* circle

* testing release

* circle

* trying release

* c

* c

* functions: 0.3.25 release [skip ci]

* c

* functions: 0.3.26 release [skip ci]

* fn tool: 0.3.19 release [skip ci]

* testing cli release only

* fn tool: 0.3.20 release [skip ci]

* fn tool: 0.3.21 release [skip ci]

* hopefully the last thing

* fn tool: 0.3.22 release [skip ci]

* c

* fn tool: 0.3.23 release [skip ci]

* almost there....

* fn tool: 0.3.24 release [skip ci]

* fnlb: 0.0.2 release [skip ci]

* fn tool: 0.3.25 release [skip ci]

* fnlb: 0.0.3 release [skip ci]

* Added back in commented out lines.

* Fixing middleware example.
2017-07-26 17:38:37 -07:00
Travis Reeder
437616acb7 Fix tests 0.3.21 0.3.22 0.3.23 0.3.24 2017-07-26 11:19:18 -07:00
Travis Reeder
2677f817f2 Merge branch 'master' of https://github.com/fnproject/fn 2017-07-26 10:54:04 -07:00
Travis Reeder
48e3781d5e Rename to GitHub (#3)
* circle

* Rename to github and fn->cli

*  Rename to github and fn->cli
2017-07-26 10:50:19 -07:00
Travis Reeder
2949ce0ed0 circle 2017-07-25 15:22:19 -07:00
Travis Reeder
27b665422d circle 2017-07-25 15:13:47 -07:00
Travis Reeder
c296fdd53f resetting up circle. 2017-07-25 15:10:54 -07:00
Travis Reeder
605806ed6e Merge branch 'master' of https://gitlab-odx.oracle.com/odx/functions 2017-07-25 11:09:32 -07:00
Travis Reeder
147826db50 Added tmp to gitignore. 2017-07-25 11:09:29 -07:00
James Jeffrey
f1d6bfcb96 Merge branch 'improve-tests' into 'master'
Improving API tests

See merge request !123
2017-07-25 10:29:20 -07:00
Denis Makogon
5b41fe2dc7 Improving API tests 2017-07-25 10:29:20 -07:00
Reed Allman
e0569192ee Merge branch '103' into 'master'
Ensure app exists before listing its routes

Closes #103

See merge request !106
2017-07-25 10:16:07 -07:00
Denis Makogon
5ed3e79b63 Adding comment with the reason for doing this 2017-07-25 20:09:05 +03:00
Reed Allman
5ea70791a5 Merge branch '113' into 'master'
Use coma as separator for multi-value headers

Closes #113

See merge request !128
2017-07-25 10:08:44 -07:00
Reed Allman
dc3ccc5d02 Merge branch 'enqueue-error' into 'master'
Reject async requests in case if MQ is not reachable

Closes #141

See merge request !127
2017-07-25 10:03:04 -07:00
Denis Makogon
97b0b97bd8 Reject async requests in case if MQ is not reachable 2017-07-25 10:03:04 -07:00
Denis Makogon
efa75dfbb7 Use coma as separator for multi-value headers
Fixes: #113
2017-07-25 19:30:31 +03:00
Travis Reeder
565f61fe6f Merge branch 'tracing' into 'master'
add opentracing spans for metrics

See merge request !122
2017-07-25 08:55:22 -07:00
Reed Allman
dc5e67b6d2 add opentracing spans for metrics 2017-07-25 08:55:22 -07:00
Denis Makogon
bdffa75762 Fixing tests 2017-07-25 08:57:37 +03:00
Denis Makogon
b3ba42e3b9 Fixing fmt 2017-07-25 08:57:37 +03:00
Denis Makogon
4f5197a1c2 Fixing tests and addressing comments 2017-07-25 08:57:37 +03:00
Denis Makogon
48484be608 Ensure app exists before listing its routes 2017-07-25 08:57:05 +03:00
Reed Allman
1cc1a5ad49 Merge branch 'rm-inspect' into 'master'
remove docker inspect container

See merge request !126
2017-07-24 15:44:44 -07:00
Reed Allman
c215dcf5dd remove docker inspect container
we had the inspect container here for 3 reasons:

1) get exit code
2) see if container is still running (debugging madness)
3) see if docker thinks it was an OOM

1) is something wait returns, but due to 2) and 3) we just delayed it until
inspection

2) was really just for debugging since we had 3)

3) seems unnecessary. to me, an OOM is an OOM is an OOM. so why have a whole
docker inspect call just to find out? (we could move this down, since it's a
sad path, and make the call only when necessary, but are we really getting any
value from this distinction anyway? i've never ran into it, myself)

inspect was actually causing tasks to time out, since the call to inspect
could put us over our task timeout, even though our container ran to
completion. we could have fixed this by checking the context earlier, but we
don't really need inspect either, which will reduce the docker calls we make,
which will make more unicorn puppers. now tasks should have more 'true'
timeouts.

tried to boy scout, but tracing patch also cleans this block up too.
2017-07-24 13:37:29 -07:00
James Jeffrey
1e74cd5c4c : 0.3.24 release [skip ci] 2017-07-24 13:30:08 -07:00
James Jeffrey
9f9c9cc40e Merge branch 'add_max_conns' into 'master'
Add max cons 1 if sqlite3

See merge request !124
2017-07-24 13:11:55 -07:00
James Jeffrey
9917815214 Add max cons 1 if sqlite3 2017-07-24 13:04:08 -07:00
Reed Allman
2c3ab08589 Merge branch 'rm-nanny' into 'master'
remove the nanny

See merge request !125
2017-07-24 12:59:13 -07:00