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

467 Коммитов

Автор SHA1 Сообщение Дата
andystaples efa632136c
Handle exceptions when no message is present (#530)
* Handle exceptions when no message is present
- Pass string form of the exception type to WebJobs extension instead
2024-10-31 11:19:22 -06:00
Naiyuan Tian 74d918127e
Content Handling Improvement in call_http method (#494)
* initial commit

* remove unused pkg

* improve call_http for clarity

* add content handling test for call_http

* add import

* update test

* update test

* update typo

* remove unused using

* update by comments

* add space

* update unit tests as we update call_http logic

* update by comment

* update description

* update by comment

* re-arrange the error message as it's too long

* re-arrange error msg

* update error msg

* update test

* updatetest
2024-10-08 12:16:51 -07:00
Leonard Herold 354ace05d7
chore: add devcontainer (#522) 2024-09-23 13:47:47 -07:00
Leonard Herold 663084b6e4
fix: entity id should compare based on name and key (#520) 2024-09-23 13:27:41 -07:00
David Justo 57c4a22d11
add dev branch to official build schedule (#523) 2024-09-06 11:24:37 -07:00
David Justo 4804f178a2
remove confusing auth code string (#525) 2024-09-06 11:07:24 -07:00
David Justo 2df8b3768d
Add codeQL (#517) 2024-08-01 10:25:41 -07:00
David Justo e0ea8a330f
remove throwaway branch from test GH action (#510) 2024-06-19 17:26:01 -07:00
David Justo 3b2b3282ef
Add GH action for testing (#509) 2024-06-19 16:54:35 -07:00
David Justo 2223ae5c1e
add dev to build pipeline (#508) 2024-06-17 14:30:08 -07:00
David Justo ca3cbcc05d
1ES migration - first draft (#505) 2024-06-17 13:20:29 -07:00
David Justo 0ecc57b2f9
Add code mirror pipeline (#504) 2024-05-30 16:41:25 -07:00
Naiyuan Tian 3f0e168b9d
Update Orchestration Ouput Return error (#493)
* initial commit

* remove blank line

* Remove unused pkg

* update by comments
2024-04-30 11:53:04 -07:00
Zain Rizvi e7cb43deec
Bugfix: Support returning json serializable objects from an orchestrator function (#490) 2024-03-15 13:37:00 -07:00
Naiyuan Tian 34112b1c6a
Enable call suspend-resume from durable client (#483)
* Add API syntax support for suspend-resume

* initial commit

* add new line at the end of file

* add unit tests for suspend-resume

* add suspend/resume history event

* remove empty line

* remove duplicate caused by emrge

* update by comment

---------

Co-authored-by: Julio Arroyo <t-jarroyo@microsoft.com>
2024-02-06 12:25:38 -08:00
Naiyuan Tian b30d0a64f7
Fix History Event None Return (#466)
* check activity return not none

* avoid long line

* add check for subo and event

* fix indent

* update by review

* add unit test for call activity with none return

* update test
2023-11-27 13:32:58 -08:00
David Justo 7d21ac90c8
Add backwards compatibility layer to SettingsApi change (#464) 2023-11-06 17:00:48 -08:00
David Justo 8ca9004069
support new SettingsAPI (#463) 2023-11-03 15:02:57 -07:00
David Justo b27dd33a41
prevent already scheduled tasks from being added to opentasks list (#457) 2023-09-07 15:58:21 -07:00
Varshitha Bachu 635c3cf174
Update GH automation (#456) 2023-08-31 15:31:50 -07:00
David Justo ff106cbe11
patch file formatting and add automatic triaging (#455) 2023-08-22 14:21:26 -07:00
microsoft-github-policy-service[bot] b6ed2e9f8f
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#442)
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html

Please review and merge this PR to complete the process of onboarding to the new service.

* Deleting fabricbot.json

---------

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: David Justo <david.justo.1996@gmail.com>
2023-08-22 13:45:06 -07:00
David Justo 5d30ae3b6b
Support repeatedly calling WhenAny on a progressively smaller list of already scheduled tasks (#446) 2023-08-04 10:41:38 -07:00
David Justo 19fba1aed9
add blueprint example (#443) 2023-07-10 14:50:33 -07:00
David Justo c529728652
Patch blueprint class typo, add author metadata to setup.py (#439)
* add missing author metadata

* rename blueprint
2023-06-12 15:35:39 -07:00
Naiyuan Tian 8a93453152
Call SubOrchestrator by Function Name (#437)
* call suborcheatrstor by name

* remove space

* remove blank line

* Update DurableOrchestrationContext.py
2023-05-03 18:06:13 -04:00
Naiyuan Tian 021e9ee775
Call Activity Function by function name (#424)
* call activity by name

* add whitespace

* update

* Update DurableOrchestrationContext.py

* remove whitespace

* edit word

* update exception

* update arg

* update activity

* update test

* update test

* test

* test

* add test

* fix test

* add test

* update

* update test

* update

* update

* change error msg

* update test

* update typo

* Update DurableOrchestrationContext.py

* update

* Update DurableOrchestrationContext.py

* Update DurableOrchestrationContext.py

* Update __init__.py

* Update DurableOrchestrationContext.py

* reword error & update decorators init.py

* fix error

* add new empty line

* reorgnize

* update error message

* update indentation

* update indentation

* update init

* Update __init__.py

* update test

* reorganize code

* remove whitespace

* update get_function_name method

* update get_function_name method

* update get_function_name method

* change from | to union

* Update DurableOrchestrationContext.py

* Update DurableOrchestrationContext.py

* Update DurableOrchestrationContext.py

---------

Co-authored-by: David Justo <david.justo.1996@gmail.com>
2023-05-03 18:01:10 -04:00
David Justo 00e3a340f8
Add initial blueprint support (#432) 2023-04-12 09:23:07 -07:00
kogad 8b5c1f368b
Remove dupulicated `lambda: ` (#431) 2023-04-06 09:17:08 -07:00
David Justo 83551a9f88
add fabric bot config (#425) 2023-03-03 09:01:44 -08:00
David Justo 0ed7e36c94
Add initial samples for Python V2 programming model (#422) 2023-02-14 10:24:23 -08:00
David Justo 177600dec4
Export Python V2 experience only if worker supports it (#416) 2023-01-13 16:34:55 -08:00
David Justo 788864a730
update minium changes (#412) 2022-12-06 14:06:10 -08:00
David Justo 747908f2cb
Add support for PyStein programming model (#398) 2022-12-01 15:42:34 -08:00
David Justo 95e794ff8f
Detect sub-task completion in constructor (#391) 2022-08-02 11:17:17 -07:00
microsoft-github-policy-service[bot] aab7bc1116
Microsoft mandatory file (#393)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-01 19:40:44 -07:00
David Justo 46f97cff50
Update isReplaying flag at beginning of replay (#390) 2022-07-19 10:59:49 -07:00
David Justo 462fb69833
Upgrade Python Interpreter in CI to 3.7 (#387) 2022-07-01 14:28:30 -07:00
Varad Meru ce24767612
Exclude azure from package build (#381)
Similar to https://github.com/Azure/azure-functions-python-library/pull/97

Excluded azure from the packages. This fixes an issue where the `azure.function` and other azure package versions do not get updated when a version is specified in the functions requirements.txt file.

The reason for this is that the azure directory has an `__init__.py` file, including azure in the package build overrides the user's dependencies.

Co-authored-by: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com>
2022-06-14 12:59:41 -07:00
Varad Meru 38ba9bd37a
Creating new CODEOWNERS file for auto-pr add. (#382) 2022-06-06 21:38:35 -07:00
David Justo 609dd3e763
Serialize "innerTasks" only at the end of the orchestrator invocation (#369) 2022-05-23 16:39:18 -07:00
David Justo 34472aceee
Make `-WithRetry` APIs wait for TimerFired after final task failure (#339) 2022-05-23 16:32:18 -07:00
peterstone2017 2f679e9e65
Set up submodule auto pr pipeline (#357) 2022-03-31 09:38:31 -07:00
David Justo 5dcb125c93
Add SBOM to release payload (#351) 2022-02-18 13:35:12 -08:00
David Justo 4b4d7c6ba9
demand 1ES VM (#344) 2021-12-21 10:22:48 -08:00
David Justo 561e21fdb4
change to 1ES VM (#342) 2021-12-14 15:28:46 -08:00
David Justo caa7995d9d
Add release pipeline yaml (#338) 2021-12-14 14:12:29 -08:00
David Justo cff98cd39d
add notice of bug report to issue template (#341) 2021-12-09 09:24:45 -08:00
David Justo 907eab7bbf
Add SBOM to azure pipeline (#336) 2021-12-06 14:03:47 -08:00
David Justo 9a02c58616
Merge pull request #333 from Azure/main
Sync dev with main post 1.1.3 release
2021-11-09 14:04:55 -08:00