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

53 Коммитов

Автор SHA1 Сообщение Дата
Tomek Melissa 992c4097d0 Merge branch 'master' of https://github.com/Microsoft/Recurring-Integrations-Scheduler 2018-07-15 04:01:32 +02:00
Tomek Melissa 30a5b51007 This little trick will hopefully solve scaling issue. 2018-07-15 04:01:25 +02:00
Tomek Melissa 7ba5492716
Update README.md 2018-07-12 17:11:08 +02:00
Tomek Melissa c5262bd0a9 Downgrading Polly back to 5.8.0 due to too many dependencies 2018-07-12 00:25:16 +02:00
Tomek Melissa 97c78c6e83 Fixes #53 #54
Corrects interval in export job
Ignores bad requests of GetExecutionStatusSummary request which sometimes returns Bad request. In such cases job will just retry request.
Updated Quartz.Net to 3.0.6
Updated Polly to 6.0.1
Updated ADAL to 3.19.8
Retarget whole solution to .Net framework 4.6.1
2018-07-12 00:14:30 +02:00
Tomek Melissa 59ab22f298 Implements #43
Requires Quartz.Plugins.dll file present in ./Setup folder for successful compilation.
Version 2.3.0
2018-05-08 12:48:48 +02:00
Tomek Melissa 3c825b5d63 include PortableSettingsProvider.dll in setup 2018-04-27 12:57:44 +02:00
Tomek Melissa db129d1514 v2.2.0 2018-04-27 12:55:21 +02:00
Tomek Melissa 1c4334bcdb Parameters are now stored in common place and available for all users (app folder in file portable.config) 2018-04-27 12:54:47 +02:00
Tomek Melissa e8a21e307c
Create Code of conduct 2018-04-24 16:08:30 +02:00
Tomek Melissa a01af090c5
Merge pull request #41 from MZade/master
Log exception even if exception message is empty
2018-04-24 15:50:53 +02:00
MZade 3308c911cb Log exception even if exception message is empty
In some scenarios it happens that the Exceptions are not logged because of the fact that the Exception message is empty.
This changeset will enable exception logging for the import jobs even when the exception message is null or empty string.
2018-04-24 14:54:59 +02:00
MZade aa3458da2b Log exception even if exception message is empty
In some scenarios it happens that the Exceptions are not logged because of the fact that the Exception message is empty.
This changeset will enable exception logging for the import jobs even when the exception message is null or empty string.
2018-04-24 11:42:55 +02:00
Tomek Melissa 88c9127ef7 v2.1.1 2018-04-20 16:40:32 +02:00
Tomek Melissa 07094db8fd Defaulting odata actions paths in settings. Fixing broken validation routine 2018-04-20 16:04:22 +02:00
Tomek Melissa d85849e95f v2.1.0 2018-04-20 00:39:28 +02:00
Tomek Melissa 9db9afca1c
Merge pull request #37 from MZade/master
Import/Export Job Options - Odata action path
2018-04-20 00:18:04 +02:00
Tomek Melissa c6b81e5eea corrections 2 2018-04-20 00:16:13 +02:00
Tomek Melissa 0830dfdaa9 corrections 2018-04-20 00:11:42 +02:00
MZade 88967cfae9 Import/Export Job Options - OData action path
This change makes an extra option available to be able to configure the relative path to the OData actions of ImportFromPackage (Import jobs) and ExportToPackage (Export jobs) actions through the user interface. The configuration is made available through the "Options" button which is available for import/export jobs.
Please note that Upload/Download jobs are not in the scope of this change and remain unchange from configuration point of view.
2018-04-19 01:01:01 +02:00
Tomek Melissa 1d65a75ce3
Merge pull request #35 from AndreasHassing/fix/x-ms-version-header-mismatch
Fix x-ms-version header mismatch
2018-04-17 12:41:34 +02:00
Tomek Melissa 07ab2fdc0d Cleaning up resources 2018-04-17 12:40:31 +02:00
Andreas Nielsen ba070690ae Fix x-ms-version header mismatch
We do not need to send the `x-ms-version` header, as the SAS token
already contains the necessary version information for the Blob storage
endpoint. This fix will make DevBoxes work with Azure Storage Emulator.
2018-04-17 12:18:15 +02:00
Tomek Melissa 32ad79b26b
Merge pull request #32 from MZade/master
Some enhancements
2018-04-17 12:07:12 +02:00
MZade 3766442ec8 [Correction] Removing the feature
Based on the request of https://github.com/TomekMelissa the feature to initialize the relative path to the ImportFromPackage is removed to make the merge of this fork easier to the Microsoft-master
2018-04-16 13:10:18 +02:00
MZade 47cbd7a574 [Correction] Setting back the ImportFromPackage to default value
To avoid issues when you get this version, I have put the default relative path of ImportFromPackage to the standard service.
2018-04-12 08:56:56 +02:00
MZade db2d5b6e86 Use original file name to upload
To increase the traceability of the files getting uploaded to D365FO, the Manifest.xml file is getting updated with the original file name before uploading the data package. Offcourse this change is also using the original file name in the data package for the data file itself. This happens right before the upload of the data package which is getting prepared based onthe template file name.
2018-04-12 08:51:24 +02:00
MZade 35fb9bd267 ImportFromPackage relative path by configuration
This change will use the configuration from the RecurringIntegrationsScheduler.Common.dll.config to get the ImportFromPackage relative path from the configuration file, if defined. If the value is not defined in the dll configuration file, it will use the original value.
This feature helps you implementing a custom version of ImportFromPackage.
2018-04-12 08:15:37 +02:00
Tomek Melissa b9e5150d80 Retry request for package URL. 2018-04-09 23:30:57 +02:00
Tomek Melissa d7f6f5d0d2 v2.0.1 2018-04-05 13:48:48 +02:00
Tomek Melissa 56d583ac44
Merge pull request #27 from AndreasHassing/fix/GetMessageStatusRequestUrl
Fix GetMessageStatus request url
2018-04-05 13:46:58 +02:00
Andreas Nielsen 47163c1129 Fix GetMessageStatus URL for LBD 2018-04-05 13:21:29 +02:00
Andreas Nielsen b99265646c Fix about box resource compilation error 2018-04-05 13:20:55 +02:00
Tomek Melissa 4766347a1d third party notices updated and 2018-04-04 11:11:18 +02:00
Tomek Melissa 6603780af3 Logging adjustments 2018-03-12 15:26:17 +01:00
Tomek Melissa bdf1d3bdca Merge branch 'master' of https://github.com/Microsoft/Recurring-Integrations-Scheduler 2018-03-12 12:33:26 +01:00
Tomek Melissa 9991267b00 Upgrade of dependencies, refactoring, etc. 2018-03-12 12:32:29 +01:00
Tomek Melissa b2f41be2bb Preparation for LBD
Retry policies - Polly
2018-03-10 14:25:03 +01:00
Tomek Melissa 71903c761c
Update HttpClientHelper.cs 2018-03-09 12:30:20 +01:00
Tomek Melissa 2cf8c8f743 Check if package template contains input file and remove it first. It should not be there in the first place. 2017-10-30 23:40:34 +01:00
Tomek Melissa 4bd00429ce Version number update 2017-10-25 16:24:23 +02:00
Tomek Melissa 6da880dada Improved instance validation 2017-10-25 10:45:29 +02:00
Tomek Melissa 32f7edec5c Exported filename is now based on timestamp to enable meaningful ordering by file name. Resolves #13 2017-10-23 19:29:33 +02:00
Tomek Melissa c708480399 assembly and installation package versioning 2017-10-04 12:16:36 +02:00
Tomek Melissa f7a17fbe1a settings handling 2017-10-03 16:51:08 +02:00
Tomek Melissa 30eb3ffe3f handling of settings upgrade 2017-10-03 14:49:33 +02:00
Tomek Melissa d6325307f4 This one closes #5 2017-10-02 23:50:46 +02:00
Tomek Melissa 838b9f8240 This fixes #6. 2017-10-02 23:35:49 +02:00
Tomek Melissa 9c4a137407 Create CONTRIBUTING.md 2017-09-26 13:06:43 +02:00
Tomek Melissa e7b23db21c Update README.md 2017-09-26 13:06:27 +02:00