-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: karma-runner/karma
base: v6.3.4
head repository: karma-runner/karma
compare: v6.3.5
- 8 commits
- 18 files changed
- 5 contributors
Commits on Oct 14, 2021
-
chore: migrate to GitHub Actions for CI (#3701)
* chore: migrate to GitHub Actions for CI - Use headless browsers instead of xfvb where possible. - Replace commitlint-travis with usage of the base commitlint as there is no official CLI for GitHub Actions. - Remove CI badges as GitHub displays the CI status natively for each commit. * chore: use BS plugin's compatible env names See: https://github.com/karma-runner/karma-browserstack-launcher#:~:text=username%20your%20BS,BROWSERSTACK_ACCESS_KEY%20env%20variable. * chore: improve GH Actions workflow's job names This is needed because in GH's configuration, we need to distinguish the required checks for protected branches and giving them unique names results in easiera configs. * chore: remove client testing from the windows job of test.yml The purpose of this test is to make sure that client JS works in different browsers and it does not need to be run on different OS/Node versions. Co-authored-by: Jonathan Ginsburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a99189 - Browse repository at this point
Copy the full SHA 9a99189View commit details
Commits on Oct 18, 2021
-
chore(cd): use GITHUB_TOKEN instead of GH_TOKEN
This is the [default environment value name provided by GitHub Actions][1]. Also: * Format the YAML workflow files. [1]: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
Jonathan Ginsburg committedOct 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 67e4690 - Browse repository at this point
Copy the full SHA 67e4690View commit details -
chore(ci/client/browserstack): modify concurrency and timeout settings
In our client tests, for BrowserStack, reduce the `browserDisconnectTimeout` and the `browserNoActivityTimeout` to a minute, instead of 5. Also, reduce the concurrency of browsers to 2 instead of 3. This is because BS is being flaky when handling many browsers concurrently and, when a browser has been disconnected it will generally not come back, so we do not need to wait a whole 5 minutes; it is better to just use another try from the `browserDisconnectTolerance` configuration pool. The overall result is a more efficient CI run.
Jonathan Ginsburg committedOct 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b3b072 - Browse repository at this point
Copy the full SHA 4b3b072View commit details -
chore: add DOCS_GITHUB_TOKEN secret for updating karma documentation
We have a script, which is run as part of release process to automatically update the documentation website: https://github.com/karma-runner/karma-runner.github.com. The DOCS_GITHUB_TOKEN secret contains a GitHub token with write access to the website repository.
Configuration menu - View commit details
-
Copy full SHA for ab9ebf8 - Browse repository at this point
Copy the full SHA ab9ebf8View commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 105da90 - Browse repository at this point
Copy the full SHA 105da90View commit details
Commits on Oct 20, 2021
-
chore(ci/client/browserstack): reduce the
captureTimeout
This should've happened in 4b3b072.
Jonathan Ginsburg committedOct 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d69b77a - Browse repository at this point
Copy the full SHA d69b77aView commit details -
chore: use karmarunnerbot's token for semantic-release actions
Jonathan Ginsburg committedOct 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 56cda53 - Browse repository at this point
Copy the full SHA 56cda53View commit details -
chore(release): 6.3.5 [skip ci]
## [6.3.5](v6.3.4...v6.3.5) (2021-10-20) ### Bug Fixes * **client:** prevent socket.io from hanging due to mocked clocks ([#3695](#3695)) ([105da90](105da90))
Configuration menu - View commit details
-
Copy full SHA for 389d816 - Browse repository at this point
Copy the full SHA 389d816View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.3.4...v6.3.5