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.8.0 #2084

Merged
merged 42 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0e0d2bd
move anr smoketests to bs
Aug 5, 2024
e2c9ab5
add bs creds to docker file;
Aug 5, 2024
20b1fb0
move anr smoketests to bs
Aug 5, 2024
91a794b
upload app to bs
Aug 5, 2024
8915403
upload app to bs
Aug 5, 2024
0509fda
add minimal and smoke anr to full
Aug 5, 2024
e751cee
add minimal and smoke anr to full
Aug 5, 2024
45509e4
[full ci]
Aug 5, 2024
8f13873
move full test anr to bs
Aug 5, 2024
07e2fed
move full test anr to bs
Aug 6, 2024
e8978b8
move full test anr to bs
Aug 6, 2024
0b7f138
move full test anr to bs
Aug 6, 2024
a2d93c3
move full test anr to bs
Aug 6, 2024
3dc6ea8
[full ci]
Aug 6, 2024
906c751
[full ci]
Aug 6, 2024
accb1d5
Merge branch 'next' into je/plat-12353-split-out-anr
joshedney Aug 6, 2024
68afe69
remove old anr features
Aug 6, 2024
9a46ed3
t pushMerge branch 'je/plat-12353-split-out-anr' of github.com:bugsna…
Aug 6, 2024
b3b5b68
remove skipping samsung devices for bs test
Aug 7, 2024
fb0f070
Merge branch 'next' into je/plat-12353-split-out-anr
joshedney Aug 7, 2024
7d0367d
Merge branch 'next' into je/plat-12353-split-out-anr
twometresteve Aug 7, 2024
3e7d8f4
Merge pull request #2068 from bugsnag/master
lemnik Aug 8, 2024
7b3bba1
Merge branch 'next' into je/plat-12353-split-out-anr
joshedney Aug 13, 2024
4a0bde0
Merge pull request #2065 from bugsnag/je/plat-12353-split-out-anr
joshedney Aug 13, 2024
2f5a951
feat(report): add AnrLinkError and NdkLinkError to metadata (#2070)
YYChen01988 Aug 16, 2024
87a3964
Remove Gemfile.lock
Aug 27, 2024
2b42f9e
Remove other Gemfile.lock
Aug 28, 2024
818e592
Merge pull request #2071 from bugsnag/tms/remove-lock
twometresteve Aug 29, 2024
08a23b5
Buildkite analytics trial
Sep 11, 2024
6499ba6
Integrate all jobs with Test Analytics
Sep 11, 2024
23d5c16
Only capture test analytic data on next and master
Sep 13, 2024
976cc53
Correct escape character
Sep 13, 2024
b6900df
Skip empty buildkite jobs
Sep 13, 2024
a61f15d
Merge pull request #2073 from bugsnag/tms/buildkite-analytics
twometresteve Sep 14, 2024
05f4c7b
fix(startup): flexible timeout for EventStore.flushOnLaunch toa void …
lemnik Sep 19, 2024
395e3f7
Merge pull request #2075 from bugsnag/PLAT-12697/flexible-startup-tim…
lemnik Sep 20, 2024
c5a1689
fix(startup): log clear message when launch crashes will be sent asyn…
lemnik Sep 25, 2024
971af4f
fix(launch): change the launch timeout calculation for synchronous de…
lemnik Sep 25, 2024
8074d55
Merge pull request #2080 from bugsnag/lemnik/startup-timeout-fixes
lemnik Sep 27, 2024
c88f726
fix(breadcrumb): work around NPEs from `Intent.getExtras` in Activity…
lemnik Sep 30, 2024
9f2add0
Merge pull request #2083 from bugsnag/PLAT-12834/ActivityBreadcrumbCo…
lemnik Sep 30, 2024
75e705d
release v6.8.0
YYChen01988 Sep 30, 2024
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
Prev Previous commit
Next Next commit
upload app to bs
  • Loading branch information
Josh Edney committed Aug 5, 2024
commit 91a794b471dc9347acde34999372847bbee9f13e
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ steps:
- bundle install
- make fixture-r19
- bundle exec upload-app --farm=bb --app=./build/fixture-r19.apk --app-id-file=build/fixture-r19-url.txt
- bundle exec upload-app --farm=bs --app=./build/fixture-r19.apk --app-id-file=build/bs-fixture-r19-url.txt
env:
JAVA_VERSION: 17

Expand All @@ -37,6 +38,7 @@ steps:
- bundle install
- make fixture-r21
- bundle exec upload-app --farm=bb --app=./build/fixture-r21.apk --app-id-file=build/fixture-r21-url.txt
- bundle exec upload-app --farm=bs --app=./build/fixture-r21.apk --app-id-file=build/bs-fixture-r21-url.txt
env:
JAVA_VERSION: 17

Expand Down