-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use maven publish plugin for central publishing This simplifies setup using the gradle maven publish plugin for publishing to central. This removes jcenter publishing, but publishing just to central covers jcenter since it proxies it anyway. https://github.com/vanniktech/gradle-maven-publish-plugin This requires added local gradle properties (recommended to put them in your ~/.gradle/gradle.properties) for signing and auth, described here: https://github.com/vanniktech/gradle-maven-publish-plugin#where-to-upload-to Most significantly, this automatically handles publishing the gradle plugin marker artifact as well so that it can be used directly in `plugins {...}` * Remove old install config * Fix arg overrides * Disabling signing on CI * Add back bintray uploads Their API and plugin are both in bad shape and I don't want to deal with it * Remove old plugin bits * Swap bintray plugin for custom target with existing plugin * fix: set source compatibility explicitly * change publish=1 * fix(gradle): replaced jcenter with mavenCentral * dep: update mazerunner to v3.7.4 * fix(publishing): replaced bintray publishing with sonatype, inline with the bugsnag-android publishing * feat(compat): emit a helpful error if AGP-7 or higher is detected * fix: compatibility error should point to `https://docs.bugsnag.com/build-integrations/gradle/` * fix: the Bugsnag Plugin version should include a wildcard for future-proofing (7.+ instead of 7.0.0) * v5.7.7 * fix: rescue the JS bundle from being overwritten by Hermes (if enabled) by copying it to our own directory (#404) * Maze-v5: Update maze-runner version to v5 * Maze-v5: Update steps and env to use v5 syntax/methods * Maze-v5: Update fixture paths to target new server paths * Maze-v5: Initial (non-working) step updates * Maze-v5: Update steps to work with upcoming maze-runner release * Maze-v5: Temp update to in-progress maze-runner branch for testing * Maze-v5: Stop enforcing integrity headers * Maze-v5: Use correct test server path for all AGP endpoints * Maze-v5: Fix reject issue on request list * Maze-v5: Add nil guard against process status * Maze-v5: Make exit code checking implicit where possible * Maze-v5: Fix runner call error * Maze-v5: Fix runner call error * Maze-v5: Ensure method names are consistent * Maze-v5: Ensure that intentionally failing tests use the correct steps * Maze-v5: Refactor build methods * Maze-v5: Test using success expectation for Authenticated HTTP proxy * Maze-v5: Ensure the correct Gradle process is used for the proxy test * Maze-v5: Update to have same feature as master * Maze-v5: Ensure RN060 skips are enabled * Maze-v5: Update to the latest release of MR * Maze-v5: Ensure 0 checking is implicit on running React-native and NDK app scripts * Use in-development maze runner * Update tests to use new /uploads endpoint * Separate build and upload endpoints in tests * Correct expectation * Correct expectation * Use Maze 5.6.0 * fix(react-native): add clear error messages when `node_modules` or the Bugsnag react-native modules cannot be found (#409) * Release v5.7.8 Co-authored-by: Zac Sweers <[email protected]> Co-authored-by: fractalwrench <[email protected]> Co-authored-by: Tom Longridge <[email protected]> Co-authored-by: Alex Moinet <[email protected]> Co-authored-by: Steve Kirkland <[email protected]>
- Loading branch information
1 parent
11ed5a7
commit ba71a1a
Showing
49 changed files
with
508 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "bugsnag-maze-runner", git: 'https://github.com/bugsnag/maze-runner', tag: 'v3.7.4' | ||
|
||
gem "bugsnag-maze-runner", git: 'https://github.com/bugsnag/maze-runner', tag: 'v5.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.