CI
b4fb8fc1e7
fn tool: 0.3.50 release [skip ci]
2017-08-08 18:16:41 +00:00
Reed Allman
85ae711447
Merge pull request #202 from fnproject/update-java-boilerplate
...
Update java boilerplate
2017-08-08 11:06:26 -07:00
CI
49de1ac6ca
fn tool: 0.3.49 release [skip ci]
2017-08-08 16:16:11 +00:00
oracloud
c0dddca679
Merge pull request #184 from fnproject/cli-logs
...
Display call ID for sync/async calls in CLI
2017-08-08 18:05:37 +02:00
CI
a990306cac
fn tool: 0.3.48 release [skip ci]
2017-08-08 13:21:47 +00:00
CI
ae62f7469d
fn tool: 0.3.47 release [skip ci]
2017-08-07 19:05:59 +00:00
CI
7afcad9992
fn tool: 0.3.46 release [skip ci]
2017-08-07 18:08:16 +00:00
CI
3a38928386
fn tool: 0.3.45 release [skip ci]
2017-08-07 17:56:03 +00:00
Reed Allman
f7345e8080
Merge pull request #191 from fnproject/fix-memory-limits
...
fix task memory
2017-08-07 10:44:23 -07:00
Mukhtar Haji
fdf3e3b519
Update the testing rule class name
2017-08-07 15:42:08 +01:00
CI
064c946c42
fn tool: 0.3.44 release [skip ci]
2017-08-05 04:48:49 +00:00
Denis Makogon
3af069ca5e
Addressing comments
2017-08-03 23:29:04 +03:00
Denis Makogon
ab8134cbbb
Apply opposite logic call ID CLI flag
...
use --ignore-call-id flag to mute call ID
call id now goes to STDERR
2017-08-03 23:29:04 +03:00
Denis Makogon
e4bade376a
Adding CLI bool flag --display-call-id
...
Change affects:
fn call
fn routes call
2017-08-03 23:29:04 +03:00
Denis Makogon
6a78a0f477
Addressing comments
2017-08-03 23:29:04 +03:00
Denis Makogon
86b2cc4056
Addressing comments
2017-08-03 23:29:04 +03:00
Denis Makogon
baf9406ad7
Check API errors along with call ID
2017-08-03 23:29:03 +03:00
Denis Makogon
6fcc16fe3b
Display call ID for sync/async calls in CLI
2017-08-03 23:29:03 +03:00
CI
104924dea5
fn tool: 0.3.41 release [skip ci]
2017-08-03 18:17:36 +00:00
Reed Allman
36af7513ac
Merge pull request #175 from fnproject/fn-tests
...
Tests cli for all quickstart commands
2017-08-03 11:06:35 -07:00
Reed Allman
c0edde7abe
update bump script to be slightly less brittle, all perl syntax
2017-08-02 21:16:24 -07:00
CI
9fae8d6853
fn tool: 0.3.43 release [skip ci]
2017-08-03 22:41:41 +00:00
CI
faac8734a8
fn tool: 0.3.42 release [skip ci]
2017-08-03 21:14:59 +00:00
Reed Allman
10e41c331f
Merge pull request #190 from fnproject/update-deps
...
Update CLI deps
2017-08-03 14:04:22 -07:00
Travis Reeder
2d96f8350c
Update deps
2017-08-03 13:36:48 -07:00
Reed Allman
910f6a4b09
fix memory setting in cli, remove MEMORY_MB for now
2017-08-02 20:24:58 -07:00
CI
d624f82a8b
fn tool: 0.3.40 release [skip ci]
2017-08-02 22:18:53 +00:00
CI
3849054b75
fn tool: 0.3.39 release [skip ci]
2017-08-02 22:07:27 +00:00
Reed Allman
45a24f810a
Merge pull request #182 from fnproject/cli-logs
...
Logs API support for CLI
2017-08-02 14:57:40 -07:00
Denis Makogon
6f9ac7dbb8
Logs API support for CLI
2017-08-02 23:46:19 +03:00
CI
35367e1193
fn tool: 0.3.38 release [skip ci]
2017-08-02 19:45:17 +00:00
CI
eba9954063
fn tool: 0.3.37 release [skip ci]
2017-08-01 02:39:23 +00:00
Travis Reeder
fdfc11bd14
Updated env var name
2017-07-31 17:42:12 -07:00
Travis Reeder
f1fefe432e
rebased on master
2017-07-31 16:43:48 -07:00
Travis Reeder
2d4d1591ab
Runs through the common fn commands to ensure we don't break em.
2017-07-31 16:02:32 -07:00
Travis Reeder
5370bc86fa
Added Go boilerplate
2017-07-31 16:01:03 -07:00
CI
d8767388b8
fn tool: 0.3.36 release [skip ci]
2017-07-31 19:45:09 +00:00
CI
487b549017
fn tool: 0.3.35 release [skip ci]
2017-07-31 19:15:56 +00:00
Denis Makogon
49fe3eb11a
Fixing FMT errors
...
Do we run go-fmt in CI?
2017-07-31 21:14:11 +03:00
CI
e618ceee07
fn tool: 0.3.34 release [skip ci]
2017-07-30 23:53:27 +00:00
CI
651426d00b
fn tool: 0.3.33 release [skip ci]
2017-07-30 23:42:03 +00:00
Mukhtar Haji
e69ceebed4
Building of Java project with no dependencies ( #165 )
...
* Bug: Fix building of Java project with no deps
Currently there is no way to perform a Docker `COPY` where the source
directory has no files, i.e. no way to ignore the error. So this change
puts all the dependencies into the /function/target directory whereas
they were in the /function/target/dependency directory before. This has
the benefit of knowing that the COPY command will always succeed even if
there are no dependencies as atleast the function jar itself will be in
/function/target directory.
* Add fail-never to first maven invocation
This is important as if the pom.xml has a compilation step, for example,
generate some source for me from my proto files in my src/main/resource
directory, this would fail as we have not copied the source directory in
yet.
2017-07-30 16:32:12 -07:00
CI
9517a7d357
fn tool: 0.3.32 release [skip ci]
2017-07-28 19:08:09 +00:00
CI
bd21813568
fn tool: 0.3.31 release [skip ci]
2017-07-28 18:56:21 +00:00
CI
eea868f7b2
fn tool: 0.3.30 release [skip ci]
2017-07-28 18:44:41 +00:00
Reed Allman
4a444a084a
Merge pull request #169 from fnproject/ignore-fn-file
...
Add --ignore-fn-file while attempting to update route
2017-07-28 11:40:59 -07:00
CI
eff67f3882
fn tool: 0.3.29 release [skip ci]
2017-07-28 18:15:24 +00:00
Denis Makogon
3730d702e8
Merge branch 'master' into ignore-fn-file
2017-07-28 19:35:52 +03:00
CI
4fbeec0920
fn tool: 0.3.28 release [skip ci]
2017-07-28 14:48:21 +00:00
James
38a2b86184
glide update
2017-07-28 07:25:52 -07:00