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

13216 Коммитов

Автор SHA1 Сообщение Дата
Vincent Biret e73bb5f149
Merge pull request #33 from microsoft/dependabot/npm_and_yarn/template/typescript/types/node-15.6.0
Bump @types/node from 14.14.41 to 15.6.0 in /template/typescript
2021-05-21 20:33:47 +02:00
dependabot[bot] b7d46e354e
Bump @types/node from 14.14.41 to 15.6.0 in /template/typescript
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.41 to 15.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:58:27 +00:00
dependabot[bot] fb70a77f0e
Bump @typescript-eslint/parser in /msgraph-mail/typescript
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.0 to 4.24.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.24.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:58:21 +00:00
dependabot[bot] 75a4fe4d72
Bump webpack from 5.35.0 to 5.37.1 in /template/typescript
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.0 to 5.37.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.35.0...v5.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:58:13 +00:00
dependabot[bot] 68634d11c1
Bump webpack from 5.35.0 to 5.37.1 in /msgraph-mail/typescript
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.0 to 5.37.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.35.0...v5.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:58:06 +00:00
Vincent Biret 21f2c0dbc5
Merge pull request #16 from microsoft/feature/dependabot
adds dependabot configuration to keep samples projects up-to-date
2021-05-21 19:55:48 +02:00
Vincent Biret b4124aac08
- code-gen: fixes missing comma 2021-05-21 13:51:37 -04:00
Vincent Biret d2bd35168f
- code-gen: primitive collections properties 2021-05-21 13:34:02 -04:00
Vincent Biret 3e55b73a9f
Merge pull request #13 from microsoft/dependabot/npm_and_yarn/template/typescript/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21 in /template/typescript
2021-05-21 18:59:12 +02:00
Vincent Biret e4c3b39e90
Merge pull request #14 from microsoft/dependabot/npm_and_yarn/msgraph-mail/typescript/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21 in /msgraph-mail/typescript
2021-05-21 18:58:55 +02:00
Vincent Biret de25945ccd
- adds codeowners for automatic assignment of reviews 2021-05-21 12:58:04 -04:00
Vincent Biret 74bcbd61b3
- adds dependabot configuration to keep template projects up to date 2021-05-21 12:55:02 -04:00
Vincent Biret 77477b9f32
- adds dependabot configuration to keep shell projects up to date 2021-05-21 12:54:21 -04:00
Vincent Biret 01aa088006
- code-gen: updates mail samples to remove json assumption 2021-05-21 12:47:14 -04:00
Vincent Biret 74f6f72793
- code gen: java enum defensive programming 2021-05-16 21:28:22 +02:00
Vincent Biret 5b4e60e257
- code-gen: serialization factory pass for java 2021-05-12 11:34:54 +02:00
dependabot[bot] 6527199247
Bump lodash from 4.17.20 to 4.17.21 in /msgraph-mail/typescript
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 00:14:39 +00:00
dependabot[bot] aa83885bef
Bump lodash from 4.17.20 to 4.17.21 in /template/typescript
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 00:11:50 +00:00
Vincent Biret 6ac061e9b6
Merge pull request #12 from microsoft/bugfix/prefixed-properties
-code-gen update: prefixed properties
2021-04-30 09:23:59 -04:00
Vincent Biret c6e81287b7
Merge pull request #11 from microsoft/bugfix/main-graph-gen-tests
- code gen for performance update
2021-04-30 09:20:45 -04:00
Vincent Biret dace3d36d1
- code-gen update: prefixed properties 2021-04-30 09:16:55 -04:00
Vincent Biret e174ff03fa
- code gen update deterministic issue 2021-04-29 15:11:12 -04:00
Vincent Biret 9744b2fd72
- codegen: fixes duplicated additional data properties 2021-04-29 10:52:38 -04:00
Vincent Biret e5734cce74
- code-gen adds missing indexer methods back for java and typescript 2021-04-29 09:27:37 -04:00
Vincent Biret 56870cb822
- codegen source file updates 2021-04-28 18:10:50 -04:00
Vincent Biret b5b1464739
- codegen : typescript deterministic 2021-04-28 18:10:40 -04:00
Vincent Biret f6374d9281
- code gen for performance update 2021-04-28 17:31:26 -04:00
Vincent Biret a156712ad9
Merge pull request #10 from microsoft/feature/additional-properties
feature/additional properties
2021-04-23 09:13:25 -04:00
Vincent Biret d8e09a9347
- adds missing java write additional data method call 2021-04-22 14:51:51 -04:00
Vincent Biret 03a90e64b2
- replaces map by hashmap default value for java 2021-04-22 14:37:25 -04:00
Vincent Biret 0ee85c8ece
- adds additional data support for java 2021-04-22 13:27:39 -04:00
Vincent Biret 41fa6e64e6
- adds raw loader to workaround azure identity issue 2021-04-22 12:28:31 -04:00
Vincent Biret 9cf5c4490d
- updates packages for typescript msgraph mail sample 2021-04-22 10:15:34 -04:00
Vincent Biret d6e68569d4
- code gen: typescript support for additional data 2021-04-22 10:14:48 -04:00
Vincent Biret da1ddb5d5f
- updates template pacakges 2021-04-22 10:00:51 -04:00
Vincent Biret a6929e3f39
- updates vs code launch.json for dotnet to account for new project name 2021-04-21 15:44:08 -04:00
Vincent Biret 4a1158cd3a
- adds additional data serialization 2021-04-21 12:53:26 -04:00
Vincent Biret dc9701a7e7
- adds additional properties for dotnet 2021-04-21 10:56:15 -04:00
Vincent Biret 2858111957
Merge pull request #9 from microsoft/bugfix/date-time
- fixes date time property type generation
2021-04-20 14:27:40 -04:00
Vincent Biret b1d3210743
Merge pull request #8 from microsoft/feature/serialization-factories
- generate update for mail samples feature serialization factories
2021-04-20 14:19:05 -04:00
Vincent Biret 4c08b58636
- fixes date time property type generation 2021-04-20 14:05:39 -04:00
Vincent Biret 869c7b71db
Merge pull request #7 from microsoft/feature/documentation
- generate update for mail samples feature documenation
2021-04-19 12:16:47 -04:00
Vincent Biret e127cfff57
Merge pull request #6 from microsoft/feature/operationId-dependency
- generate update for mail samples feature operationid dependency
2021-04-19 12:13:49 -04:00
Vincent Biret 707f7fa6af
Merge pull request #5 from microsoft/bugfix/primitive-types
- generate update for mail samples bugfix primitive types
2021-04-19 12:11:37 -04:00
Vincent Biret 7c167fa187
Merge pull request #4 from microsoft/bugfix/collections-of-primitives
- generate update for mail samples bugfix collection primitives
2021-04-19 12:08:58 -04:00
Vincent Biret 52cf2c261b
Merge pull request #3 from microsoft/feature/serialization
- generate update for mail samples serialization
2021-04-19 12:01:10 -04:00
Vincent Biret 5a6151e2a6
Merge pull request #2 from microsoft/feature/core-execution
- generate update for mail samples core execution
2021-04-19 11:00:30 -04:00
Vincent Biret a0bbece3c9
Merge pull request #1 from microsoft/feature/split-requests
- generate update for mail samples split requests
2021-04-16 15:58:15 -04:00
Vincent Biret 09c08459f9
- generate update for mail samples feature serialization factories 2021-04-16 14:37:53 -04:00
Vincent Biret 45f3917dba
- generate update for mail samples feature documenation 2021-04-16 14:32:03 -04:00