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

4 Коммитов

Автор SHA1 Сообщение Дата
Cecilia Avila ab9d36715a
fix: [CodeQL] SM02383 alerts: incomplete string escaping or encoding (#4357)
* SM02383 alerts fixed

* Eslint warning fixed

* Suggested changes applied

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
2022-11-15 09:06:44 -06:00
Scott Gellock 2607bdb53c Fixes #640 - Use of depreciated methods causing Warnings during build and tests
Node depricated ‘new Buffer’ syntax, replacing it with ‘Buffer.from’ syntax.
2018-11-20 13:31:27 -08:00
Dragomir 71187e5785 Update unit.js 2018-10-28 09:42:29 +01:00
Pablo Costantini 1debda8d41 [Connector] Split ConnectorClient into Schema and Connector package (#29)
* Update Connector Client with latest Swagger spec

* Import test framework for testing ConnectorClient

* Update generateClient.cmd to use config from Swagger/README.md

* Update connector-auth deps to match connector deps versions

* Export models in connector package

* Simple EchoBot using connector, connector-auth and restify

* Update client with latest spec (2018/01/26)

* Proper Type Definitions for ConnectorClient

* Export model entities directly

* Update botbuilder package with new botframework-connector

* Update botbuilder-ai package with new botframework-connector

* Update botbuilder-choices package with new botframework-connector

* Update botbuilder-services package with new botframework-connector

* Deps cleanup

* Connector Tests now run on project dir

* Build fixes for connector-auth

* Enable build/test tasks

* Export missing references and cleanup

* Move remaining model types to connector package

* Merge botframework-connector-auth into botframework-connector

* Sample update with Lerna deps

* Sample deps version updated when possible, removed when not present

* Fix sample credentials usage

* Set botframework-connector version to 4.0.0-m1.0

* Cleanup

* Revert .npmrc

* Add compiled files

* Bump Connector version in echobot-simple-ts sample

* package-lock regenerate

* Remove TS devDependency from connector

* connector postinstall task to install test tools

* Split Connector into Schema and Connector package

- Models are now part of botbuilder-schema
- botbuilder no longer references the ConnectorClient
- BotFrameworkAdapter (botbuilder-services) in the only dependent to ConnectorClient

* output lib updates

* generateClient.cmd (windows)

* [Connector] README updates (#41)

* Schema and Connector re-generated with Autorest Typescript

* Higher modules updated with TS botbuilder-schema

* Connector Tests updated

* Connector Types generation based on Typescript

* README fix

* Mark all properties as required

* Flatten botbuilder-schema dir structure

* Add proper headers to Autorest generated files

* package-lock updated

* Updated spec with latest version

c39181cc20

* generatedClient.sh for *nix systems

* Revert Mark all properties as required

* Test update with correct enumeration values

* Cleanup

* Cleanup

* Version bump

* Update Schema entities with required and optional properties (#57)
2018-02-15 03:27:12 -08:00