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 v6.18.0 #1404

Merged
merged 70 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
dca450e
Add WatchOS support
kstenerud May 11, 2022
312e24c
Merge pull request #1361 from bugsnag/PLAT-8414-watchos
kstenerud May 12, 2022
77f4960
Add watchOS target for BugsnagNetworkRequestPlugin
kstenerud May 16, 2022
854ee6d
Merge pull request #1368 from bugsnag/watchos-network-plugin
kstenerud May 17, 2022
030b3e0
Example watchOS app
kstenerud May 17, 2022
6b07513
Merge pull request #1370 from bugsnag/PLAT-8415-watchos-example-app
kstenerud May 17, 2022
1ecaed8
Add watchOS BugsnagNetworkRequestPlugin scheme that xcode was lying a…
kstenerud May 18, 2022
18ac4c1
Merge branch 'next' into integration/watchos
nickdowell May 18, 2022
a0a616c
Fix incorrect target membeship for a test support file
kstenerud May 18, 2022
1823ee8
Add explicit link between network plugin and base bugsnag library for…
kstenerud May 18, 2022
adb01d0
[PLAT-8476] Allow internal error reporting to be disabled (#1375)
nickdowell May 18, 2022
158ce54
Explicit dependencies for watchos
kstenerud May 18, 2022
7a41253
Fix BugsnagNetworkRequestPlugin-watchOS build
nickdowell May 19, 2022
6738680
Update BugsnagNetworkRequestPlugin.podspec.json watchos version
kstenerud May 19, 2022
a7b8919
Add watchOS unit tests to the pipeline
kstenerud May 17, 2022
4c7c881
Run watchOS 7 and 8 unit tests
twometresteve May 17, 2022
0b52188
Merge pull request #1373 from bugsnag/watchos-network-plugin-scheme
kstenerud May 19, 2022
f658e6d
Merge pull request #1377 from bugsnag/tms/update-pipeline
twometresteve May 19, 2022
38eced7
Shorten queue name
twometresteve May 19, 2022
a122eb6
Shorten macOS 10.15 queue name
twometresteve May 19, 2022
f47cace
Shorten macOS 11 queue name
twometresteve May 19, 2022
ff59b06
Update minimum version to what we can actually test on
kstenerud May 19, 2022
f72c3fc
Merge pull request #1376 from bugsnag/watchos-min-version
kstenerud May 19, 2022
e809af6
Fix stack trace capture on watchOS
kstenerud May 19, 2022
c7b865d
Merge pull request #1379 from bugsnag/PLAT-8456-fix-stack-traces
kstenerud May 19, 2022
ba1823e
Merge pull request #1378 from bugsnag/tms/shorten-queue
twometresteve May 19, 2022
7c40f9b
Include different device.id in internal errors
nickdowell May 18, 2022
e041204
Stop including file data in internal errors
nickdowell May 19, 2022
e369f44
Include crash report keys in internal errors
nickdowell May 19, 2022
5ab4d77
Move to just basic and full builds
twometresteve May 19, 2022
5682d4e
Consolidate “barebones” and “quick” builds into “basic”
twometresteve May 19, 2022
1427d41
Merge pull request #1382 from bugsnag/tms/two-stage
twometresteve May 20, 2022
501c2ec
Add missing watchos branding, and swift package entry
kstenerud May 20, 2022
96468ad
Merge pull request #1383 from bugsnag/watchos-branding
kstenerud May 20, 2022
209a84c
Allow session tracking on watchos even though it's technically an ext…
kstenerud May 20, 2022
174e892
Fix data races in BSGRunContextUpdateTimestamp and UpdateAvailableMem…
nickdowell May 20, 2022
ace18b6
Merge pull request #1380 from bugsnag/nickdowell/internal-error-redac…
nickdowell May 23, 2022
48c94b9
chore: update maze runner to use upload-app
May 23, 2022
56be973
chore: bundle install
May 23, 2022
c3bbeba
chore: remove old build/upload scipt
May 23, 2022
db3a0c8
[full ci]
May 23, 2022
82aa3bc
Merge pull request #1385 from bugsnag/watchos-extension-fix
kstenerud May 23, 2022
6ef2ddd
Pass NSException to the NSException handler with no extra processing
kstenerud May 23, 2022
04bdac1
[full ci]
May 23, 2022
60bd75c
Never allow thread capture on devices that don't support Mach threads
kstenerud May 23, 2022
831d5fb
Merge pull request #1387 from bugsnag/PLAT-8488-crash-in-handler
kstenerud May 24, 2022
6b4d130
Merge pull request #1388 from bugsnag/PLAT-8490-no-threads-for-watchos
kstenerud May 24, 2022
7a20d58
Make sure sendThreads config is always 'never' when Mach threads API …
kstenerud May 25, 2022
919f23e
Merge pull request #1390 from bugsnag/watchos-sendThreads
kstenerud May 25, 2022
50d62d0
Record battery information on watchOS
kstenerud May 25, 2022
2a439b9
Fix crash when adding BugsnagReactNativePlugin (#1392)
nickdowell May 26, 2022
8a9381f
Ignore the arm64_32 v8 subtype
kstenerud May 26, 2022
ef675b3
Merge pull request #1393 from bugsnag/watchos-v8-subtype
kstenerud May 26, 2022
10cb072
Centralize battery handling
kstenerud May 26, 2022
f0ece10
Use API_UNAVAILABLE(watchos) to annotate unavailable configuration op…
nickdowell May 27, 2022
ac0fcf3
Merge pull request #1391 from bugsnag/watchos-battery
kstenerud May 27, 2022
fb0eefe
Treat test fixture build warnings as errors
twometresteve May 27, 2022
1f317f4
Merge pull request #1395 from bugsnag/tms/fixture-warnings
twometresteve May 27, 2022
1f48f2e
Merge pull request #1386 from bugsnag/je/upload-app-maze-runner
joshedney May 30, 2022
3850088
Replace BSGConfigurationBuilder with functions (#1396)
nickdowell Jun 1, 2022
c53718d
Remove printf calls from async-safe code
kstenerud Jun 1, 2022
7d21289
Merge pull request #1397 from bugsnag/PLAT-8106-printf
kstenerud Jun 2, 2022
f293171
Fix incorrect `device.time` in 32-bit crash reports (#1399)
nickdowell Jun 6, 2022
cfe2c9d
Restore KSLogging for E2E tests (#1400)
nickdowell Jun 6, 2022
def8fba
Merge branch 'next' into integration/watchos
nickdowell Jun 6, 2022
8744f28
Update CHANGELOG.md and README.md for watchOS (#1401)
nickdowell Jun 8, 2022
f47faff
Declare thermalKills unavailable on watchOS (#1402)
nickdowell Jun 8, 2022
75d24e7
[PLAT-8506] Local watchOS E2E testing (#1398)
nickdowell Jun 8, 2022
74e2806
Merge pull request #1403 from bugsnag/integration/watchos
nickdowell Jun 8, 2022
0746566
Release v6.18.0
nickdowell Jun 8, 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
4 changes: 2 additions & 2 deletions .buildkite/block.full.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- block: 'Trigger all iOS end-to-end tests'
- block: 'Trigger a full build'
key: 'trigger-full-build'

- label: 'Upload the full test pipeline'
depends_on: 'trigger-full-build'
command: buildkite-agent pipeline upload .buildkite/pipeline.full.yml
command: buildkite-agent pipeline upload .buildkite/pipeline.full.yml
7 changes: 0 additions & 7 deletions .buildkite/block.quick.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ steps:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource-mac-cocoa-11
queue: macos-11
plugins:
artifacts#v1.5.0:
download: ["features/fixtures/macos/output/macOSTestApp.zip"]
Expand All @@ -267,7 +267,7 @@ steps:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
plugins:
artifacts#v1.5.0:
download: "features/fixtures/macos/output/macOSTestApp.zip"
Expand Down Expand Up @@ -329,7 +329,7 @@ steps:
- label: 'examples/objective-c-ios'
timeout_in_minutes: 30
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
commands:
- cd examples/objective-c-ios
- echo "--- Pod install"
Expand All @@ -344,7 +344,7 @@ steps:
- label: 'examples/objective-c-osx'
timeout_in_minutes: 30
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
commands:
- cd examples/objective-c-osx
- echo "--- Pod install"
Expand All @@ -357,7 +357,7 @@ steps:
- label: 'examples/swift-ios'
timeout_in_minutes: 30
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
commands:
- cd examples/swift-ios
- echo "--- Pod install"
Expand All @@ -370,7 +370,7 @@ steps:
- label: 'examples/swift-package-manager'
timeout_in_minutes: 30
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
commands:
- cd examples/swift-package-manager
- echo "--- Resolve Swift Package Dependencies"
Expand All @@ -384,7 +384,7 @@ steps:
- label: 'examples/swiftui'
timeout_in_minutes: 30
agents:
queue: opensource-arm-mac-cocoa-12
queue: macos-12-arm
commands:
- cd examples/swiftui
- echo "--- Resolve Swift Package Dependencies"
Expand Down
219 changes: 0 additions & 219 deletions .buildkite/pipeline.quick.yml

This file was deleted.

Loading