Commit Graph

88 Commits (master)

Author SHA1 Message Date
Caspian Baska ef5df36a8a
Add nightly crystal to CI matrix (#2264)
* Add nightly crystal to a spec matrix

This project is very large and serves as a great test bed for breakages
in nightly builds of crystal

* Order crystal version in CI matrix

* Add daily CI runs
3 years ago
nemunaire aa3608f0af
Include liblsquic build in dockerfile + add support for ARM64 on Docker (#2147)
Co-authored-by: Emilien Devos <contact@emiliendevos.be>
3 years ago
syeopite 2fc0a6df93
Prevent CI run when src or wrkflows aren't chngd 3 years ago
syeopite 0a9c804940
Reduce PR stale length
PRs should be active. Anything that hasn't had activity in more than 45 days should be considered abandoned.
3 years ago
syeopite 5f8e47a14d
Temporarily remove thread locker comments 3 years ago
syeopite 114cac99e7
Update CI's crystal version 3 years ago
syeopite 7f272f1293
Allow issue/pull locker to be manually dispatched 3 years ago
syeopite dd13392e36
Change wording of issue/pull locker message 3 years ago
syeopite abbc2bad35
Slash inactive days for issue locker by half 3 years ago
syeopite b491d69eec
Formatting 3 years ago
syeopite d93514d327
Add workflow to lock stale closed issues 3 years ago
TheFrenchGhosty 55ce1ce3ec
Merge pull request #1724 from iv-org/add-issue-templates
Add issue templates
3 years ago
Perflyst 2b14633047 Split enhancement and feature request, apply suggestions 3 years ago
saltycrys 689795e8bc Update to Crystal 0.36.1 3 years ago
saltycrys 5311683d43 Update to Crystal 0.36.0
Crystal versions below `0.36.0` are no longer supported.
3 years ago
Perflyst b30db728cc
Add suggestions 3 years ago
Perflyst ec8fe21485 Add issue templates 3 years ago
Andrew Zhao fedaef5d17 install crystal 35.1 in ci 3 years ago
Perflyst e35345f135
Remove container release on PR 3 years ago
FireMasterK c86e9dfc8a
build image daily at 0:00 GMT 3 years ago
FireMasterK 40a2579821
different steps depending on event. 3 years ago
Perflyst 380b64071e
Expire sha images after 6 weeks 3 years ago
Perflyst 5ce0b1c18e
Remove image digest output
Does not work with two images at the same time
3 years ago
Perflyst a00453e151
Build latest only on master, add commit sha tag
Close #1688
3 years ago
Perflyst a1aa40f500
Fix container build 3 years ago
Perflyst d4ddd7204d
Rename release.yml to container-release.yml 3 years ago
Perflyst 8584654f11
Add container CI release 3 years ago
saltycrys 5f02237119
Remove unused steps from CI
There is no way to cache Crystal unfortunately.
See https://github.com/oprypin/install-crystal/issues/2
4 years ago
TheFrenchGhosty ca4408b343
Merge pull request #1519 from saltycrys/github-actions-ci
Switch to GitHub Actions for CI
4 years ago
saltycrys eb6d3d68a9
Run CI on `api-only` branch, too 4 years ago
TheFrenchGhosty c98c7d47db Better message for the Stale action 4 years ago
TheFrenchGhosty 194694a59b Replace the Stale bot with a Github action because it has been reported as dead 4 years ago
TheFrenchGhosty f4bb854372 Update the Stale bot config with a 1 month delay between mark and close 4 years ago
TheFrenchGhosty d04b8e2fc6 Add the Stale bot config 4 years ago
saltycrys 21c1450e4a
Run CI only once per change 4 years ago
saltycrys 2b6b0e62f4 Add shard caching to CI 4 years ago
saltycrys 0fa1567793
Display lint fixes on lint error 4 years ago
saltycrys 139017ba7c Switch to GitHub Actions for CI
Travis CI is slow, builds are first queued up forever and then the builds
themselves are slow, too.

GitHub Actions run pretty much immediately and are fast. Also separate jobs run
at the same time unlike on Travis CI.
4 years ago