Dataset Viewer
Auto-converted to Parquet Duplicate
commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
3bca7147514cf9890ff473394766bbbe0feb2854
--- packages/allspark-foundation/src/Auth/sagas.ts @@ -1,23 +1,26 @@ import { select, take, takeLatest } from 'redux-saga/effects'; import { AuthActionTypes, IAuthActions } from './redux'; -import { AuthService } from './service'; import { AuthSelectors } from './selectors'; import { AuthResult } from './types'; ...
fix: circular reference existed within root saga causing it to fail. adding dynamic require to break loop
fix: circular reference existed within root saga causing it to fail. adding dynamic require to break loop
286a22a70ce36865f2bbeaed75dc63d4f7525ca9
--- package-lock.json @@ -4463,9 +4463,9 @@ "integrity": "sha1-Wj8o61r2LUN+3ZXhDrzrmHwelGU=" }, "@walmart/react-native-logger": { - "version": "1.28.0", - "resolved": "https://npme.walmart.com/@walmart/react-native-logger/-/react-native-logger-1.28.0.tgz", - "integrity": "sha512-OZYIi/Ub...
logger version bump
logger version bump
caf2392b5981667d5c3e0325a2bf6a94117ef907
--- lerna.json @@ -28,9 +28,6 @@ "packages/core-services-allspark", "packages/core-utils", "packages/core-widget-registry", - "packages/me-at-walmart-athena-queries", - - "packages/allspark-authentication", - "packages/allspark-foundation" + "packages/me-at-walmart-athena-queries" ] }...
chore: removing v2 packages from lerna config
chore: removing v2 packages from lerna config
34392a9b75fb8b6891249ec0ccbaed3cee5873b2
--- package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/store-feature-orders": "1.26.10", + "@walmart/store-feature-orders": "1.26.11", "@walmart/taskit-mini-app": "3.0.2", ...
version update sfot
version update sfot
e2e097e8f7e9b2b05589113dc913392fdd9a0fc9
--- package.json @@ -154,7 +154,7 @@ "@walmart/returns-mini-app": "4.17.12", "@walmart/rfid-scan-mini-app": "2.14.3", "@walmart/rn-mobile-sdk-pairing": "2.1.8", - "@walmart/rn-receiving-mini-app": "2.6.18", + "@walmart/rn-receiving-mini-app": "2.6.19", "@walmart/roster-mini-app": "3.8.0", ...
fix(receiving): drop 34 release beta integration bugs (#4844)
fix(receiving): drop 34 release beta integration bugs (#4844) Co-authored-by: Maksym Novakh - m0n09mr <[email protected]>
23de06fa5c06ecc45759282b0364532be14a104e
--- __tests__/__mocks__/@walmart/texting-mini-app.js @@ -1,3 +1,11 @@ +jest.mock('@walmart/texting-mini-app', () => ({ + TextingMiniApp: 'TextingMiniApp', + MyTeamHooks: { + useChannelUnreadCount: jest.fn(), + useMessagesUnreadCount: jest.fn(), + }, +})); + module.exports = { TextingMiniApp: 'TextingMiniAp...
review comments changes
review comments changes
60627feb68c7cdb2df1fb3a67467997ddf9aa397
--- example/package.json @@ -26,7 +26,6 @@ "@react-navigation/stack": "^6.3.17", "@tsconfig/react-native": "^3.0.0", "@walmart/allspark-foundation": "workspace:*", - "@walmart/allspark-foundation-hub": "workspace:*", "@walmart/gtp-shared-components": "^2.2.2", "@walmart/react-native-scanner-...
Update doc locations
Update doc locations
b0e854b1d6ccfe276829bf4eec3fa285734b6299
--- android/app/build.gradle @@ -96,8 +96,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 923 - versionName "1.19.0" + versionCode 921 + vers...
removing unwanted changes
removing unwanted changes
e5ca05c3cdaa4a5fd899fd025b26c87c4134eb5c
--- targets/US/package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.83.3", + "@walmart/sidekick-mini-app": "4.86.3", "@walmart/store-feature-orders": "1...
fix: updating Drop 24
fix: updating Drop 24
0e0a3fe6e85a987e4c6a1ccdfb9dc0b5b6814540
--- src/home/config/appConfig.ts @@ -1,5 +1,4 @@ import { ENV } from "@/env"; -import { AllsparkEnvironment } from "@walmart/allspark-foundation"; const DEV_URLS = { anniversary:
chore: fix lint
chore: fix lint
d1c0d3667c825ecb7b1db771d2cd51f507379520
--- package-lock.json @@ -9139,9 +9139,9 @@ } }, "react-native-connect-sso-redux": { - "version": "0.1.3", - "resolved": "https://npme.walmart.com/react-native-connect-sso-redux/-/react-native-connect-sso-redux-0.1.3.tgz", - "integrity": "sha512-jHgmoi8c66WxnNCIW21ehubkPvthFDRU1G9EsD+tfO...
updated sso to rc8 (#107)
updated sso to rc8 (#107)
ad429d3148dc2cc234bb835a986e9663d5d5f923
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.7", + "version": "1.0.1-beta.8", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update the import statements
Update the import statements
3ed453b394d27faff06bdfe04dedaad4e25eae85
--- android/app/build.gradle @@ -140,7 +140,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 361 - versionName "1.3.0" + versionName "1.4.0" } splits { abi { --- ios/AllSpark/Info.plist ...
version bump to 1.4.0
version bump to 1.4.0
969fcd47cb4b77a393cd937e3cbab0470cf19053
--- package-lock.json @@ -4547,9 +4547,9 @@ } }, "@walmart/ui-components": { - "version": "1.3.0-rc.2", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.2.tgz", - "integrity": "sha512-dpWMdnAA2qUx1Ph208HcoCsAOdCAkzJzNoYdgHl17IVGcNYW4vI0KavHmY+4P3zP4...
version bump
version bump
16f79fe07eee1f65cb42c3a00140b3b1a0da4eb8
--- targets/US/ios/Podfile.lock @@ -2923,7 +2923,7 @@ SPEC CHECKSUMS: walmart-react-native-sumo-sdk: a6dc20c0ec3c8ab878886529a0e2fc22e747821c WebexSDK: d652713bd7ad5902e81918121912ba75a0056c3b wifi-store-locator: 501fca0a220c725ed93ab403635c0f246a8ce7e3 - Yoga: 47d399a73c0c0caa9ff824e5c657eae31215bfee + Yoga...
chore: podfile update
chore: podfile update
e80f4b0d50628ae647b9a40b0fc6b1feeb8fdc0b
--- src/components/TeamList.tsx @@ -364,17 +364,11 @@ export const TeamChatCard = (props: { return groupTeamsByWorkgroupTransform(allTeams, primaryTeam); }, [primaryTeam, data?.getTeamsByStore]); const primaryWorkGroup = teamDetails?.workgroup ?? ''; - const [sortedWorkgroupKeys, setSortedWorkgroupKeys] = u...
fixx lint
fixx lint
8a1d6e0bfc3c2c988c5bb5dff14c24f362aee0fa
--- src/constants.ts @@ -1,6 +1,4 @@ -import firestore from '@react-native-firebase/firestore'; -import {daysAgoTimestamp} from "./utils/timestamps"; - +import {daysAgoTimestamp} from './utils/timestamps'; export const RNFBConfigAndroid = '75AC25EB-432A-47D1-855A-84728D2AB60C'; export const RNFBConfigiOS = '75AC25EB-...
fix lint
fix lint
b43e4f71f997bb1808bae55079de1670cb3621c3
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/style.ts @@ -18,6 +18,7 @@ export const buttonGroupStyles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'space-around', alignItems: 'center', + marginBottom: 16, }, primaryButtonContainer: { ...
Adding styles
Adding styles
2a6b56de96257ce7c4a7866c38c990f688a6347b
--- package-lock.json @@ -3553,9 +3553,9 @@ "integrity": "sha512-PhbwXZYIduJImUrywvm+tqhFgV2qwNk2xhXjbaoBBOF8d0vHDjNElNEUvayM+9Nj25hFciAg/kYvFxXYpoelNQ==" }, "@walmart/shelfavailability-mini-app": { - "version": "0.3.88", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini...
0.3.89
0.3.89
6a9d673a89283d5964ceba381768288b116fa5f0
--- package-lock.json @@ -3509,9 +3509,9 @@ "integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw==" }, "@walmart/shelfavailability-mini-app": { - "version": "0.3.61", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini...
Update package-lock.json
Update package-lock.json
d97c8d0d6ab4b0bc1eb72170d44bef1369eea610
--- package.json @@ -200,10 +200,5 @@ "skipScope": false, "jiraPrefix": "JIRA_PROJECT" } - }, - "dependencies": { - "expo": "~52.0.46", - "react": "18.3.1", - "react-native": "0.76.9" } }
Removing dependencies
Removing dependencies
d68fa400b9db2163ab7942001b7646ff086f2eaf
--- package.json @@ -159,7 +159,7 @@ "@walmart/taskit-mini-app": "5.39.1", "@walmart/time-clock-mini-app": "3.19.6", "@walmart/time-clock-mini-app-next": "3.0.0", - "@walmart/topstock-mini-app": "1.25.4", + "@walmart/topstock-mini-app": "1.26.7", "@walmart/translator-mini-app": "1.6.9", "...
fix(topstock): Topstock changes (#4514)
fix(topstock): Topstock changes (#4514) * fix(topstock): Topstock changes * fix(topstock): updated topstock * fix(topstock): updated topstock * fix(topstock): version bump * fix(topstock): version bumped * fix(topstock): topstock patch updated with latest version * fix(topstock): patch for topstock u...
c4271b0eae627b6059290406620ae2d749dac2de
--- package-lock.json @@ -4263,7 +4263,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha1-uZ6zL5R12W20AFyA5eFskWpu0Iw=", + "integrity": "sha512-OxDrYdXQeR2...
build(WelcomeMe): v0.52.0 -[RECRUIT-50793]
build(WelcomeMe): v0.52.0 -[RECRUIT-50793]
d4fdf895756f741040326f855fbd5e1758776b7a
--- package.json @@ -108,7 +108,7 @@ "@walmart/iteminfo-mini-app": "7.9.0", "@walmart/learning-mini-app": "18.0.5", "@walmart/manager-approvals-miniapp": "0.2.4", - "@walmart/metrics-mini-app": "0.20.6", + "@walmart/metrics-mini-app": "0.20.7", "@walmart/mod-flex-mini-app": "1.15.5", "@wa...
metrics version bump
metrics version bump
06e295941fb51920f5def0ef08323aa5bbc1f745
--- package-lock.json @@ -5073,6 +5073,11 @@ "resolved": "https://npme.walmart.com/@walmart/amp-mini-app/-/amp-mini-app-0.2.13.tgz", "integrity": "sha512-wMf1jjs+qo9wq9rtBjCg8swt0UV4vxrakMkXCS+6zGUb6bihTRH0F5hsfJsx7hyCG5Vq0uASzB1MOLgoSxIzPQ==" }, + "@walmart/ask-sam-chat-components": { + "ver...
adding ask-sam-chat as dependencie
adding ask-sam-chat as dependencie
400b36a01eb57db934143cbbecf88370883dccc7
--- __tests__/features/welcomeMeTest.ts @@ -1,4 +1,4 @@ -import {addLanguageResources} from '@walmart/welcomeme-mini-app/dist/translations/index'; +// import {addLanguageResources} from '@walmart/welcomeme-mini-app/dist/translations/index'; import {WelcomeMeFeature} from '../../src/features/welcomeMe'; describe('We...
updated welcome me test
updated welcome me test
b67fe1615f5214356e6c1fa8d70d8c3a9175de13
--- __tests__/core/analyticsInitTest.ts @@ -61,6 +61,7 @@ describe('onUserChanged', () => { regionNumber: '99', siteId: '123', jobCode: 'a job code', + title: 'a title', }; const encryptionKey = '12341234'; @@ -87,6 +88,7 @@ describe('onUserChanged', () => { domain: user.d...
adding title to analytics
adding title to analytics
dd56b31034d43620e71737609774ef521cf98f5a
--- packages/allspark-foundation/__tests__/Config/redux.test.ts @@ -38,7 +38,7 @@ describe('Config Reducers', () => { ...initialState, initializing: true, }; - + const nextState = configSlice.reducer( startState, ConfigActionCreators.INIT_SUCCESS() @@ -57,7 +57,7 ...
refactor(config): update tests
refactor(config): update tests
ad1e3a5cc87d6aa09d8fc0370a98714a9ba7a33b
--- __tests__/components/VerticalDivider.test.tsx @@ -1,18 +1,14 @@ import React from 'react'; import {render} from '@testing-library/react-native'; -import {VerticalDivider} from '../../src/components/RosterWidget/VerticalDivider'; // Adjust import path if needed -import {styles} from '../../src/components/RosterWid...
more unit tests
more unit tests
a2065a8c7a1477c44d5a9a47a61d891fc0f5ce41
--- packages/allspark-foundation/src/Permissions/utils.ts @@ -1,33 +1,45 @@ import { PermissionStatus } from 'react-native-permissions'; import { Platform } from 'react-native'; +export const PermissionStatuses: { + [key in PermissionStatus]: PermissionStatus; +} = { + granted: 'granted', + denied: 'denied', + ...
fix: add permission status string constant for backwards compatability
fix: add permission status string constant for backwards compatability
156404d7d386716743b139a39b94b6135b74cfea
--- package-lock.json @@ -104,7 +104,7 @@ "@walmart/schedule-mini-app": "0.94.1", "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.5", - "@walmart/taskit-mini-app": "2.81.10", + "@walmart/taskit-mini-app": "2.81.14", "@walmart/time...
chore: bump [email protected]
chore: bump [email protected]
28f8ff16bf51c2cf2f6b37aec18595b2f4af264e
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/amp-mini-app": "1.1.30", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.13.4", - "@walmart/attendance-mini-app": "0.190.3", + "@walmart/attendance-mini-app": "0.190.4", "@walmart/compass-sd...
attendance-mini-app 0.190.4
attendance-mini-app 0.190.4
b62f7d5a9f9fb189706965a58068d8ce86456e05
--- packages/allspark-foundation/src/Container/events.ts @@ -1,4 +1,5 @@ -import { EventManager } from '@walmart/allspark-utils'; +import { useEffect } from 'react'; +import { EventManager, noop } from '@walmart/allspark-utils'; import { NotificationEventTypeMap, NOTIFICATION_EVENTS_TYPES, @@ -41,15 +42,21 @@ co...
chore: fixes from testing
chore: fixes from testing
c89c983a954e0bbd9faef35bd472d74921ea73b2
--- packages/me-at-walmart-athena-queries/README.md @@ -1,5 +1,5 @@ -# allspark-athena-queries -Queries for Athena platform for Me@Walmart +# me-at-walmart-athena-queries +Athena Queries for Me@Walmart related packages. ---- https://confluence.walmart.com/display/MEW/Consumer+onboarding+and+Persisted+Queries+-+Regi...
Update README.md
Update README.md
22b390b3f180144cbc9616105f354c3b35d9f880
--- __tests__/components/hub/HubFactory.test.tsx @@ -131,24 +131,22 @@ describe('HubFactory Component', () => { expect(SimpleHub).toHaveBeenCalled(); }); - it('should pass isSiteDC and config props to SimpleHub', () => { - // Render with isSiteDC=true and config + it('should pass config props t...
feat(ui): remove the isSiteDC prop drilling
feat(ui): remove the isSiteDC prop drilling
7f211e7f8ab02db3a3dbf9e65c8f86a0f1a0e967
--- src/channels/provider.tsx @@ -61,19 +61,31 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { const [unreadTracking] = useState<boolean>(true); // Method to start snapshopt subscription to users channels changes - const subscriptionOn = useCallback(async () => { + const subscriptionOn ...
add store and teams to channel state on initialization if not exists
add store and teams to channel state on initialization if not exists
15e2ddd31bf00f5c0983d95dabee49ac0d189b31
--- __tests__/screens/RosterScreenTest.tsx @@ -20,6 +20,7 @@ describe('RosterScreen', () => { screen.getByRole('button', {name: 'Message'}); }); it('should render the associate list', () => {}); + it('Sort order should be in order of clockedin team leads, clockedout teamleads, clockedinusers then the rest s...
update the sorting constant and write test skeleton
update the sorting constant and write test skeleton
7c3aafdaeaa883aaa1da74f735ba871b870199c9
--- packages/allspark-foundation/src/Notification/client.ts @@ -122,8 +122,8 @@ export class NotificationClient { /** * Adds a listener for a specific notification event type. * - * If any AllsparkFeature, notification listeners should be defiend when creating an AllsparkFeatureModule. Do not - * add the...
fix: add voip event to notification listeners
fix: add voip event to notification listeners
c448030eb65be6626218c2abfdfd8073af03a994
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/TimeClockDrop24 + - spec: feature/drop24 triggers: - manual: name: Publish Packages (Pre-Release) --- .solidarity @@ -12,7 +12,7 @@ { "rule": "cli", ...
Remove local changes
Remove local changes
48aeb31d30a38460cce62a246c6db5e0ee8f82a7
--- src/components/TeamChatCard.tsx @@ -85,7 +85,7 @@ export const TeamChatCard = (props: {style?: StyleProp<ViewStyle>}) => { </ButtonGroup> }> <Body weight='400' size='small'> - {primaryTeam.clockedInCount} Clocked in + {primaryTeam.membership.length}...
faking clocked in count
faking clocked in count
f0a9dff614ed86f5cbad1f6783d67ec8f5e18d52
--- src/components/FilterChipGroup/FilterChipGroup.tsx @@ -31,24 +31,10 @@ export const FilterChipGroup = ({ const showShiftSwitcher = !isPrimaryTeam && !isSalariedOrLead && isSiteDC; const isShiftSwitcherEnabled = useSelector(shiftSwitcherEnabled); - // const handleFilterPress = useCallback( - // (filterId...
chore: clean up commented code
chore: clean up commented code
ebb0262d19a9ab1fb87a4bc85f740cb1985c3353
--- package.json @@ -65,7 +65,6 @@ "jest-sonar-reporter": "^2.0.0", "lerna": "~7.4.2", "madge": "^7.0.0", - "npm-run-all": "^4.1.5", "path": "^0.12.7", "prettier": "3.0.3", "react": "^18.2.0", --- yarn.lock @@ -8223,7 +8223,6 @@ __metadata: jest-sonar-reporter: "npm:^2.0.0" ...
Update the PR changes
Update the PR changes
95cd600bf6d53d27100495877ac9ee8afd0af5a4
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 884 - versionName "1.7.1" + versionCode 885 + ver...
version bump to 1.8.0
version bump to 1.8.0
df407301107788855c891e38c2dce6be5fff37a6
--- src/screens/TabsScreen.tsx @@ -31,7 +31,7 @@ export const TabsScreen: React.FC<TabsScreenProps> = () => { <> <UserHeader /> - <MainTab.Navigator tabBar={LivingDesignTabBar}> + <MainTab.Navigator tabBar={LivingDesignTabBar} screenOptions={{swipeEnabled: false}}> <MainTab.Screen ...
disable screen swiping
disable screen swiping
90a6ccebcf7e895ed0300db61849e72bbad45dcd
--- package-lock.json @@ -3362,9 +3362,9 @@ "integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw==" }, "@walmart/ims-print-services-ui": { - "version": "0.0.28", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
ItemInfoDrop4 latest changes
ItemInfoDrop4 latest changes
7a7212114bb8aeef59b1a55a095d0f7aec260e1f
--- package-lock.json @@ -72,7 +72,7 @@ "@walmart/pay-stub-miniapp": "0.15.2", "@walmart/payrollsolution_miniapp": "0.135.3", "@walmart/price-changes-mini-app": "1.10.2", - "@walmart/profile-feature-app": "1.138.1", + "@walmart/profile-feature-app": "1.138.2", "@walmart...
removed patch and updated profile version
removed patch and updated profile version
3a3f6e61b59380eaca3ea3e4555a4483ed28012c
--- example/src/teamHub/tempComponentForTesting/TeamSelectionList.tsx @@ -83,7 +83,7 @@ export const TeamSelectionList = ({ isLastListItem={index === areaTeamMap[myArea].length - 1} isSelected={true} isPrimaryTeam={team === primaryTeam} - checkboxDisabled + c...
feat: fixed disabled checkbox state
feat: fixed disabled checkbox state
b6dd31dc998101abd365cfad82bee21fb913f491
--- package.json @@ -88,7 +88,7 @@ "@walmart/attendance-mini-app": "3.156.0", "@walmart/avp-feature-app": "0.16.8", "@walmart/avp-shared-library": "0.10.7", - "@walmart/backroom-mini-app": "1.9.0", + "@walmart/backroom-mini-app": "1.10.5", "@walmart/calling-mini-app": "0.7.34", "@walmart/...
feat: SVZPK-3679 Update @walmart/backroom-mini-app to 1.10.5 (#4101)
feat: SVZPK-3679 Update @walmart/backroom-mini-app to 1.10.5 (#4101) Co-authored-by: Pavan Lingamallu - p0l04ug <[email protected]> Co-authored-by: Savankumar Akbari - sakbari <[email protected]>
a175a935ae996966c7b51486222e3edada0060b3
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.6", + "version": "1.0.7", "hasInstallScr...
Update version
Update version
438f9578f6adf745623aa9ce4ad9b1ac665f7843
--- package-lock.json @@ -3159,9 +3159,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.3.29-rc.2", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.3.29-rc.2.tgz", - "integrity": "sha512-cVHyvWYOsEDjXNjuMA+4tecTMNsGAahzzaLmYgG...
Ptt bump (#457)
Ptt bump (#457) * PTT Version bump * PTT version bump * PTT versio bump * PTT version bump
7070fd03bfda216b36265640067b1798494e2eec
--- package.json @@ -8,7 +8,7 @@ "description": "", "private": true, "scripts": { - "build": "tsc -b --verbose packages", + "build": "tsc -b --verbose --force packages", "clean:tsbuildinfo": "rm -rf packages/*.tsbuildinfo || true", "clean": "yarn run clean:tsbuildinfo && yarn workspaces foreach...
adjust outDir for core-service project
adjust outDir for core-service project
bebefc08509c1243ad740f726cac7f684b100c85
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/shelfavailability-mini-app": "0.3.56", + "@walmart/shelfavailability-mini-app": "0.3.57", "@walmart/allspark-health-survey-min...
0.3.57 dev build
0.3.57 dev build
672cc48347e09e1de07b65ede0da7d3c311699ea
--- __tests__/startup/StartupSagaTest.ts @@ -119,21 +119,13 @@ describe('startupFlow', () => { describe('captureMissedMiniAppEvents', () => { it('calls expected actions', () => { - const signInAction = { - type: SIGN_IN_SUCCESS, - payload: {userId: 'swalton3'}, - }; const networkType = 'Inter...
remove unneeded take statement
remove unneeded take statement
0679e973db6e5d2d12f5b5ed4632b461800f8b34
--- packages/my-walmart-hub/__tests__/HubFramework/HubError.test.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { render, fireEvent } from '@testing-library/react-native'; +import { render, fireEvent, waitFor } from '@testing-library/react-native'; import { HubThemeContext } from '@walmart/my-walmart-hub/src/...
feat(ui): update hub for fab (#541)
feat(ui): update hub for fab (#541) * feat(ui): update hub for fab and performance * feat(ui): update hub for fab button bottom sheet * feat(ui): update tests * feat(ui): update style for update modal * feat(ui): update snapshot * feat(ui): address review comments * feat(ui): address review comments...
23511c2fbd2cf7d2eac5785df2d15d5d9b3c2aea
--- packages/me-at-walmart-container/src/services/telemetry.ts @@ -41,7 +41,7 @@ export class TelemetryClient { }; // Firebase event names cannot exceed 40 characters - if (event.length > MAX_EVENT_LENGTH) { + if (fullEvent.length > MAX_EVENT_LENGTH) { // Throw error in dev mode, otherwise trun...
fix: update if condition for event length
fix: update if condition for event length
c87efe53fd24d5d25bba4f142d82d00fb7876ef7
--- package-lock.json @@ -3489,9 +3489,9 @@ "integrity": "sha512-YkJeKZP5HuqzZF6y4H/mnktOuWzMhDUFYOkjItGfuesYSZaigcZYOklu6Ut5FFwWgy7xiS+FzvMW7IUZkxKlOw==" }, "@walmart/react-native-logger": { - "version": "1.27.0", - "resolved": "https://npme.walmart.com/@walmart/react-native-logger/-/react-n...
update logger with fixes for android
update logger with fixes for android
e81ddb76410c4f39b754cf73f6de5ab6e60d6ecc
--- packages/allspark-foundation/__tests__/Navigation/client.test.tsx @@ -480,7 +480,7 @@ describe('NavigationClient', () => { .spyOn(ModalState, 'getState') .mockReturnValue({ stack: [] }); navigationClient = new NavigationClient(); - (navigationClient as any)._modalState.initialized = true; + ...
feat: add enable and disable methods to navigation client
feat: add enable and disable methods to navigation client
93505947f1a52a11a21771a2516fc021ebd13999
--- ios/Podfile @@ -3,8 +3,8 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '12.0' -source 'https://gecgithub01.walmart.com/Store-Mobility-Services/CocoaPodsSpecs.git' -source 'https://gecgithub01.walmart.com/store-systems-associate-tech-platform/cocoapods-specs....
updated podfile to point to ssh source of SSO
updated podfile to point to ssh source of SSO
0ef86f9cc271113ffe6964f798dc6cdadb2e79fe
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -137,24 +137,6 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` } } /> - <Screen - component="ItemInfoMiniApp" - name="itemInfo" - options={ - Object { - "headerShown": ...
Reverted MainTabNav
Reverted MainTabNav
a37a5365b531bf9af8401674e600d807dd458868
--- core/__tests__/scanner/useScannerSdkTypeTest.ts @@ -13,33 +13,25 @@ jest.mock('@walmart/react-native-scanner-3.0', () => ({ })); describe('useScannerSdkType', () => { - const mockFeatureId = MINI_APPS.ITEM_INFO; - const mockNonMappedFeatureId = 'nonMappedFeature'; + const mockFeatureId = 'home'; beforeE...
remove scanner list check
remove scanner list check
31007c1862ba78741b53f7ea70086f978670eee1
--- src/index.tsx @@ -52,6 +52,8 @@ export const initialize = async () => { initNotificationListeners(); }; +export const initTextingPushNotificationListeners = initNotificationListeners; + export const TextingMiniApp = () => { const envConfig = useEnvironment(); const [textingState, dispatch]: [ --- src...
exposing push notification init method
exposing push notification init method
b4477f6df08816fd049ef445d6b4ec68c0aaf2c5
--- src/channels/provider.tsx @@ -135,12 +135,20 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { .orderBy('lastMessageTime', 'desc') .onSnapshot(async (snapshot) => { //TODO: The update based on the snapshot may be clobbering the results from initialization. Ensure pr...
updating provider for more accurate update - flashlist now has stableID collision
updating provider for more accurate update - flashlist now has stableID collision
a7d1ac5f4c73653dd48c72a637fc8aa11907c20e
--- __tests__/managerExperience/components/__snapshots__/TeamSearchInput.test.tsx.snap @@ -33,8 +33,8 @@ exports[`TeamSearchInput renders loading microphone icon if right icon is true 1 { "backgroundColor": "rgba(248, 248, 248, 1)", "borderRadius": 4, - "height": 16, - "...
feat: updated loading to use dimensions
feat: updated loading to use dimensions
65a398c5c038cf65d1d01363b36e9e35dc6c3c08
--- packages/roster-mini-app/__tests__/components/MyWalmartv2/RosterFilterChips.test.tsx @@ -13,6 +13,10 @@ jest.mock('../../../src/common', () => ({ rosterTelemetry: {logEvent: jest.fn()}, })); +jest.mock('../../../src/logger/analytics', () => ({ + analytics: jest.fn(), +})); + // Mock FilterChip primitive use...
chore: add unit test coverage
chore: add unit test coverage
efaf6f313b9c292214860f7ac825674692ad9fb7
--- __tests__/navigation/__snapshots__/SideMenuContentTest.tsx.snap @@ -4,10 +4,14 @@ exports[`SideMenuContent renders 1`] = ` <View> <View style={ - Object { - "height": 225, - "overflow": "hidden", - } + Array [ + Object { + "overflow": "hidden", + }, + ...
fixed sideMenu height (#183)
fixed sideMenu height (#183) Co-authored-by: Hitesh Arora <> Co-authored-by: Savankumar Akbari - sakbari <[email protected]>
e4a1f1e5112379ca34c95a2a3cb5733c7426fc49
--- __tests__/components/__snapshots__/StatusChipTest.tsx.snap @@ -16,7 +16,7 @@ exports[`StatusChip renders correctly for associate on meal 1`] = ` testID="statusChip" variant="tertiary" > - rosterScreen.statusChips.meal + Meal </Tag> `; @@ -26,7 +26,7 @@ exports[`StatusChip renders correctly for associat...
feat: updated snapshots
feat: updated snapshots
4e4d14d89cbac7adf4583e01afcafefd1b4aad7c
--- package-lock.json @@ -4203,9 +4203,9 @@ "integrity": "sha512-AymRaP39YXybYN3VHLVNFMoA8J4XYZbd9JUT+bQOuc5KGf5SQQFMOhrqSd9UENvnbqnTRrfDbBhn/ua7/E54WA==" }, "@walmart/exception-mini-app": { - "version": "0.38.12", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exceptio...
pinpoint: bump version 39.1 to 39.2
pinpoint: bump version 39.1 to 39.2
dd525fdc7a32d88990992bf71e7e91ab97453f18
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.18.9", "@walmart/config-components": "4.2.13", - "@walmart/copilot-mini-app": "^3.26.4", + "@walmart/copilot-mini-app": "3.26.4", "@walmart/core-services": "...
Updated file commit after npm install
Updated file commit after npm install
75efeabf11c8b5f233fccabb831668e7bf48b6b0
--- package-lock.json @@ -4208,9 +4208,9 @@ "integrity": "sha512-7OL7IwfRrGvMB+o6z7pULrc+p+uPmitHutcrN68NZVROrRCvM9BXw01gxaTxCJ19vGWhg2jSP7j8JOaQzWUF3g==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.1.22", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Bumped up feedback miniapp version
Bumped up feedback miniapp version
d191e96aaf03a3c5f0db69ddbbf9bc470f42f89c
--- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx @@ -31,6 +31,14 @@ jest.mock('../../../../src/transforms/language', () => ({ getValueForCurrentLanguage: jest.fn((t) => t), })); +jest.mock('@walmart/profile-feature-app', () => ({ + meMiniApp: 'Profile', +})); + +jest.mock('@walmart/payrollso...
fixed test cases for profile mini app migration to v0.0.23
fixed test cases for profile mini app migration to v0.0.23
9413d86aac83cf60e2654a86bcde6510d4a82a78
--- package.json @@ -69,7 +69,7 @@ "react": "^18.2.0", "react-native": "~0.73.7", "react-test-renderer": "18.2.0", - "typescript": "^4.7.4" + "typescript": "5.0.4" }, "resolutions": { "@walmart/core-services": "6.0.1", --- yarn.lock @@ -6274,7 +6274,7 @@ __metadata: react: "npm:^1...
chore: update typescript
chore: update typescript
6061e0afff567e18f9a1f4b57e83d07d82b11ed0
--- package-lock.json @@ -3069,9 +3069,9 @@ } }, "@walmart/config-components": { - "version": "1.0.19", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.19.tgz", - "integrity": "sha512-HdqKCZd0Mev3aqRQxd2/KGsLsjWebhIhOh8yaQ8F7qHskCHZZPPlOuay6Xu+A...
config components version bump (#475)
config components version bump (#475) * config components version bump * bump up ui-components vesion Co-authored-by: Anthony Helms <[email protected]>
e6ed4898d2e1c89c21f9e68c9b7c5b33d2113133
--- package-lock.json @@ -5094,9 +5094,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "1.2.5", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-1.2.5.tgz", - "integrity": "sha512-5HOtiunC1PUSpKYk0HKNa8AASGi2OzNRH2LEb/b905YwbUYMLG6xhijNLJOzFRA/W2...
SMBLV-1781: ask-sam-mini-app version increment
SMBLV-1781: ask-sam-mini-app version increment
bb41178b58301825147680fd4647d0d01f8e7ca9
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.13", "@walmart/taskit-mini-app": "2.28.14", - "@walmart/time-clock-mini-app": "2.85.2", + "@walmart/time-clock-mini-app": "2.98.0", "@walmart/tops...
feature: bug and a11y fixes
feature: bug and a11y fixes
7657568502409b45a3b122e6c7762450f3394026
--- package.json @@ -79,7 +79,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", "@walmart/attendance-mini-app": "0.86.0", - "@walmart/compass-sdk-rn": "3.22.0", + "@walmart/compass-sdk-rn": "3.23.0", "@walmart/config-components": "4.1.0-rc.4", "@wal...
version bump for static map
version bump for static map
78aad3414f58d4d27aeb9a392f729e8e4347e171
--- targets/US/package.json @@ -82,7 +82,7 @@ "@walmart/allspark-http-client": "~6.3.20", "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "6.5.0", - "@walmart/amp-mini-app": "1.1.88", + "@walmart/amp-mini-app": "1.1.89", "@walmart/ask-sam-chat-components": "^0.2.7", "@...
AMP version update
AMP version update
0a1e007858729e60cafec832ab58eeeff212f296
--- package-lock.json @@ -71,7 +71,7 @@ "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.9", - "@walmart/iteminfo-mini-app": "7.10.6", + "@walmart/iteminfo-mini-app": "7.10.7", "@walmart/learning-m...
Fixed the resetting the vml flow
Fixed the resetting the vml flow
d30c0d3bc50dc849d5173a5654d355501c9ed61c
--- package-lock.json @@ -4400,9 +4400,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.31.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.31.0.tgz", - "integrity": "sha512-tvuwuv0cQBuNQBNuPICmM0Z7T...
Added a new param for taskit on action completion
Added a new param for taskit on action completion
a1cf0399bc53e9111966de12bee88c53750900d0
--- packages/allspark-foundation/__tests__/Components/Navigation/DrawerButton.test.tsx @@ -0,0 +1,37 @@ +import React from 'react'; +import { render } from '@testing-library/react-native'; +import { StackNavigationOptions } from '@react-navigation/stack'; +import { useAllsparkDrawer } from '../../../src/Navigation/cont...
add unit test for drawer button
add unit test for drawer button
363131e001db7d6762e3004a8034dbd44b306679
--- src/containers/ChatInput/index.tsx @@ -20,6 +20,7 @@ import {Images} from '../../images'; import {ChatActions} from './ChatActions'; import {AudioContentType, AudioInput} from './AudioInput'; import {RecordingDetails} from './types'; +import {ImageAttachments} from './ImageAttachments'; // @todo - a bit clums...
chore: enable image attachments
chore: enable image attachments
2e487188c9970fe2a5b77e8179fd76a5a30d24b8
--- src/components/AssociateRosterItem/style.ts @@ -1,10 +1,17 @@ -import {StyleSheet} from 'react-native'; +import {Platform, StyleSheet} from 'react-native'; import {colors} from '@walmart/gtp-shared-components'; export const styles = StyleSheet.create({ card: { borderRadius: 0, - shadowOpacity: 0, ...
Update style for cards
Update style for cards
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
7