Add disaster recovery automation with runbooks#517
Open
Chidubemkingsley wants to merge 18 commits into
Open
Conversation
|
@Chidubemkingsley Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Owner
|
09ce28d to
1ccae18
Compare
The rustix crate v0.36.5 uses nightly-only attributes (rustc_layout_scalar_valid_range_start/end) that fail to compile on newer rustc versions. Switching to prebuilt binary via cargo-binstall avoids the compilation entirely.
…ary/react-native - Replaced react-hooks import with react-native renderHook/act in ThemeContext.test.tsx - Replaced react-hooks import with react-native renderHook/act in useFilteredSubscriptions.test.ts - Updated ThemeContext test 'throws outside provider' to match new error handling behavior - Removed @testing-library/react-hooks from package.json (incompatible with React 19 types) - All tests passing after migration
…rties The E2E Android build fails because react-native 0.85 gradle-plugin is compiled with Kotlin 2.1.20 but the Expo Kotlin Gradle plugin defaults to 1.9.0, causing a metadata version mismatch. Install expo-build-properties plugin and pin kotlinVersion to 2.1.20.
…E build iOS: .detoxrc.js workspace/scheme was lowercase 'subtrackr' -> 'SubTrackr' Android: install expo-build-properties@0.12.5 with kotlinVersion 2.1.20 to match react-native 0.85's Kotlin 2.1.20 gradle-plugin compilation.
Expo SDK 53 ships with React Native 0.79.x which pulls metro ~0.82. metro 0.82+ still exports ./src/* in its package.json exports field, which @expo/cli v0.24 requires. metro 0.84 removed this export, breaking expo export (ERR_PACKAGE_PATH_NOT_EXPORTED). Also removes stale patch scripts (patch-metro-exports.js, check-metro.js) that are no longer needed with the compatible metro version.
f567c29 to
1662405
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
Quality Gates (All must pass before merge)
Additional Requirements
Reviewers
--- closes #431
This PR will not be mergeable until all quality gates pass.