Pravin Pushkar
c7e8612b11
Upgrade go to 1.21 ( #1331 )
...
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2023-12-18 23:36:54 -08:00
Pravin Pushkar
31b9ea27ae
add release doc ( #1325 )
...
* add release doc
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update release.md
Sample PR
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update docs/development/release.md
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
---------
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
2023-07-05 07:42:24 -07:00
Girish Sharma
17124ebbe9
Upgrade go version to 1.20 ( #1246 )
...
* Upgrade go version
Signed-off-by: letmerecall <girishsharma001@gmail.com>
* Upgrade go patch version to get through ci cache
Signed-off-by: letmerecall <girishsharma001@gmail.com>
* Format error message correctly
Signed-off-by: letmerecall <girishsharma001@gmail.com>
* Setup go from go.mod
Signed-off-by: letmerecall <girishsharma001@gmail.com>
* Fix workflow, checkout code before go setup
Signed-off-by: letmerecall <girishsharma001@gmail.com>
* Fix workflow
Signed-off-by: letmerecall <girishsharma001@gmail.com>
---------
Signed-off-by: letmerecall <girishsharma001@gmail.com>
Signed-off-by: Girish Sharma <girishsharma001@gmail.com>
2023-03-02 02:41:17 +05:30
Pravin Pushkar
57d54866dd
upgrade go version ( #1062 )
...
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-09-18 21:33:54 -07:00
Pravin Pushkar
3abbf3f933
Update go version to 1.18 ( #982 )
...
* Update go version to 1.18
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Bumping golangci-lint
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-06-02 21:58:43 -07:00
Surender Singh Malik
3faf1b9c0b
Signed-off-by: Surender Singh Malik surenderssm@users.noreply.github.com ( #924 )
...
Fixing the broken link
Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>
2022-03-17 16:13:48 +05:30
Shubham Sharma
5a8c3314ce
Upgrade go to 1.17 ( #896 )
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-02-17 12:10:05 +05:30
Phil Kedy
076912e72f
Upgrading to Go 1.16 and golangci-lint 1.39 ( #667 )
...
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-04-05 17:43:18 -07:00
Artur Souza
6a303e71f7
Rewording of help messages. ( #501 )
...
* Delete reference docs, since docs website has those now.
* Rewording of help messages.
2020-10-29 16:08:21 -07: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
Yaron Schneider
71c4525b2c
Refactor invoke and remove deprecated commands ( #492 )
...
* refactor invoke and remove deprecated commands
* fix lint
* fix lint
* add delete and put tests
2020-10-16 10:49:13 -07:00
Mukundan Sundararajan
f5c91d61bf
Upgrade go lang ver to 1.15 ( #444 )
2020-08-20 21:04:47 -07:00
Will Smith
ac1d1b7a94
Adding dashboard version command ( #433 )
...
* fix dapr latest version check for dapr init -k
* adding dashboard --version command
* printing result of version call
* updated reference doc for dashboard version command
* cleaning up commit
2020-08-13 15:32:40 -07:00
Pruthvidhar R Dhodda
35b9a824d2
Normalize "dapr run" flags ( #420 )
...
* Normalize flags
* deprecate port, grpc-port, placement-host
* Fix build
* Add short hands for protocols
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-08-10 11:49:04 -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
Will Smith
da5e4ce7b8
Fixed uninstall command to take the version in kubernetes mode to uninstall ( #398 )
...
* fixed versioning issue
* updated readme
* updated uninstall section in docs
* moved uninstall flag information in readme
* Updated docs for runtime version flag
* added documentation to CLI flag
2020-07-14 13:19:52 -07:00
Mukundan Sundararajan
ff2d5dd482
Initialize dapr without docker dependency ( #386 )
...
* Initialize dapr without docker dependency
* Create default empty components dir
* Remove --slim flag from uninstall command
* Changed phrasing
* Updated Readme
* Clarify slim init use case
* language corrections
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-07-10 16:32:45 -07:00
Will Smith
8b58e2cba3
Dashboard integration: Updating user requirements and port-forwarding correct namespace ( #390 )
...
* removed prerequisite for dapr dashboard command
* updated dashboard command to accept namespace
* removed -n flag to set namespace
* fixing linting issues
* dapr dashboard command now supports -n namespace argument
* fixing format issue
* printing error on failed k8s config load
* added defaultNamespace constant, fixed duplication bug
* changed to tell user which namespace dashboard is found in
* removed extra comment
2020-07-09 17:41:38 -07:00
Haya Kawamitsu
e7346db8e1
Update CLI reference ( #375 ) ( #378 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-08 19:43:49 -07:00
Gurpreet Singh
0da3c555d5
Added documentation for dapr dashboard ( #387 )
...
* Added docs for dapr dashboard
* updated cli docs
2020-07-01 22:18:02 -07:00
Mukundan Sundararajan
0b76467280
Fix Standalone dapr init behavior. ( #384 )
...
* Remove uninstall all from init path. Add install path arg to uninstall cmd. Cleanup binaries, archive correctly.
* Addressed review comments
* Change readme
* update readme
2020-06-29 15:27:59 -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
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
Chin Zhi Wei
51b99a988c
Enable Dapr to stop multiple apps ( #355 )
...
* Add dapr stop multiple apps
* Update documentation
2020-06-02 13:51:32 -07:00
Yaron Schneider
e498de9f7d
change payload to data for pub/sub ( #350 )
2020-05-28 16:40:36 -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
Abhishek Gupta
21b02201ce
added go version and golangci-lint as pre-reqs ( #311 )
2020-04-02 12:48:51 -07: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
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
Young Bu Park
7173e85b80
Clean up old docs ( #150 )
2019-10-14 17:51:44 -07:00
Young Bu Park
e9e261a420
Merge release-0.4 to master ( #141 )
...
* Enable uninstall to remove placement container for standalone mode (#120 )
* Uninstall placement container in standalone
* fix lint error
* remove useless logging
* simplify more
* Add v0.4.0-alpha.2 rel note (#125 )
* add 0.4.0-alpha.2 release note
* add changes
* wip
2019-10-11 16:22:34 -07:00
shalabhs
bbe17dedc3
Create a Development Guide for Dapr CLI and refer to this developement guide from
...
Readme page.
2019-10-09 12:03:26 -07:00
Young Bu Park
3460100b68
Remove broken link ( #131 )
...
* Remove broken link
* Remove broken link
* Update README.md
2019-10-08 18:16:45 -07:00
Young Bu Park
55766032ca
Update previewkit doc ( #127 )
...
* Update previewkit doc
* Add windows payload command
2019-10-08 16:14:27 -07:00
Young Bu Park
3ef35c33d3
Add v0.3.0-alpha release note
2019-10-04 16:18:47 -07:00
Yaron Schneider
36973dca2f
name change ( #109 )
2019-10-02 16:40:04 -07:00
Young Bu Park
d6e89b3232
remove redundant title
2019-09-23 20:12:47 -07:00
Young Bu Park
d22cced521
Add release note v0.2.0-alpha.2 ( #98 )
2019-09-23 19:45:35 -07:00
Haishi2016
8f56282b47
update doc to include actions publish Windows syntax ( #70 )
2019-09-16 21:32:45 -07:00
Young Bu Park
f153ff2e0e
Add build step to README.md ( #72 )
2019-09-16 13:57:02 -07:00
Young Bu Park
7acc4e0daa
Update Previewkit to latest ( #59 )
2019-09-05 09:32:59 -07:00
Lior Kamrat
c205cea92e
changing dir name ( #36 )
2019-08-16 08:56:55 -07:00
Lior Kamrat
e0ecdf2c65
sdk docs ( #32 )
2019-08-14 12:48:24 -07:00