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

50 Коммитов

Автор SHA1 Сообщение Дата
Mathew Charles fc943d6f38
Adding package READMEs and updating package metadata (#3083) 2024-07-09 10:38:30 -07:00
Alexey Rodionov 55f3d9a7c8
Scaler apis (#2954) 2023-03-23 10:43:21 -07:00
Alexey Rodionov dc6f441884
Fix build after bumpiong Azure.Storage.Blobs from 12.9.0 to 12.13.0. (#2908) 2022-09-01 17:46:08 -07:00
karshinlin b6d5b52da5
Upgrading WebJobs.Host.Storage to v12 Azure Storage sdk (#2764)
Changes in this PR:
- Upgrading WebJobs.Host.Storage to use v12 Azure storage SDK
  - New major version of WebJobs.Host.Storage
  - New public types for IDistributedLockManager implementation, IAzureBlobStorageProvider
- Removing Track1 Microsoft.Azure.WebJobs.Extensions.Storage from solution and build files (code remains in repo) 
- Migrating E2E and Functional Tests to use the Track2 Microsoft.Azure.WebJobs.Extensions.Storage packages
2021-10-15 19:25:56 -04:00
Brett Samblanet 0a16e32ad4
updating App Insights to 2.16.0 (#2642) 2020-11-24 10:44:21 -08:00
Mathew Charles 6d2dab7fd7
Changing namespace for RetryAttribute subclasses (#2598) 2020-10-01 15:23:25 -07:00
Alexey Rodionov 36917b9df2
Add function execution retry support (#2463)
* Adding retries support
Co-authored-by: Mathew Charles <mathewc@microsoft.com>
Co-authored-by: pragnagopa <pgopa@microsoft.com>
2020-09-16 09:12:48 -07:00
Paul Batum 4130350327 Update to storage SDK 11.x
- Bumped Extension.Storage to 4.x
- Bumped Host.Storage to 4.x
- Bumped WebJobs.Logging to 4.x
2020-01-23 11:50:38 -08:00
Fabio Cavalcante 75e2793015
Fixing build configuration 2019-07-23 20:54:58 -07:00
Alexey Rodionov d4b3cc247c Removing Event Hubs extension 2019-07-09 17:23:32 -07:00
Alexey Rodionov adabc4f006 Removing ServiceBus extension 2019-07-08 16:53:52 -07:00
Brett Samblanet 9692d2150f AddApplicationInsights -> AddApplicationInsightsWebJobs 2019-06-16 17:59:57 -07:00
Mathew Charles 3eb3dc7a5d Reconcile IJobActivator with DI (#1917) 2018-09-25 10:47:24 -07:00
Mathew Charles dab4163c3a Fixing Development environment options config (#1869) 2018-09-13 16:17:32 -07:00
Fabio Cavalcante 2e374a2c58 Updating Service Bus package name to Microsoft.Azure.WebJobs.Extensions.ServiceBus.
Fixing project names and folder structure.
2018-09-12 10:42:04 -07:00
Mathew Charles 1177adc304 Fixing HostId Resolution (#1802) 2018-09-06 17:39:33 -07:00
Fabio Cavalcante c81e77a157 Adding a simple mechanism to set host ID 2018-08-09 13:38:46 -07:00
Brett Samblanet b945a81fb0 [AppInsights] moving to newer .NET logging dependencies 2018-08-08 07:25:45 -07:00
Fabio Cavalcante 7b19acdfa6 Refactoring builder APIs, introducing IWebJobsBuilder, moving extensions 2018-08-07 10:25:26 -07:00
Fabio Cavalcante e00320805c HostId removal from options. Additional refactoring 2018-08-01 18:46:02 -07:00
Mathew Charles 9f9e44020e Add EventHubs to sample 2018-07-09 18:44:41 -07:00
Mathew Charles 10df564882 Improvements to EventHub/ServiceBus error handling (#1784, #1760) 2018-07-09 18:38:11 -07:00
Fabio Cavalcante 5e456caf37 Fixing ruleset configuration and addressing build warnings 2018-06-22 09:59:32 -07:00
Fabio Cavalcante 42a711763d Public surface test cleanup. Code cleanup (test fixes, renames, project name changes) 2018-06-20 13:02:44 -07:00
Fabio Cavalcante 70b548b3b0 Code cleanup and general fixes. Test fixes
Co-authored-by: Fabio Cavalcante <fabio.cavalcante@microsoft.com>
Co-authored-by: Brett Samblanet <brettsam@microsoft.com>
Co-authored-by: Mike <MikeStall@hotmail.com>
2018-06-20 12:17:19 -07:00
Fabio Cavalcante ae6f3a4391 Resolving conflicts. Binding fixes
Co-authored-by: Fabio Cavalcante <fabio.cavalcante@microsoft.com>
Co-authored-by: Mike <MikeStall@hotmail.com>
Co-authored-by: Brett Samblanet <brettsam@microsoft.com>
2018-06-20 12:17:18 -07:00
Liudmila Molkova 7a220ea7e7 Use dependency injection to configure ApplicationInsights 2018-06-20 12:17:18 -07:00
Mike a67ea9d530 Make core Host have no dependency on storage
1. split out storage bindings into a separate extension, which uses its own version of storage sdk (that can version separately from runtime's version)
2. Move runtime's internal storage to a new satellite dll (Host.Storage), which provides implementations for core runtime services like distributed queuing, Singleton, HostIdProvider, v1 logging, etc.

Remove legacy storage wrappers and use the storage SDK directly. This touches most files.

Tests are still broken - but Sample  app runs.

Move Protocol to a shared source project
2018-06-20 12:17:17 -07:00
Fabio Cavalcante 7f130355c4 Initial Hosting/DI model implementation
Co-authored-by: Fabio Cavalcante <fabio.cavalcante@microsoft.com>
Co-authored-by: Brett Samblanet <brettsam@microsoft.com>
2018-06-20 12:17:16 -07:00
Fabio Cavalcante 7e051a2894 Upgrading to .NET Core 2.1 2018-06-01 09:35:47 -07:00
Mathew Charles 974f439cc3 Fixing UseEventHub namespace issue 2018-05-24 09:14:49 -07:00
Mathew Charles 2dadebe182 Adding an EventHub sample function 2018-05-24 09:10:34 -07:00
Mathew Charles 1defc776c4 Exception logging for MessageReceiver background exceptions 2018-05-18 14:36:25 -07:00
Pragna Gopa db1cfc1028
Fix warnings (#1623)
* Fix warnings
2018-03-14 09:29:06 -07:00
Brett Samblanet 5140983cb1 removing TraceWriter from internal logging; everything now using ILogger 2017-12-18 08:35:09 -08:00
Fabio Cavalcante 830447f515 Fixing formatting and code analysis issues 2017-11-28 11:04:35 -08:00
Mathew Charles 21e27cd8ed Adding a Functions Filter sample to SampleHost 2017-08-15 14:36:30 -07:00
Damien Pontifex 118b8a6f49 Adding appsettings so sample shows how to configure storage 2017-08-14 16:21:54 -07:00
Fabio Cavalcante 2bd2b7e9d0 Updating package references 2017-08-11 13:41:10 -07:00
Fabio Cavalcante e915ee5741 Initial migration to .NET Standard 2.0 (.NET Core support) 2017-07-13 15:46:26 -07:00
Matt Mason 3ebc53fb59 Update ToolsVersion to 15.0 2017-05-24 13:55:01 -07:00
Brett Samblanet 5d55eb1614 updating logging namespaces 2017-05-02 14:09:30 -07:00
Brett Samblanet 2550ad67c5 [AppInsights] Moving to separate package 2017-05-02 12:29:07 -07:00
Mathew Charles 708f95e2be Make QueueListener more resilient to transient errors (#944) 2017-04-26 18:03:00 -07:00
Brett Samblanet 61aa424616 adding initial ILogger/AppInsights support 2017-04-19 14:54:16 -07:00
Mike Stall 4bc1a89c0c SDK support for Bring-Your-Own-Bindings
Expose a metadata provider interface that lets other components read the metadata.
SCript can consume this to infer DefaultTypes, build attributes
This also exposes dumping the binding graph.
ADded new [Binding] attribute that must be on SDK attributes to work with metadata-providers.
Added Fluent interface for extensions, can deprecate IBindingFactory, IConverterManager

No breaking changes in here.
2017-04-11 11:21:19 -07:00
Brett Samblanet 428cf7e1f7 upgrade all projects to .NET 4.6 2017-03-10 17:32:49 -08:00
Mathew Charles 56b5302dda BlobTrigger poison queue fix 2017-01-05 17:09:00 -08:00
Mathew Charles f185c0afa1 Making VisibilityTimeout configurable (#844) 2016-12-16 12:56:22 -08:00
Mathew Charles e71a650a6f Missing ExtendedErrorInfo fix (#922) 2016-12-07 11:29:58 -08:00