Commit Graph

51 Commits

Author SHA1 Message Date
Anh Le (Andy) b3cfa05176
Run command: fix bool args passed to daprd (#768) 2021-07-20 12:09:35 -04:00
Dmitry Shmulevich 0a37376658
Allow to specify port in placement-host-address (#746)
* Allow to specify port in placement-host-address

* Update cmd/run.go

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
2021-06-29 09:22:15 -07:00
Anatoliy f22233b0da
adding dapr-http-max-request-size parameter to cli (#703)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-05-14 07:43:28 -07:00
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
landlord fdcae84837
feat: add metrics_port flag (#555)
Co-authored-by: 李锐 <lirui@meican.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-06 11:50:10 -08:00
Yaron Schneider 3968200ca9
Update deprecated commands (#502)
* update deprecated commands

* update tests
2020-11-02 10:21:54 -08:00
Yaron Schneider 1da60115e2
Add ssl command to dapr run (#498)
* add ssl command to dapr run

* update docs

* update docs
2020-10-22 13:44:45 -07:00
Mukundan Sundararajan 24ca35d78b
Upgrade to linter v1.31.0 (#447)
* Upgrade to linter v1.30.0

* Remove --fix from lint

* Fix linter issues

* use golang-ci lint action

* Fix linter version

* add linter patch version

* remove linter patch version
2020-10-07 17:24:12 -07:00
Aman Bhardwaj 2a4123efaf
Change init and uninstall behavior for self hosted mode (#413)
* remove install-path option for dapr init copy bianries under $HOME/.dapr/bin
2020-07-22 14:47:57 -07:00
Mukundan Sundararajan a82a7487b5
Add Zipkin on dapr init. Add tracing config, zipkin component on init. (#377)
* Add Zipkin on dapr init. Add tracing config, zipkin component on initial run.

* Fix uninstallAll check

* Move zipkin config to init

* Default run parameter for config

* Updated Readme and dapr run reference

* Address review comments.

* Updated Readme, cli reference

* Address review comments

* Change uninstall cli ref doc
2020-06-22 09:25:10 -07:00
vinayada1 0afc366697
init creates the default component files #371 (#373)
* init creates the default component files #371

* fix review comments

* fix review comments - 2

* Upgrade to linter version 1.26.0 (#381)

* init creates the default component files #371

* fix review comments

* fix review comments - 2

* Fix linter error

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-06-16 10:18:53 -07:00
Mukundan Sundararajan 51e208c826
Upgrade to linter version 1.26.0 (#381) 2020-06-13 13:03:45 -07:00
Aman Bhardwaj a9a8bc3ac2
passing components folder to daprd (#367)
* passing components folder to daprd

* fixing tests

* fixing tests

* using cli flag to set default value for components path

* fixing build

* linter

* linter

* fixing tests
2020-06-05 21:33:57 -07:00
Aman Bhardwaj 15a3ffa1d7
Revert usage of enableJSONSecretStore flag. (#358)
* Revert "Implementing #344 (#347)"

This reverts commit 98f8818260.

* Fixing linter issue.
2020-06-04 15:55:26 -07:00
Aman Bhardwaj 67edf3ae17
Merge branch 'master' into components 2020-06-03 14:07:32 -07:00
vinayada1 04ba665313 Add tests and remove debug logs 2020-05-29 16:15:30 -07:00
Vinaya Damle 9fee955548 Changes to fix the homepath dir on windows 2020-05-29 12:05:46 -07:00
vinayada1 8df8a716ca use home dir to create default components folder 2020-05-29 11:26:26 -07:00
vinayada1 57e20ceb57 tested on mac 2020-05-28 13:19:40 -07:00
Carlos Mendible 98f8818260
Implementing #344 (#347)
* Implementing #344

* renamed flag to enable-json-secretstore
2020-05-27 20:51:09 -07:00
Sashi Kumar 4cec1ba714
Add flag to provide custom components directory path for dapr run (#326)
Add default to usage description
2020-05-11 14:50:29 -07:00
Leon Mai 7ee30fe02e
metadata name should be pubsub (#324)
Co-authored-by: LM <lemai>
2020-05-05 19:21:55 -07:00
Artur Souza eb76cbf220
Stateless version of `dapr list`. (#289) 2020-03-09 16:19:05 -07:00
Artur Souza b055a029bf
Fixing bug where cannot run 2 sidecars in standalone via cli. (#288) 2020-03-03 14:37:19 -08:00
pruthvidhodda 82520e0df8
Replace DaprID with AppID (#283) 2020-02-27 10:40:35 -08:00
Artur Souza e70f84b03e
Allows run without app and daemon mode for Unix-based OS. (#276) 2020-02-24 14:30:40 -08:00
Artur Souza 359e2eb8e3
Warn yaml + some unit tests (#272)
* Warning about yaml files being overwritten.

* Adding tests to standalone/run.go

* Ignore components dir.
2020-02-18 21:13:14 -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 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
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
Trond Hindenes d585612185 Make local file names generic (#218) 2019-12-06 14:21:00 -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 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
Flier Lu da9be10127 generate redis state store/pubsub when missing (#194) 2019-11-05 17:32:42 -08:00
shalabhs 93e4884096 Adding code comments as part of release checklists 2019-10-09 11:14:48 -07:00
Aman Bhardwaj 6debcf2610 Adding license header and updating to MIT license. 2019-10-08 16:36:31 -07:00
Yaron Schneider 00aa0babef
add grpc support (#118) 2019-10-07 16:56:03 -07:00
Yaron Schneider 36973dca2f
name change (#109) 2019-10-02 16:40:04 -07:00
Yaron Schneider 1d3a687043
support runtime's max concurrency setting (#108) 2019-10-01 11:14:13 -07:00
Young Bu Park 7fa3e073a9 Do not overwrite Yamls for standalone mode (#107)
* Do not overwrite yamls

* Fix CR

* rename
2019-09-25 20:49:00 -07:00
Yaron Schneider fe7f60b231
conform to latest component spec (#93) 2019-09-19 15:07:29 -07:00
Yaron Schneider c41a9d1985
added configurable log level (#82)
* added configurable log level

* added readme instruction
2019-09-17 10:09:45 -07:00
Yaron Schneider 8093a7fbca add profiling to run command (#62) 2019-09-10 12:58:08 -07:00
Yaron Schneider 5161162192
fix component yaml format (#47) 2019-08-29 17:09:43 -07:00
Haishi2016 427981528a add config switch (#46) 2019-08-26 14:43:33 -07:00
Yaron Schneider 9209c23ac3
fix grpc port collision, add warnings (#37) 2019-08-16 12:52:40 -07:00
Yaron Schneider d977e676d5
adjust CLI to runtime 0.2.0-alpha (#21)
* adjust CLI to runtime 0.2.0-alpha

* fix typo

* change to :latest image

* fix action-id to actions-id

* make runtime api version injectible

* remove redundant print
2019-07-25 11:13:04 -07:00