1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00
Commit Graph

123 Commits

Author SHA1 Message Date
Timothy Clem
c722b0d87e Remove UNKNOWN 2020-06-04 14:03:23 -07:00
Timothy Clem
6e62758f72 Add SyntaxType to proto schema, refactor usage of NodeType 2020-06-04 09:27:14 -07:00
Max Brunsfeld
7f50ee1be5 Merge branch 'master' into symbol-node-type 2020-06-02 14:06:06 -07:00
Max Brunsfeld
b2ff9e522f proto: Add node_type field to Symbol message 2020-06-02 13:52:42 -07:00
Timothy Clem
39164f047b Remove diff toc from proto datatypes 2020-04-03 11:25:11 -07:00
Timothy Clem
d98600e679 Fix naming 2020-03-05 14:00:38 -08:00
Timothy Clem
e7051f090d Model out node type in stack graphs a bit more completely 2020-03-05 13:21:06 -08:00
Timothy Clem
dbc5d99350 Ending scope stack as a list of ints 2020-03-05 11:30:40 -08:00
Timothy Clem
677d77afd9 Use repeated strings to represents these stacks in protobufs 2020-03-04 14:33:02 -08:00
Timothy Clem
115b5c781c Renaming based on feedback 2020-03-04 13:48:32 -08:00
Timothy Clem
d8e5384704 Sketch out basic scope graph data schema 2020-02-12 15:14:46 -08:00
Timothy Clem
c0cce3b13b First pass at switching from proto3 to proto-lens 2019-09-27 16:42:12 -07:00
Timothy Clem
a48aa65cfc Bring back ping request/response 2019-07-05 15:34:35 -07:00
Timothy Clem
7b44a6a24e Repeatable code gen from proto 2019-07-05 15:11:33 -07:00
Timothy Clem
e381f4d95d Add bloboid (if exists) to proto output 2019-04-12 15:48:49 -07:00
Timothy Clem
7b28712566 Try out Language as just a string 2019-03-11 13:21:27 -07:00
Timothy Clem
c5eb774208 Use int32 so we get json numbers 2019-03-11 13:11:19 -07:00
Timothy Clem
f0a5c26e9d Include docstrings in symbols response 2019-02-19 10:55:24 -08:00
Timothy Clem
6083803d68 Bring in twirp-haskell and generate everything from protos 2019-02-08 13:52:34 -08:00
Timothy Clem
27b242a2cf Test a bunch of failure cases 2019-02-05 11:16:21 -08:00
Timothy Clem
11560b473b Minor rename 2019-02-05 10:05:10 -08:00
Timothy Clem
61319cdc2c Transition back to our language enum 2019-01-31 13:11:55 -08:00
Timothy Clem
d3330aa9f3 Dedicated input types for Blob and BlobPair 2019-01-28 14:37:50 -08:00
Timothy Clem
a6f5bfd77f Call this term 2019-01-25 10:12:12 -08:00
Timothy Clem
55bcef9093 Enum for change type 2019-01-24 12:53:30 -08:00
Timothy Clem
0cdb662d2f Streamline naming 2019-01-24 09:17:07 -08:00
Timothy Clem
366e52ff26 Handle individual file errors properly for term graphs 2019-01-23 16:06:29 -08:00
Timothy Clem
be138f7362 Add in parse tree graph endpoint 2019-01-23 14:53:29 -08:00
Timothy Clem
8c886aecd0 Single proto file for our code analysis service 2019-01-23 14:20:33 -08:00
Timothy Clem
8d5d3e45da Factor back in the toc summary endpoint, now supported in twirp too 2019-01-17 14:00:13 -08:00
Timothy Clem
f38e10a9e6 Just remove this 2019-01-16 16:13:39 -08:00
Timothy Clem
8346f6aaa2 Start to fill out toc summaries endpoint 2019-01-16 15:49:36 -08:00
Timothy Clem
8d989cdead Remove crazy term and diff language specific protos 2019-01-16 12:41:32 -08:00
Timothy Clem
e316385e1e Comments in protos are nice 2019-01-15 15:58:58 -08:00
Timothy Clem
26b771715f Wire in Twirp ping and symbols endpoints, disable grpc entirely 2019-01-15 08:45:20 -08:00
Timothy Clem
dd5dbd590d Fix a typo in the go package name for terms 2019-01-14 14:53:24 -08:00
Timothy Clem
2a88f75459 Pick up some left over proto changes 2019-01-14 14:52:44 -08:00
joshvera
adbe0f2c19 Regenerate proto files 2018-12-10 16:42:33 -05:00
Timothy Clem
06029f2be6 Rename to source/target for consistently 2018-09-11 15:29:24 -07:00
Timothy Clem
2e48678e6b Rework diff grpc api as well, enable for all supported langauges 2018-09-11 10:32:29 -07:00
Timothy Clem
8096bfc8f7 Annotations in adj list rep (grpc) 2018-09-10 17:28:42 -07:00
Timothy Clem
64ca4e2c67 Clean up the cleanup 2018-09-10 17:15:46 -07:00
Timothy Clem
2c9407757f Turn on the rest of our langauges for grpc parse trees 2018-09-10 15:38:37 -07:00
Timothy Clem
c806be4cfc Clean up, expand grpc support to larger language list 2018-09-10 11:43:42 -07:00
Timothy Clem
38e3cba57a Messy, but working multi-lang grpc parsing 2018-09-10 11:15:52 -07:00
Timothy Clem
636b393b80 Sort out inclusion of Java and Go in grpc 2018-09-07 15:12:47 -07:00
Timothy Clem
2c8df30476 Move specialized parsing around, implement more of grpc handler 2018-09-07 11:25:19 -07:00
Timothy Clem
2cca3875f6 First pass at working term adj graphs in grpc 2018-09-07 08:59:41 -07:00
Timothy Clem
a15155c4da Basics of TermVertex in grpc 2018-09-06 17:27:13 -07:00
Timothy Clem
4bcd440c98 Dial in id vs description a bit, fix embedding of span 2018-09-06 16:46:27 -07:00