Travis Reeder
f559acd7ed
Renamed a bunch of images to use fnproject org. ( #239 )
...
* Renamed a bunch of images to use fnproject org.
* Multi-stage build for Docker.
* Added tmp vendor dirs to gitignore.
* Run docker-build at beginning of test.
2017-08-23 22:43:53 +03:00
Denis Makogon
c01eead083
Improve CLI core
2017-08-22 21:08:18 +03:00
Travis Reeder
d3f349804e
Fixes #220 , uses FN_REGISTRY and --registry flag on push and deploy. Also, cleanup.
2017-08-18 16:27:11 -07:00
CI
cb220fab1e
fn tool: 0.3.63 release [skip ci]
2017-08-18 21:09:15 +00:00
CI
bb4e335556
fn tool: 0.3.62 release [skip ci]
2017-08-18 20:08:29 +00:00
CI
47836ec538
fn tool: 0.3.61 release [skip ci]
2017-08-18 19:56:12 +00:00
Denis Makogon
88891602b3
Merge pull request #235 from fnproject/228
...
Updating CLI with newer functions_go 0.3.37
2017-08-18 22:51:10 +03:00
CI
6ab5d5839e
fn tool: 0.3.60 release [skip ci]
2017-08-18 18:51:44 +00:00
Denis Makogon
347baa0516
Cleaning up from merge conficts
2017-08-18 21:49:08 +03:00
Denis Makogon
091b035921
Updating CLI dependency: functions_go 0.1.37
2017-08-18 21:40:48 +03:00
CI
f9d9c24861
fn tool: 0.3.59 release [skip ci]
2017-08-18 18:24:35 +00:00
Denis Makogon
24eacbbbbf
Improving certain CLI commands: init, run ( #207 )
...
* Consolidating route type utilization
Fixes : #197
* Adding --version to fn init CLI command
* Updating functions_go to 0.1.36
* Updating route init process
* Updating tests
* Adding "memory" CLI flag to fn run
* Make CLI memory flag override what's in func.yaml
* Get rid of default value for memory flag
* Revert UX impact
func.yaml remains the same, no nested maps
2017-08-18 11:14:29 -07:00
CI
0dfa9e0e03
fn tool: 0.3.58 release [skip ci]
2017-08-17 22:57:39 +00:00
CI
6d86611b23
fn tool: 0.3.57 release [skip ci]
2017-08-16 20:25:18 +00:00
CI
2c68a381bd
fn tool: 0.3.56 release [skip ci]
2017-08-16 16:31:28 +00:00
CI
39431a72c7
fn tool: 0.3.55 release [skip ci]
2017-08-10 10:35:43 +00:00
CI
7416a46985
fn tool: 0.3.54 release [skip ci]
2017-08-09 18:02:05 +00:00
CI
0ece9d1e97
fn tool: 0.3.53 release [skip ci]
2017-08-09 17:49:54 +00:00
CI
999a74b490
fn tool: 0.3.52 release [skip ci]
2017-08-09 16:05:05 +00:00
oracloud
71e66a452a
Merge pull request #213 from fnproject/format-fn-run
...
Set FN_FORMAT correctly in `fn run`
2017-08-09 17:54:35 +02:00
CI
c49335e785
fn tool: 0.3.51 release [skip ci]
2017-08-09 12:32:29 +00:00
Mukhtar Haji
f8e1202191
Set FN_FORMAT correctly in fn run
2017-08-09 12:02:00 +01:00
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