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

424 Коммитов

Автор SHA1 Сообщение Дата
Eric Jizba 48d991438f
Add logging to detect if function app dir doesn't change (#758) 2024-09-10 14:19:05 -07:00
dependabot[bot] a5ed77c56f
Bump micromatch from 4.0.4 to 4.0.8 (#760)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 10:12:26 -07:00
dependabot[bot] e640ef9f9c
Bump webpack from 5.76.0 to 5.94.0 (#759)
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 10:10:20 -07:00
Eric Jizba 4134ed379e
Add codeowners (#757) 2024-08-12 13:52:59 -07:00
Eric Jizba 042d506633
Fix public builds from forks (#756)
Based on this PR from host: https://github.com/Azure/azure-functions-host/pull/10256

And clean up CodeQL settings based on this PR: https://github.com/Azure/azure-functions-host/pull/10198
2024-07-11 14:17:47 -07:00
Eric Jizba 4466637b03
Fix startup error not showing up in kusto (#753) 2024-06-26 15:20:04 -07:00
Eric Jizba 2457ff5023
Add Node.js 22 to tests (#752)
and remove 14/16 from README
2024-06-24 15:05:39 -07:00
Eric Jizba 5033b70029
Run builds nightly (#751) 2024-06-24 11:38:42 -07:00
Daniel Castro aac8f4ebf3
Create setErrorMessage function (#750)
* Create setErrorMessage function

* Only catch TypeError

* Address PR comments

* Remove extra throw statement

* Change type name
2024-06-24 10:07:05 -07:00
dependabot[bot] 00dfbccbaf
Bump braces from 3.0.2 to 3.0.3 (#749)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 13:58:31 -07:00
dependabot[bot] 9c297137e8
Bump @grpc/grpc-js from 1.8.18 to 1.8.22 (#748)
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.18 to 1.8.22.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.18...@grpc/grpc-js@1.8.22)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 10:51:52 -07:00
Eric Jizba 4a948a3a01
Switch builds to 1es pipelines (#747) 2024-06-04 12:21:51 -07:00
Eric Jizba 140e1f74d3
Add code mirror pipeline (#744) 2024-05-29 15:52:27 -07:00
Daniel Castro 588e99fa39
Bump worker version post-release (#741) 2024-04-15 13:53:37 -07:00
Daniel Castro de456ce3bb
Bump worker version to 3.1.0 (#740) 2024-04-11 15:52:45 -07:00
Eric Jizba bccdce3d5f
Add hook for logs (#739) 2024-04-11 13:42:41 -07:00
dependabot[bot] 456120c72a
Bump protobufjs from 7.2.4 to 7.2.5 (#738)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.5.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.5)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 10:55:45 -07:00
Daniel Castro 2876343942
Node 20 README Updates (#735)
* Node 20 README Updates

* Fix broken link
2024-03-07 11:09:08 -08:00
Daniel Castro 5b33d46d1a
Check errors are writable (#732)
* Check errors are writable

* Check 'message' prop only within first block

* Follow style guidelines

* Extract check out to variable

* Add unit test

* Bulk up test

* Fix linter errors

* Incorporate feedback

* Remove only

* Add reference

* Allow stack to update

* Remove `only`

* Fix unsafe assignment of an `any` value
2024-02-14 10:26:07 -08:00
Eric Jizba d0ea939e2e
Fix conflicting formatting by using prettier for everything (#733)
* Make prettier the default formatter for all files

* Run prettier
2024-02-06 16:33:06 -08:00
Eric Jizba 5e39e6803f Auto fix new import lint rules 2023-11-07 15:27:08 -08:00
Eric Jizba f29749a93d Switch to eslint-based import sorting
Instead of VS Code
2023-11-07 15:27:08 -08:00
Eric Jizba ce548814e1
Minor fixes to be consistent with library repo hooks PR (#725) 2023-11-02 17:14:46 -07:00
Eric Jizba 24719db8d1
Bump version (#723) 2023-10-25 17:31:20 -07:00
Eric Jizba 8d629e6986
Bump worker version (#722) 2023-10-20 10:42:23 -07:00
Eric Jizba dd2e130065
Allow core api to modify capabilities (#720)
* Update protobuf subtree to tag v1.10.0-protofile

https://github.com/Azure/azure-functions-language-worker-protobuf/releases/tag/v1.10.0-protofile

* Allow core api to modify capabilities

And log outside of an invocation

* fix unit tests
2023-10-20 10:41:59 -07:00
Eric Jizba 4532d40259
Allow future node versions (#721) 2023-10-20 10:37:44 -07:00
Eric Jizba 928a26fcce
Use new worker args (#719) 2023-10-17 11:18:49 -07:00
Hossam Mabed 92c2e58aa8
add node 20 to readme (#717) 2023-09-13 14:10:20 -07:00
Eric Jizba 2d11f49854
Add invocation id to debug log (#715) 2023-08-23 17:16:46 -07:00
Eric Jizba 5446be8d6d
Bump version post release (#714) 2023-08-23 16:13:05 -07:00
Eric Jizba e01abd6b68
Tweak lstat bug retry logic (#712) 2023-08-17 14:17:35 -07:00
microsoft-github-policy-service[bot] e23b5f7fbc
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#702)
* 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>
2023-07-27 13:17:33 -07:00
Eric Jizba 5e10387103
npm audit fix (#711) 2023-07-24 12:11:12 -07:00
Eric Jizba dea38725a2
Bump version post release (#707) 2023-07-14 14:39:40 -07:00
Eric Jizba bf28d9c5ad
Bump version (#706) 2023-07-13 18:00:14 -07:00
Eric Jizba 587a972f1c
Make entry point failures blocking for model v4 and/or Node v20+ (#691)
And provide an app setting to configure this behavior for Node <20
2023-07-13 17:58:44 -07:00
Hossam Mabed 8720f1ad1c
Increase timeouts for worker gRPC respones (#705)
* update timeouts

* update shutdown timeout

* reduce timeouts
2023-07-13 16:19:58 -07:00
Eric Jizba 6ae7adfb2a
Allow specifying retry policy for v4 model (#696) 2023-06-27 18:54:22 -07:00
Eric Jizba 2f73dfbd80
Bump version (#698) 2023-06-27 14:51:10 -07:00
Eric Jizba d51d750974
npm audit fix (#699) 2023-06-27 14:51:00 -07:00
Eric Jizba 69475dc35f
Retry loading file for transient lstat error (#695) 2023-06-19 16:51:46 -07:00
Eric Jizba fb21d12d5e
Update protobuf subtree to tag v1.9.0-protofile (#694)
https://github.com/Azure/azure-functions-language-worker-protobuf/releases/tag/v1.9.0-protofile
2023-06-19 16:40:54 -07:00
Eric Jizba 972fccf5c8
Switch to new end-to-end tests (#689) 2023-06-01 15:15:15 -07:00
Eric Jizba a689870b05 Fix build from conflicting merges 2023-05-31 15:01:48 -07:00
Eric Jizba 69071544d8
Throw error for duplicate function names in v4 (#692) 2023-05-31 13:57:55 -07:00
Eric Jizba 6447028938
Rename worker channel to worker context (#690) 2023-05-31 13:56:59 -07:00
Eric Jizba deb5a44511
Move code out of WorkerChannel and setupCoreModule (#687)
No functional changes, just moving code
2023-05-24 17:47:57 -07:00
Eric Jizba 719b91accb
Use prerelease version suffix in all versions (#688)
Not just the nuget package version. In e2e tests, I want to be able to see which specific prerelease version of the worker is being tested, and for that I need all versions to have the build number.
2023-05-24 17:46:34 -07:00
Eric Jizba 7c24c6bd2b
Make WorkerChannel a global variable (#686) 2023-05-17 16:08:33 -07:00