status-react/scripts
Siddarth Kumar ce69df19ac
apply patches with patch files (#19451)
fixes #19449

In this commit we change the way patches are applied.
We no longer have to write patches in a patch phase like we used to, we can now place individual changes in a patch file inside the `patches` directory and they will be automatically applied.

Because of this change we can get rid of forks and instead have those changes in patch files.

To generate a patch file this make command can be used `make patch-file`
This will open an interactive shell which will allow you to specify which file you want to patch and then wait till you make those changes and generate a patch for it.

```
make patch-file
Configuring Nix shell for target 'default'...
Enter the path of the file to patch: ./node_modules/is-glob/index.js
File to patch: ./node_modules/is-glob/index.js
Temporary directory created: /tmp/tmp-status-mobile-40bc588fa/tmp.xrXarXoTPZ
Original file copied to temporary directory.
Please make the necessary changes to the file: ./node_modules/is-glob/index.js
Press any key when you are done with the changes...
Generating patch file...
Patch file created at /Users/siddarthkumar/code/status-im/PR/status-mobile/patches/index.js.patch
Info: Please execute 'make run-clojure' to test if the patch file works as expected.
```

- Android
- iOS
2024-04-08 21:06:41 +05:30
..
hooks
lint refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
version
adb_devices_abis.sh run-android: set build abis depending on connected devices abis 2023-08-31 13:01:24 +02:00
build-android.sh chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
check-metro-shadow-process.sh improve make component-test robustness (#17743) 2023-10-26 23:24:23 +05:30
check-nix-shell.sh fix shebang for NixOS usage in scheck-nix-shell.sh 2023-10-18 22:17:25 +02:00
colors.sh
cut-release.sh Use env for bash 2024-03-26 12:00:54 +00:00
diawi-upload.mjs ios: replace Diawi Fastlane plugin that disappered 2023-05-24 10:55:38 +02:00
encrypt-keychain.sh
fdroid-pr.sh
gen-random-passphrase.sh
generate-keystore.sh
inotify_fix.sh
list-pull-requests.sh
merge-pr.sh
patch-npm-lib.sh apply patches with patch files (#19451) 2024-04-08 21:06:41 +05:30
pr-statistics.sh
run-android.sh fix: we need to tunnel 8081 for connected devices (#18862) 2024-02-20 00:52:29 +05:30
run-ios-device.sh fix: make run-ios-device script (#18845) 2024-02-20 10:54:09 +05:30
run-ios.sh upgrade nixpkgs to 23-11 (#19369) 2024-04-01 16:26:44 +05:30
run-metro.sh keep existing metro session alive (#19458) 2024-04-01 16:47:48 +05:30
sign-android.sh
update-status-go.sh scripts: disable pipefail when greping for SHA 2023-06-24 15:55:58 +02:00
wait-for-metro-port.sh chore: improve android & iOS build step (#18900) 2024-02-19 21:11:36 +05:30
wait-for.sh