1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
Commit Graph

27615 Commits

Author SHA1 Message Date
Patrick Thomson
869bd26cae Move User.hs 2019-01-24 12:59:48 -05:00
Patrick Thomson
3cd4ffc9c3 RequestContext, RequestMethod, and RepositoryPush 2019-01-24 12:57:50 -05:00
Patrick Thomson
469151d180 Move Data/GitHub/Repository 2019-01-24 12:48:15 -05:00
Patrick Thomson
c6f4f0fea0 Move Data.GitHub.Git to Data.Git 2019-01-24 12:40:22 -05:00
Patrick Thomson
cd13a35947 Merge pull request #2337 from github/indexer-without-pipes
Indexer without pipes
2019-01-24 12:33:34 -05:00
Timothy Clem
0cdb662d2f Streamline naming 2019-01-24 09:17:07 -08:00
Patrick Thomson
e69e2b114d Move the query functions into their own file 2019-01-24 12:04:40 -05:00
Timothy Clem
9e9bbc1e68 Dedicated paths for legacy formatting of symbols and toc output 2019-01-24 08:34:37 -08:00
Timothy Clem
5772d07aa8 Fixing lints 2019-01-24 08:11:00 -08:00
Timothy Clem
366e52ff26 Handle individual file errors properly for term graphs 2019-01-23 16:06:29 -08:00
Timothy Clem
3053ef98d6 Show that this can use the new termGraph 2019-01-23 15:56:53 -08:00
joshvera
8ac5eff1c9 Add a note about cleaning up QualifiedImports as well 2019-01-23 18:09:00 -05:00
joshvera
273a676845 Only insert an import reference for the alias if its name doesn't match the alias value 2019-01-23 18:08:47 -05:00
Timothy Clem
be138f7362 Add in parse tree graph endpoint 2019-01-23 14:53:29 -08:00
joshvera
52b698d9a2 Implement eval for Alias so we don't eval the value twice 2019-01-23 17:52:28 -05:00
joshvera
1f3346012d import symbols can be dotted names 2019-01-23 17:52:10 -05:00
Rick Winfrey
1e187d2f57 Use unknown for default Ruby assignment access control
Public is too open here, nicely spotted @joshvera
2019-01-23 14:51:27 -08:00
Rick Winfrey
381dd17494 Update wording to be less confusing 2019-01-23 14:50:37 -08:00
Timothy Clem
686875511c Generate a ruby client and put it in a gem 2019-01-23 14:22:15 -08:00
Timothy Clem
8c886aecd0 Single proto file for our code analysis service 2019-01-23 14:20:33 -08:00
Timothy Clem
29e9678572 diff graphs (adj list format) in the twirp api 2019-01-23 14:10:15 -08:00
joshvera
03bc2b658d Turn Aliases into terms
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
2019-01-23 17:05:27 -05:00
Patrick Thomson
47ec11cbc4 okay it's back to where it was 2019-01-23 16:50:33 -05:00
joshvera
c21feb4b04 Remove python aliases and add declaredAlias to Declarations 2019-01-23 16:09:20 -05:00
Rick Winfrey
4180cd7f4c Remove pragma 2019-01-22 17:30:33 -08:00
Rick Winfrey
d1a9d56dfb Comment out other AccessControl constructors
I'm not sure why this is causing problems for the proto roundtrip tests
2019-01-22 16:58:18 -08:00
joshvera
3ec057d8c0 indent 2019-01-22 18:23:03 -05:00
joshvera
3e599d2ca0 Add justEvaluatingCatchingErrors so we fly through exceptions 2019-01-22 18:19:06 -05:00
Timothy Clem
4acac4c05d No need for request-id via CLI anymore 2019-01-22 12:06:03 -07:00
Timothy Clem
6befe07ea3 Remove rest of old diff renderers and Diff.hs 2019-01-22 12:05:45 -07:00
Timothy Clem
5e6d0240b2 Use the new diff api from the CLI, fix up tests again 2019-01-22 11:42:06 -07:00
Timothy Clem
ed19eec94d Show and dot graph diff apis 2019-01-22 10:54:44 -07:00
Patrick Thomson
245e021750 Merge branch 'indexer-prototype' of github.com:github/semantic into indexer-prototype 2019-01-22 09:50:16 -05:00
Timothy Clem
fbb2b97d5c Refactor two json diffs, add sexp diffs 2019-01-21 16:26:11 -07:00
Timothy Clem
f561a7b1be Rough pass at json diff graphs 2019-01-21 16:10:41 -07:00
Timothy Clem
4757cf85f0 Do the graph rendering 2019-01-21 16:10:26 -07:00
Timothy Clem
b28fb749e8 Start to build the diff interface back up 2019-01-21 15:52:00 -07:00
Timothy Clem
3527f676e0 Whitespace 2019-01-21 15:51:38 -07:00
Rick Winfrey
736ead4ade Update fixtures 2019-01-18 18:21:36 -08:00
Rick Winfrey
e7c984182c Update specs 2019-01-18 18:21:24 -08:00
Rick Winfrey
2eccafcecb Rename fields from visibility -> accessControl 2019-01-18 18:21:07 -08:00
Rick Winfrey
27feb45a4b Regen protos 2019-01-18 18:20:36 -08:00
Rick Winfrey
ffc9437891 Fix order of Ruby's Declaration.Method parameters 2019-01-18 17:34:58 -08:00
Timothy Clem
fd88f143b2 Format 2019-01-18 16:13:47 -08:00
Timothy Clem
154e0388af Goodbye Semantic.Parse 2019-01-18 16:04:23 -08:00
Timothy Clem
dad86f11e7 No more TermRenderer and all tests passing 2019-01-18 15:54:55 -08:00
Rick Winfrey
056fd8eddf Regenerate protos 2019-01-18 15:43:04 -08:00
Patrick Thomson
15508b1699 fix double-free that I introduced like a dummy 2019-01-18 18:17:27 -05:00
joshvera
ca4db58d83 Declare parameters of a function with their own spans 2019-01-18 17:52:44 -05:00
Rick Winfrey
c99dfc6d0f Clean up old fixture 2019-01-18 14:09:00 -08:00