sebastianburckhardt
473fd63fe7
update samples
2023-01-03 13:34:59 -08:00
David Justo
a292d0fddb
Change MemoryF to SingleHost in samples ( #200 )
...
* change MemoryF to SingleHost in samples
* update Netherite version in samples
Co-authored-by: Sebastian Burckhardt <sburckha@microsoft.com>
2022-11-17 14:47:16 -08:00
Sebastian Burckhardt
ed721c67f0
Add support for authentication using an Azure.Core.TokenCredential ( #197 )
...
* support authentication using token credentials.
* address PR feedback
* use overload instead of optional argument to be compatible without requiring recompilation
* address PR feedback
* address PR feedback
2022-11-09 07:44:29 -08:00
Sebastian Burckhardt
0333d908f0
support implicit state deletion ( #192 )
...
* support implicit state deletion for deleted entities
* update packages
2022-09-28 14:16:53 -07:00
Sebastian Burckhardt
a69551ab27
Overhaul internal layers and single-host emulation ( #194 )
...
* temp commit
* fix stuff
* update retry logic
* update tests
* rename providers to layers
* add display names for pipeline stages
* minor updates to comments and remove unnecessary usings
* temporarily disable the size checking
* edit and reorder CI pipeline for troubleshooting
* do not run replay checker on the default host fixture
* more tinkering with order of tasks in CI pipeline
* update test projects to latest runtime and packages
* remove replay checker from in-memory tests since it does not actually run anyway
* temporarily remove ConcurrentTestsFaster.EachScenarioOnce since it has demonstrated hanging
* update pipeline durations
* reenable EachScenarioOnce with fixes
* remove excessive tests
2022-09-28 13:14:01 -07:00
Sebastian Burckhardt
38b75d791f
Update tooling to latest Functions version ( #190 )
...
* Update tooling for Hello samples
* update tooling in load generator and performance tests
* remove unneded dependency on Microsoft.Azure.Functions.Extensions
* harden unit test logger
2022-08-16 11:32:21 -07:00
Sebastian Burckhardt
214780d51c
update Netherite version to 1.1.1 in all samples ( #189 )
2022-08-10 09:16:49 -07:00
Sebastian Burckhardt
ea5045b5f3
Update the samples to use 1.1.0 release. ( #185 )
2022-08-02 13:14:49 -07:00
Sebastian Burckhardt
fd878e96ab
Add a sample for running an orchestration with DTFx. ( #180 )
...
* Add a sample for running an orchestration with DTFx.
* update validation of settings to be more comprehensive and useful in a DTFx context
2022-07-26 09:46:05 -07:00
Sebastian Burckhardt
01f5a2e7b7
update samples to 1.0.2 release
2022-04-22 17:07:52 -07:00
Sebastian Burckhardt
0358280b78
update samples to 1.0.1
2022-04-18 13:49:04 -07:00
Sebastian Burckhardt
2ff484df46
update samples to 1.0.0
2022-04-14 16:13:39 -07:00
Sebastian Burckhardt
b30ad474d2
update README and samples to 1.0.0-rc1
2022-04-08 13:57:04 -07:00
Sebastian Burckhardt
bafc058db4
update TypeScript sample to use version 1.5.4 of durable
2022-03-07 09:06:58 -08:00
dependabot[bot]
e0432ac111
Bump follow-redirects in /samples/Hello_Netherite_with_TypeScript ( #124 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 11:09:44 -08:00
Sebastian Burckhardt
ceaea73ef4
update samples
2022-01-12 13:36:41 -08:00
Sebastian Burckhardt
30c2a6b8e9
Fix samples to use latest dependencies ( #90 )
...
* fix typescript sample to correctly use latest version
* fix python sample to correctly use latest version
2021-11-23 09:58:07 -08:00
Sebastian Burckhardt
5276f50408
update samples to use latest version 0.6.0-alpha
2021-11-17 10:36:41 -08:00
Christian Lechner
0390605bd9
New Code Samples for Netherite ( #72 )
...
* new samples for Netherite
* corrections after review
2021-09-20 11:48:15 -07:00
Sebastian Burckhardt
fe24c4b48e
update sample and README.md to point to 0.5.0
2021-08-13 13:09:39 -07:00
Sebastian Burckhardt
91810954e8
Update sample to use 0.4.0-alpha
2021-06-24 13:41:29 -07:00
Sebastian Burckhardt
f1cdd83122
Mitigations for dll load problem ( #57 )
...
* remove obsolete code for query support.
* add fast-fail for dll loading problem (#55 ), and go back to last functioning version.
2021-06-22 10:46:19 -07:00
Sebastian Burckhardt
d10708ae0e
Update Packages ( #54 )
...
* Update package references.
* fix blob triggers to use new versions, and fix a typo
2021-06-18 07:07:21 -07:00
Sebastian Burckhardt
244286ee91
introduce 'CacheOrchestrationCursor' setting, instead of using ExtendedSessionsEnabled ( #43 )
2021-05-12 07:10:05 -07:00
Sebastian Burckhardt
3c5c586fc6
update hello sample to use correct host.json and to support autoscaling
2021-04-02 12:37:48 -07:00
Sebastian Burckhardt
e663c1fad8
update hello sample to use 0.3.0-alpha
2021-03-31 22:50:19 -07:00
Sebastian Burckhardt
fa47f71c35
Revert "update package versions ( #34 )"
...
This reverts commit 8ff9d1fb65
.
2021-03-31 14:31:02 -07:00
Sebastian Burckhardt
8ff9d1fb65
update package versions ( #34 )
2021-03-31 12:03:20 -07:00
Sebastian Burckhardt
bf31804b23
update performance tests and add new scripts ( #23 )
...
* update hellocities benchmarks.
* improve tracing for work items.
* support distributed launching of orchestrations in benchmarks; add distributed ping
* fix taskhub creation race
* prefix logs with hub name.
* better formatting of ping results.
* document the http triggers for orchestration throughput testing.
* update test scripts
* fix scripts
2021-02-19 07:06:47 -08:00
Sebastian Burckhardt
c6ed600146
update hello sample to use latest release (0.2.0)
2021-02-05 09:58:01 -08:00
Sebastian Burckhardt
bc7ac309cc
update NuGet settings, and use published package in hello sample
2020-12-16 14:02:04 -08:00
Sebastian Burckhardt
8eee1a52ed
fix NuGet package issues (cannot load System.Threading.Channels dll) by going back to older versions
2020-12-07 12:19:05 -08:00
Sebastian Burckhardt
c45a7064b6
update package references to latest versions
2020-12-03 08:12:43 -08:00
Sebastian Burckhardt
765d667f12
update readme and scripts.
2020-11-17 14:03:03 -08:00
Sebastian Burckhardt
1debe1db56
add sample project
2020-11-17 09:25:09 -08:00