Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.16.5 #1741

Merged
merged 50 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
88a4dc7
Fix RN CLI 'insert' command on RN 0.68+
imjoehaines Apr 21, 2022
a61ea01
add browser tests
Apr 28, 2022
64e0c44
chore: update browser errors.yml
Apr 28, 2022
c4ae2bf
chore: add more browsers to test
Apr 29, 2022
5741b0e
[full ci]
Apr 29, 2022
8a6d328
chore: update chrome 30 errors
May 3, 2022
a0874bc
chore: fix bad thing error message for ios 9
May 3, 2022
0774b81
[full ci]
May 3, 2022
c7b372e
chore
May 3, 2022
48ae964
[full ci]
May 3, 2022
f6ab57a
chore
May 3, 2022
cd57188
[full ci]
May 3, 2022
46dfbe9
dep: bump bugsnag-android dependency to v5.22.1
lemnik Apr 28, 2022
148dfbb
Merge pull request #1728 from bugsnag/android-5221
imjoehaines May 3, 2022
ab3a35e
Merge pull request #1726 from bugsnag/app-delgate-mmmmm
imjoehaines May 3, 2022
6bea6b6
[full ci]
May 4, 2022
5f57b47
chore: update browser errors for iphone 6s
May 4, 2022
d664777
[full ci]
May 4, 2022
c77da7d
[full ci]
May 4, 2022
4bc7b58
chore: revert pipelinechange
May 4, 2022
3bb1345
chore: remove iPhone 6s iOS9
May 4, 2022
e435f5b
[full ci]
May 4, 2022
3340a40
dep: bump bugsnag-android dependency to v5.22.2
lemnik May 5, 2022
685db1a
Merge branch 'next' into je/update-browser-checks
May 5, 2022
f7dfa43
chore: update browser pipeline and remove unwanted tests
May 5, 2022
1421b38
[full ci]
May 5, 2022
8a3db27
Merge pull request #1732 from bugsnag/android-5222
lemnik May 5, 2022
c9c2c70
Reduce browser testing concurrency to 2
twometresteve May 5, 2022
b0359a0
Merge pull request #1733 from bugsnag/tms/2-browsers
twometresteve May 5, 2022
53f3999
chore: remove unused browser_errors for chrome 32 - 42
May 5, 2022
1d0e174
[full ci]
May 5, 2022
7020ff7
Merge branch 'next' into je/update-browser-checks
May 9, 2022
91ba00d
[full ci]
May 9, 2022
eedd2fa
Merge pull request #1731 from bugsnag/je/update-browser-checks
joshedney May 9, 2022
6d3f465
Set @bugsnag/core as an optional peer dependency
gingerbenw May 11, 2022
e79d261
dep: bump bugsnag-android dependency to v5.22.3
lemnik May 12, 2022
c5c944c
Merge pull request #1736 from bugsnag/android-5223
imjoehaines May 13, 2022
d660d89
Merge remote-tracking branch 'origin/next' into PLAT-5048/optional-pe…
gingerbenw May 13, 2022
5de878f
Merge pull request #1735 from bugsnag/PLAT-5048/optional-peer-depende…
gingerbenw May 16, 2022
1734b95
add early check for undefined api key when creating client
gingerbenw May 17, 2022
a096e37
add maxEvents error message and update tests
gingerbenw May 17, 2022
10490f6
Update packages/electron/src/client/main.js
gingerbenw May 17, 2022
cc27e07
clean up throttle test
gingerbenw May 17, 2022
5e2ea68
Increase BrowserStack slots to 24
twometresteve May 17, 2022
8803d59
Merge pull request #1740 from bugsnag/tms/24-slots
twometresteve May 17, 2022
fd26349
Merge pull request #1739 from bugsnag/plat-8277-update-max-events-err…
gingerbenw May 18, 2022
161a124
Merge remote-tracking branch 'origin/next' into plat-7801-electron-un…
gingerbenw May 18, 2022
7a7815e
Merge pull request #1738 from bugsnag/plat-7801-electron-undefined-ap…
gingerbenw May 18, 2022
f087eae
update changelog with new version number
gingerbenw May 18, 2022
4102691
move react-native-cli change to version v7.16.5
gingerbenw May 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 95 additions & 18 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ steps:
- docker-compose#v3.9.0:
push:
- browser-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-browser-${BRANCH_NAME}
#
- label: ':chrome: v30 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=chrome_30
concurrency: 5
concurrency_group: 'browserstack'

- label: ':chrome: v43 Browser tests'
depends_on: "browser-maze-runner-image"
Expand All @@ -29,7 +44,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_43
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':chrome: v61 Browser tests'
Expand All @@ -44,7 +59,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_61
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':chrome: latest Browser tests'
Expand All @@ -59,7 +74,7 @@ steps:
command:
- --farm=bs
- --browser=chrome_latest
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v8 Browser tests'
Expand All @@ -74,7 +89,7 @@ steps:
command:
- --farm=bs
- --browser=ie_8
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v9 Browser tests'
Expand All @@ -89,7 +104,7 @@ steps:
command:
- --farm=bs
- --browser=ie_9
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v10 Browser tests'
Expand All @@ -104,7 +119,7 @@ steps:
command:
- --farm=bs
- --browser=ie_10
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':ie: v11 Browser tests'
Expand All @@ -121,7 +136,7 @@ steps:
- --browser=ie_11
env:
HOST: 'localhost' # IE11 needs the host set to localhost for some reason!ß
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':edge: v14 Browser tests'
Expand All @@ -136,7 +151,7 @@ steps:
command:
- --farm=bs
- --browser=edge_14
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':edge: v15 Browser tests'
Expand All @@ -151,7 +166,7 @@ steps:
command:
- --farm=bs
- --browser=edge_15
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v6 Browser tests'
Expand All @@ -166,7 +181,7 @@ steps:
command:
- --farm=bs
- --browser=safari_6
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v10 Browser tests'
Expand All @@ -181,7 +196,7 @@ steps:
command:
- --farm=bs
- --browser=safari_10
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v13 Browser tests'
Expand All @@ -196,7 +211,7 @@ steps:
command:
- --farm=bs
- --browser=safari_13
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':safari: v15 Browser tests'
Expand All @@ -211,7 +226,7 @@ steps:
command:
- --farm=bs
- --browser=safari_15
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':iphone: iOS 10.3 Browser tests'
Expand All @@ -228,10 +243,27 @@ steps:
- --browser=iphone_7
env:
HOST: "bs-local.com"
concurrency: 2
concurrency_group: 'browserstack'

- label: ':iphone: iOS 15.4 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=iphone_13
env:
HOST: "bs-local.com"
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Samsung Galaxy S8 Browser tests'
- label: ':android: Android 4.4 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
Expand All @@ -242,10 +274,55 @@ steps:
verbose: true
command:
- --farm=bs
- --browser=android_s8
- --browser=android_nexus5
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 5.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s6
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 6.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s7
concurrency: 5
concurrency_group: 'browserstack'

- label: ':android: Android 7.0 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
plugins:
docker-compose#v3.9.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
command:
- --farm=bs
- --browser=android_s8
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: v30 Browser tests'
depends_on: "browser-maze-runner-image"
timeout_in_minutes: 20
Expand All @@ -258,7 +335,7 @@ steps:
command:
- --farm=bs
- --browser=firefox_30
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: v56 Browser tests'
Expand All @@ -273,7 +350,7 @@ steps:
command:
- --farm=bs
- --browser=firefox_56
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'

- label: ':firefox: latest Browser tests'
Expand All @@ -288,5 +365,5 @@ steps:
command:
- --farm=bs
- --browser=firefox_latest
concurrency: 5
concurrency: 2
concurrency_group: 'browserstack'
Loading