Timothy Clem
3095e11066
Merge pull request #2423 from github/kafka-brokers
...
Allow setting multiple kafka brokers
2019-03-06 14:03:10 -05:00
Timothy Clem
5d230285a6
Merge branch 'master' into kafka-brokers
2019-03-06 09:12:10 -05:00
Josh Vera
3f6169b937
Merge pull request #2410 from github/alephd-feature-flag
...
Filter push events with an alephd_push_events flag
2019-03-04 17:02:03 -05:00
Josh Vera
459bf810c4
Merge branch 'master' into alephd-feature-flag
2019-03-04 16:05:29 -05:00
Rob Rix
aef248d3b4
Merge pull request #2413 from github/pattern-synonyms-for-blobpair
...
Refactor: use pattern synonyms to construct BlobPairs.
2019-03-04 15:24:58 -05:00
Rob Rix
780f499a69
Merge branch 'master' into pattern-synonyms-for-blobpair
2019-03-04 14:49:41 -05:00
Patrick Thomson
4129814e8d
Merge branch 'master' into pattern-synonyms-for-blobpair
2019-03-04 13:19:30 -05:00
Josh Vera
bfb844a3b5
Merge branch 'master' into alephd-feature-flag
2019-03-04 13:14:31 -05:00
Timothy Clem
76dbbf8aae
Merge pull request #2415 from github/alephd-improvements
...
Alephd improvements
2019-03-04 10:13:02 -08:00
Timothy Clem
656e962027
Merge branch 'master' into alephd-improvements
2019-03-04 08:29:40 -08:00
Timothy Clem
a558067129
Merge branch 'master' into alephd-improvements
2019-03-01 15:18:58 -08:00
Patrick Thomson
86607363cf
Merge branch 'master' into pattern-synonyms-for-blobpair
2019-03-01 18:04:36 -05:00
Rick Winfrey
bc1b8a438d
Merge pull request #2416 from github/env-var-name-update
...
Small correction to env var
2019-03-01 14:23:31 -08:00
Josh Vera
403c97abf3
Merge branch 'master' into env-var-name-update
2019-03-01 16:19:03 -05:00
Patrick Thomson
e5563f39d5
Merge branch 'master' into pattern-synonyms-for-blobpair
2019-03-01 16:16:53 -05:00
Patrick Thomson
f7aa57a123
Merge pull request #2414 from github/bump-python-ts
...
Bump python-tree-sitter to avoid dirty worktrees.
2019-03-01 16:16:36 -05:00
Josh Vera
734fa692e2
Merge branch 'master' into alephd-feature-flag
2019-03-01 15:35:36 -05:00
Patrick Thomson
e7c4884cb6
Otiose parentheses.
2019-03-01 13:00:12 -05:00
Patrick Thomson
77672564eb
unused imports
2019-03-01 12:58:51 -05:00
Patrick Thomson
a2772e4338
Bump python-tree-sitter so to avoid dirty worktrees.
...
Because of Python grammar changes, this removes the `Identifier'` token.
2019-03-01 12:53:19 -05:00
Patrick Thomson
f29f26cc71
Fix some errors that crept in.
2019-03-01 12:36:16 -05:00
Patrick Thomson
079ce8baa0
Eliminate other places where These leaked to implementation.
2019-03-01 11:52:21 -05:00
Patrick Thomson
c41d60548c
Use pattern synonyms in API helpers.
2019-03-01 11:50:46 -05:00
Patrick Thomson
060c8f50ff
Refactor: use pattern synonyms to construct BlobPairs.
...
The `BlobPair` type is defined as an alias for `Join These Blob`. Though
this sacrifices a degree of type safety, it's extremely convenient, as
you can get to a Functor and Bifunctor instance very quickly.
Pattern-matching on `BlobPair` is less elegant though, as it requires
a nested Join then a match on `These`, which is not immediately
indicative of what a given pair might do.
This adds pattern synonyms for the `Inserting`, `Deleting`, and
`Diffing` cases, and removes the less-expressive functions returning such.
2019-03-01 11:19:24 -05:00
joshvera
a7a975f00b
Merge remote-tracking branch 'origin/master' into alephd-feature-flag
2019-02-28 17:47:27 -05:00
joshvera
7dad030d34
Update repository push proto schema using twirp-haskell
2019-02-28 16:05:00 -05:00
Timothy Clem
4b449170f0
Merge pull request #2407 from github/bump-alephd-resources
...
Give alephd a few more resources
2019-02-28 09:07:23 -08:00
Josh Vera
6de8ae0128
Merge branch 'master' into bump-alephd-resources
2019-02-28 10:46:07 -05:00
Josh Vera
3df675606d
Merge pull request #2406 from github/rename-aleph-flags
...
Rename env flags to have an ALEPHD prefix
2019-02-28 10:45:29 -05:00
Josh Vera
b525bad1ba
Merge branch 'master' into rename-aleph-flags
2019-02-27 18:23:56 -05:00
Timothy Clem
d0c6513d30
Merge pull request #2405 from github/alephd-github-api
...
Allow querying regular github.com api
2019-02-27 15:09:53 -08:00
Josh Vera
fb4aaf9a53
Merge branch 'master' into rename-aleph-flags
2019-02-27 18:02:05 -05:00
Timothy Clem
229592411a
Merge branch 'master' into alephd-github-api
2019-02-27 14:55:37 -08:00
Timothy Clem
59ab1c7758
Merge pull request #2404 from github/slurp-enhancements
...
Slurp enhancements to publish RepositoryPush Event to kafka
2019-02-27 14:55:27 -08:00
Timothy Clem
1ad07234c9
Merge branch 'master' into slurp-enhancements
2019-02-27 14:08:21 -08:00
Josh Vera
1e52628324
Merge pull request #2403 from github/kafka-config-changes
...
Add env vars for kafka broker and topic name
2019-02-27 16:53:38 -05:00
Rick Winfrey
e7942347b7
Merge branch 'master' into kafka-config-changes
2019-02-27 13:09:02 -08:00
Rick Winfrey
b8c25e0bab
Merge pull request #2401 from github/indexer-setup
...
Wrap up alephd-setup
2019-02-27 12:56:19 -08:00
Rick Winfrey
6112be42ec
Merge branch 'master' into indexer-setup
2019-02-27 09:45:40 -08:00
Timothy Clem
6c43919667
Merge pull request #2400 from github/more-aleph-fixes
...
More alephd indexer fixes
2019-02-27 09:35:48 -08:00
Timothy Clem
bfc4c12729
Merge branch 'master' into more-aleph-fixes
2019-02-27 09:22:20 -08:00
Patrick Thomson
67c2b79b53
Merge pull request #2398 from github/indexer-setup
...
Indexer setup instructions
2019-02-27 11:51:37 -05:00
Rick Winfrey
5385793916
Merge branch 'master' into indexer-setup
2019-02-27 08:35:09 -08:00
Timothy Clem
2fb4d678ad
Merge remote-tracking branch 'origin/master' into more-aleph-fixes
2019-02-27 08:06:30 -08:00
Rick Winfrey
2aaf9b3f54
Merge branch 'master' into indexer-setup
2019-02-26 18:05:45 -08:00
Rick Winfrey
005869fd91
Merge pull request #2397 from github/indexer-fixes
...
Rename Repository model types to Index
2019-02-26 18:05:21 -08:00
Rick Winfrey
41effd867f
Merge branch 'indexer-fixes' of https://github.com/github/semantic into indexer-fixes
2019-02-26 17:52:18 -08:00
Rick Winfrey
4d67454a62
Merge branch 'master' into indexer-fixes
2019-02-26 17:49:43 -08:00
Rick Winfrey
131e6f3260
Merge branch 'master' into indexer-setup
2019-02-26 15:02:20 -08:00
Timothy Clem
b1405fb9ec
Change up the pipeline a bit
2019-02-26 14:17:11 -08:00