Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
Jared Moore 85c6a0a234 Add ElasticScaleStarterKit sample to sln 2018-11-16 10:44:02 -08:00
Jared Moore 15c1cf3337 Merge branch 'NetCore' 2018-02-15 17:07:17 -08:00
Jared Moore 7abdb79a4a Added sample datetime command line for ExecuteSampleSplitMerge 2017-10-17 15:03:03 -07:00
Jared Moore 6fac0221f4 Added datetime support to SetupSampleSplitMergeEnvironment 2017-10-17 15:01:31 -07:00
Jared Moore 50245ac857 Switched client and smm test to dotnet SDK build
Also building these components against .net standard. Ripped out old build system.
2017-08-26 19:14:08 -07:00
Elastic Database Tools Bot 454b884104 Updating samples references from version 1.3.1 to version 1.3.2 (#134)
[tfs-changeset: 946189]
2016-06-21 11:06:46 -07:00
Elastic Database Tools Bot 342e91862a Updating samples references from version 1.2.0 to version 1.3.1 (#132)
[tfs-changeset: 937111]
2016-06-03 10:57:32 -07:00
Apurva Sahasrabudhe b462fd5ec7 minor fixes
fixes to address review comments
2016-05-06 18:43:10 -07:00
Apurva Sahasrabudhe 2ac8c94400 importing nuget packages instead of looking for dll
importing nuget package instead of looking for a dll in current
location.
2016-05-06 16:57:54 -07:00
Apurva Sahasrabudhe b571fa3da7 powershell script to create perf counter category
Added powershell script to create Shard Management performance counter
category
Addressed review comments
2016-05-06 11:10:34 -07:00
Jared Moore b0d45402b6 Merge branch 'release-v1.2.0' 2015-11-05 18:03:58 -08:00
Jared Moore c4ae8c94d6 Updated samples to reference EDCL 1.2.0 2015-11-05 17:57:23 -08:00
Jared Moore e0e6b40427 Merge branch 'release-v1.2.0' 2015-11-05 13:29:25 -08:00
Jared Moore 565e400c8b Merge branch 'UpdateShardMapping' into release-v1.2.0 2015-11-05 11:39:17 -08:00
Jared Moore 1780f2e8f0 Show ReferenceTablesMoved in GetSplitMergeHistory.ps1 2015-11-05 10:25:16 -08:00
Jared Moore 5576729811 Use MoveShardletsLowKey/HighKey because that is non-null if the operation fails 2015-11-05 10:15:56 -08:00
Jared Moore ae5ab785d8 Added DBNull check to ShardKey conversion 2015-11-05 10:14:37 -08:00
Jared Moore 355d68bfd6 Removed try/catch that gave misleading error message. Invoke-WebRequest can fail for many possible reasons other than the one described in the catch block. 2015-11-04 15:01:04 -08:00
Jared Moore 2ce3f76434 In Get-RangeShardMap, use GetRangeShardMap instead of TryGetRangeShardMap so that an error is thrown when the shard map is not found 2015-11-04 15:00:26 -08:00
Jared Moore b0c377a0fd Added helpful message at end of SetupSampleSplitMergeEnvironment.ps1 2015-11-04 13:23:41 -08:00
Jared Moore 5c1a411e3f Added Set-RangeMapping 2015-11-04 11:31:07 -08:00
Jared Moore 5c10348d61 Added new GetSplitMergeHistory.ps1 script 2015-11-04 10:10:17 -08:00
Jared Moore ee0b5191d9 Removed debugging lines from ApplySqlToShards.ps1 2015-11-03 12:35:35 -08:00
Jared Moore 209e401753 Updated EFMultiTenant sample with block predicates and SESSION_CONTEXT features.
- ElasticScaleContext.cs: OpenDDRConnection now uses SESSION_CONTEXT instead of CONTEXT_INFO
- Program.cs: last example is now about block predicates, not check constraints
- EnableRLS.sql: change predicate function and default constraints to use SESSION_CONTEXT, and add block predicates instead of check constraints
- RemoveRLS.sql: remove code for check constraints
2015-11-03 11:15:27 -08:00
Matt Johnson c98b74b3a7 Use Stopwatch for all timing operations 2015-09-14 12:02:16 -07:00
Jared Moore 390d14ba0d Migrate PowerShell samples scripts to github
- Implement automatic download of EDCL from NuGet in ShardManagement.psm1 so that EDCL binary does not need to be shipped
- Moved PowerShell samples scripts to open source

[CodeFlowLink]
Id = jaredmoo-a28c60556a4a4218b0835cf5c36566de
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-a28c60556a4a4218b0835cf5c36566de&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrate PowerShell samples scripts to github

Review Status: Signed Off

Reviewers:
ayeltsov (required): SignedOff
sdoomra (required): SignedOff
adumitr (optional): NotStarted
apurvs (optional): NotStarted
aradu (optional): SignedOff
jastowe (optional): NotStarted
srikumar (optional): NotStarted

[tfs-changeset: 800224]
2015-09-10 16:20:48 -07:00
Jared Moore 6db9bc03c2 Updating samples references from version 1.0.0 to version 1.1.0
[tfs-changeset: 799450]
2015-09-09 14:09:34 -07:00
Jared Moore 7c427ef77c Removed Blog.LastReader property from ElasticDapper sample.
This property is not needed for sample purposes.
2015-08-29 19:49:38 -07:00
Jared Moore 7a954a6855 Changed ElasticDapper sample to use Dapper more idiomatically.
Using sqlConn.Insert instead of manually writing out the insert query.
2015-08-29 19:33:16 -07:00
Jared Moore 937bbd2124 Add create schema code to ElasticDapper sample.
The dapper sample doesn't work straight away out of the box. I get "Invalid object name 'Blog'." because the Blog table is not created. The sample should be able to set itself up in order to minimize friction.

Fixes #37
2015-08-29 18:12:43 -07:00
Jared Moore 646e6daa5a Cleanup app.config for Dapper sample
Fixes #35
2015-08-28 22:41:13 -07:00
Jared Moore dd715fd280 Removed unused .ico files from samples
Fixes #36
2015-08-28 22:22:02 -07:00
Jared Moore aed4fda91c Enabled samples gallery build for Dapper sample.
Fixes #34
2015-08-28 17:14:33 -07:00
Jared Moore 052f305453 Removed redundant PlatformTarget properties in samples csproj's
Fixes #30
2015-08-28 14:11:25 -07:00
Jared Moore 746204694a Migrate Dapper sample to github
Migrate Dapper sample to github

[CodeFlowLink]
Id = jaredmoo-72ff5603826f4a33b5e41020409b00b3
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-72ff5603826f4a33b5e41020409b00b3&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrate Dapper sample to github

Review Status: Signed Off

Reviewers:
sdoomra (required): SignedOff
torsteng (optional): NotStarted

[tfs-changeset: 793669]
2015-08-28 11:12:53 -07:00
Jared Moore 29b280e3ec Fixed incorrect path to SamplesGallery.targets 2015-08-26 18:04:13 -07:00
Jared Moore a1455ecd64 Migrate EFMultiTenant sample to github
Migrate EFMultiTenant sample to github

[CodeFlowLink]
Id = jaredmoo-240999b3d2ea4a0bb57d7428a49de2d5
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-240999b3d2ea4a0bb57d7428a49de2d5&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrate EFMultiTenant sample to github

Review Status: Signed Off

Reviewers:
sdoomra (required): SignedOff

[tfs-changeset: 792321]
2015-08-26 13:37:53 -07:00
Jared Moore 54bd56a6d5 Migrate ShardSqlCmd to github
Migrate ShardSqlCmd to github

[CodeFlowLink]
Id = jaredmoo-0e90d3b5b2f045aba6f438c958b4a594
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-0e90d3b5b2f045aba6f438c958b4a594&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrate ShardSqlCmd to github

Review Status: Signed Off

Reviewers:
sdoomra (required): SignedOff
esepmrd (optional): InviteOnly

[tfs-changeset: 792253]
2015-08-26 12:18:45 -07:00
Jared Moore 8fd3d1510c Migrate EFCodeFirst sample to github
Migrate EFCodeFirst sample to github

[CodeFlowLink]
Id = jaredmoo-36be55220751486186a5e689aec67a66
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-36be55220751486186a5e689aec67a66&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrate EFCodeFirst sample to github

Review Status: Signed Off

Reviewers:
sdoomra (required): SignedOff
torsteng (required): NotStarted
esepmrd (optional): InviteOnly

[tfs-changeset: 791557]
2015-08-25 11:30:37 -07:00
Jared Moore 8b036c9d55 StandaloneBuildSamplesGallery
Fixed SamplesGallery.targets to work with standalone build.

This allows the starter kit to be built properly from github.

[CodeFlowLink]
Id = jaredmoo-2c35bc12897a42de858e867186063ce7
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-2c35bc12897a42de858e867186063ce7&server=http://codeflow/Services/DiscoveryService.svc
Title = StandaloneBuildSamplesGallery

Review Status: Not Signed Off

Reviewers:
ayeltsov (optional): NotStarted
jastowe (optional): NotStarted
sdoomra (optional): NotStarted

[tfs-changeset: 790888]
2015-08-24 11:36:47 -07:00
Jared Moore 460baac3eb Migrated ElasticScaleStarterKit sample to open source
Migrated ElasticScaleStarterKit sample to open source.

Changed license from Apache to MIT.
Fixed EDCL tests being binplaced into Product folder.

[CodeFlowLink]
Id = jaredmoo-6184a0d22f054c048ff4ef01641e58cf
Url = http://codeflow/Client/CodeFlow2010.application?review=jaredmoo-6184a0d22f054c048ff4ef01641e58cf&server=http://codeflow/Services/DiscoveryService.svc
Title = Migrated ElasticScaleStarterKit sample to open source

Review Status: Not Signed Off

Reviewers:
sdoomra (required): Waiting
esepmrd (optional): InviteOnly

[tfs-changeset: 789609]
2015-08-20 21:19:13 -07:00