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

42 Коммитов

Автор SHA1 Сообщение Дата
Matthew Alan Gray adcd033e32
Merge pull request #141 from Azure/revert-134-master
Revert "Added TLS1.2 for Azure Table"
2021-11-09 10:50:21 -06:00
Matthew Alan Gray ec403a070d
Revert "Added TLS1.2 for Azure Table" 2021-11-09 10:50:07 -06:00
Matthew Alan Gray 7b156bf38a
Merge pull request #140 from Azure/revert-124-tls12
Revert "Support TLS 1.2"
2021-11-09 10:49:09 -06:00
Matthew Alan Gray f51f243e6a
Revert "Support TLS 1.2" 2021-11-09 10:47:50 -06:00
Matthew Alan Gray 1ba176ccb4
Merge pull request #124 from reznet/tls12
Support TLS 1.2
2021-11-09 10:10:23 -06:00
Matthew Alan Gray 53a572a574
Merge pull request #134 from costinBol/master
Added TLS1.2 for Azure Table
2021-11-09 10:10:12 -06:00
Andrew Feldman 5653fb6292
Update readme for solliance (#135)
* Indicated the Data Migration Tool is offered as a community support repo

* Minor text fix

* Testing banner

* Test banner 2

* Test banner 3

* Test banner 3

* Test banner 3

* Test banner 3

* Exe names

* Added tutorial

* Removed link to doc

* Narrowed list of scenarios in heading

* Removed some Microsoft Docs tags

* small fix

* Other sources

* Case

* API links

* Checklist

* Fixed all local links

* Removed additional docs tags

* Reorganized to capture top priorities

* fix

* reorg

* Indent

* test

* Return link

* Return link

* Return links

* Return link

* within-section links

* Link fix

* Added image files

* Moved images

* Image refs fixed

* Other

* Priority

* APIs

* Capitalization

* MongoDB

* Link fix

* Link fix

* order of words

* Fixed find-replace issues

* RU range

* links

* Bad link

Co-authored-by: Andy Feldman <anfeldma@microsoft.com>
2021-08-16 18:16:53 -07:00
costinBol 15333ffa00 Added TLS1.2 for Azure Table 2021-06-25 07:39:36 +01:00
Daniel Marbach 5ad4a070b4
Make sure InputSizeTracker doesn't throw NullRef when projecting properties (#126)
add a field null check
2020-11-16 09:16:45 -08:00
Jeff Evans 30be42f493 update console to target .net 4.7.2 for tls 1.2 2020-10-16 11:59:45 -07:00
Jeff Evans 345116dd50 update wpf host to target .net 4.7.2 for tls 1.2 2020-10-16 11:54:48 -07:00
sakash279 cbb2d3f880 upgrade table sdk and document db sdk versions (#106) 2019-09-22 23:53:42 -07:00
haitsongmsft ee78ca90c7 Jsonreader change for read formatting (#101)
* add json DateParseHandling none

* upgrade version to 1.8.3
2019-08-14 10:42:02 -07:00
huinalam 94a28732ba verify that the database name exists (#77) 2019-07-18 11:55:57 -07:00
haitsongmsft c59f45cbaa
Fix DocumentClient error with transient handler (#91)
* Fix DocumentClient error with transient handler

* add back retries and retrie interval from configuration
2019-04-06 01:24:23 -07:00
sakash279 9776284e8e
Merge all changes for DT version 1.8.2 (#80)
Changes in this PR include:

Update Document DB SDK version to Microsoft.Azure.DocumentDB.2.2.1
Update Tables SDK version to Microsoft.Azure.CosmosDB.Table.2.0.0
Update Mongo driver version to MongoDB.Driver.2.7.0
Fix copying of internal fields in azure tables
Add retry capabilities to azure tables and cosmos DB tables API
Support new logger : CosmosDB tables logger for error logging
Error handling improvements for command line parsing
Add EULA and ThirdParty license file to the codebase
2019-03-15 11:04:01 -07:00
Aravind Krishna R 1baecfc1c8
Merge pull request #48 from seesharprun/master
Updated names from Azure DocumentDB to Azure Cosmos DB
2019-02-21 17:07:16 -08:00
Sidney Andrews e465afa25c
Update App.xaml 2019-02-19 15:21:01 -05:00
Aravind Krishna R f8e5fe208c
Merge pull request #75 from haitsongmsft/master
update the assembly version to 1.8.2
2019-02-19 11:24:12 -08:00
Haitao Song 327f7cd231 update the assembly version to 1.8.2 2019-02-19 11:19:15 -08:00
Aravind Krishna R b008c22705
Merge pull request #73 from haitsongmsft/master
Fix json parsing that agressively changes datetime string
2019-02-19 08:18:06 -08:00
Haitao Song cd44a4e9b1 add unit test for date processing to avoid discrepancy 2019-02-18 19:55:02 -08:00
Haitao Song bb984db5e4 newton json agressively taking strings into datetime incorrectly, causing unwanted change to original data 2019-02-18 19:21:05 -08:00
Sidney Andrews 3da70a32c3 Updated names from Azure DocumentDB to Azure Cosmos DB 2018-04-30 15:01:35 -04:00
David Noble af17729809
Merge pull request #44 from Azure/Release-1.8.1
Release 1.8.1 addresses two bugs and updates the build system.
2018-03-01 17:58:05 -08:00
David Noble 7bed841ace Release 1.8.1 addresses two bugs and updates the build system.
* On import the Cosmos DB provider now ignores Json.NET metadata.

  All Json.NET metadata is now passed through unchanged. This prevents failures when by chance the metadata is incorrect/unrecognized by the Json.NET serialization code.

* Fixed NumOpsPerBatch and default value of NumBytestoBufferBeforeFlushing

  The Azure Tables provider code was not honoring the max-operations-per-batch limit of 100. Fixed this.
We have a setting for the max-bytes-to-buffer before starting to split it into batches and flushing the batches. The default value for this setting was 1GB. One customer reported excessive memory usage on account of this setting. Reduced this to 10MB to fix the memory usage issue. The point to note is that when reading values from Std/Preview Tables the partitionkeys are read in a sequence -- we get all records with a given paritionkey before moving onto the next one. Therefore a lower memory buffer limit should be sufficient.

* The project system now builds for x64, not Any CPU.

  This is a recognition of the fact that the Cosmos DB provider depends on two native 64-bit assemblies.
2018-03-01 22:15:21 +00:00
Andrew Liu c0a74493fd
Update README.md 2018-03-01 07:40:09 -08:00
David Noble 43a0ff1f17 Release 1.8 2017-11-20 18:20:55 +00:00
Alexander Ivanov 2aac5c2ccf Fix Document DB Transient Fault Handling library references 2017-03-06 09:44:30 -08:00
Alexander Ivanov 12dee7c3f0 Release 1.7 2016-10-04 16:06:16 -07:00
Alexander Ivanov 6ab27d8eaf Release 1.6 2016-04-01 19:14:11 -07:00
Alexander Ivanov d088bfcfb1 Release 1.5 2015-11-24 12:53:56 -08:00
Alexander Ivanov b1b8276575 Release 1.4 2015-11-04 13:34:44 -08:00
Alexander Ivanov 6168db981d Release 1.3 2015-07-10 13:21:45 -07:00
Alexander Ivanov ddfd28b6ef Release 1.2 2015-06-01 08:54:17 -07:00
Alexander Ivanov aa7e50987e Release 1.1 2015-05-01 13:59:43 -07:00
nahk-ivanov 84d8362ca7 Create Contributing.md 2015-04-17 09:24:59 -07:00
Alexander Ivanov 5a2f4c4524 Merge branch 'master' of https://github.com/Azure/azure-documentdb-datamigrationtool.git 2015-04-07 11:43:21 -07:00
Alexander Ivanov fa338328ed Initial check-in 2015-04-07 11:41:54 -07:00
nahk-ivanov a8acca8ef7 Create LICENSE.txt 2015-04-07 11:41:00 -07:00
nahk-ivanov 6b3cefe705 Create README.md 2015-04-07 11:00:01 -07:00
Alexander Ivanov 261b514ddd Initial commit to add default .gitIgnore and .gitAttribute files. 2015-04-07 10:47:10 -07:00