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

125 Коммитов

Автор SHA1 Сообщение Дата
Tomek Melissa 0928ce3abf
Update README.md 2019-02-28 09:54:15 +01:00
Tomek Melissa 91cc7d0ed1 additonal log messages for export job 2019-02-27 11:30:35 +01:00
Tomek Melissa ae9058bcdc missing resource text 2019-02-22 20:41:24 +01:00
Tomek Melissa 51fa26bd5e Changed default interval for export status check to 5 seconds.
Changed displayed value of trigger state in case it is Blocked. Now it says Executing. "Blocked"  was misunderstood by users.
Implementation of error keys file for failed or partially failed imports.
Cleanup of validation procedure. Removed some dubious checks.
2019-02-22 20:34:08 +01:00
Tomek Melissa 8a222f7604 dependencies updates 2018-11-13 00:51:31 +01:00
Tomek Melissa 657ad92aec Changed default value of status check interval to 30 seconds 2018-11-08 09:59:35 +01:00
Tomek Melissa 59c35062f0 cleanup 2018-10-31 13:26:55 +01:00
Tomek Melissa de8214ff3b v.2.6.0 2018-10-24 11:22:33 +02:00
Tomek Melissa 521f88c494 .net framework 4.7.2 targeted 2018-10-24 11:20:49 +02:00
Tomek Melissa 9a1397ded4
Merge pull request #70 from arubenis/master
Don't throw if fileNameInPackage is found
2018-10-24 11:17:59 +02:00
rubenis b8e6e0195f
Don't throw if fileNameInPackage is found 2018-10-23 22:50:31 +01:00
Tomek Melissa aca4b1042e Third party notices 2018-10-18 13:05:32 +02:00
Tomek Melissa 8f26f2c51d Added error message when input file cannot be identified in Manifest file of package template. 2018-10-18 12:41:14 +02:00
Tomek Melissa 9dbd73b68b Upgrade of Quartz to 3.0.7
Fix for form scaling issues
2018-10-17 16:30:27 +02:00
Tomek Melissa fe81bb169c Upgrade of Polly and PortableSettingsProvider 2018-09-18 15:27:35 +02:00
Tomek Melissa 215c98e4e8
Merge pull request #62 from caleblanchard/master
Nice workaround. Thank You!
2018-09-18 13:56:25 +02:00
Tomek Melissa d0e032b683 Fixed buttons 2018-09-18 13:55:05 +02:00
Caleb Blanchard 752028e94e Add pause indefinitely to Export job. 2018-09-14 14:20:19 -04:00
Caleb Blanchard b2023479ac Fix import job compile error. 2018-09-14 14:12:05 -04:00
Caleb Blanchard 8b17853a14 Add Indefinite pause to Import job. 2018-09-14 14:03:01 -04:00
Caleb Blanchard 42073f0152 Add Pause job indefinitely to Upload job. 2018-09-14 13:29:14 -04:00
Caleb Blanchard 86417aba2f Add InfinitePause job setting and add to download job. 2018-09-14 13:14:37 -04:00
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