commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
be155eb29341610ae385338314e19adf571f29ab
--- src/components/RosterWidget/RosterWidget.tsx @@ -68,7 +68,7 @@ export const RosterWidget = (props: TeamHubWidgetProps) => { </View> )} <View style={styles.scheduleInfoContainer}> - <Body weight='bold'>{state.scheduledCount}</Body> + <Body UNSAFE_sty...
feat(ui): update build failures
feat(ui): update build failures
6d468f901a8eb31ebf78adfa2ab89d11a2f7c6a6
--- targets/US/ios/Podfile.lock @@ -623,7 +623,7 @@ PODS: - React-Core - SSZipArchive (~> 2.2.2) - compass-sdk-ios (0.4.12.3) - - compass-sdk-rn (5.19.13): + - compass-sdk-rn (5.19.14): - compass-sdk-ios (= 0.4.12.3) - React-Core - DoubleConversion (1.1.6) @@ -2737,7 +2737,7 @@ SPEC CHECKSUM...
version bump
version bump
5a0e9587c66457f9568c13b9c04f552caa98bb01
--- package-lock.json @@ -25609,9 +25609,9 @@ "integrity": "sha512-raDv8a9MZR5y2hpWo5YtAcfad6x+MZFWvqNQ1raaIntPJ1E3LHdA3Qf48Q4cfkjRIpjqLxc3q+Y4d1WTmpYjnQ==" }, "@walmart/taskit-mini-app": { - "version": "0.49.11", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-...
feature/taskit-mini-app-0.49.12
feature/taskit-mini-app-0.49.12
4ecb1f7377e49d607860111198cb6b33cef34a46
--- targets/US/package.json @@ -146,7 +146,7 @@ "@walmart/shelfavailability-mini-app": "1.5.33", "@walmart/sidekick-mini-app": "4.67.15", "@walmart/store-feature-orders": "1.26.12", - "@walmart/taskit-mini-app": "4.13.0", + "@walmart/taskit-mini-app": "4.16.0", "@walmart/time-clock-mini-app": ...
chore: bump taskit version
chore: bump taskit version
3ac1a023bc1dd1eaf616ffd981cb3f4a90a559dc
--- package-lock.json @@ -132,7 +132,7 @@ "react-native-popup-menu": "^0.16.0", "react-native-ptt-module": "1.8.2", "react-native-qrcode-svg": "^6.1.2", - "react-native-reanimated": "2.10.0", + "react-native-reanimated": "2.12.0", "react-native-render-html": "^6.3.4", ...
chore: bumping reanimated version
chore: bumping reanimated version
ae9719a64646aef94a0eb80ef65220cb8a5ab622
--- package-lock.json @@ -162,7 +162,7 @@ "react-native-linear-gradient": "2.6.2", "react-native-location-enabler": "^4.1.1", "react-native-loudness": "^2.0.0", - "react-native-maps": "~1.10.3", + "react-native-maps": "~1.3.2", "react-native-mask-input": "^1.2.3", ...
Downgrading react-native-maps
Downgrading react-native-maps
38e6e8c7ea93de2b0b50635499b76c884732a1fd
--- core/__tests__/__mocks__/@walmart/associate-listening-mini-app.js @@ -1,4 +1,4 @@ module.exports = { - AesSurveyCard: 'AesSurveyCard', + ConfigurableSurveyCard: 'ConfigurableSurveyCard', AvailableSurveysNav: 'AvailableSurveysNav', }; --- core/src/features/listening.ts @@ -11,11 +11,14 @@ export const Liste...
feat: 🎸 renamed aessurveycard to configurablesurveycard
feat: 🎸 renamed aessurveycard to configurablesurveycard
f5ab13c8a68c568897cce2316902419e7b69e37c
--- .looper-pr.yml @@ -13,7 +13,6 @@ flows: - (name Yarn Install) yarn install - (name Test Coverage) yarn run coverage - envs: global: variables:
feat(ui): update version SMDV-5955
feat(ui): update version SMDV-5955
978d43b663d1397694fe6918d99b93bc5234313a
--- __tests__/harness/athenaQueries/getTeamById.ts @@ -0,0 +1,23 @@ +import {GetTeamByIdDocument} from '../../../src/queries/getTeamById'; + +export const mockGetTeamByIdQuery = { + request: { + query: GetTeamByIdDocument, + variables: { + countryCode: 'US', + storeNbr: '100', + teamId: '1000333',...
adding getTeamById mock to pass the getByText assertion
adding getTeamById mock to pass the getByText assertion
dad67a2efe5d29d1038ef318d6538bc63474d63a
--- packages/mywalmart-firebase-config/__tests__/authenticate.test.ts @@ -77,7 +77,8 @@ describe('authenticate', () => { expect(FirebaseServicesLogger.info).toHaveBeenCalledWith('Fetched custom firebase token'); expect(FirebaseServicesLogger.info).toHaveBeenCalledWith('Firebase sign-in successful'); ...
fix(auth): firebase endpoint request fixed (#5258)
fix(auth): firebase endpoint request fixed (#5258) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
8353b3c95e557d122c486b22080d0814fd74b6cb
--- packages/allspark-foundation/src/Components/Hub/Header/index.tsx @@ -5,13 +5,8 @@ import { HeaderStyles } from './styles'; export * from './types'; -export const Header = ({ - title, - subText, - backgroundColor, - textColor, -}: HeaderTypes) => { - const styles = HeaderStyles(backgroundColor, textColor);...
Updating header component
Updating header component
0a4a5592ef5f0d1510223a8799687ba59b29eea3
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.0-alpha.9", + "version": "2.12.0-alpha.10", "main": "dist/index.js", "files": [ "dist"
feat(ui): add roster widget
feat(ui): add roster widget
25da53fc54ac01d6f91179cbcd0ec64a2c8b0301
--- src/auth/ErrorScreen.tsx @@ -47,8 +47,9 @@ export const ErrorScreen: FC<any> = (props) => { const errSelectValid = !formDirty || !!errorCategory; const otherOptionValid = !formDirty || - (errorCategory === translate('ssoError.issues.other') && - !!selectedQ2Option); + (errorCategory === transl...
fix non-other selected option
fix non-other selected option
d5b2b6d046ac73e28372815f667580c2b7af08ce
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/__snapshots__/HubDashboard.test.tsx.snap @@ -54,48 +54,7 @@ exports[`HubDashboard renders FloatingButton Component 1`] = ` ] `; -exports[`HubDashboard renders HubDashboard Component woth passed in widgets 1`] = ` -<RCTScrollView - contentCont...
Updating snapshot
Updating snapshot
729bd1715b405284c7c7c1f5052069dd7b2ae702
--- __tests__/settings/sideButton/__snapshots__/SideButtonPermissionBottomSheetTest.tsx.snap @@ -69,7 +69,7 @@ exports[`Side button permission bottom sheet tests matches snapshot 1`] = ` "bottom": 0, "height": 1334, "left": 0, - "opacity": 0.00011425836668732536, + "opacity": 0,...
revert snapshot
revert snapshot
693039e785366978cb08c1f3fe818d8407efc356
--- package.json @@ -1,5 +1,5 @@ { - "name": "@walmart/wmconnect-minri-app", + "name": "@walmart/wmconnect-mini-app", "version": "2.36.2", "main": "main.js", "files": [
fix(ui): update package
fix(ui): update package
fdc24e23d0d51b9baf91c5660854b6137d214948
--- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/Logger.js @@ -5,6 +5,7 @@ const mockLogger = { debug: jest.fn(), warning: jest.fn(), setLogLevel: jest.fn(), + warn: jest.fn(), }; module.exports = { @@ -17,5 +18,6 @@ module.exports = { LoggerProvider: 'LoggerProvider', Log...
chore: test coverage
chore: test coverage
9475840d2bbc9d121df54c4d90660c32df64f74c
--- package-lock.json @@ -82,7 +82,7 @@ "@walmart/settings-mini-app": "1.12.0", "@walmart/shelfavailability-mini-app": "1.5.11", "@walmart/taskit-mini-app": "0.49.6", - "@walmart/time-clock-mini-app": "2.23.0", + "@walmart/time-clock-mini-app": "2.24.0", "@walmart/ui-co...
Update time clock to 2.24.0
Update time clock to 2.24.0
e455f178223bceec00b1dbebc850a913f2c48dbc
--- src/managerExperience/components/FilterChip/FilterChip.tsx @@ -7,7 +7,7 @@ import {View} from 'react-native'; export const FilterChip = (props: FilterChipProps) => { const {isApplied, label} = props; - if (props.label === '') return false; + if (props.label === '') return null; return ( <View testID...
Update roster mini app
Update roster mini app
56240dc6a65bd2c67899c220c029bb4362e09e2f
--- ios/Podfile.lock @@ -401,7 +401,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.5.39): + - react-native-ptt-module (1.5.40): - PTT (= 0.7.8-rc.7) - React - react-native-safe-area-context (3.3.2): @@ -956,7 +956,7 @@ SPEC CHECKSUMS: react...
bumping ptt mini app version
bumping ptt mini app version
4804e89d2d870fe1e4980fde9692a57dd0c5a116
--- src/notification.ts @@ -10,6 +10,10 @@ import { import {createChannelPath} from './channels'; import {navigate} from '@walmart/react-native-shared-navigation'; +export const currentChannelIDRef: {current: string | null} = { + current: null, +}; + const goToMessageScreenForChannel = ( storeNumber: string, ...
adding current screen reference to handle it on notifications
adding current screen reference to handle it on notifications
74fe5c2258a7a66d3cdbb2e430f98aa868c87e69
--- src/Hooks/useUpsertSupplyChainAssociatePreference.ts @@ -64,15 +64,12 @@ export const useUpsertSupplyChainAssociatePreference = () => { ?.shiftCodePreference || [] ).filter(Boolean) as string[]; - console.log('====> Oncompleted', shiftsFromPreferences); - const teamsFromPrefe...
feat(ui): site intgration for upsert complete #SMDV-7856
feat(ui): site intgration for upsert complete #SMDV-7856
4cd240724d4420a72d07ce2351cdfdcb1acf7f50
--- android/app/build.gradle @@ -358,7 +358,7 @@ dependencies { } else { implementation jscFlavor } - + implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" }
🎨 Removing whitespaces
🎨 Removing whitespaces
ee165713f9eb266b59efba065152277da2c36ec9
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ExpandedTeamShift/ExpandedTeamShift.tsx @@ -5,25 +5,14 @@ import { HubHeader } from '../../../Store'; import { TeamSearchInput } from '../../../Shared/Components/SearchInput/SearchInput'; import EditSavedTeams from '../EditSavedTeams/EditSaved...
Removing unused code
Removing unused code
50bad7fc39218badc8d70d686b782590cb990caa
--- ios/Podfile.lock @@ -356,9 +356,9 @@ PODS: - React - react-native-webview (10.10.0): - React-Core - - react-native-wm-barcode (2.24.0-patch.1): + - react-native-wm-barcode (2.25.0): - React - - react-native-wm-voice-text (0.3.1): + - react-native-wm-voice-text (0.4.1): - React - React-...
updating podfile.lock
updating podfile.lock
ce2a2ee82f7cfc3fdf1688572fde7e1ce6691d16
--- packages/allspark-foundation-hub/src/HubFeature/ClockOut/Components/ClockOutOverlay.tsx @@ -1,45 +0,0 @@ -import { Body, Button, ErrorMessage } from '@walmart/gtp-shared-components'; -import React from 'react'; -import { clockOutScreenStyles as styles } from '../styles'; -import { View } from 'react-native'; -impor...
Update clock out screen guard
Update clock out screen guard
ae7e04afffd68be44503fcbdfb6efe7b8a2e62de
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.40.8", - "@walmart/texting-mini-app": "2.0.30", + "@walmart/texting-mini-app": "2.0.31", "@walmart/time-clock-...
Drop 15 version update
Drop 15 version update
1fdc5c01b4a313d0fc429dbfc3a0da0001996243
--- ios/Podfile @@ -33,7 +33,6 @@ source 'git@gecgithub01.walmart.com:store-systems-associate-tech-platform/cocoap source 'git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git' source 'https://github.com/CocoaPods/Specs.git' -Pod::UI.puts "Flipper enabed: #{ENV['NO_FLIPPER'] == '1' ? 'false' : 'true'}" # product...
feat(ui): update the podfile
feat(ui): update the podfile
f1adecc1853e60bfa0d6766645073ae55fe22288
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.11", + "version": "1.0.1-beta.12", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update the hub dashboard for changes
Update the hub dashboard for changes
8c88745fb3efdac47cdab9ec86f8d45be5a0b03d
--- package.json @@ -150,7 +150,7 @@ "@walmart/shelfavailability-mini-app": "1.5.45", "@walmart/shop-gnfr-mini-app": "1.0.302", "@walmart/sidekick-mini-app": "4.199.7", - "@walmart/store-feature-orders": "1.29.5", + "@walmart/store-feature-orders": "1.30.0", "@walmart/taskit-mini-app": "5.38.2...
fix(headertitle changes): FSS-8134 drop31 header changes (#4328)
fix(headertitle changes): FSS-8134 drop31 header changes (#4328) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
7ab6fe4be0b3b63cc8e5a4c4fc5eb117018d495d
--- packages/allspark-foundation-hub/src/SupplyChain/Components/Modal/ModalHeader.tsx @@ -47,9 +47,10 @@ const styles = StyleSheet.create({ textAlign: 'center', fontSize: 18, marginBottom: 10, + marginLeft: 40, }, closeIcon: { - paddingLeft: 16, + marginLeft: 5, marginBottom: 10, }...
feat(ui): adjusted style
feat(ui): adjusted style
032c9c3b43197893a49c2042a29cf9ce70a3c3be
--- package-lock.json @@ -52,9 +52,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.3", "@walmart/impersonation-mini-app": "1.11.0", - "@walmart/ims-print-services-ui": "2.0.3", + "@walmart/ims-print-services-ui": "2.0.4", "@w...
bump up iteminfo and print version
bump up iteminfo and print version
461cef487b53341812c2b24877b0ff83896c708b
--- __tests__/navigation/__snapshots__/MyTeamNavigation.test.tsx.snap @@ -8,7 +8,7 @@ exports[`MyTeamNavigation should corretly render MyTeamNavigation 1`] = ` "backgroundColor": "white", }, "header": [Function], - "headerShown": true, + "headerShown": false, } } > --- __test...
feat(ui): update myteam mini app version
feat(ui): update myteam mini app version
76326040161a5a15653a328f74d8329f1a1d7de9
--- __tests__/__mocks__/@walmart/price-changes-mini-app.js @@ -0,0 +1,3 @@ +module.exports = { + PriceChangesMiniApp: 'PriceChangesMiniApp', +}; --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -64,6 +64,10 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` compo...
RTASPE-4470 - Price Changes Integration
RTASPE-4470 - Price Changes Integration
06d340ee4501f4655c382ccb73e3961264fa0611
--- packages/me-at-walmart-athena-queries/src/index.ts @@ -3,5 +3,8 @@ export * from './getAssociateById'; export * from './getDailyRosterHome'; export * from './getLoggedInUser'; export * from './getTeamByIdHome'; +export * from './getTeamsbyStore'; +export * from './getAssociatePreference'; +export * from './updat...
feat(ui): update me at walmart athena queries index file update
feat(ui): update me at walmart athena queries index file update
c082a66a7a1fa48b3091aa89c729049908b4b3d1
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-alpha.9", + "version": "1.0.1-alpha.1", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update the reset to navigation
Update the reset to navigation
e2482865b722314c64c01f32f59245918817a7af
--- packages/redux-store/src/actions.ts @@ -20,6 +20,7 @@ import { UserActionCreators as foundationUserActionCreators, } from '@walmart/allspark-foundation/User'; import { DeviceActionCreators } from '@walmart/allspark-foundation/Device'; +import { MeAtWalmartAuthActions } from '@walmart/me-at-walmart-common'; ...
fix: legacy actions were not properly mapped for backwards compat
fix: legacy actions were not properly mapped for backwards compat
e918253f04a39d3c137ed52070fcebe1b272cd53
--- jest.config.js @@ -12,7 +12,7 @@ module.exports = { statements: 14.07, branches: 3.51, functions: 6.02, - lines: 14.28, + lines: 14.27, }, }, transformIgnorePatterns: [ --- jest.config.js @@ -12,7 +12,7 @@ module.exports = { statements: 14.07, branches: 3.51...
add estimatedItemSize for flashlist
add estimatedItemSize for flashlist
9d319e5415010db41147ffc9d4f56aa9ea0c97dd
--- packages/core-services/Notification/redux.ts @@ -124,6 +124,8 @@ export const onResetNotificationState = ( ) => state.merge({ ...INITIAL_STATE, + optIn: state.optIn, + optInProgress: state.optInProgress, charged: state.charged, charging: state.charging, chargeError: state.chargeError,
fix: maintain opt in state for notification on reset action
fix: maintain opt in state for notification on reset action
abcc8ec77359996f082900c3ffb40046219fc19b
--- package-lock.json @@ -3367,9 +3367,9 @@ "integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw==" }, "@walmart/inbox-mini-app": { - "version": "0.0.100", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0...
SSMP-1534 (#809)
SSMP-1534 (#809) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
86993e38b79c2a51fb785f88717943c44eb14a49
--- src/images/assets/covid-vaccine.png Binary files /dev/null and b/src/images/assets/covid-vaccine.png differ --- src/images/assets/covid-vaccine@2x.png Binary files /dev/null and b/src/images/assets/covid-vaccine@2x.png differ --- src/images/assets/covid-vaccine@3x.png Binary files /dev/null and b/src/images/ass...
Updated the images for the whats new.
Updated the images for the whats new.
2b8d56727a26ac5a3d97cd5b22c1d224115483ea
--- package.json @@ -86,7 +86,7 @@ "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.22.3", - "@walmart/associate-listening-mini-app": "1.2.1-feat-529b8e6", + "@walmart/associate-listening-mini-app": "1.2.1-feat-8d61d27", "@walmart...
fix: update associate-listening mini app version
fix: update associate-listening mini app version fixes a accessibility translation on the take survey button
77a511329b069f67ca42e94781bd158939c1aac0
--- package-lock.json @@ -63,7 +63,7 @@ "@walmart/iteminfo-mini-app": "7.4.0", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", - "@walmart/metrics-mini-app": "0.15.12", + "@walmart/metrics-mini-app": "0.15.13", "@walmart/mod-flex-m...
updating version bump in package-lock.json file
updating version bump in package-lock.json file
afe10db0dcfe879e2c57907f6961095a337c3b61
--- package.json @@ -138,7 +138,7 @@ "@walmart/pay-stub-miniapp": "0.24.15", "@walmart/payrollsolution_miniapp": "0.155.2", "@walmart/persona-hub": "0.3.3", - "@walmart/price-changes-mini-app": "1.15.1", + "@walmart/price-changes-mini-app": "1.15.2", "@walmart/profile-feature-app": "2.8.1-UPV2...
chore: pc version update
chore: pc version update
96fb3be00aa3317611257604332bb52a1546eec3
--- src/notification.ts @@ -33,16 +33,22 @@ const goToMessageScreenForChannel = ( }; const triggerSoundFeedback = async () => { - const sound = new Audio.Sound(); try { - sound.loadAsync( + const {sound} = await Audio.Sound.createAsync( require('./media/corevoice_src_main_res_raw_textingsound.wav')...
fixing audio playing on notification
fixing audio playing on notification
3466152c00eefd04a10cd46274fef041262d5dd9
--- src/auth/ErrorScreen.tsx @@ -95,7 +95,7 @@ export const ErrorScreen: FC<any> = (props) => { userId: encryptUserId(userIdValue.toUpperCase(), siteId), siteId: siteId, code: errorCategory.code, - errorCategory: errorCategory[lang], + errorCategory: errorCategory['en-US'], ...
changed log to english
changed log to english
c102117999707fcbbe2dfe65bf64d6fadaff7cc7
--- core/__tests__/__mocks__/@walmart/allspark-foundation/Translation.js @@ -1,6 +1,5 @@ module.exports = { ...jest.requireActual('@walmart/allspark-foundation/Translation'), - useAllsparkTranslation: jest.fn(), AllsparkTranslationClient: { t: jest.fn((key) => key), language: 'language',...
re-added translation mock
re-added translation mock
20e20040bacbcf5e9112576b18fcaa0ccbf3d68d
--- __tests__/startup/dataSaverInitTest.ts @@ -2,7 +2,7 @@ import { cellularDataSaverSagas, onConnectivityChange, } from '../../src/startup/dataSaverInit'; -import {takeLatest, select} from 'redux-saga/effects'; +import {takeLatest, select, call} from 'redux-saga/effects'; import {getConnectivity, SET_CONNECTIV...
Fixing data saver not working after restart
Fixing data saver not working after restart
4bf38da664d7f483140ad2a8bb51a568498d9074
--- src/common/container.ts @@ -1,5 +1,5 @@ -import {AllsparkComponentContainers} from '@walmart/allspark-foundation'; +import {ComponentsModule} from '@walmart/allspark-foundation'; import {FEATURE_ID} from './constants'; export const WmConnectContainer = - AllsparkComponentContainers.create<any>(FEATURE_ID); + ...
feat(ui): update allspark components
feat(ui): update allspark components
800f59a4b3c3132ab9fbad40ba76c65dd11c63f6
--- src/channels/utils.ts @@ -6,7 +6,7 @@ import CryptoJS from 'crypto-js'; * @returns SHA256 encrypted value of sorted participants */ export const createAssociateChannelId = (participants: string[]) => { - const sortData = participants.sort(); + const sortData = [...participants].sort(); const data = sortDa...
feat(ui): fixed critical sonar violations
feat(ui): fixed critical sonar violations
47474162b6973e8c5eb41f5e3cf4dd689ed6053c
--- graphql.yml @@ -30,7 +30,7 @@ applications: - name: 'GetTeamsByStore' queryTemplate: 'src/queries/getTeamsbyStore.graphql' tags: - - 'v1' + - 'v2' - name: 'upsertAssociateTextPreferences' queryTemplate: 'src/queries/upsertAssocia...
Update teams query
Update teams query
5884ec530228bdf07f1f0752cdb5899918536e12
--- packages/core-widget-registry/src/AskSam/index.ts @@ -1,5 +1,4 @@ -import { createRegistryHook } from '@walmart/allspark-utils'; -import { WidgetRegistry } from '../WidgetRegistry'; +import { createRegistryHook, WidgetRegistry } from '@walmart/allspark-utils'; import { AskSamWidgetProps } from './types'; export...
feat: use widget registry from allspark utils
feat: use widget registry from allspark utils
4012b25fb1817fed30e23164c5c100006f29dff1
--- jest.config.js @@ -5,10 +5,10 @@ module.exports = { collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], coverageThreshold: { global: { - statements: 24.3, - branches: 7.8, - functions: 9.68, - lines: 25, + statements: 24.67, + branches: 7.96, + functions: 10.4,...
boosting coverage thresh
boosting coverage thresh
ebba63d7965b2717880c0faa210204735249109e
--- __tests__/AppTest.tsx @@ -1,14 +1,21 @@ import React from 'react'; import {create} from 'react-test-renderer'; -import {App} from '../src/index'; import {useSelector} from 'react-redux'; -import {BaseApp} from '../src/index'; import {MeAtWalmartContainer} from '@walmart/me-at-walmart-container'; import CodePus...
chore: test updates
chore: test updates
c8c9bfe14de1381a0111d9405cded7705522be11
--- package.json @@ -135,7 +135,7 @@ "@types/seamless-immutable": "^7.1.16", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", - "@walmart/allspark-foundation": "6.17.0", + "@walmart/allspark-foundation": "6.17.1", "@walmart/allspark-graphql-client": "~6.3.20", "@walmart/allspark-http-c...
chore: bump foundation to latest patch version
chore: bump foundation to latest patch version
b7a58433cbdf34262873696d288d235ccad174db
--- .yarn/patches/expo-image-npm-2.0.7-adb639d59c.patch @@ -1,8 +1,8 @@ diff --git a/ios/ExpoImage.podspec b/ios/ExpoImage.podspec -index 21bef71a3e1551e0a6a8cd5a7675040752764405..695a274072e1d47caeb85e7504a26568cafe7128 100644 +index 21bef71a3e1551e0a6a8cd5a7675040752764405..58017b80c7ef7fd31c585371aac82225b2a8ceaa 1...
fix(image-symbol): fixed ios expo image symbol issue
fix(image-symbol): fixed ios expo image symbol issue
9bb2328583e1566ba355ae8940beac62ee78c6df
--- packages/me-at-walmart-athena-queries/src/getForYouHeaderAssociateDetails.ts @@ -1,7 +1,14 @@ import * as Types from './schema.types'; -import { gql } from '@apollo/client'; -import * as Apollo from '@apollo/client'; -import * as ApolloReactHooks from '@apollo/client'; +import { + gql, + useQuery, + useLazyQuer...
feat(graphql): Change imports
feat(graphql): Change imports
eb2bf5d855a5ac26e6317d25ed651f3333c3e742
--- .looper.multibranch.yml @@ -1,28 +1,17 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml -cache: - - name: npm-cache - configs: - - type: yarn - checksum: - - 'yarn.lock' - excludes: - - '.yarn' - flows: prepare-npm-project: - - with...
chore: looper template change
chore: looper template change
f7e0c26ec894840e040b8527eaaa1d1f83876774
--- packages/me-at-walmart-container/src/services/user/getAssociateInfo.ts @@ -36,6 +36,7 @@ export async function getAssociateInfo(tokenData: TokenData) { }, }, errorPolicy: 'all', + fetchPolicy: 'network-only', }); const loggedInUser = response.data.getLoggedInUser;
fix: get logged in user was returning cached data
fix: get logged in user was returning cached data
8e7d9f29239b92149c108119484673e41fbecb04
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.0-beta.1", + "version": "3.6.0-beta.2", "main": "dist/index.js", "files": [ "dist",
feat(ui): update package
feat(ui): update package
0a6abc6fad8a37d8be171d6798200e3310e9cb5d
--- src/Redux/reducer.ts @@ -1,85 +1,15 @@ -import { createSlice, PayloadAction } from '@reduxjs/toolkit'; -import { FEATURE_ID } from '../common/constants'; +import { createSlice, PayloadAction } from "@reduxjs/toolkit"; +import { FEATURE_ID } from "../common/constants"; import { AllTeamsSections, SupplyChainTe...
feat(ui): remove commented out code #SMDV-7856
feat(ui): remove commented out code #SMDV-7856
b0465777949962b80eff689bfa5f414824c395ab
--- package-lock.json @@ -37,7 +37,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.16.1", + "@walmart/compass-sdk-rn": "3.16.17", "@walmart/config-compone...
Update time clock mini app to 2.85.1
Update time clock mini app to 2.85.1
1be42d7411347834678fbbc6eb08e6a9659eb717
--- ios/Podfile.lock @@ -682,7 +682,7 @@ PODS: - React-Core - RNReactNativeHapticFeedback (1.14.0): - React-Core - - RNReanimated (2.10.0): + - RNReanimated (2.12.0): - DoubleConversion - FBLazyVector - FBReactNativeSpec @@ -714,7 +714,7 @@ PODS: - React-RCTImage - RNSha256 (1.4.8)...
chore: update podfile lock
chore: update podfile lock
f5aa6fc24ce7fff8548b3b54b0634da899da4a6f
--- package.json @@ -73,7 +73,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/OneWalmart-MiniApp": "1.0.11", + "@walmart/OneWalmart-MiniApp": "1.0.12", "@walmart/allspark-health-survey-mini-app": "0.0.44"...
ECT-1733 Updated OneWalmart Miniapp version
ECT-1733 Updated OneWalmart Miniapp version
60106763b7f278459f559f2d49abea3e5f1af99b
--- packages/me-at-walmart-common/README.md @@ -1,5 +1,5 @@ -# Me@Walmat Common +# Me@Walmart Common -Library for common components and utilities used in the Me@Walmart application. +This library is meant for common components and utilities used in the Me@Walmart application. -Meant for component containers, ...
docs: update readme
docs: update readme
7d76401398fe7dc5cafdd49ace212fc7495a752f
--- src/components/ActionButton.tsx @@ -58,7 +58,8 @@ export const ActionButton = ( ) : ( <> {typeof icon === 'string' - ? createElement(Icons[icon], { + ? // @ts-ignore + createElement(Icons[icon], { size: 'medium', ...
fixing typescript issues
fixing typescript issues
056c11ac6b8597628111aabb106e1025b9c91195
--- src/components/modals/hoc/EditTeamsModal.tsx @@ -2,6 +2,7 @@ import React, {useCallback, useEffect, useRef, useState} from 'react'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; import {AssociateExpHubFeature} from '../../../utils/feature'; +import {AssociateExpHubLogger} fro...
feat(ui): update ff #SMDV-8174
feat(ui): update ff #SMDV-8174
5a81a8b3ed639dd72dd90396fe8347482c85a2f0
--- packages/allspark-foundation-hub/src/HubFeature/Store/HubHeader/index.tsx @@ -11,8 +11,9 @@ export const HubHeader = ({ subText, backgroundColor, textColor, + noPadding, }: HeaderTypes) => { - const styles = HeaderStyles(backgroundColor, textColor); + const styles = HeaderStyles(backgroundColor, textCo...
Adding noPadding to the component
Adding noPadding to the component
79c70ae72738d9b92a8e8f5cc94065c9c75735e8
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -34,6 +34,9 @@ Array [ <Screen name="ShareConcerns" /> + <Screen + name="ShareIdeas" + /> <Screen component="SettingsMiniApp" name="Settings"
Snapshot updated
Snapshot updated
787890831cc53e22281988773532e2882777cb2d
--- core/src/core/FeatureToggleGuard.tsx @@ -5,7 +5,7 @@ import React, { useEffect, } from 'react'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; - +import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation'; import {useOneClick} from '../oneClick/useOneCli...
ALLSPARK-4175: Fixed inline styles
ALLSPARK-4175: Fixed inline styles
167a4b8621b9376028a902e5cdf20246c9d9d27a
--- packages/allspark-foundation/__tests__/Auth/saga.test.ts @@ -0,0 +1,61 @@ +import { runSaga } from 'redux-saga'; + +import { AuthActionTypes, IAuthActions } from '../../src/Auth/redux'; +import { AuthConfiguration } from '../../src/Auth'; +import { AuthService } from '../../src/Auth/service'; +import { + onGetUser...
test branch to see what the issue is
test branch to see what the issue is
c4713250e30bb0ef31d500c1fc6a70f159773e90
--- package-lock.json @@ -3393,9 +3393,9 @@ "integrity": "sha512-DMXzHrlFBvd5qOHxju7irJ+4UkclgpwJVlEKzPqmL4oQPYXkjCydvbJR0O5FmZtDDyBrKxKtofD2vD4nyBeHPA==" }, "@walmart/inbox-mini-app": { - "version": "0.13.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox message impersonation fix
inbox message impersonation fix
8acb75ddcbbc8d438d2844341de8ab53dc940b56
--- android/app/build.gradle @@ -158,8 +158,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 913 - versionName "1.15.0" + versionCode 914 + ve...
Fixing AD_ID permission issue on android
Fixing AD_ID permission issue on android
4f52826834aa39a4b5b99089655795cfd12c712c
--- package.json @@ -18,7 +18,7 @@ "lint": "yarn workspaces foreach --all -p run lint", "lint:fix": "yarn workspaces foreach --all -p run lint:fix", "prepare": "husky", - "test": "jest --no-watchman" + "test": "npm run build && jest --no-watchman" }, "repository": { "type": "git",
Update package.json
Update package.json
e5bc2a027283920d9d8d860f1644b3645e9b0ff0
--- package-lock.json @@ -3283,9 +3283,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.30.7", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.7.tgz", - "integrity": "sha512-mccXtxnNMRk1LgksLO3fUyHMZRVpJ0Xx2yoVEa7h5bL5166A7lRCCEHyU0nxzd+c...
Version increment
Version increment
84a23e91c499e6380fa7d23e3dd6c817273d5b96
--- package-lock.json @@ -4483,9 +4483,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.17.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.17.0.tgz", - "integrity": "sha512-RdFIxYZNPtyEKhZ5e3pxbfoTX/wW2BsQb0HqpfTt2U7CVN1TVC3psF9R3Bl8nj82QMP...
Updating taskit version
Updating taskit version
7c824a80a3e74cb532ce706883c1fd12005784f1
--- targets/US/package.json @@ -99,7 +99,7 @@ "@walmart/core-utils": "6.3.9", "@walmart/core-widget-registry": "workspace:^", "@walmart/counts-component-miniapp": "0.1.11", - "@walmart/emergency-mini-app": "1.27.1", + "@walmart/emergency-mini-app": "1.29.1", "@walmart/exception-mini-app": "1.8...
Platform Drop24 changes
Platform Drop24 changes
c708de4391c92ce1711c553cdec1d3d840d1a2fa
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useHubConfig.ts @@ -1,6 +1,7 @@ import { ConfigSelectors } from '@walmart/allspark-foundation/Config'; import { useSelector } from 'react-redux'; +//Todo: Update appropriate types here export const useHubConfig = (ccmNamespace: string, defaultValue: any) =>...
feat(ui): Update the user onboarded condition
feat(ui): Update the user onboarded condition
51dd52f5b6b8adceb3cbdb1c71f9fa4294aad860
--- src/components/AssociateRosterItem/index.tsx @@ -23,7 +23,7 @@ import { } from '../../utils'; import { useIsImpersonatedOnDev, - useIsSalariedOrTeamLead, + useIsWeeklyScheduleLinkVisible, usePushToTalk, useStartAssociateText, useUserIsInRoster, @@ -46,7 +46,7 @@ export const AssociateRosterItem = Re...
update weeklyschedule link
update weeklyschedule link
c11d90024c512df272c51a90b59249374cb63345
--- package-lock.json @@ -4232,9 +4232,9 @@ "integrity": "sha512-GJ/6zuVgXn+8rocbeOisIbHxBbGk8ZmKr3fqofSgLYe7x9YuiXPi2kfSjz0G7p/HcAS/FqHllNsqPCdoLbeVpg==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.1.33", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Feedback mini version bump
Feedback mini version bump
47d20de267692b6f2a78a4f576b25add50590a82
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.17", + "version": "1.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.17", + "version": "1.0.18", "hasInstal...
Update version
Update version
e3729817f0a92a7485256bda649e4d3cf3886076
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -485,6 +485,7 @@ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL", "${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditBarcodeCapture/ScanditBarcodeCapture.framework/ScanditBarcodeCapture", "${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditCaptureCore/Sca...
Updated after pod install.
Updated after pod install.
3302bdb02a14bcd0895eb885a8b0db9ceac4c17c
--- package.json @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-foundation": "latest", - "@walmart/allspark-foundation-hub": "1.4.0", + "@walmart/allspark-foundation-hub": "latest", "@walmart/allspark-graphql-client": "...
fix(ui): update the my team mini app version smdv-9999
fix(ui): update the my team mini app version smdv-9999
8116c0020dfe366a400a0e422c235a88b20fe3ed
--- app.config.US.ts @@ -71,6 +71,19 @@ const CONFIG: ExpoConfig = { }, experiments: { tsconfigPaths: true, + buildCacheProvider: { + plugin: '@walmart/allspark-build-cache-provider', + options: { + // Strategy is 'local-only' so this has no effect, but is currently required by the plugin...
feat: add build cache (#5240)
feat: add build cache (#5240)
7c99627f6edd95a1639cd442d827938e72ca704b
--- package-lock.json @@ -135,6 +135,7 @@ "react-native-new-snap-carousel": "^3.9.3", "react-native-pager-view": "^6.0.1", "react-native-pdf": "^6.6.2", + "react-native-pell-rich-editor": "^1.8.8", "react-native-permissions": "3.6.1", "react-native-popup-menu": "^0.16...
feature/profile-feature-app_rn70
feature/profile-feature-app_rn70
7a671c75f582b67ae95ae4d449d86292d0086e38
--- packages/allspark-foundation/src/HTTP/client.ts @@ -14,8 +14,7 @@ import { ResponseInterceptor, } from './types'; import { warnForIncorrectInterceptors, warnForLegacyCalls } from './warnings'; -import { AsyncHookResult, useAsync } from '@walmart/allspark-utils'; -import { useCallback } from 'react'; +import { ...
refactor: update http client for new async hook format in utils
refactor: update http client for new async hook format in utils
3fdcdd3c90ed8a8c02527e6f6e703cbd51f5a0d1
--- packages/allspark-utils/__tests__/registries/MethodRegistry.test.ts @@ -0,0 +1,104 @@ +import { MethodRegistry } from '../../src/registries/MethodRegistry'; + +describe('MethodRegistry', () => { + type TestMethods = { + methodA: (x: number, y: number) => number; + methodB: (msg: string) => string; + }; + + ...
test: allspark-utils methodRegistry
test: allspark-utils methodRegistry
40fa1505594f8325701ccb8cb0aa30ab57027508
--- src/managerExperience/utils/allTeamsScreen.tsx @@ -19,7 +19,7 @@ const sortTeamsAscComparator = (teamA: TeamInfo, teamB: TeamInfo) => { export const createAllTeamsSections = ( allTeams: (Team | null)[] | null | undefined, - primaryTeamId: any, + primaryTeamId: string, primaryTeamArea: string, ) => { ...
feat: fixed primaryTeamId type
feat: fixed primaryTeamId type
bc161d901bc7b36d22e965b712f8f582e03ab2c6
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 110 + versionCode 111 versionName "1.0.9" } ...
Incrementing build number
Incrementing build number
b4c0dc22cbc7c5426d3b7362651a11668859adbe
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/pay-stub-miniapp": "0.15.2", "@walmart/payrollsolution_miniapp": "0.140.1", "@walmart/price-changes-mini-app": "1.10.6", - "@walmart/profile-feature-app": "1.138.2", + "@walmart/profile-feature-app": "1.138.3", "@walmart...
package lock json updated
package lock json updated
b759baed0bd0816e07912114142c304d0a58c01b
--- package.json @@ -176,7 +176,7 @@ "@walmart/talent-performance-mini-app": "1.2.7", "@walmart/talent-preboarding-mini-app": "1.0.63", "@walmart/talent-preboarding-shared-utils": "^0.1.114", - "@walmart/taskit-mini-app": "5.52.10", + "@walmart/taskit-mini-app": "5.52.12", "@walmart/time-clock...
fix(notes): taskit mini app my walmart 2.0 bug fixes TASKIT-8132 (#5346)
fix(notes): taskit mini app my walmart 2.0 bug fixes TASKIT-8132 (#5346) Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> Co-author...
d715afd63524be292c3da2ed4080792b65deba52
--- package-lock.json @@ -1856,9 +1856,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.1.0", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.0.tgz", - "integrity": "sha512-OPr3gJ9fi5n0WaAfuAig8d2QQJdmdamZ87MDcPEE0WAQPg9N...
bump schedules mini app version
bump schedules mini app version
1275b9b31eac822746d12d1748565f9ea8db69b1
--- packages/allspark-foundation/__tests__/Auth/sagas.test.tsx @@ -15,6 +15,15 @@ jest.mock('../../src/Auth/service', ()=>({ } })) describe('Auth/sagas.ts', () => { + const mockAuthResult: AuthResult = { + scopes: ['test'], + accessToken: 'test', + accessTokenExpirationDate: '', + idToken: 'string', +...
address pr comment
address pr comment
279c3a502b6ede864a8c592928fe7471d1fbde7d
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.4", - "@walmart/facilities-management-miniapp": "0.2.9", + "@walmart/facilities-management-miniapp": "0.3.0", "@walmart/feedback-all-...
Update package.json
Update package.json
dce4e0f0d5a8bb9fd9d23ceb100aed9ba0b641c3
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.2.0-alpha.5", + "version": "3.2.0-alpha.6", "main": "dist/index.js", "files": [ "dist", --- src/components/MyWalmartv2/Widgets/SalariedOrTeamLead/SalariedOrTeamLeadRosterWidget.tsx @@ -1,7 +1,7 @@ import React, {u...
chore(ui): update roster widget
chore(ui): update roster widget
7bc21748b1aa30195f4150f3deccdf8e2f0fb507
--- __tests__/components/NewMessageHeader.test.tsx @@ -10,6 +10,14 @@ jest.mock('../../src/logger/Analytics', () => ({ analytics: jest.fn(), })); +jest.mock('@walmart/allspark-foundation/Navigation', () => ({ + NavigationModule: { + manager: { + closeAllModals: jest.fn(), + }, + }, +})); + jest.mock...
feat(ui): update modal guard
feat(ui): update modal guard
403008c9cfa8fb031b8b0b918db10fa2f032ee3b
--- __tests__/screens/RosterScreen/RosterScreenTest.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import {screen, waitFor} from '@testing-library/react-native'; +import {waitFor} from '@testing-library/react-native'; import {RosterScreen} from '../../../src/screens/RosterScreen'; import {useNavigation} from '@reac...
cleanup import
cleanup import
731ee9cb6a60c0ed8a57b20ec0908f241adb9b8f
--- src/utils/queries/getTeamsByStore.graphql @@ -0,0 +1,38 @@ +query getTeamsByStore( + $countryCode: String! + $includeManagement: Boolean + $siteNbr: String! + $teamNamesLike: [String!] +) { + getTeamsByStore( + countryCode: $countryCode + includeManagement: $includeManagement + storeNbr: $siteNbr + ...
feat(ui): added getTeamsByStore query
feat(ui): added getTeamsByStore query
89cdf1d92fc3c24b7d2e5ce068881ef823a7da0c
--- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap @@ -1,16 +1,27 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PreHireHallwayNav matches snapshot 1`] = ` -<Navigator - initialRouteName="welcomeMe.CandidateHome" - screenOptions={ - { - "header":...
Update PreHireHallwayNavTest.tsx.snap
Update PreHireHallwayNavTest.tsx.snap
de217b752c7700dfa3e77eddaaa410a5ee039def
--- package.json @@ -82,7 +82,7 @@ "@walmart/allspark-http-client": "~6.3.28", "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "6.9.0", - "@walmart/amp-mini-app": "1.2.8", + "@walmart/amp-mini-app": "1.2.10", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-...
fix(version): updated the versions for amp-mini-app changes SSMP-10857 (#4483)
fix(version): updated the versions for amp-mini-app changes SSMP-10857 (#4483) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>