Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
219 commits
Select commit Hold shift + click to select a range
bf6692b
Run command: fix bool args passed to daprd
anhldbk Jul 19, 2021
c6ed41c
git: ignore test-generated output files
anhldbk Jul 21, 2021
8e037db
Run: refactor testing code
anhldbk Jul 21, 2021
90728db
Run: add missing environment variables for apps
anhldbk Jul 22, 2021
9550603
Merge branch 'dapr:master' into master
anhldbk Jul 22, 2021
36f5bac
Merge branch 'master' of github.com:anhldbk/cli
anhldbk Jul 22, 2021
13b2966
Run: refactor code
anhldbk Jul 22, 2021
f0db1de
Merge branch 'dapr:master' into master
anhldbk Jul 30, 2021
318ca84
Merge branch 'master' into master
yaron2 Aug 9, 2021
a436339
Merge remote-tracking branch 'dapr/master'
anhldbk Oct 23, 2021
fb0e772
Run: Update test
anhldbk Oct 23, 2021
4ab2c7e
Run: Update with the latest docs
anhldbk Oct 23, 2021
59bb6c8
Run: Fix linting complaints
anhldbk Oct 23, 2021
9299962
Run: refactor logic to generate new AppID
anhldbk Oct 23, 2021
a5c2bfd
Run: set AppPort to 0 if not set
anhldbk Oct 23, 2021
f04e29a
Readme: fix linting complaints
anhldbk Oct 24, 2021
f555230
Run: re-add placement-host-address
anhldbk Oct 24, 2021
bfdd0b4
Run: disable check for app-port
anhldbk Oct 25, 2021
d80b257
Merge remote-tracking branch 'upstream/master'
anhldbk Dec 3, 2021
ac6a119
Merge remote-tracking branch 'upstream/master'
anhldbk Dec 3, 2021
6ecf7bd
Merge branch 'master' of github.com:anhldbk/dapr-cli
anhldbk Dec 3, 2021
7ccc63c
Merge branch 'master' into master
yaron2 Dec 16, 2021
7d2bec4
Run: reformat code with gofumpt
anhldbk Dec 22, 2021
3c80582
Merge branch 'master' of github.com:anhldbk/dapr-cli
anhldbk Dec 22, 2021
3f8b86d
add --all flag to kubernetes uninstall
yaron2 May 14, 2021
20c3e65
update readme
yaron2 May 14, 2021
9bc0158
remove redundant line
yaron2 May 14, 2021
d2d3ff4
Fixing removal of "v" from release version
pkedy Jul 14, 2021
c478ef8
Update upgrade.go
yaron2 Jul 14, 2021
809a745
Adding tests for `dapr uninstall -k --all`
pkedy Jul 14, 2021
fdf3136
Tweaks per PR review
pkedy Jul 14, 2021
18b8254
Tweaks per PR review
pkedy Jul 14, 2021
c99b412
Run command: fix bool args passed to daprd
anhldbk Jul 19, 2021
505807d
git: ignore test-generated output files
anhldbk Jul 21, 2021
7de84bb
Run: refactor testing code
anhldbk Jul 21, 2021
8f4c6e3
Run: add missing environment variables for apps
anhldbk Jul 22, 2021
7ff4bfd
Run command: fix bool args passed to daprd (#768)
anhldbk Jul 20, 2021
1b9ac8c
Run: refactor code
anhldbk Jul 22, 2021
b1c6a2c
Pin Go 1.16.6 due to caching
berndverst Jul 15, 2021
32268a0
Pin Go 1.16.6 for all workflows due to cache
berndverst Jul 15, 2021
eae6d01
Revert "Pin Go 1.16.6 due to caching"
berndverst Jul 22, 2021
5b625b8
Revert "Pin Go 1.16.6 for all workflows due to cache"
berndverst Jul 22, 2021
3576204
Update runtime to 1.3.0 (#767)
Jul 27, 2021
16725db
Update CODEOWNERS (#749)
AaronCrawfis Jul 30, 2021
8c177ed
tests: fix typos
daixiang0 Jul 16, 2021
1803098
Allows anybody to /assign via Dapr Bot (#778)
artursouza Aug 6, 2021
39d9d15
Improve Dapr download speed.
Fabian-Schmidt Mar 4, 2021
fbaa56e
Add downgrade language to the upgrade command
greenie-msft Aug 6, 2021
c4d35e6
dapr dashboard add address option
marviniter Aug 17, 2021
478df6c
gofmt utils.go file
marviniter Aug 17, 2021
2b53d5c
add --address usage example
marviniter Aug 17, 2021
8eb43d3
log error info to stderr (#750)
daixiang0 Aug 25, 2021
bbf0ee7
e2e for runtime version 1.4.0 (#796)
Sep 22, 2021
b7a22a6
Allow specifying of runtime-version via Env Var for `dapr init` (#806)
berndverst Oct 7, 2021
02d8649
Skip CRD application during downgrade (#795) (#801)
Oct 20, 2021
9c6cce7
optimize: use input param namespace (#798)
1046102779 Oct 21, 2021
dd48e5d
Run: Update test
anhldbk Oct 23, 2021
791e559
Run: Update with the latest docs
anhldbk Oct 23, 2021
294fe53
Run: Fix linting complaints
anhldbk Oct 23, 2021
c97c133
Run: refactor logic to generate new AppID
anhldbk Oct 23, 2021
9c1d5c1
Run: set AppPort to 0 if not set
anhldbk Oct 23, 2021
dcf93b5
Readme: fix linting complaints
anhldbk Oct 24, 2021
f38b893
Run: re-add placement-host-address
anhldbk Oct 24, 2021
cc7ad7c
Run: disable check for app-port
anhldbk Oct 25, 2021
f200225
runtime: support unix domain socket (#788)
daixiang0 Oct 27, 2021
a6edcff
ci: standard linter config (#793)
daixiang0 Nov 1, 2021
7693f33
Install script update for Darwin ARM 64 (M1 Mac etc) support (#827)
berndverst Nov 10, 2021
ef97570
pin dapr/dapr package to v1.5.0-rc.1
berndverst Nov 5, 2021
9433a8e
Update expected configuration
berndverst Nov 5, 2021
e3d6657
Add upgrade test
berndverst Nov 5, 2021
0292c6f
Also update tests to current dashboard version
berndverst Nov 5, 2021
0ef5794
remove old upgrade test
berndverst Nov 5, 2021
d83c488
remove other old upgrade path tests
berndverst Nov 5, 2021
c02b038
use 1.5.0-rc.2 instead
berndverst Nov 5, 2021
3a08fed
Added a warning message for unix domain socket (#822)
amulyavarote Nov 5, 2021
59de570
Update tests and build for runtime 1.5.0-rc.3 (#825)
berndverst Nov 9, 2021
c8668c5
Update E2E versions to 1.5.0 (#831)
Nov 12, 2021
ccc8526
Publish events with CloudEvents envelopes (#839)
pkedy Nov 29, 2021
d1c8558
version: fix failing test (#824)
anhldbk Nov 29, 2021
f95929e
Ignore go.work for Go 1.18 Workspaces (#843)
berndverst Nov 29, 2021
6380dbc
fix shutdown hang when enable socket (#835)
daixiang0 Nov 29, 2021
da7e866
Run: reformat code with gofumpt
anhldbk Dec 22, 2021
8410380
Upgrade test for 1.4.4 and 1.5.1 releases (#846)
berndverst Dec 7, 2021
9b7729a
Update LICENSE to Apache 2.0 (#840)
greenie-msft Dec 7, 2021
b7d55f3
replaced license headers (#855)
dmitsh Dec 10, 2021
47c9390
Merge branch 'master' of github.com:anhldbk/dapr-cli
anhldbk Dec 22, 2021
e1734ec
Run: fix validation if placement address is empty
anhldbk Dec 22, 2021
ef7f9f3
Use absolute path for docker install MacOS (#697)
wcs1only Apr 23, 2021
4e41dd0
Authenticating to the Github API using the GITHUB_TOKEN environment v…
pkedy Apr 27, 2021
52a3ba7
Exporting GITHUB_TOKEN for the e2e tests
pkedy Apr 27, 2021
d3d0cdf
Fix a linter issue that only appeared after a merge to master. (#702)
wcs1only Apr 27, 2021
bdd98ef
Added E2E for dapr upgrade command (non-ha mode) (#665)
May 5, 2021
c55634d
Fix Docker install on MacOS (#710)
wcs1only May 13, 2021
582aad8
fix reset values on upgrade (#706)
yaron2 May 13, 2021
479782e
Support to get github api from specified json path and custom asset h…
newbe36524 May 14, 2021
3db6621
adding dapr-http-max-request-size parameter to cli (#703)
apuzyrevsky May 14, 2021
9999b26
Add HA mode upgrade path tests (#711)
May 14, 2021
7cb5cee
apply crds on init -k (#714)
yaron2 May 19, 2021
0942677
Revert the changes for exit code on stop error (#715)
May 19, 2021
be35457
fix init -k without --runtime-version (#721)
yaron2 May 19, 2021
3246070
Sketch output of `list` using JSON or YAML.
philliphoff May 25, 2021
daac76b
Add field tags to k8s list output.
philliphoff May 25, 2021
d576485
Add validation.
philliphoff May 26, 2021
918eae5
Tweak text.
philliphoff May 26, 2021
a06fc53
Fix build on Darwin Arm64
berndverst May 24, 2021
90b2d3f
Update formatting.
philliphoff May 26, 2021
064dd9d
Add e2e test.
philliphoff May 26, 2021
9a486af
Format document.
philliphoff May 26, 2021
c017052
Tweak output when no instances found.
philliphoff May 26, 2021
d6a68e6
Fix secret to release from org level cred. (#713)
artursouza May 19, 2021
a2db5f5
Add test for invalid output format.
philliphoff May 27, 2021
5f94d00
Resolve linter issues.
philliphoff May 27, 2021
cd2f533
Retrigger PR checks.
philliphoff May 27, 2021
400130b
Create installdaprwin.yml
berndverst Jun 1, 2021
cfa3622
Update installdaprwin.yml
berndverst Jun 1, 2021
d6d819a
Update installdaprwin.yml
berndverst Jun 1, 2021
2c0a36e
Update installdaprwin.yml
berndverst Jun 1, 2021
f50ee85
Update installdaprwin.yml
berndverst Jun 2, 2021
c05f396
Update installdaprwin.yml
berndverst Jun 3, 2021
157d37e
Update installdaprwin.yml
berndverst Jun 3, 2021
3614aae
update upgrade paths to rc.3
May 19, 2021
f6e7a6f
removing 1.0.0 from supported paths e2e
May 20, 2021
75e12ff
Increase test timeout
May 20, 2021
52502f7
Restructure k8s e2e test code
May 20, 2021
7041792
fix linter
May 21, 2021
48bd173
bump runtime version to 1.2.0-rc.5
May 24, 2021
6b31b6b
update upgrade tests to 1.2.0-rc.5
May 24, 2021
16afda0
Update to 1.2.0 runtime version
May 26, 2021
e95cc95
Add example of `dapr list` with output arguments.
philliphoff Jun 23, 2021
5dff6bb
Add 'build-info' command
dmitsh Jun 23, 2021
cd601a0
Allow to specify port in placement-host-address (#746)
dmitsh Jun 29, 2021
eba4be0
filter instances that don't start sidecar from dapr list
tanvigour Jul 6, 2021
a54ab91
Update kubernetes version for CLI
wcs1only Jul 2, 2021
2a5b2f3
adding changes specific to dashboard instance
tanvigour Jul 12, 2021
0d74876
Fixing typos
gogi2811 May 19, 2021
4a9daa4
Add help message for installing without sudo and admin rights
berndverst Jul 9, 2021
7229eb5
Add a more instructive error message for failure to get latest version
wcs1only Jul 2, 2021
a46a11a
Fall back to reading the helm chart when the github API isn't available
wcs1only Jul 3, 2021
de2923d
move test to standalone_test and delete old test
tanvigour Jul 13, 2021
69e5cae
add --all flag to kubernetes uninstall
yaron2 May 14, 2021
3d58fcd
update readme
yaron2 May 14, 2021
3b183a6
remove redundant line
yaron2 May 14, 2021
918f284
Fixing removal of "v" from release version
pkedy Jul 14, 2021
30b1d36
Update upgrade.go
yaron2 Jul 14, 2021
7ceceea
Adding tests for `dapr uninstall -k --all`
pkedy Jul 14, 2021
4782e5d
Tweaks per PR review
pkedy Jul 14, 2021
16478a3
Tweaks per PR review
pkedy Jul 14, 2021
45b5ebf
Run command: fix bool args passed to daprd
anhldbk Jul 19, 2021
a2edd44
git: ignore test-generated output files
anhldbk Jul 21, 2021
1e8c872
Run: refactor testing code
anhldbk Jul 21, 2021
84e461e
Run: add missing environment variables for apps
anhldbk Jul 22, 2021
44a4536
Run command: fix bool args passed to daprd (#768)
anhldbk Jul 20, 2021
c4b489f
Run: refactor code
anhldbk Jul 22, 2021
0235606
Pin Go 1.16.6 due to caching
berndverst Jul 15, 2021
8478017
Pin Go 1.16.6 for all workflows due to cache
berndverst Jul 15, 2021
c342c06
Revert "Pin Go 1.16.6 due to caching"
berndverst Jul 22, 2021
c44bb19
Revert "Pin Go 1.16.6 for all workflows due to cache"
berndverst Jul 22, 2021
bf7f89e
Update runtime to 1.3.0 (#767)
Jul 27, 2021
8eb6058
Update CODEOWNERS (#749)
AaronCrawfis Jul 30, 2021
1d5e1d7
tests: fix typos
daixiang0 Jul 16, 2021
510285e
Allows anybody to /assign via Dapr Bot (#778)
artursouza Aug 6, 2021
09b2fd0
Improve Dapr download speed.
Fabian-Schmidt Mar 4, 2021
68625df
Add downgrade language to the upgrade command
greenie-msft Aug 6, 2021
92a3745
dapr dashboard add address option
marviniter Aug 17, 2021
bbab398
gofmt utils.go file
marviniter Aug 17, 2021
7261585
add --address usage example
marviniter Aug 17, 2021
612d959
log error info to stderr (#750)
daixiang0 Aug 25, 2021
e51ca9a
e2e for runtime version 1.4.0 (#796)
Sep 22, 2021
8e19842
Allow specifying of runtime-version via Env Var for `dapr init` (#806)
berndverst Oct 7, 2021
36b96da
Skip CRD application during downgrade (#795) (#801)
Oct 20, 2021
9012f87
optimize: use input param namespace (#798)
1046102779 Oct 21, 2021
fb4b95e
Run: Update test
anhldbk Oct 23, 2021
e9ce126
Run: Update with the latest docs
anhldbk Oct 23, 2021
31a615e
Run: Fix linting complaints
anhldbk Oct 23, 2021
bd1016f
Run: refactor logic to generate new AppID
anhldbk Oct 23, 2021
086c947
Run: set AppPort to 0 if not set
anhldbk Oct 23, 2021
07e2f51
Readme: fix linting complaints
anhldbk Oct 24, 2021
d6fe479
Run: re-add placement-host-address
anhldbk Oct 24, 2021
9c5054c
Run: disable check for app-port
anhldbk Oct 25, 2021
70961be
runtime: support unix domain socket (#788)
daixiang0 Oct 27, 2021
2c2f60d
ci: standard linter config (#793)
daixiang0 Nov 1, 2021
9ba6542
Install script update for Darwin ARM 64 (M1 Mac etc) support (#827)
berndverst Nov 10, 2021
c9e6520
pin dapr/dapr package to v1.5.0-rc.1
berndverst Nov 5, 2021
7e84967
Update expected configuration
berndverst Nov 5, 2021
05b88bf
Add upgrade test
berndverst Nov 5, 2021
1465a18
Also update tests to current dashboard version
berndverst Nov 5, 2021
01f513b
remove old upgrade test
berndverst Nov 5, 2021
7702941
remove other old upgrade path tests
berndverst Nov 5, 2021
4022e35
use 1.5.0-rc.2 instead
berndverst Nov 5, 2021
4be19b0
Added a warning message for unix domain socket (#822)
amulyavarote Nov 5, 2021
727e67a
Update tests and build for runtime 1.5.0-rc.3 (#825)
berndverst Nov 9, 2021
58f765c
Update E2E versions to 1.5.0 (#831)
Nov 12, 2021
712bf0e
Publish events with CloudEvents envelopes (#839)
pkedy Nov 29, 2021
9f82c58
version: fix failing test (#824)
anhldbk Nov 29, 2021
674b0c2
Ignore go.work for Go 1.18 Workspaces (#843)
berndverst Nov 29, 2021
e6cadce
fix shutdown hang when enable socket (#835)
daixiang0 Nov 29, 2021
a773195
Run: reformat code with gofumpt
anhldbk Dec 22, 2021
c5ced5d
Upgrade test for 1.4.4 and 1.5.1 releases (#846)
berndverst Dec 7, 2021
18f97fc
Update LICENSE to Apache 2.0 (#840)
greenie-msft Dec 7, 2021
cab887a
replaced license headers (#855)
dmitsh Dec 10, 2021
46722d6
add --all flag to kubernetes uninstall
yaron2 May 14, 2021
4d660e5
remove redundant line
yaron2 May 14, 2021
95367c8
Run: refactor testing code
anhldbk Jul 21, 2021
173e84f
Run: add missing environment variables for apps
anhldbk Jul 22, 2021
7be1860
Run command: fix bool args passed to daprd (#768)
anhldbk Jul 20, 2021
76ddf77
Run: refactor code
anhldbk Jul 22, 2021
66e9b30
Pin Go 1.16.6 due to caching
berndverst Jul 15, 2021
3991b72
Pin Go 1.16.6 for all workflows due to cache
berndverst Jul 15, 2021
864d557
Revert "Pin Go 1.16.6 due to caching"
berndverst Jul 22, 2021
5d36a57
Revert "Pin Go 1.16.6 for all workflows due to cache"
berndverst Jul 22, 2021
cc77543
Run: Update with the latest docs
anhldbk Oct 23, 2021
7b5138e
Run: re-add placement-host-address
anhldbk Oct 24, 2021
853e08c
runtime: support unix domain socket (#788)
daixiang0 Oct 27, 2021
9413067
ci: standard linter config (#793)
daixiang0 Nov 1, 2021
7e80683
Update E2E versions to 1.5.0 (#831)
Nov 12, 2021
d9e3ad1
Publish events with CloudEvents envelopes (#839)
pkedy Nov 29, 2021
d2fe1e0
fix shutdown hang when enable socket (#835)
daixiang0 Nov 29, 2021
e44a969
Run: fix validation if placement address is empty
anhldbk Dec 22, 2021
295cad4
DCO: fix complaints
anhldbk Dec 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading