| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 4 | -11/+11 | |
| 2020-06-16 | Remove reference to Bootlint. | XhmikosR | 1 | -2/+2 | |
| Unfortunately, Bootlint does not work on Bootstrap >= v4. | |||||
| 2020-06-16 | Remove unused issue templates | XhmikosR | 2 | -20/+0 | |
| 2020-06-11 | Update lint.yml (#31012) | XhmikosR | 1 | -1/+1 | |
| 2020-06-11 | Revert "Change when CI runs" | XhmikosR | 7 | -70/+7 | |
| This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996. | |||||
| 2020-06-11 | Update Actions | XhmikosR | 5 | -10/+11 | |
| * skip BrowserStack if we are not on the main repo * remove the action filename from cache | |||||
| 2020-06-10 | Switch to Node.js 12.x. | XhmikosR | 7 | -7/+7 | |
| 2020-06-10 | Change when CI runs | XhmikosR | 7 | -7/+70 | |
| Run it for all pull requests, the master branch, and any branches that end with `-ci`. | |||||
| 2020-06-10 | Add dart-sass build test | XhmikosR | 1 | -0/+24 | |
| Builds the CSS with dart-sass and lists the files in dist-sass/css folder | |||||
| 2020-06-10 | Split GitHub Actions. | XhmikosR | 6 | -17/+183 | |
| Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before. | |||||
| 2020-05-28 | Update CI config (#30920) | XhmikosR | 1 | -3/+3 | |
| * update to `actions/cache@v2` * stop invalidating the cache if test.yml changes | |||||
| 2020-05-13 | capital at start of sentence (#30804) | Cyrus | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-11 | Update codeql.yml (#30777) | XhmikosR | 1 | -2/+0 | |
| Remove moot fail-fast option | |||||
| 2020-05-04 | Update codeql.yml (#30719) | XhmikosR | 1 | -1/+0 | |
| Remove `pull_request` event since it's not supported. | |||||
| 2020-04-29 | Update codeql.yml (#30679) | XhmikosR | 1 | -31/+13 | |
| * run the action on PRs too * specify `javascript` language * remove comments * reindent | |||||
| 2020-04-29 | Move codeql.yml one dir up (#30677) | XhmikosR | 1 | -1/+1 | |
| 2020-04-29 | Add CodeQL Analysis workflow (#30676) | Justin Hutchings | 1 | -0/+46 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 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-15 | Create config.yml | Mark Otto | 1 | -0/+4 | |
| 2020-04-14 | Update release-drafter.yml | Mark Otto | 1 | -5/+5 | |
| 2020-04-14 | Update release-drafter.yml | Mark Otto | 1 | -2/+14 | |
| 2020-04-13 | Merge branch 'master' into release-drafter | Mark Otto | 1 | -3/+3 | |
| 2020-04-08 | Replace bundlesize with bundlewatch. (#30538) | XhmikosR | 1 | -3/+3 | |
| 2020-03-30 | Update release-notes.yml | Mark Otto | 1 | -1/+1 | |
| 2020-03-30 | Update release-notes.yml | Mark Otto | 1 | -1/+1 | |
| 2020-03-30 | Update release-notes.yml | Mark Otto | 1 | -1/+1 | |
| 2020-03-30 | Update release-notes.yml | Mark Otto | 1 | -1/+1 | |
| 2020-03-30 | Update release-drafter.yml | Mark Otto | 1 | -2/+0 | |
| 2020-03-30 | Update release-drafter.yml | Mark Otto | 1 | -1/+1 | |
| 2020-03-30 | Testing | Mark Otto | 1 | -1/+3 | |
| 2020-03-25 | Create release-drafter.yml | Mark Otto | 1 | -0/+28 | |
| 2020-03-25 | Create release-notes.yml | Mark Otto | 1 | -0/+14 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 2 | -4/+4 | |
| 2019-12-24 | Update test.yml (#29863) | XhmikosR | 1 | -4/+3 | |
| Fix cache name | |||||
| 2019-12-13 | Actions: add npm cache (#29765) | XhmikosR | 1 | -0/+10 | |
| 2019-12-13 | CI: update to `actions/checkout@v2` (#29847) | XhmikosR | 1 | -3/+1 | |
| 2019-11-18 | 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-10-09 | Drop support for Node.js 8. (#29496) | XhmikosR | 1 | -1/+1 | |
| By the time v5 stable will be out, 8 will be EOL (December 2019). | |||||
| 2019-10-08 | 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-02 | 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-02 | workflows/test.yml: specify `CI=true` (#29440) | XhmikosR | 1 | -0/+2 | |
| 2019-09-24 | GH Actions updates. (#29429) | XhmikosR | 1 | -2/+2 | |
| 2019-09-16 | workflows/test.yml: switch to `setup-node@v1`. (#29410) | XhmikosR | 1 | -2/+2 | |
| 2019-08-27 | Remove "Wall of browser bugs" page. (#29297) | XhmikosR | 1 | -1/+0 | |
| While important in the past, it has become obsolete, so removing it seems the best solution. | |||||
| 2019-08-24 | 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-12 | CI: run bundlesize only for pushes. | XhmikosR | 1 | -1/+1 | |
| 2019-08-12 | Reindent workflows/test.yml. | XhmikosR | 1 | -37/+37 | |
| 2019-08-08 | Limit coveralls to our repo. | XhmikosR | 1 | -1/+1 | |
| 2019-08-08 | Run bundlesize separately. | XhmikosR | 1 | -0/+6 | |
| 2019-08-08 | Prep for migration to GitHub Actions CI/CD | Mark Otto | 1 | -0/+44 | |
