Commit Graph

21 Commits

Author SHA1 Message Date
Paul Fletcher-Hill
59ea2f9d42 add release-all script (#871) 2023-04-13 00:10:07 -04:00
Paul Fletcher-Hill
31fcb95f12 chore: add release.yml github action (#870)
* add release-hubble workflow

* rename release
2023-04-12 23:44:41 -04:00
Varun Srinivasan
eba6c749de fix: label new issues with triage (#866) 2023-04-12 08:25:39 -07:00
Paul Fletcher-Hill
ccc6c54261 add on to release-packages workflow (#864) 2023-04-11 22:48:04 -04:00
Paul Fletcher-Hill
39387aa702 add release-packages workflow (#862) 2023-04-11 22:28:54 -04:00
Varun Srinivasan
8f01e2312a ci: auto-label all new issues with s-triage (#854) 2023-04-10 13:59:07 -07:00
PangZhi
c4529a7ef2 feat: merge protobufs and utils into core package (#818)
* remove protobufs as a package, merge into utils

* update yarn.lock

* rename utils package to core

* update docker

* add changeset

* tsup config

* change schema path in workflow file

* update protobufs readme link
2023-04-04 19:21:30 -07:00
Shane da Silva
b81ed8c5e2 chore: Remove unnecessary flag for smoke test (#815)
The `-e ""` workaround is no longer necessary as of 8e46cac1.
2023-04-04 14:37:20 -07:00
Shane da Silva
5f5a5fd171 chore: Test gRPC port of Docker image is running (#520)
Add a simple test to our build step that ensures the gRPC service is
running.
2023-04-04 14:28:20 -07:00
Varun Srinivasan
42f9da1ea4 chore: add instructions and nudges to add changesets (#661) 2023-03-16 13:50:18 -07:00
adityapk00
afacba8082 fix: Disable audit in github actions (#559) 2023-02-11 10:36:41 -08:00
Shane da Silva
5f15d04433 chore: Remove shard flag from tests (#519)
This doesn't appear to serve any purpose, since the second shard appears
to be empty / no tests.
2023-02-03 17:32:43 -08:00
Shane da Silva
e91cf7ab5a chore: Test Docker builds in CI (#518)
To prevent accidental breakages, test our Docker builds on PRs.

This should be relatively fast thanks to GitHub Actions caching, and the
fact that the NPM `rocksdb` package has a pre-built binary for x64,
which is what `ubuntu-latest` runs.
2023-02-03 17:21:27 -08:00
Varun Srinivasan
fc37c6b360 test: upgrade gh actions to resolve warnings (#307) 2022-12-19 14:56:05 -08:00
Varun Srinivasan
6a1f7091b7 perf: shard tests and run them as a matrix in CI (#301)
* perf: shard tests and run them as a matrix in CI

* perf: add concurrency to interrupt prior runs when new ones are pushed

* fix: temporarily lower coverage threshold

* fix: increase propagation delay to account for sporadic test failures

* docs: add comments about concurrency opt
2022-12-19 06:56:57 -08:00
Varun Srinivasan
86bd3ff64b chore: upgrade node to v18.7.0 to sync with other farcaster repos (#148)
* chore: upgrade node to v18.7.0 to sync with other farcaster repos

* ci: upgrade to node 18
2022-10-06 23:20:27 -07:00
Varun Srinivasan
48978c83f3 ci: add yarn audit (#132) 2022-09-28 17:10:13 -07:00
Paul Fletcher-Hill
250e7a077d docs: simplify PR template to use github labels for change type (#78) 2022-08-17 20:26:32 -07:00
Varun Srinivasan
d943876e8e chore: add issue templates, pr templates and contributing guide (#57)
* chore: add pr template

* chore: add CONTRIBUTING.md

* chore: add issue templates
2022-08-14 20:50:32 -07:00
Varun Srinivasan
1c59105258 ci: upload coverage results to codecov (#52) 2022-08-01 19:02:17 -07:00
Varun Srinivasan
4f6dee72f7 git commit -m "add tests into ci" (#1) 2022-03-16 17:53:48 -07:00