| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-08-02 | Update to Ruby 2.7/Bundler 2.x. (#31296) | XhmikosR | 1 | -6/+6 | |
| 2020-06-24 | Update issue templates from main. | XhmikosR | 2 | -4/+10 | |
| 2020-06-24 | Remove unused issue templates | XhmikosR | 2 | -20/+0 | |
| 2020-06-24 | Update links to point to v4-dev or main branches | XhmikosR | 5 | -12/+12 | |
| 2020-06-24 | Split GitHub Actions. | XhmikosR | 8 | -88/+282 | |
| 2020-06-04 | CI: update to `actions/cache@2` | XhmikosR | 1 | -2/+2 | |
| 2020-05-12 | Update codeql.yml (#30777) | XhmikosR | 1 | -2/+0 | |
| Remove moot fail-fast option | |||||
| 2020-05-12 | CI: simplify cache | XhmikosR | 1 | -4/+6 | |
| While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time. | |||||
| 2020-05-12 | CI: stop updating RubyGems since it's not needed | XhmikosR | 1 | -3/+0 | |
| 2020-05-07 | Update codeql.yml (#30719) | XhmikosR | 1 | -1/+0 | |
| Remove `pull_request` event since it's not supported. | |||||
| 2020-05-04 | Revert "v4: Add Release Drafter (#30701)" (#30711) | XhmikosR | 2 | -54/+0 | |
| This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5. | |||||
| 2020-05-02 | Backport the CodeQL Action addition | XhmikosR | 1 | -0/+28 | |
| 2020-05-01 | v4: Add Release Drafter (#30701) | Mark Otto | 2 | -0/+54 | |
| * Create release-drafter.yml * Create release-notes.yml | |||||
| 2020-04-28 | CI: remove no longer needed steps (#30674) | XhmikosR | 1 | -2/+0 | |
| The latest `actions/setup-node` prints this info by default | |||||
| 2020-04-28 | CI: set `CI_BRANCH_BASE` to v4-dev | XhmikosR | 1 | -0/+1 | |
| This is so that bundlewatch compares against v4-dev and not master. | |||||
| 2020-04-13 | Replace bundlesize with bundlewatch. (#30538) | XhmikosR | 1 | -3/+3 | |
| 2020-03-31 | CI: switch to Ruby 2.6. | XhmikosR | 1 | -1/+1 | |
| 2020-03-09 | Update .github/workflows/test.yml | XhmikosR | 1 | -2/+2 | |
| 2020-03-09 | Revert "CI: switch to Ruby 2.6" | XhmikosR | 1 | -2/+5 | |
| 2020-03-09 | CI: switch to Ruby 2.6 | XhmikosR | 1 | -5/+2 | |
| 2020-03-09 | Update CI caching | XhmikosR | 1 | -2/+0 | |
| 2020-03-09 | Update Jekyll to v4.0.0. | XhmikosR | 1 | -0/+3 | |
| 2020-03-09 | Replace broken-link-checker with linkinator | XhmikosR | 1 | -4/+0 | |
| 2020-03-09 | Drop Node.js < 10 support and update all devDependencies. | XhmikosR | 1 | -6/+6 | |
| * sinon 8.x doesn't work with IE, so leave it at 7.x. | |||||
| 2020-01-02 | CI: fix Ruby caching | XhmikosR | 1 | -3/+5 | |
| 2020-01-02 | Update test.yml (#29863) | XhmikosR | 1 | -4/+3 | |
| Fix cache name | |||||
| 2019-12-14 | Actions: add gems caching | XhmikosR | 1 | -9/+17 | |
| 2019-12-14 | CI: update to `actions/checkout@v2` (#29847) | XhmikosR | 1 | -3/+1 | |
| 2019-12-14 | Actions: add npm cache (#29765) | XhmikosR | 1 | -0/+10 | |
| 2019-11-25 | Switch to the Coveralls Action (#29478) | XhmikosR | 1 | -5/+5 | |
| This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs. | |||||
| 2019-11-02 | CI: disable gem docs globally | XhmikosR | 1 | -1/+4 | |
| 2019-11-02 | CI: install bundler 1.17 and without docs | XhmikosR | 1 | -1/+1 | |
| 2019-10-14 | CI: move `CI` env variable to the root of the workflow. (#29499) | XhmikosR | 1 | -2/+2 | |
| This way we match the Travis CI behavior, and it's inherited by all steps. | |||||
| 2019-10-14 | coveralls: Add `COVERALLS_GIT_BRANCH` (#29458) | XhmikosR | 1 | -0/+1 | |
| Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches. | |||||
| 2019-10-14 | workflows/test.yml: specify `CI=true` (#29440) | XhmikosR | 1 | -0/+2 | |
| 2019-09-26 | GH Actions updates. (#29429) | XhmikosR | 1 | -2/+2 | |
| 2019-09-26 | workflows/test.yml: use `ruby-version`. | XhmikosR | 1 | -1/+1 | |
| `version` is deprecated. | |||||
| 2019-09-26 | workflows/test.yml: switch to `setup-node@v1`. (#29410) | XhmikosR | 1 | -2/+2 | |
| 2019-08-27 | Actions CI tweaks (#29276) | XhmikosR | 1 | -2/+4 | |
| * Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false` | |||||
| 2019-08-27 | test.yml: reindent. | XhmikosR | 1 | -45/+45 | |
| 2019-08-09 | Add workflows/test.yml for v4-dev. (#29230) | XhmikosR | 1 | -0/+68 | |
| 2019-07-17 | #29034 Fix broken links (#29035) | Manuel Alcaraz | 1 | -2/+2 | |
| 2019-06-18 | HTTPS link to codeguide.co (#28860) | Christian Oliff | 1 | -2/+2 | |
| 2019-03-08 | Fix issue template links to the contributing guidelines (#28378) | Chris Barr | 4 | -4/+4 | |
| 2019-03-08 | Update CONTRIBUTING.md for the current state of things. (#28283) | XhmikosR | 1 | -11/+7 | |
| 2018-10-15 | Add a CODEOWNERS file (#27271) | Mark Otto | 1 | -0/+3 | |
| 2018-07-13 | Update issue templates | Mark Otto | 1 | -0/+15 | |
| 2018-07-13 | Update issue template | Mark Otto | 1 | -0/+17 | |
| 2018-07-03 | OS X is now macOS (#26796) | Christian Oliff | 1 | -1/+1 | |
| * OS X is now macOS * Update browser-bugs.yml | |||||
| 2018-05-27 | Remove the unused docs upload preview stuff. (#26599) | XhmikosR | 1 | -9/+0 | |
