| /expo/tools/src/commands/ |
| H A D | CherryPickCommand.ts | 134 (commit) => 135 ` ❌ ${chalk.red(commit.hash.slice(0, 10))} ${commit.authorDate} ${chalk.magenta( 136 commit.authorName 137 )} ${commit.title}` 157 value: commit.hash, 158 short: commit.hash, 159 name: `${chalk.yellow(commit.hash.slice(0, 10))} ${commit.authorDate} ${chalk.magenta( 160 commit.authorName 161 )} ${commit.title}`, 163 default: candidateCommits.map((commit) => commit.hash), [all …]
|
| H A D | UpdateVendoredModule.ts | 32 commit: string; 162 const version = options.commit ?? 'latest'; 179 chalk.cyan(options.commit), 186 options.commit ?? 'master'
|
| /expo/tools/src/vendoring/devmenu/steps/ |
| H A D | Clone.ts | 15 commit: string; 58 this.logDebugInfo(`run git checkout ${this.options.commit}`); 59 await spawnAsync('git', ['checkout', this.options.commit], { cwd: workDirectory });
|
| /expo/guides/ |
| H A D | Git and Code Reviews.md | 6 - [One idea = one commit](#one-idea--one-commit) 9 - [Commit often](#commit-often) 17 …ge if you are the person responsible for the commit](#merge-if-you-are-the-person-responsible-for-… 34 ## One idea = one commit 36 …rstand for people looking through the commit history (ex: if they are working on this code or look… 65 …commit, squash them together before pushing if they are all part of the same idea. For example, co… 67 …commit. So after the first round of code review, it often helps reviewability to squash just the n… 71 …r production but that you still are committing to main. This way you can commit often without nece… 97 …wers so that it is clear to them they are responsible for reviewing your commit in a timely manner… 99 ### Merge if you are the person responsible for the commit [all …]
|
| H A D | Our Open Source Standards.md | 20 …commit that is amended as you address code review feedback. Each commit should be meaningful and m…
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedErrorRecoveryModule.kt | 24 mSharedPreferences.edit().putString(experienceKey.scopeKey, props).commit() in setRecoveryProps() 29 mSharedPreferences.edit().remove(experienceKey.scopeKey).commit() in consumeRecoveryProps()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/errorrecovery/ |
| H A D | ErrorRecoveryModule.kt | 31 mSharedPreferences.edit().putString(RECOVERY_STORE_KEY, props).commit() in setRecoveryProps() 36 mSharedPreferences.edit().remove(RECOVERY_STORE_KEY).commit() in consumeRecoveryProps()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI49_0_0StateReconciliationTest.cpp | 110 shadowTree.commit( in TEST() 135 shadowTree.commit( in TEST() 158 shadowTree.commit( in TEST() 173 shadowTree.commit( in TEST()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI48_0_0StateReconciliationTest.cpp | 110 shadowTree.commit( in TEST() 135 shadowTree.commit( in TEST() 158 shadowTree.commit( in TEST() 173 shadowTree.commit( in TEST()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI47_0_0StateReconciliationTest.cpp | 110 shadowTree.commit( in TEST() 135 shadowTree.commit( in TEST() 158 shadowTree.commit( in TEST() 173 shadowTree.commit( in TEST()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationCategoriesStore.kt | 79 .commit() in <lambda>() 97 .commit() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationCategoriesStore.kt | 79 .commit() in <lambda>() 97 .commit() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationCategoriesStore.kt | 79 .commit() in <lambda>() 97 .commit() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | SharedPreferencesNotificationCategoriesStore.kt | 79 .commit() in <lambda>() 97 .commit() in <lambda>()
|
| /expo/guides/releasing/ |
| H A D | Release Branches.md | 30 …n main, we commit the fix and then cherry-pick it to the release branch. If we need to publish a n… 32 This way, the bug-fix commit is on both main and the release branch, and the version-incrementing c… 40 …nce the bug fix is applicable only to the release branch, we don’t need to commit it to main first. 44 …commit to fix the bug on main may look quite different than the commit to fix the bug on the relea… 48 … make a sound? But when it comes time to send the commit for code review and push it to GitHub, co… 50 Note that even with these edge cases, we always preserve the unidirectional commit invariant. 54 …commit it to main without new commits to main breaking the versioned code. We defer merging high-r… 66 …after incrementing the major versions. For minor-version changes, we can commit them either to mai…
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | extraDependencies.d.ts | 16 commit?: string; property
|
| /expo/packages/expo-av/ios/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.mm | 12 * Copying it here is needed until we upgrade RN to 0.66 that includes this commit: 13 * https://github.com/facebook/react-native/commit/32bfd7a857c23dd417f940d0c09843de257f6c61
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.mm | 12 * Copying it here is needed until we upgrade RN to 0.66 that includes this commit: 13 * https://github.com/facebook/react-native/commit/32bfd7a857c23dd417f940d0c09843de257f6c61
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.mm | 12 * Copying it here is needed until we upgrade RN to 0.66 that includes this commit: 13 * https://github.com/facebook/react-native/commit/32bfd7a857c23dd417f940d0c09843de257f6c61
|
| /expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/Utils/ |
| H A D | CallbackWrapper.mm | 12 * Copying it here is needed until we upgrade RN to 0.66 that includes this commit: 13 * https://github.com/facebook/react-native/commit/32bfd7a857c23dd417f940d0c09843de257f6c61
|
| /expo/packages/expo-build-properties/build/ |
| H A D | pluginConfig.d.ts | 227 commit?: string; property
|
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | extraDependencies.ts | 22 commit?: string; property
|
| /expo/packages/expo-apple-authentication/build/ |
| H A D | ExpoAppleAuthentication.js.map | 1 …commit/114be1d21\n addListener() {\n // Nothing to do; unsupported platform.\n return…
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/ |
| H A D | SecureStoreModule.kt | 159 val success = prefs.edit().putString(keychainAwareKey, null).commit() in <lambda>() 216 return prefs.edit().putString(key, encryptedItemString).commit() in <lambda>() 226 success = prefs.edit().remove(keychainAwareKey).commit() in <lambda>() 230 success = prefs.edit().remove(key).commit() && success in <lambda>() 234 success = legacyPrefs.edit().remove(key).commit() && success in <lambda>()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ScopedSecureStoreModule.kt | 26 val success = prefs.edit().putString(key, value.toString()).commit() in maybeMigrateSharedPreferences()
|