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

50 Коммитов

Автор SHA1 Сообщение Дата
Ken Chen ff3deee8b2 make build.sh executable 2018-09-19 15:30:21 +08:00
Anthony Chu 441dc5f6bc
Add support for users (#22)
* Add UserId to SignalRConnectionInfoAttribute

* Refactor, add moq

- Rename IAzureSignalRClient to IAzureSignalRSender
- Add SignalRData class
- Change tests to use moq
- Rename SendMessage to SendToAll

* Add support for users

* Make SignalRData internal

* Change a few variable names

* Update auth sample

* Add direct messaging to simple chat

* Add App Service Auth sample

* Simplify function

* Fix ready message on index.html

* Update index.html to work with old and new SignalRConnectionInfo

* Remove logging

* Merge dev into antchu/add-users

* Remove support for sending a message to more than one user

* Bump to WebJobs SDK 3.0.0-rc1
2018-09-16 19:54:43 -07:00
Anthony Chu f9774bb791
Update to Microsoft.Azure.WebJobs 3.0.0-rc1 (#25)
* Update to Microsoft.Azure.WebJobs 3.0.0-rc1

* Add comment for macOS condition
2018-09-16 19:54:13 -07:00
Ken Chen 6628b844f7
Update build to use KoreBuild (#24) 2018-09-14 16:16:00 +08:00
Anthony Chu 4d781bdb97 Remove HttpClientFactory (#23)
- the implementation is causing issues in some cases when running in Azure
2018-09-14 16:09:18 +08:00
Ken Chen d9caf24cff Update version to 1.0.0-preview1-10009 2018-09-13 16:05:59 +08:00
Ken Chen 0d39b79d38
Fix SignalRConnectionInfo to support negotiate (#20)
1. Rename properties in SignalRConnectionInfo to comply with SignalR protocol
2. Update sample and add workaround to CORS issue
2018-09-13 10:58:13 +08:00
Anthony Chu 66507bdf89
Simplify C# sample (#18)
* Simplify C# sample

- put negotiate function first
- bind directly to body
- remove local storage settings (not needed for HTTP triggers)

* Fix C# sample method name
2018-09-10 11:07:44 -07:00
Anthony Chu b436cb294f
Fix links in README (#17) 2018-09-05 00:13:15 -07:00
Anthony Chu a3864b066c
Add license information (#16)
Fixes #15
2018-09-04 22:38:56 -07:00
Anthony Chu 485976f008
Migrate to new extensibility model in Function Runtime 2.0.12050-alpha (#13)
* Make minimum changes necessary to use new builder model

* Rename AzureSignalRConnectionInfo to SignalRConnectionInfo (breaking)

Also rename AzureSignalR to AzureSignalRClient

* Add support for SignalROptions

* Use official HttpClientFactory

* Reorganize into folders matching other extensions

* Move service API call to AzureSignalRClient

* Bump package versions and remove myget feed

* Add ExtensionAttribute

* Update readme to use AzureAdvocates.WebJobs.Extensions.SignalRService
2018-09-04 20:51:03 -07:00
Chenyang Liu 5040d0cd94
Merge pull request #12 from zackliu/chenylmaster
Add signing project
2018-08-22 13:20:23 +08:00
Chenyang Liu 5a2d0f0afa Add blank line 2018-08-20 13:11:15 +08:00
Chenyang Liu 6a269dd03c update properties 2018-08-20 11:39:01 +08:00
Chenyang Liu 4e76e0b1c9 update sign 2018-08-20 11:35:28 +08:00
Chenyang Liu 1943c43932 Add property 2018-08-20 11:23:19 +08:00
Chenyang Liu d696b9bccd fix bug 2018-08-20 10:56:09 +08:00
Chenyang Liu 033b3dcb2d Add sign package 2018-08-20 10:46:16 +08:00
Anthony Chu 7b16baa7e5
Update JS client in client to stable (#11) 2018-08-18 23:39:26 -07:00
Anthony Chu e582e4ce49
Set up samples for VSCode debugging (#10) 2018-08-18 23:34:06 -07:00
Brandon H 08e9c637d5 Add C# sample (#7)
* re-orging directory structure to prep for adding c# sample

* Adding C# sample

fixes #5
2018-08-18 23:13:24 -07:00
Anthony Chu 1fa0090897
Update package namespace to Microsoft.Azure and version to 0.3.0 (#3)
* Update package namespace to Microsoft.Azure and version to 0.3.0

* Update sample to use 0.3.0 package
2018-07-30 00:35:33 -07:00
Anthony Chu b71bcf19eb
Merge pull request #2 from Azure/add-tests
Add tests
2018-07-27 00:05:55 -07:00
Anthony Chu 5ab6bb447e Add solution file 2018-07-27 00:04:07 -07:00
Anthony Chu f6360d5f87 Update SignalRMessageAsyncCollector test 2018-07-26 23:59:28 -07:00
Anthony Chu cd5e41bcfc Add SignalRMessageAsyncCollectorTests 2018-07-26 16:52:36 -07:00
Anthony Chu 2faafdf2f5 Remove cors from host start 2018-07-26 16:22:26 -07:00
Anthony Chu 9459937bd7 Add first set of tests 2018-07-26 14:31:42 -07:00
Anthony Chu 6193a4e704
Merge pull request #1 from Azure/make-internal
Minor refactoring and fixes
2018-07-25 15:34:27 -07:00
Anthony Chu b4631fb8ed Throw meaningful exception when connection string is empty 2018-07-25 13:24:14 -07:00
Anthony Chu 56c994740c Add log at startup 2018-07-25 13:23:22 -07:00
Anthony Chu a9bc25ce18 Bump version to 0.3.0-alpha 2018-07-25 13:15:37 -07:00
Anthony Chu 71b454f8a1 Add sample local.settings.json 2018-07-25 13:14:59 -07:00
Anthony Chu c4943165d6 Move source into its own folder 2018-07-25 12:28:01 -07:00
Anthony Chu e32001b26f Restrict visibility of classes that don't need to be public 2018-07-25 12:27:08 -07:00
Anthony Chu 81271e2150 Add contribution info to readme 2018-07-25 00:34:38 -07:00
Anthony Chu 01ef47249d Change to Microsoft MIT license 2018-07-25 00:34:23 -07:00
Anthony Chu 3f262d120a Add more instructions to README 📖 2018-05-15 10:36:14 -07:00
Anthony Chu c6bef3826a
Create LICENSE 2018-05-14 23:19:43 -07:00
Anthony Chu b5e0ea5e33 Update README to new attribute name 2018-05-14 23:05:16 -07:00
Anthony Chu e6a6849dc4 Update README to 0.2.0 2018-05-14 23:03:31 -07:00
Anthony Chu 760058e574 Rename a bunch of stuff, update README, bump to 0.2.0 2018-05-14 22:56:59 -07:00
Anthony Chu 069efdc3f2 Make simple-chat demo less 💩 2018-05-14 21:20:40 -07:00
Anthony Chu fc59f2ea7f Change function auth level to anonymous 2018-05-14 17:46:11 -07:00
Anthony Chu c07b8e6d26 Update README 2018-05-14 17:38:41 -07:00
Anthony Chu d86ec782a1 Add README 2018-05-14 17:25:07 -07:00
Anthony Chu 167a23f3e1 Copy extensions.csproj to root of function app
Temporary fix while Functions Core Tools is patched to fix this problem.
https://github.com/Azure/azure-functions-host/issues/2791
2018-05-14 17:02:10 -07:00
Anthony Chu 5ed9cc1809 Add simple chat function app 2018-05-14 17:00:02 -07:00
Anthony Chu 52a7d45950 Move into src folder 2018-05-14 16:19:39 -07:00
Anthony Chu 6a9d9c6500 Initial commit 2018-05-14 16:13:17 -07:00