Skip to content

Commit

Permalink
Merge branch 'develop' into 9b967e0-master-into-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue F authored Feb 14, 2022
2 parents 9b967e0 + a3f0d63 commit 2bad703
Show file tree
Hide file tree
Showing 341 changed files with 15,679 additions and 3,975 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* text=auto

*.json text eol=lf

packages/errors/__snapshot-html__/** linguist-generated=true
2 changes: 0 additions & 2 deletions .github/semantic.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/merge-develop-into-10.0-release.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/merge-master-into-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
# the default `GITHUB_TOKEN` cannot push to protected branches, so use `cypress-app-bot`'s token instead
token: ${{ secrets.BOT_GITHUB_TOKEN }}
- name: Set committer info
run: |
git config --local user.email "$(git log --format='%ae' HEAD^!)"
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Semantic Pull Request"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Lint Title
runs-on: ubuntu-latest
steps:
# use a fork of the GitHub action - we cannot pull in untrusted third party actions
# see https://github.com/cypress-io/cypress/pull/20091#discussion_r801799647
- uses: cypress-io/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ packages/config/lib/*.js

# from data-context, compiled .js files
packages/data-context/src/**/*.js
packages/errors/src/**/*.js
packages/errors/test/**/*.js

# from desktop-gui
packages/desktop-gui/cypress/videos
Expand Down Expand Up @@ -68,6 +70,7 @@ packages/socket/lib/*.js

# from system-tests
system-tests/.projects
system-tests/.http-mitm-proxy
system-tests/fixtures/large-img

# from npm/react
Expand All @@ -83,6 +86,11 @@ system-tests/fixtures/large-img
# from runner-ct
/packages/runner-ct/cypress/screenshots

# from errors
/packages/errors/__snapshot-images__
/packages/errors/__snapshot-md__
/packages/errors/__snapshot-html-local__

# graphql, auto-generated
/packages/launchpad/src/generated
/packages/app/src/generated
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"i18n-ally.keystyle": "nested",

// Volar is the main extension that powers Vue's language features.
"volar.autoCompleteRefs": false,
"volar.takeOverMode.enabled": true
// "volar.autoCompleteRefs": false,
"volar.takeOverMode.enabled": true,
}
25 changes: 0 additions & 25 deletions __snapshots__/bump-spec.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
exports['list of all projects'] = [
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "win32"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
"platform": "win32"
},
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-module-api",
"provider": "circle",
Expand All @@ -24,11 +14,6 @@ exports['list of all projects'] = [
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-nested-projects",
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-ci-environments",
"provider": "circle",
Expand All @@ -39,11 +24,6 @@ exports['list of all projects'] = [
"provider": "circle",
"platform": "linux"
},
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "darwin"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
Expand All @@ -52,11 +32,6 @@ exports['list of all projects'] = [
]

exports['should have just circle and darwin projects'] = [
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "circle",
"platform": "darwin"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "circle",
Expand Down
9 changes: 0 additions & 9 deletions __snapshots__/upload-npm-package-spec.js

This file was deleted.

26 changes: 0 additions & 26 deletions __snapshots__/upload-unique-binary-spec.js

This file was deleted.

Binary file added assets/cypress-bot-pre-release-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions browser-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"chrome:beta": "98.0.4758.74",
"chrome:stable": "97.0.4692.99"
"chrome:beta": "99.0.4844.27",
"chrome:stable": "98.0.4758.80"
}
Loading

0 comments on commit 2bad703

Please sign in to comment.