1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
Commit Graph

27586 Commits

Author SHA1 Message Date
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
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
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
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
679022ea6d Merge branch 'master' into upgrade-cabal-file 2019-02-19 20:23:49 -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
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
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
Timothy Clem
5ac06e0eee Merge pull request #2391 from github/docstring-in-symbols
Docstring in ParseTreeSymbols
2019-02-19 12:16:31 -08:00
Patrick Thomson
1d600e199c Factor out common executable flags 2019-02-19 14:31:16 -05:00
Patrick Thomson
50b55b084f Test consolidating ghc-options in library stanza 2019-02-19 14:22:16 -05:00
Patrick Thomson
6daf9be738 Factor out common libraries. 2019-02-19 14:20:33 -05:00
Timothy Clem
f0a5c26e9d Include docstrings in symbols response 2019-02-19 10:55:24 -08:00
Patrick Thomson
8418290224 Factor out common GHC extensions. 2019-02-19 13:54:14 -05:00
Rick Winfrey
954bccbf05 Add TaskSesion to the Reader environment; conditionally log file paths for public repos 2019-02-15 16:39:59 -08:00
Rick Winfrey
9813ae2319 Parameterize TaskSession with isPublic 2019-02-15 16:22:51 -08:00
Timothy Clem
d5a1fa45d0 One more import 2019-02-15 14:52:00 -08:00
Timothy Clem
2378f97b22 Don't need this import 2019-02-15 14:05:36 -08:00
Timothy Clem
cbd83d5bb9 This warrents a version bump 2019-02-15 13:34:17 -08:00
Timothy Clem
0d3a2856c8 Fix up test due to breaking API change 2019-02-15 13:34:05 -08:00
Timothy Clem
f2af85704b Embrace proto schema for CLI diff --json-graph 2019-02-15 13:26:42 -08:00
Timothy Clem
2905569016 Embrace proto schema for CLI --json-graph 2019-02-15 13:23:54 -08:00
Timothy Clem
58e521d0d1 Embrace proto schema for CLI --symbols 2019-02-15 13:16:41 -08:00
Timothy Clem
444de2c260 Embrace proto schema for CLI --toc 2019-02-15 13:11:24 -08:00
Timothy Clem
ce3b0a8216 Merge pull request #2387 from github/misc-fixes
Misc CLI fixes
2019-02-15 11:27:46 -08:00
Timothy Clem
92c2a5331e Merge branch 'master' into misc-fixes 2019-02-15 10:46:29 -08:00
Timothy Clem
68cabb5383 Merge pull request #2379 from github/generated-twirp-service
Generated Twirp service
2019-02-15 10:46:14 -08:00
Timothy Clem
e3029bd89b Allow unknown languages through so we can diff against /dev/null 2019-02-15 09:28:52 -08:00
Timothy Clem
6f76187c57 This help text was incorrect 2019-02-15 09:26:33 -08:00
Timothy Clem
785c74fffb Merge remote-tracking branch 'origin/master' into generated-twirp-service 2019-02-14 08:39:52 -08:00
Timothy Clem
05e381d0c7 Force git to do case sensitive move here too 2019-02-14 08:31:45 -08:00
Patrick Thomson
ed72e02e03 Merge pull request #2384 from github/util-type-signatures
Add type signatures to Semantic.Util.
2019-02-14 11:27:17 -05:00
Timothy Clem
e696f64c8e Force git to do a case sensitive move 2019-02-14 08:25:01 -08:00
Timothy Clem
112782a220 Merge remote-tracking branch 'origin/master' into generated-twirp-service 2019-02-14 08:17:08 -08:00
Patrick Thomson
7fede9ff0d Add disclaimer. 2019-02-14 10:40:24 -05:00
Patrick Thomson
d0828341fb Merge branch 'util-type-signatures' of github.com:github/semantic into util-type-signatures 2019-02-12 19:00:24 -05:00