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

27807 Commits

Author SHA1 Message Date
Timothy Clem
deddb2d82e Less noisy logging 2019-02-26 09:31:38 -08:00
joshvera
d586cfb8dd remove do block 2019-02-26 10:41:04 -05:00
joshvera
89a31a4d69 Change span issue to a TODO 2019-02-26 10:40:29 -05:00
Josh Vera
504f2c1345 Merge branch 'master' into merge-indexer-prototype 2019-02-25 11:07:13 -05:00
Josh Vera
8c654caacc Merge branch 'indexer-prototype' into merge-indexer-prototype 2019-02-22 17:33:53 -05:00
Josh Vera
63f4798e2f Merge pull request #2325 from github/indexer-prototype
Indexer prototype
2019-02-22 11:35:57 -05:00
joshvera
f2aee684bc Merge remote-tracking branch 'origin/master' into indexer-prototype 2019-02-22 11:10:53 -05:00
Douglas Creager
2d3416b3c6 Merge pull request #2393 from github/docker-licenses
Include license information in our Docker images
2019-02-21 19:48:25 -05:00
Douglas Creager
9cdaf7af29 Remove docker section from third-party notice
Our images don't have the Docker executables installed inside of them,
so we don't need to mention them in the third-party notice.
2019-02-21 18:42:50 -05:00
Douglas Creager
f113d195eb Merge branch 'master' into docker-licenses
* master:
  Dont need args
  Show entire arg
  Use parseLanguages
  Whoops, got these backward
  Revert "Let's call it 1.0!"
  Let's call it 1.0!
  docs is part of this response now too
  One more import
  Don't need this import
  This warrents a version bump
  Fix up test due to breaking API change
  Embrace proto schema for CLI diff --json-graph
  Embrace proto schema for CLI --json-graph
  Embrace proto schema for CLI --symbols
  Embrace proto schema for CLI --toc
2019-02-21 13:02:04 -05:00
joshvera
4f29332685 Merge branch 'deploy-to-moda' into merge-indexer-prototype 2019-02-21 12:23:20 -05:00
joshvera
ffc53d3877 Merge remote-tracking branch 'origin/indexer-prototype' into merge-indexer-prototype 2019-02-21 12:22:08 -05:00
Timothy Clem
bbe1938453 Merge pull request #2388 from github/embrace-new-api
Embrace new proto schemas on relevant CLI endpoints
2019-02-21 08:18:19 -08:00
Douglas Creager
7a7512d1d4 Mention that source is available at Hackage 2019-02-21 08:43:53 -05:00
Douglas Creager
59efdf3979 Include license information in our Docker images
This includes a third-party notice file summarizing everything, and a
copy of all of the per-package license files as generated by licensed.
2019-02-21 08:36:06 -05:00
Timothy Clem
b09e0c27bb Dont need args 2019-02-20 16:48:21 -08:00
Timothy Clem
53a068a71b Show entire arg 2019-02-20 15:59:36 -08:00
Timothy Clem
69b523593f Use parseLanguages 2019-02-20 15:41:51 -08:00
Timothy Clem
fcf0f3896d Merge remote-tracking branch 'origin/master' into embrace-new-api 2019-02-20 14:51:31 -08:00
Timothy Clem
e12cea5e40 Whoops, got these backward 2019-02-20 14:51:21 -08:00
Douglas Creager
40584f191e Merge pull request #2392 from github/slimmer-images
Only include one executable in each Docker image
2019-02-20 14:34:38 -08:00
joshvera
fcf2c57bd1 more hints 2019-02-20 16:53:44 -05:00
joshvera
c34d4940f1 move the rest of the files as well 2019-02-20 16:39:39 -05:00
joshvera
91c0777782 Rename API.hs to Api.hs 2019-02-20 16:25:38 -05:00
joshvera
12f0f91a7b hints 2019-02-20 15:51:15 -05:00
joshvera
88c172c984 update tests 2019-02-20 15:45:52 -05:00
Patrick Thomson
47a7d945bc Remove otiose changes in Taggable. 2019-02-20 15:41:53 -05:00
joshvera
3510b81bcf Fix MemberAccess and instances 2019-02-20 15:40:42 -05:00
joshvera
166948ba6f Remove MessageField and Named 2019-02-20 15:19:17 -05:00
joshvera
0d1f6cdb70 Keep deriving on AccessControl 2019-02-20 15:18:43 -05:00
joshvera
4a4b153a38 revert 41ed8429d
41ed8429d578db0a540c4022f72f650ce2c15303
2019-02-20 15:17:31 -05:00
Rick Winfrey
9d884e4af3 Merge branch 'master' into indexer-prototype 2019-02-20 12:09:23 -08:00
Douglas Creager
69d11703e4 Merge remote-tracking branch 'origin/master' into slimmer-images
* origin/master:
  examples require process package
  Factor out common executable flags
  Test consolidating ghc-options in library stanza
  Factor out common libraries.
  Factor out common GHC extensions.
2019-02-20 14:44:17 -05:00
joshvera
be4250707d Merge remote-tracking branch 'origin/indexer-prototype' into deploy-to-moda 2019-02-20 14:23:18 -05:00
Patrick Thomson
9da1273d59 Merge pull request #2390 from github/upgrade-cabal-file
Upgrade cabal-version and use `common` stanzas in semantic.cabal.
2019-02-20 12:20:14 -05:00
Timothy Clem
af321dfd23 Revert "Let's call it 1.0!"
This reverts commit ec8377ca30b15b29c49aec9ed5cb3811b7c07ff4.
2019-02-20 08:27:46 -08:00
Patrick Thomson
0098376172 Merge remote-tracking branch 'origin/master' into indexer-prototype 2019-02-19 20:45:16 -05:00
Patrick Thomson
679022ea6d Merge branch 'master' into upgrade-cabal-file 2019-02-19 20:23:49 -05:00
Patrick Thomson
955ece2875 derivingvia implies derivingstrategies 2019-02-19 19:35:20 -05:00
Timothy Clem
f2116d9ed8 Let's call it 1.0! 2019-02-19 16:33:33 -08:00
Timothy Clem
9636fbd86f Merge remote-tracking branch 'origin/master' into embrace-new-api 2019-02-19 16:32:16 -08:00
Patrick Thomson
a69d420aee And switch over to RepositoryPush too. 2019-02-19 19:07:39 -05:00
Rick Winfrey
247bd03114 Merge pull request #2389 from github/log-file-paths-part-duex
Conditionally log file paths
2019-02-19 14:58:31 -08:00
Patrick Thomson
eb41ab89d1 move over User entity 2019-02-19 17:35:56 -05:00
Patrick Thomson
df22acfbb9 start migrating to generated code 2019-02-19 17:14:53 -05:00
Patrick Thomson
d795160000 Remove otiose Lint.hs 2019-02-19 16:38:02 -05:00
Rick Winfrey
a387750c0f Merge branch 'master' into log-file-paths-part-duex 2019-02-19 13:24:10 -08:00
Patrick Thomson
07fbfbc965 examples require process package 2019-02-19 16:11:28 -05:00
Timothy Clem
ec9113cc91 docs is part of this response now too 2019-02-19 12:49:30 -08:00
Timothy Clem
d85f36c210 Merge remote-tracking branch 'origin/master' into embrace-new-api 2019-02-19 12:22:19 -08:00