1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00
Commit Graph

27675 Commits

Author SHA1 Message Date
Timothy Clem
a6f5bfd77f Call this term 2019-01-25 10:12:12 -08:00
Timothy Clem
90f5da5b10 Manually change licenses that didn't auto detect 2019-01-25 09:26:15 -08:00
Timothy Clem
2981109f06 Update licenses, fix gitignore 2019-01-25 08:14:35 -08:00
Patrick Thomson
55d22b1a0e FatalException doesn't have to be in there 2019-01-25 00:19:06 -05:00
Rick Winfrey
21518197b4 Match against anonymous symbols for TypeScript accessibility modifiers 2019-01-24 16:58:37 -08:00
Timothy Clem
6fc3aec6c8 Fix parse-examples 2019-01-24 14:36:10 -08:00
Timothy Clem
55bcef9093 Enum for change type 2019-01-24 12:53:30 -08:00
Patrick Thomson
13ac7b4942 Last stage of the great renaming 2019-01-24 13:23:59 -05:00
Patrick Thomson
46969defce Pull in upstream proto3-suite and kill the Exts module. 2019-01-24 13:13:47 -05:00
Patrick Thomson
92b5549d01 Move Envelope 2019-01-24 13:02:11 -05:00
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