vinayada1
951b0e696b
Merge branch 'master' into itests
2021-02-24 16:54:56 -08:00
vinayada1
38c04fc07c
add back workaround
2021-02-24 16:49:45 -08:00
vinayada1
5f229f4e12
try remove workaround
2021-02-24 16:46:55 -08:00
vinayada1
ae74425596
workflow
2021-02-24 16:43:30 -08:00
vinayada1
561528297b
add back workflow
2021-02-24 14:16:29 -08:00
vinayada1
2f5b9348be
revert sdk build workflow
2021-02-24 14:12:42 -08:00
vinayada1
1e099fb94e
workaround
2021-02-24 12:17:22 -08:00
Alexander Batishchev
dd31a40143
Update README.md ( #605 )
2021-02-24 11:47:04 -08:00
vinayada1
432a4960c7
workflow
2021-02-24 11:15:58 -08:00
vinayada1
2ac3ece862
framework
2021-02-24 10:46:23 -08:00
vinayada1
de7ec26535
workflow
2021-02-24 10:07:14 -08:00
vinayada1
e71db5760c
workflow
2021-02-23 17:41:48 -08:00
vinayada1
ccc8364551
fix tests
2021-02-23 17:16:57 -08:00
vinayada1
8f66f7e13d
fix build
2021-02-23 13:58:06 -08:00
vinayada1
aa54f04d50
review comments
2021-02-23 13:50:46 -08:00
vinayada1
e3abd1c9c9
path in workflow
2021-02-23 13:33:04 -08:00
vinayada1
3f8ae92c69
rename daprapp
2021-02-23 11:31:17 -08:00
vinayada1
450794bf38
remove dup workflow steps
2021-02-23 11:26:54 -08:00
vinayada1
71f4ae76c6
workflow
2021-02-23 11:23:43 -08:00
vinayada1
6fbb46399e
workflow
2021-02-23 11:17:31 -08:00
vinayada1
3d746d6809
fix workflow
2021-02-23 10:39:36 -08:00
vinayada1
79560d0c98
add CI stuff
2021-02-23 10:24:49 -08:00
vinayada1
aa8e4732bb
Merge branch 'master' into itests
2021-02-23 10:01:51 -08:00
vinayada1
581e955ec6
increase test timeout
2021-02-23 10:01:15 -08:00
vinayada1
16cef466df
fix review comments 3
2021-02-22 16:47:49 -08:00
vinayada1
80d15d1997
fix review comments 2
2021-02-22 15:09:59 -08:00
vinayada1
d5e3dbe5a0
fix review comments
2021-02-22 14:16:34 -08:00
Ryan Nowak
008a4f35dd
Merge pull request #603 from dapr/release-1.0.0
...
Merge test changes for 1.0 -> master
2021-02-19 17:07:23 -08:00
Ryan Nowak
0aab615202
Add better test reporting ( #591 )
...
Our experience right now is pretty bad when tests fail, you get a
generic `failed with exit code 1`.
This change adds more full-featured integration with GitHub Actions as
well as fixes a few minor issues:
- We were missing the codecov package on one project
- Updates to test SDK
- Annotations on failing tests
- Each test project as its own status check
- Separating a parallelizing steps of the build
Co-authored-by: vinayada1 <28875764+vinayada1@users.noreply.github.com>
2021-02-19 17:02:49 -08:00
vinayada1
e9d6536949
remove debug code
2021-02-19 16:32:54 -08:00
vinayada1
734f7bae6a
e2e tests
2021-02-19 16:26:16 -08:00
vinayada1
40e5b62c87
e2e tests
2021-02-19 16:24:52 -08:00
Aaron Crawfis
f54a646d48
Merge pull request #601 from pranavq212/master
...
Corrected link for .NET SDK for DAPR
2021-02-19 13:29:58 -08:00
Aaron Crawfis
1e07db5895
Merge branch 'master' into master
2021-02-19 13:24:19 -08:00
Ryan Nowak
7228d9fe16
Add basic binding and secret examples ( #599 )
2021-02-19 13:01:35 -08:00
Pranav Singh
da818a5562
Merge branch 'master' into master
2021-02-19 09:41:29 +05:30
Ryan Nowak
1a3ae87c13
DaprClient usage guide ( #594 )
...
* DaprClient usage guide
Adds a usage guide for the DaprClient. Also fixing some misc issues that
were problably a bad copy-past.
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-client/dotnet-daprclient-usage.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* pr feedback
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-18 10:48:53 -08:00
Pranav Singh
36dc94144e
Corrected link for .NET SDK for DAPR
2021-02-18 12:18:34 +05:30
Aaron Crawfis
277249cf0d
Fix broken link ( #597 )
2021-02-17 19:43:12 -08:00
Aaron Crawfis
eb568116e5
SDK Docs ( #572 )
...
* Setup dapr docs content
* Update SDK docs for new format
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update python reference
* Update samples to examples
* Update layout
* Update prereqs
* Apply correct branding for .NET Core vs .NET
* Update examples/Client/StateManagement/README.md
* fix solution file
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2021-02-16 22:15:33 -08:00
Ryan Nowak
94fc926170
Fix pattern for tests that use HttpClient ( #589 )
...
This change introduces a better API for us to test the DaprClient or
other HttpClient based APIs.
This will resolve the flakiness problems that we're seeing with some of
the actors tests.
Fixes : #573
Fixes : #588
Additionally fixed an issue where DaprHttpInteractor was misuing
HttpClientHandler. This would result in a new handler being created when
it isn't needed.
2021-02-16 10:09:34 -08:00
vinayada1
847cd310c2
Rc6 ( #584 )
...
Merging the following two commits from master into release branch
* Add missing cancellation token
* read binary data
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: Sander Molenkamp <a.molenkamp@gmail.com>
Co-authored-by: Vinaya Damle <vinayadamle@gmail.com>
2021-02-10 19:37:08 -08:00
vinayada1
eea1e762b9
Merge pull request #578 from amolenk/amolenk/cancellationtoken
...
Add missing cancellation token
2021-02-10 15:58:42 -08:00
vinayada1
539896c8d9
Merge branch 'master' into amolenk/cancellationtoken
2021-02-10 15:55:52 -08:00
vinayada1
953c9fa60c
Merge pull request #583 from dapr/contenttype
...
read binary data
2021-02-10 15:54:12 -08:00
vinayada1
949c64bed6
fix comment
2021-02-10 15:34:31 -08:00
vinayada1
b1f93047de
fix review comments
2021-02-10 14:57:52 -08:00
vinayada1
0e2b802f7a
update proto files from dapr runtime
2021-02-10 11:17:09 -08:00
vinayada1
6b7db7cf10
read binary data
2021-02-10 11:11:13 -08:00
Ryan Nowak
8ac5f303bb
Merge branch 'master' into amolenk/cancellationtoken
2021-02-04 14:55:48 -08:00