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

10 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] b28bffda24
Bump MongoDB.Driver from 2.10.4 to 2.19.0 in /Services/DataX.Utilities/DataX.Utilities.CosmosDB (#872)
* Bump MongoDB.Driver

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.10.4 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.10.4...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update DataX.SimulatedData.DataGenService.csproj

* Update ScenarioTester.csproj

* Update ScenarioTester.nuspec

* Update DataX.Config.csproj

* Update DataX.Utilities.CosmosDB.csproj

* Update DataX.Config.sln

* Update DataX.Config.sln

* Delete Services/DataX.Config/DataX.Config.Local directory

* Delete Services/DataX.Config/DataX.Config.Local.Test directory

* resolve package dependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carl Brochu <8270788+carlbrochu@users.noreply.github.com>
Co-authored-by: Rohit Agrawal <rohiagra@microsoft.com>
2023-03-20 11:00:47 -07:00
dependabot[bot] 5c8b94d711
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Services/JobRunner (#245)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 09:58:22 -07:00
Jose Zavala 82ebacbbc2
DataX Scenario Tester Release (#153)
* Include delete kernel to the DataXSchemaAndQueryJob Scenario steps

(cherry picked from commit 59add3286d95a209cb50076d151ed4c2f5a3c239)

* The endpoint to delete a kernel input changed, and this PR addresses the new input change

(cherry picked from commit 9ccbc2885db923d95d99101e759f95a7c20ee153)

* Add comments to the new DeleteKernelJson method in Helper class

* Remove dataBricks token from Context

* Make SSL verification from client side configurable on http requests

* Make server certificate validation parameter a more explicit description and naming. Add comments on its definition at context and AppConfig classes.

* Finish refactoring of previous commit

* The endpoint to delete a kernel input changed, and this PR addresses the new input change

(cherry picked from commit 9ccbc2885db923d95d99101e759f95a7c20ee153)

* Include delete kernel to the DataXSchemaAndQueryJob Scenario steps

(cherry picked from commit 59add3286d95a209cb50076d151ed4c2f5a3c239)

* Add comments to the new DeleteKernelJson method in Helper class

* Remove dataBricks token from Context

* Make SSL verification from client side configurable on http requests

* Make server certificate validation parameter a more explicit description and naming. Add comments on its definition at context and AppConfig classes.

* Finish refactoring of previous commit

* Refactor Scenario classes + refactoring how those classes makes http requests using the scenario context object

* Improve and isolate internal context variable so it can be used in a more consistent way through the helper functions

* Simplify url generation

* Avoid over-engineering

* Refactor get access token method to be consistent with the proposed refactor

* Enable scenario tester tests

* Add unit tests + making some refactor based on that: we need to explicitly cast to the desired type when using the dynamic parsed json result

* Add license header, avoid using magic values in uris in the tests, remove blank lines

* Make some refactor as result of manual testing

* Code clean up given code review

* Address PR comments
2019-11-07 14:53:29 -08:00
atuli b4c9c1b82d
Adding steps for a new JobRunner job calling into ScenarioTester. (#145)
* Adding steps for a new JobRunner job calling into ScenarioTester. These steps are essentially calling into and testing the apis within InteractiveQueryService, LiveDataService and  SchemaGeneratorService. Also adding support for running the JobRunner on both DataBricks and HDInsight clusters.

* Updating the code per PR feedback. Essentially updating one of the parameters' names. Removing some redundant code

* Refactoring the code a little to create a helper class and a helper mehtod for constructing Initialization Kernel json object
2019-09-20 10:16:42 -07:00
atuli d7ec69df00
Adding JobRunner Service and the first DataX mainline job that calls … (#127)
* Adding JobRunner Service and the first DataX mainline job that calls into the ScenarioTester. All sensitive info is in the KeyVault

* Refactoring the storage utility files to be part of DataX.Utility.Blob project and updating the gitignore file to include the appsettings.Development.json

* Removing duplicate code for InstanceExportDescriptorProvider. Creating a new utility project: DataX.Utility.Composition.

* Updating the method GetExportDescriptors. Also updating the namespace for the storage utility classes.
2019-08-27 15:08:56 -07:00
Kwangje Cho 86fd4f05cb
Update the microbuild signing cert to sha2 (#107)
* Update the microbuild signing cert to sha2

* Update the microbuild signing cert to sha2
2019-08-02 09:30:16 -07:00
Anupama Tuli 90377160ba Adding the signing requirements and updating .nuspec for the ScenarioTester such that it is packaged with its own NuGet dependencies. 2019-07-17 01:20:20 -07:00
Anupama Tuli ee25d394eb Adding dependency for NewtonSoft.Json in the nuspec 2019-07-16 17:07:34 -07:00
Shibani Basava a458dd2b2f fixed namespaces and nuspec as per PR feedback 2019-07-15 14:41:17 -07:00
Shibani Basava 338bad7a2f provide a scenario tester to run through actions on a host in sequence and parallelly. Enables creating simulated test loads. 2019-07-15 14:16:29 -07:00