Minghe Huang
9b0ffda4a3
update docs
2020-01-02 23:41:13 +08:00
Minghe Huang
2e5666c2b6
Squashed commit of the following:
...
commit 5a9c2b5942d16b3ff7b4ed7a02dafbf2c5462eae
Author: Minghe Huang <h.minghe@gmail.com >
Date: Thu Jan 2 17:40:23 2020 +0800
bump version
0.8.87
0.8.87-alpha.2e5666c
2020-01-02 17:40:46 +08:00
Minghe
7675656a54
fix force option when deploy a function on Docker infra ( #443 )
...
* fix force option when deploy a function on Docker infra
* fix test
0.8.86-alpha.7675656
2020-01-02 17:13:10 +08:00
Minghe
3d7f7b0ad1
Configurable auto remove ( #440 )
...
* enable autoremove to be configurable
* bump version
0.8.86
0.8.86-alpha.3d7f7b0
2019-12-31 14:29:01 +08:00
Minghe
a1ccbd6cab
Add not fetch fx node bas ( #439 )
...
* add node-fetch to fx-node-base image, then we can use 'fetch' in
JavaScript/Node function
* bump version
0.8.85-alpha.a1ccbd6
2019-12-31 13:34:48 +08:00
Minghe
33cb4ce63c
verify deploy function to Google Kubernetes Engine and update Doc ( #435 )
...
* verify deploy function to Google Kubernetes Engine and update Doc
* bump version
0.8.84
0.8.84-alpha.33cb4ce
2019-12-27 23:08:51 +08:00
Minghe
aefb4497e2
When check a file is handler or not, should take extension account, ( #433 )
...
otherewise it might be a directory, not a file
0.8.83-alpha.aefb449
2019-12-26 20:40:57 +08:00
Minghe Huang
0047e66f10
bump version
2019-12-26 20:38:50 +08:00
Minghe Huang
6bae4254af
When check a file is handler or not, should take extension account,
...
otherewise it might be a directory, not a file
2019-12-26 18:47:11 +08:00
Minghe
a9689993b0
Fix packr missing auto release ( #431 )
...
* install packr
* install packr
* commit generate packr file
* no need change
0.8.82
0.8.82-alpha.a968999
2019-12-24 18:30:44 +08:00
Minghe
8c0182b29f
move some installation into base image ( #427 )
0.8.81
0.8.81-alpha.8c0182b
0.8.82-alpha.929c9af
2019-12-24 11:13:10 +08:00
Minghe Huang
02d55c7143
bump version
0.8.81-alpha.02d55c7
2019-12-23 13:57:31 +08:00
Minghe
f343b537f1
upgrade go-ssh-client pkg ( #426 )
...
* upgrade go-ssh-client pkg
* bump version
0.8.80-alpha.f343b53
2019-12-20 10:24:14 +08:00
Minghe
a84e7da65f
When there is services deployed via k8s mode on Desktop Docker for Mac ( #424 )
...
with kubernetes single node cluster, "fx list" will crash since some
service has no names, but the code trying to access names at index 0
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
0.8.79
0.8.79-alpha.a84e7da
2019-12-19 16:05:40 +08:00
Minghe
f3b64387cb
dependencies should be field of brew ( #423 )
0.8.78-alpha.f3b6438
2019-12-19 14:28:53 +08:00
Minghe
e132435ff8
add docker to dependency ( #422 )
...
* add docker to dependency
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
* bump version
2019-12-19 13:41:26 +08:00
Minghe
fb492fa6f7
Merge pull request #415 from metrue/perl
...
Perl
0.8.77
0.8.77-alpha.fb492fa
2019-12-19 10:14:22 +08:00
Minghe Huang
159714491d
add perl support,
...
fx up func.pl
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
2019-12-18 21:06:56 +08:00
Minghe Huang
64cbbc70bb
Squashed commit of the following:
...
commit f4e3d78e516f889a0256c6ddf922922ec12bc757
Author: Minghe Huang <h.minghe@gmail.com >
Date: Wed Dec 18 21:02:43 2019 +0800
check error when walk directory
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
0.8.77-alpha.64cbbc7
0.8.77-alpha.d0559f6
2019-12-18 21:03:05 +08:00
Minghe
d0559f627e
simple and clean code ( #420 )
...
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
2019-12-18 20:56:26 +08:00
Minghe
0a6784e270
fix wrong cloud type issue ( #419 )
...
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
0.8.77-alpha.0a6784e
2019-12-18 20:22:03 +08:00
Minghe
b6fd3c7e98
add contributor badge ( #418 )
0.8.76
0.8.76-alpha.b6fd3c7
2019-12-18 17:29:16 +08:00
Minghe
1c05534071
fix KUBECONFIG no effect issue ( #416 )
...
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
0.8.76-alpha.1c05534
2019-12-18 16:59:10 +08:00
Minghe
3627d5bb40
fix ci script ( #414 )
0.8.75
0.8.75-alpha.3627d5b
2019-12-18 11:20:32 +08:00
Minghe
1f7714c1e9
Refactor kubeconfig persist logic ( #412 )
...
* add Dir function to config
* clean up
* persist the kubeconf on the fly
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
* fix test
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
* simplicity the cloud config fetch
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
2019-12-18 10:58:34 +08:00
Minghe
d868ebf4a1
enable CI check ( #410 )
...
* enable CI check
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
* lint
* clean up lint issue
* fix Makefile
* uncomment
* fix coverage
* check infrastructure during up command (#411 )
* check infrastructure during up command
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
* add unit test
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
2019-12-17 22:54:54 +08:00
Minghe
4640379b06
clean up no use deps ( #408 )
0.8.74-alpha.4640379
2019-12-16 18:02:45 +08:00
dependabot-preview[bot]
922120efbb
Bump github.com/spf13/viper from 1.3.2 to 1.6.1 ( #406 )
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.3.2 to 1.6.1.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.3.2...v1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
0.8.74
0.8.74-alpha.922120e
2019-12-13 09:24:03 +08:00
Minghe
91fec99b00
remove debugging information ( #405 )
...
Signed-off-by: Minghe Huang <h.minghe@gmail.com >
0.8.74-alpha.91fec99
2019-12-12 22:57:01 +08:00
Minghe
2f89c1fe1f
Refactor provision layer ( #403 )
0.8.74-alpha.2f89c1f
2019-12-12 19:24:49 +08:00
Minghe
2298f39cca
k3s on docker ( #401 )
...
* since we do the image build in initialize container of pod, so we have to make sure the image built can be access from kubelet on same node, containerd could not support that
* update docs
* bump version
* clean up
0.8.73
0.8.73-alpha.2298f39
2019-12-07 01:42:13 +08:00
Minghe
23d68bc27b
Refactor packer ( #399 )
0.8.72
0.8.72-alpha.23d68bc
2019-12-06 20:16:05 +08:00
Minghe
74c0423f0d
add docs for rust example ( #398 )
0.8.71-alpha.74c0423
2019-12-06 14:58:30 +08:00
Minghe
06f87c4d8e
fix deploy to aks issue, and update docs ( #396 )
...
* fix deploy to aks issue, and update docs
* update docs
0.8.71
0.8.71-alpha.06f87c4
2019-12-06 11:54:27 +08:00
Minghe
35262de828
release v0.8.7 ( #394 )
0.8.6
0.8.7
0.8.7-alpha.35262de
2019-12-06 10:04:40 +08:00
dependabot-preview[bot]
34a495984c
Bump github.com/olekukonko/tablewriter from 0.0.3 to 0.0.4 ( #393 )
...
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter ) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/olekukonko/tablewriter/releases )
- [Commits](https://github.com/olekukonko/tablewriter/compare/v0.0.3...v0.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
0.8.6-alpha.34a4959
2019-12-06 09:45:27 +08:00
Minghe
d7130c4e28
support a project with multiple files ( #392 )
...
* support a project with multiple files
* fix lint issue
* fix test
0.8.6-alpha.d7130c4
2019-12-05 17:57:39 +08:00
Minghe
c9630a53c3
should treat CICD code block seperately ( #391 )
...
* should treat CICD code block seperately
* auto provision when host is not health
* fix lint
0.8.6-alpha.c9630a5
2019-12-05 11:38:54 +08:00
Minghe
0522690472
merge provisioner and deployer into infra ( #390 )
0.8.6-alpha.0522690
2019-12-04 19:09:14 +08:00
Minghe
a8a0fbed32
add ping method to check infra is healthy or not ( #388 )
...
* add ping method to check infra is healthy or not
* merge k3s and k8s deployer (#389 )
* fix typo
0.8.6-alpha.a8a0fbe
2019-12-04 17:28:03 +08:00
Minghe
26ae9585f6
move cli args parsing into middleware level ( #387 )
0.8.6-alpha.26ae958
2019-12-04 11:56:07 +08:00
Minghe
b69bd699c8
combine coverage and unit test progres ( #386 )
0.8.6-alpha.b69bd69
2019-12-04 09:45:42 +08:00
Minghe
650ee5f63a
move progress bar into deploy function ( #385 )
0.8.6-alpha.650ee5f
2019-12-04 08:43:49 +08:00
Minghe
e3c60cbb77
show the endpoint information when deployed successfully ( #384 )
0.8.6-alpha.e3c60cb
2019-12-03 19:27:26 +08:00
Minghe
0daca43d10
release v0.8.6 ( #383 )
0.8.6-alpha.0daca43
2019-12-03 17:18:11 +08:00
Minghe
d3c239dc54
clean up no use codes ( #381 )
0.8.5-alpha.d3c239d
2019-12-03 17:01:14 +08:00
Minghe
05ac2441da
list service as table format ( #382 )
0.8.5-alpha.05ac244
2019-12-03 15:41:03 +08:00
Minghe
c0009b1b64
request a port when not port given ( #379 )
...
* request a port when not port given
* make context an interface, for easy testing (#380 )
0.8.5-alpha.c0009b1
2019-12-03 15:14:13 +08:00
dependabot-preview[bot]
82960824ef
Bump github.com/urfave/cli from 1.22.1 to 1.22.2 ( #370 )
...
Bumps [github.com/urfave/cli](https://github.com/urfave/cli ) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v1.22.1...v1.22.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
0.8.5-alpha.8296082
2019-11-29 08:54:02 +08:00
dependabot-preview[bot]
64b63cbd0f
Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.7 ( #378 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.4 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
0.8.5-alpha.64b63cb
2019-11-28 08:41:26 +08:00