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

7 Коммитов

Автор SHA1 Сообщение Дата
yzt 5ccbf5204d
Remove e2e function projects from main solution (#185)
* remove e2e test projects from main solution

* Create a separate sln for e2e functions

* Remove unused .Net SDK in ubuntu
2021-03-18 14:34:23 +08:00
yzt d6bdff0bcd
Add E2E test for send, group management (#178)
* Add E2E test for send, group management

* add local.settings.json to .gitignore

* Add .Net 3.1.x,   .Net 2.1.x  to Ubuntu environment
2021-03-17 13:14:33 +08:00
yzt 10f3614d16
Force SignalR to use Newtonsoft to support Function V3 (#171)
* from .Net Core 3.0 SignalR uses System.Text.Json instead of Newtonsoft.Json as protocol, which fails to parse Newtonsoft JToken object in the methods.
2021-02-26 15:53:29 +08:00
Chenyang Liu 2cb8da2490
Add Dispatcher and Executor for SignalR Trigger (#94)
* stash

* stash2

* Add dispatcher

* Some fix according to comments

* update according to comments

* Some refactor and add more tests

* Add more tests
2020-03-02 13:29:18 +08:00
Chenyang Liu d27b71bb6f
Add utils, context and constants for trigger (#92)
* Add utils context and constants

* Seperate proj

* Minor update

* Use messagepack 2.0

* Revert "Use messagepack 2.0"

This reverts commit 584fec8efb.

* Add messagepack test

* Add proj

* Minor update

* Remove useless method

* Remove extra line

* Add more tests

* Add a TODO on version in protocol
2020-02-18 17:36:11 +08:00
Ken Chen 6628b844f7
Update build to use KoreBuild (#24) 2018-09-14 16:16:00 +08:00
Anthony Chu 5ab6bb447e Add solution file 2018-07-27 00:04:07 -07:00