Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 6fdb22b

Browse files
authored
Merge pull request #453 from peterhuene/master-to-dev
Merge master to dev
2 parents 0ed5169 + 9261c55 commit 6fdb22b

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

β€Ž.all-contributorsrc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,39 @@
6464
"review",
6565
"ideas"
6666
]
67+
},
68+
{
69+
"login": "dmolokanov",
70+
"name": "Denis Molokanov",
71+
"avatar_url": "https://avatars2.githubusercontent.com/u/6630003?v=4",
72+
"profile": "https://github.com/dmolokanov",
73+
"contributions": [
74+
"code",
75+
"test",
76+
"design",
77+
"ideas"
78+
]
79+
},
80+
{
81+
"login": "slyons",
82+
"name": "Scott Lyons",
83+
"avatar_url": "https://avatars3.githubusercontent.com/u/41403?v=4",
84+
"profile": "https://github.com/slyons",
85+
"contributions": [
86+
"code",
87+
"test",
88+
"design",
89+
"ideas"
90+
]
91+
},
92+
{
93+
"login": "ajnirp",
94+
"name": "Rohan Prinja",
95+
"avatar_url": "https://avatars1.githubusercontent.com/u/1688456?v=4",
96+
"profile": "https://github.com/ajnirp",
97+
"contributions": [
98+
"code"
99+
]
67100
}
68101
],
69102
"contributorsPerLine": 7,

β€Ž.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"t-eckert",
99
"rtyler",
1010
"dmolokanov",
11-
"slyons"
11+
"slyons",
12+
"ajnirp"
1213
]
1314
}

β€ŽREADME.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[crates-url]: https://crates.io/crates/azure-functions
66
[docs-status]: https://docs.rs/azure-functions/badge.svg
77
[docs-url]: https://docs.rs/azure-functions
8-
[all-contributors-status]: https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square
8+
[all-contributors-status]: https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square
99
[gitter-status]: https://badges.gitter.im/azure-functions-rs/community.svg
1010
[gitter-url]: https://gitter.im/azure-functions-rs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
1111
[build-status]: https://github.com/peterhuene/azure-functions-rs/workflows/CI/badge.svg?branch=dev
@@ -27,7 +27,8 @@ A framework for implementing [Azure Functions](https://azure.microsoft.com/en-us
2727
in [Rust](https://www.rust-lang.org/).
2828

2929
> :triangular_flag_on_post: **Disclaimer**
30-
> Although the maintainer of this project is a Microsoft employee, this project is not an officially recognized Microsoft product and is not an endorsement of any future product offering from Microsoft.
30+
> This project is not an officially recognized Microsoft product and is not an endorsement of any future product offering from Microsoft.
31+
>
3132
> _Microsoft and Azure are registered trademarks of Microsoft Corporation._
3233
3334
*If you would like the Azure Functions team to consider supporting Rust, please [vote up this feedback item](https://feedback.azure.com/forums/355860-azure-functions/suggestions/36818512-support-for-native-rust-azure-functions).*
@@ -427,7 +428,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
427428

428429
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
429430
<!-- prettier-ignore -->
430-
<table><tr><td align="center"><a href="https://github.com/peterhuene"><img src="https://avatars3.githubusercontent.com/u/509666?v=4" width="100px;" alt="Peter Huene"/><br /><sub><b>Peter Huene</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/issues?q=author%3Apeterhuene" title="Bug reports">πŸ›</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Documentation">πŸ“–</a> <a href="#ideas-peterhuene" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-peterhuene" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-peterhuene" title="Maintenance">🚧</a> <a href="#platform-peterhuene" title="Packaging/porting to new platform">πŸ“¦</a> <a href="#review-peterhuene" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Tests">⚠️</a> <a href="#tutorial-peterhuene" title="Tutorials">βœ…</a></td><td align="center"><a href="https://github.com/rylev"><img src="https://avatars3.githubusercontent.com/u/1327285?v=4" width="100px;" alt="Ryan Levick"/><br /><sub><b>Ryan Levick</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rylev" title="Code">πŸ’»</a> <a href="#ideas-rylev" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#maintenance-rylev" title="Maintenance">🚧</a> <a href="#review-rylev" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#infra-rylev" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td><td align="center"><a href="https://thomaseckert.org"><img src="https://avatars3.githubusercontent.com/u/29112081?v=4" width="100px;" alt="Thomas Eckert"/><br /><sub><b>Thomas Eckert</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=t-eckert" title="Code">πŸ’»</a> <a href="#content-t-eckert" title="Content">πŸ–‹</a> <a href="#design-t-eckert" title="Design">🎨</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=t-eckert" title="Documentation">πŸ“–</a> <a href="#ideas-t-eckert" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-t-eckert" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-t-eckert" title="Maintenance">🚧</a> <a href="#review-t-eckert" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#tutorial-t-eckert" title="Tutorials">βœ…</a></td><td align="center"><a href="https://brokenco.de/"><img src="https://avatars0.githubusercontent.com/u/26594?v=4" width="100px;" alt="R. Tyler Croy"/><br /><sub><b>R. Tyler Croy</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rtyler" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rtyler" title="Documentation">πŸ“–</a> <a href="#review-rtyler" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#ideas-rtyler" title="Ideas, Planning, & Feedback">πŸ€”</a></td></tr></table>
431+
<table>
432+
<tr>
433+
<td align="center"><a href="https://github.com/peterhuene"><img src="https://avatars3.githubusercontent.com/u/509666?v=4" width="100px;" alt="Peter Huene"/><br /><sub><b>Peter Huene</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/issues?q=author%3Apeterhuene" title="Bug reports">πŸ›</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Documentation">πŸ“–</a> <a href="#ideas-peterhuene" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-peterhuene" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-peterhuene" title="Maintenance">🚧</a> <a href="#platform-peterhuene" title="Packaging/porting to new platform">πŸ“¦</a> <a href="#review-peterhuene" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=peterhuene" title="Tests">⚠️</a> <a href="#tutorial-peterhuene" title="Tutorials">βœ…</a></td>
434+
<td align="center"><a href="https://github.com/rylev"><img src="https://avatars3.githubusercontent.com/u/1327285?v=4" width="100px;" alt="Ryan Levick"/><br /><sub><b>Ryan Levick</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rylev" title="Code">πŸ’»</a> <a href="#ideas-rylev" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#maintenance-rylev" title="Maintenance">🚧</a> <a href="#review-rylev" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#infra-rylev" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
435+
<td align="center"><a href="https://thomaseckert.org"><img src="https://avatars3.githubusercontent.com/u/29112081?v=4" width="100px;" alt="Thomas Eckert"/><br /><sub><b>Thomas Eckert</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=t-eckert" title="Code">πŸ’»</a> <a href="#content-t-eckert" title="Content">πŸ–‹</a> <a href="#design-t-eckert" title="Design">🎨</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=t-eckert" title="Documentation">πŸ“–</a> <a href="#ideas-t-eckert" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-t-eckert" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-t-eckert" title="Maintenance">🚧</a> <a href="#review-t-eckert" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#tutorial-t-eckert" title="Tutorials">βœ…</a></td>
436+
<td align="center"><a href="https://brokenco.de/"><img src="https://avatars0.githubusercontent.com/u/26594?v=4" width="100px;" alt="R. Tyler Croy"/><br /><sub><b>R. Tyler Croy</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rtyler" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=rtyler" title="Documentation">πŸ“–</a> <a href="#review-rtyler" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#ideas-rtyler" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
437+
<td align="center"><a href="https://github.com/dmolokanov"><img src="https://avatars2.githubusercontent.com/u/6630003?v=4" width="100px;" alt="Denis Molokanov"/><br /><sub><b>Denis Molokanov</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=dmolokanov" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=dmolokanov" title="Tests">⚠️</a> <a href="#design-dmolokanov" title="Design">🎨</a> <a href="#ideas-dmolokanov" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
438+
<td align="center"><a href="https://github.com/slyons"><img src="https://avatars3.githubusercontent.com/u/41403?v=4" width="100px;" alt="Scott Lyons"/><br /><sub><b>Scott Lyons</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=slyons" title="Code">πŸ’»</a> <a href="https://github.com/peterhuene/azure-functions-rs/commits?author=slyons" title="Tests">⚠️</a> <a href="#design-slyons" title="Design">🎨</a> <a href="#ideas-slyons" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
439+
<td align="center"><a href="https://github.com/ajnirp"><img src="https://avatars1.githubusercontent.com/u/1688456?v=4" width="100px;" alt="Rohan Prinja"/><br /><sub><b>Rohan Prinja</b></sub></a><br /><a href="https://github.com/peterhuene/azure-functions-rs/commits?author=ajnirp" title="Code">πŸ’»</a></td>
440+
</tr>
441+
</table>
431442

432443
<!-- ALL-CONTRIBUTORS-LIST:END -->
433444

0 commit comments

Comments
Β (0)