Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
1bffa05
gRPC: initial commit moving from demo to public repo
witemple-msft Jun 14, 2022
b8af153
Added a README
witemple-msft Jun 14, 2022
df8b76b
remove copied changelogs
witemple-msft Jun 14, 2022
5c3f3dc
added fresh changelog.json
witemple-msft Jun 14, 2022
18b76c0
Some cleanup, removed synthetic models
witemple-msft Jun 23, 2022
88b3a6f
WIP testing system
witemple-msft Jun 23, 2022
59a7c5c
Recorded a test
witemple-msft Jun 23, 2022
70a7415
Fixed bug bypassing effective type calculation.
witemple-msft Jun 23, 2022
186494f
Made 'simple' even simpler.
witemple-msft Jun 23, 2022
f0aa1ba
Added test for inferring message names from context
witemple-msft Jun 23, 2022
afeb49f
Supported output message name inference and refactored unreachable ty…
witemple-msft Jun 23, 2022
b604254
Unleaked discriminated union tags.
witemple-msft Jun 23, 2022
375e447
Updated some documentation.
witemple-msft Jun 23, 2022
4e7d047
Capitalize method names, remove space between method name and input t…
witemple-msft Jun 23, 2022
ba8da03
Tweaked proto header
witemple-msft Jun 23, 2022
792cf87
Extracted writing reservations into own function
witemple-msft Jun 23, 2022
3c0c181
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Jun 23, 2022
f51d3bb
Taught the expectation system to look for diagnostics.
witemple-msft Jun 23, 2022
91943e4
Check for namespace collisions.
witemple-msft Jun 23, 2022
ac1b639
Fixed simple-error test
witemple-msft Jun 23, 2022
24e5729
Re-recorded a simple test.
witemple-msft Oct 3, 2022
661fb90
Updated several facets to work with new cadl updates.
witemple-msft Oct 14, 2022
be92801
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Nov 30, 2022
b287c03
Renamed grpc -> protobuf, improved handling of many protobuf features
witemple-msft Dec 2, 2022
97d6ff6
Implement cross-package references
witemple-msft Dec 2, 2022
0ec1bca
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Dec 2, 2022
55397bb
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Jan 23, 2023
cb041e1
Reworked a bunch of docs issues and diagnostics.
witemple-msft Feb 17, 2023
88e3179
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Feb 17, 2023
fb1083e
Lazy initialize scalars map
witemple-msft Mar 8, 2023
c3c9a66
Some doc updates
witemple-msft Mar 14, 2023
c6919fa
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Mar 14, 2023
f0f6e00
Removed protoc output
witemple-msft Mar 14, 2023
3e73c42
Renamed tests to .tsp
witemple-msft Mar 14, 2023
166cda9
Updated diagnostics and some documentation
witemple-msft Mar 15, 2023
6d696a4
Updated entrypoint from typespecMain to tspMain
witemple-msft Mar 16, 2023
cdf59a6
Updated docs
witemple-msft Mar 16, 2023
8dcd5f0
Lint/spell fixes
witemple-msft Mar 16, 2023
5eb3f08
Updated enum error messages
witemple-msft Mar 16, 2023
b8123cc
Improved namespace handling
witemple-msft Mar 16, 2023
1a51df9
Reject anonymous models in messages
witemple-msft Mar 16, 2023
8fcaa82
Removed TODOs
witemple-msft Mar 16, 2023
a4caf3e
Fixed test harness on windows
witemple-msft Mar 16, 2023
9963298
addressbook scenario
witemple-msft Mar 16, 2023
39b43c1
Several small updates
witemple-msft Mar 27, 2023
9fbde4e
Ignored .protoc-out integration folder
witemple-msft Mar 27, 2023
890489a
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Mar 27, 2023
7ec412a
Updated a few documentation entries
witemple-msft Apr 24, 2023
55bab13
Import from fs rather than import fs
witemple-msft Apr 24, 2023
43dfbfa
Increased resilience to failed scalar resolutions.
witemple-msft Apr 24, 2023
4b9da2d
Support derived scalars by traversing the scalar inheritance links.
witemple-msft Apr 24, 2023
10551b2
Add protobuf as website dependency
witemple-msft Apr 24, 2023
3c0a5e8
Merge remote-tracking branch 'upstream/main' into grpc/draft
witemple-msft Apr 24, 2023
ab00e49
Just don't support unions for now
witemple-msft Apr 24, 2023
34eb9e7
Better handling of intrinsic types
witemple-msft Apr 24, 2023
db0ce3b
Added a note about onValidate
witemple-msft Apr 24, 2023
7803dd5
Added a note about syntax target functions
witemple-msft Apr 24, 2023
fa954f8
Move a symbol
witemple-msft Apr 24, 2023
9320334
Add a readme warning.
witemple-msft Apr 24, 2023
cb556f3
Merge branch 'main' into grpc/draft
witemple-msft Apr 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 40 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ words:
- globby
- inmemory
- instanceid
- interner
- intrinsics
- jsyaml
- keyer
- lzutf
- msbuild
- MSRC
Expand All @@ -49,6 +51,7 @@ words:
- rushx
- safeint
- segmentof
- sfixed
- strs
- TRYIT
- TSES
Expand Down
Loading