1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Timothy Clem
7b44a6a24e Repeatable code gen from proto 2019-07-05 15:11:33 -07:00
Patrick Thomson
2d4c889011 Add script/bootstrap file.
Fixes #135.
2019-06-17 13:23:05 -04:00
Timothy Clem
e7084c5398
Merge branch 'master' into build-docker-image 2019-06-11 14:45:15 -07:00
Patrick Thomson
32a581f31a More robust example parsing. 2019-06-11 14:54:48 -04:00
Patrick Thomson
a157e4a1b4 Don't clutter the workdir. 2019-06-11 11:22:04 -04:00
Patrick Thomson
7f9b3671bf Attempt to clone the vendor dir and its examples in clone script. 2019-06-10 19:30:11 -04:00
Timothy Clem
15f6889158 Do the latest tag last 2019-06-10 16:07:47 -07:00
Timothy Clem
5a9d649a7b Script to make publishing docker image easier 2019-06-10 16:06:01 -07:00
Patrick Thomson
20b53c508b Let's see if we can trade Java for golang/go. 2019-06-04 18:25:39 -04:00
Patrick Thomson
d70ecfd27b The builder can't check out elasticsearch and go quickly enough. 2019-06-04 18:02:22 -04:00
Douglas Creager
cf803555e5 Make error reporter API generic
Instead of hard-coding the HTTP API we use for uploading errors to our
internal service, let the user provide an arbitrary function (in the IO
monad) for uploading them.  The default config will create an error
reporter that logs errors to the console, just like happened before if
you didn't set the `HAYSTACK_URL` environment variable.
2019-05-31 08:58:34 -04:00
Patrick Thomson
b2bbda5fca Specify version bounds in .cabal file (#1)
Establish library bounds based on Stackage LTS 13.13.

We use the new cabal `^>=` operator to establish PVP-compatible versioning.
2019-05-31 08:58:17 -04:00
joshvera
d3c912784b Fix tests 2018-06-22 14:19:01 -04:00
Timothy Clem
8c32aa8a6d No more script/run 2018-05-18 15:57:21 -07:00
Charlie Somerville
63a10f210b make script/generate-example more resilient around missing files 2018-04-11 15:49:57 +10:00
Rob Rix
1d0e81318f Don’t generate the ±A/B fixtures. 2017-08-15 09:30:50 -04:00
Rob Rix
887d0c0176 Update the generate-example script not to use stack. 2017-08-09 11:35:33 -04:00
Timothy Clem
8ff3b0dfbc Fix up script/generate-example, no-index isn't a thing anymore 2017-05-03 14:07:16 -07:00
Timothy Clem
9273f4969a Update docs and scripts with new command line args 2017-04-05 15:13:33 -07:00
Timothy Clem
8c1b4ee2c8 Update generate-example-docs 2017-02-27 15:25:44 -08:00
Timothy Clem
6c2a15104d Generate file add/remove examples 2017-02-27 11:55:49 -08:00
Timothy Clem
92ebcf4264 Intersperse tests and add test for new file and remove file 2017-02-27 11:24:52 -08:00
Timothy Clem
a900e48b44 New script for generating examples 2017-02-24 08:36:18 -08:00