Commit Graph

259 Commits

Author SHA1 Message Date
Young Bu Park 7d1f20fcb8
update powershell script message from standalone to selfhosted (#265) 2020-02-12 15:59:33 -08:00
Yaron Schneider aa58fbfa3c
Update README.md (#264) 2020-02-11 17:22:54 -08:00
Abhishek Gupta 8699ed9a8a
Checking containers are running before "dapr init" (#226)
* checking containers are running before dapr init

* updated impl

* removed constraint for placement container

* updated RunCmdAndWait and refactored

* fix lint issues

* fix linter

* correction

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-02-11 11:30:58 -08:00
Yaron Schneider 4db3c97c79
enable mTLS support for CLI (#261)
* enable mTLS support for CLI

* add license
2020-02-10 18:13:47 -08:00
Young Bu Park 19f003b03d
Make linter happy (#260) 2020-02-10 15:41:17 -08:00
Young Bu Park 9edf44ab00
download only release build (#259) 2020-02-10 15:25:03 -08:00
Yaron Schneider 406690ebe3 Update README.md (#253) 2020-02-09 21:28:20 -08:00
José Miguel Parrella e982e83de7 Cosmetic endline fix for --version (#254)
This minor, cosmetic fix ensures the output of `--version` ends with a newline even when there's no runtime installed. Perhaps there is a better way, like ending L26 with a newline and chomping the output of `daprd --version`.
2020-02-08 09:30:58 -08:00
Leon Mai d71bb51192
#222 dapr stop does not work on windows (#246)
Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-02-05 17:19:41 -08:00
Young Bu Park c00014497b
Show the detail error message when KUBECONFIG includes multiple configs (#242)
* fix typo

* handle multiple configs

* show k8s initialization errors
2020-02-05 17:05:02 -08:00
Yaron Schneider 2bc0f0aeda
Add mtls info command, bump dapr version (#243)
* add mtls info command, bump dapr version

* update configurations cmd with mtls
2020-02-04 09:06:25 -08:00
Young Bu Park f84566fb2b
Enable linter and fix all linter errors (#241)
* Enable golangci linter

* remove gomnd

* upgrade golang lint

* upgrade go to 1.13.7

* fix messages

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-02-03 09:07:32 -08:00
Young Bu Park 142bc2c417
Remove vendor (#240) 2020-01-31 23:34:55 -08:00
Yaron Schneider ef410bfa47
add components, configurations commands (#237)
* add components, configurations commands

* update vendor
2020-01-30 14:26:08 -08:00
Scott Simontis 19f2307e10 Resolve #221 Installation Failure (#236)
If a user has both PSCX and Microsoft.Powershell.Archive installed on their machine, the Expand-Archive call defaults to PSCX's version of Expand-Archive, with using -OutputPath instead of -DestinationPath. By specifying the module name before the call, we can ensure the proper version is always called and prevent an error for some users.

This will resolve issue #221
2020-01-22 20:43:03 -08:00
Vishal Saroopchand b327fdf118 Add InvokeGet and Post, refactor Invoke. (#229) 2020-01-11 21:17:49 -08:00
Shalabh Mohan Shrivastava 2a44631c0a
Changes to provide actorStateStore flag in Dapr run to enable state persistence in actors. (#231)
This change is performed to support multiple state stores support in Dapr runtime.
2020-01-11 08:16:57 -08:00
Abhishek Gupta 9f836a3c14 [WIP] Added 'logs' command to dapr cli (#227)
* added 'logs' command to dapr

* updated implementation as per feedback

* added mandatory --kubernetes option
2020-01-07 20:17:01 -08:00
Trond Hindenes d585612185 Make local file names generic (#218) 2019-12-06 14:21:00 -08:00
Greg Ingram eb1b3bfa7c Added filter for Visual Studio (#216) 2019-11-30 23:23:25 -08:00
Artur Souza aa5d68e2c6
Merge pull request #217 from shaggygi/add-period
Clean up a few comments and strings
2019-11-30 23:11:22 -08:00
shaggygi 7f5fdf176c Cleaned up a few comments and strings 2019-11-30 19:05:33 -05:00
Leon Mai 24557c2465
Allow alternate install path (#213)
* alternate install

* Add comment
2019-11-27 15:15:09 -08:00
Greg Ingram e759a815ed Capitalized Dapr and uppercase CLI (#215)
* Capitalized Dapr

* Fixed wording

* Uppercase CLI

* Missed capitalized Dapr

* Fix uninstall description
2019-11-25 09:37:45 -08:00
Yaron Schneider eeea3d5a1b
change send cmd to invoke (#211) 2019-11-20 16:22:41 -08:00
Leon Mai 5fc4924080
Move return (#209) 2019-11-20 11:50:21 -08:00
Yaron Schneider 321cb1a4c1 Update README.md (#208)
Let users know Docker on Windows must be running in Linux Containers mode
2019-11-20 10:35:03 -08:00
Phillip Hoff 65555f5cb8 Allow setting flags via environment variables (#210)
* Use viper to pull flags from environment variable.

* Allow Docker network be specified via environment variable.

* Sketch Dapr init/run CLI command reference.

* Sketch remainder of Dapr CLI command docs.

* Add note re: environment variables.
2019-11-20 10:29:53 -08:00
Leon Mai 2d430197fd
Fix issue where cli reports success when it could not start containers #200 (#205) 2019-11-18 12:48:58 -08:00
Yaron Schneider 16bab6b759
remove redis on local init (#206) (#207) 2019-11-14 21:15:03 -08:00
Yaron Schneider 228e5bea5e
remove Dapr placement image on uninstall and init (#204) 2019-11-12 14:29:52 -08:00
Yaron Schneider d793380624
fix non-existing component dir error (#199) 2019-11-06 14:21:34 -08:00
Phillip Hoff 997ab8ce38 Allow installation of Dapr runtime into a specific Docker network (#192)
* Allow option to specify Docker network for containers.

* Add network aliases when on a specific network

* Allow Redis and placement server hosts be specified

* Don't expose container ports when on explicit network

* Use a network-specific container name.

* Update docs.

* Update per PR feedback.
2019-11-06 10:17:55 -08:00
Leon Mai 9d1b84578a Remove --kubernetes option from dapr run (#196)
* Remove --kubernetes option from dapr run

* Remove comment
2019-11-06 10:11:41 -08:00
Flier Lu da9be10127 generate redis state store/pubsub when missing (#194) 2019-11-05 17:32:42 -08:00
Leon Mai 05e77016ea
Update README for uninstall (#187) 2019-10-28 15:54:31 -07:00
Leon Mai ef9c854563
dapr uninstall should remove all containers (#184)
* dapr uninstall should remove all containers

* Delete redis container only if user specifies --all
2019-10-28 12:16:49 -07:00
Young Bu Park 616283a047
clean up azure pipeline (#185) 2019-10-25 20:49:34 -07:00
Young Bu Park 05f44e86d3
Update build badge (#182)
Update build badge
2019-10-23 14:16:16 -07:00
Young Bu Park 717b6ee450
Fix dpar_cli to dapr_cli (#183)
Fix dpar_cli to dapr_cli
2019-10-23 13:47:37 -07:00
Young Bu Park 4a65200dd1
Switch Azure Pipelines to GitHub Actions (#181)
Switch Azure Pipelines to GitHub Actions
2019-10-23 13:41:13 -07:00
Igor Pejovski fd3c764964 typo fixed. port 300 to 3000. (#170) 2019-10-19 13:09:29 -07:00
Young Bu Park ef3d5e0b45 add message to ensure docker desktop use linux container mode (#167) 2019-10-18 16:42:23 -07:00
Young Bu Park 3fe15c8d2e
Support TLS 1.2/1.1/1.0 (#165) 2019-10-17 15:50:22 -07:00
Anubhav Mishra ff5f0ee808 kubernetes: adding support for KUBECONFIG environment variable (#162) 2019-10-16 11:57:15 -07:00
Yaron Schneider 83a67cc1cd
Update README.md (#161) 2019-10-16 08:57:33 -07:00
Young Bu Park 426865c682 Fix helm charts link (#160) 2019-10-16 08:46:30 -07:00
Young Bu Park 3c6f2d0cb3 Revise README to be consistent with docs/getting-started (#159)
* Consistent with docs/getting-started

* updated terminal output
2019-10-16 05:19:31 -07:00
Yaron Schneider b3c8652fa9
Update README.md (#158) 2019-10-15 19:18:22 -07:00
Yaron Schneider 4d6cd4e721
removed v prefix (#157) 2019-10-15 19:12:02 -07:00