commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
8bcfa8406797ba588a382c6cbc16b1d06f218410
--- package.json @@ -166,7 +166,7 @@ "@walmart/rfid-scan-mini-app": "2.15.6", "@walmart/rn-mobile-sdk-digital-locks": "1.0.11", "@walmart/rn-mobile-sdk-pairing": "3.0.3", - "@walmart/rn-receiving-mini-app": "2.8.44", + "@walmart/rn-receiving-mini-app": "2.8.48", "@walmart/roster-mini-app": "3....
fix(receiving): drop 35.1 hotfix (#5461)
fix(receiving): drop 35.1 hotfix (#5461) Co-authored-by: Abhishek Dourbi <abhishek.dourbi@walmart.com>
7cb0cef89c0e995b3a8030fb324c86787b9aedea
--- packages/celebration-mini-app/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.40.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.40.0
cb027df559ecf93f7217e79f00a25e57a0a71221
--- __tests__/navigation/__snapshots__/indexTest.tsx.snap @@ -134,7 +134,7 @@ exports[`RootNav matches snapshot when app not accessible 1`] = ` > <Screen component="AppBlockingScreen" - name="appBlock" + name="Core.appBlock" options={ Object { "headerShown": false,
Snapshot update
Snapshot update
ec2d3b9bcd6f573c3cad2a173c0e60abc3111c86
--- package-lock.json @@ -6205,7 +6205,7 @@ "@walmart/feedback-all-spark-miniapp": "0.9.9", "@walmart/functional-components": "1.0.34", "@walmart/gtp-shared-components": "^2.0.2", - "@walmart/payrollsolution_miniapp": "0.130.4", + "@walmart/payrollsolution_miniapp": "^0.130.4", ...
update package.json
update package.json
821955f7436a060176ba0594777d61ff9f18a43d
--- __tests__/utils/timestamp-test.ts @@ -7,10 +7,6 @@ jest.mock('../../src/utils/timestamps', () => const mockTranslationFunction = jest.fn((key) => key); -jest.mock('../../src/utils/timestamps', () => - jest.requireActual('../../src/utils/timestamps'), -); - describe('channelRowTimeStamp function', () => { ...
Pulled and updated the branch
Pulled and updated the branch
0729b8f3809e595c2da1d826d3d5ffca1c63cb4f
--- 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.29", + "@walmart/texting-mini-app": "2.0.30", "@walmart/time-clock-...
texting mini app version update
texting mini app version update
84d4ff78e735ee4e01b52c4cc5244727465abccd
--- package.json @@ -94,7 +94,7 @@ "@walmart/react-native-shared-navigation": "^0.4.0", "@walmart/react-native-sumo-sdk": "2.1.0-alpha.3", "@walmart/redux-store": "^1.0.15", - "@walmart/schedule-mini-app": "0.4.3", + "@walmart/schedule-mini-app": "0.6.0", "@walmart/settings-mini-app": "1.3.8",...
schedule 0.6.0 (Roster Updates)
schedule 0.6.0 (Roster Updates)
7d23500bcbcf4b0b826760e30d1cf2e8586c35d3
--- __mocks__/@walmart/me-at-walmart-common.js @@ -25,4 +25,5 @@ module.exports = { remove: jest.fn(), }, useSidekickAssistantFABFocusEffect: jest.fn(), + useSidekickAssistantFABBottomOffset: jest.fn().mockReturnValue(88), }; --- __tests__/app/tabs/__snapshots__/for-you.test.tsx.snap @@ -14,9 +14,14 @@ e...
fix(ui): ALLSPARK-7471 Added bottom padding for FAB button visibility (#5289)
fix(ui): ALLSPARK-7471 Added bottom padding for FAB button visibility (#5289) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
41ffefb8b81bded9d591d991e09a15931f5ce7f5
--- src/components/ActionButton/index.tsx @@ -10,6 +10,9 @@ import {colors, Icons} from '@walmart/gtp-shared-components-3'; import {styles} from './style'; import {ActionButtonProps} from './types'; +const DISABLED_COLOR = colors.gray[50]; +const ENABLED_COLOR = colors.blue[100]; + export const ActionButton = ({ ...
fix(ui): message screen cyclic object
fix(ui): message screen cyclic object
6e75b55a191ae455067960c456c8fdc03ffa9f37
--- graphql.yml @@ -57,7 +57,7 @@ applications: tags: - 'v1' - name: 'upsertSupplyChainAssociatePreference' - hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a' + hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0' ...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
3caeec086becd7d75da1516aa694480a0a140d79
--- android/app/build.gradle @@ -135,7 +135,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 52 - versionName "1.0.3" + versionName "1.0.4" } splits { abi { --- ios/AllSpark/Info.plist @...
Chore/version bump (#377)
Chore/version bump (#377) * version bump * build number update Co-authored-by: Hitesh Arora <>
98daeea8eea0d2d615477b008cf3fde5e1774358
--- .looper.multibranch.yml @@ -268,8 +268,6 @@ flows: increment-version-code: - (name Check Versioning) git clone https://${GITHUB_TOKEN}@gecgithub01.walmart.com/allspark/allspark-core-version.git -b master - (set version code) bundle exec fastlane set_build - - exposeVars(./fastlane/fastlane-session.j...
adding build number step for slack failure
adding build number step for slack failure
fab99a381cff844782cda7aa43f9554780f01692
--- babel.config.js @@ -1,45 +1,4 @@ - - -module.exports = function(api) { - api.cache(true); - if (process.env.NODE_ENV === 'production' || process.env.BABEL_ENV === 'production') { - return { - "presets": ["module:metro-react-native-babel-preset"], - "plugins": ["react-native-reanimated/plugin", ["tran...
fixed reacttron
fixed reacttron
8e51e611059fbf99bf4bd2e3711051aa6a04c2a7
--- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -461,6 +461,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects AskSamScreens ModFlexScreens PriceChangesMiniApp + DigitalLocksMiniAppScreens ManagerExperienceScreens RfidS...
Drop 29: Invue SDK Build Bugfix (#3990)
Drop 29: Invue SDK Build Bugfix (#3990) * bump invue-rn-sdk to 0.1.26-alpha.8-wt1 * adding digital locks back in mainStackNav * test snapshot * bump to wt2 --------- Co-authored-by: Alex Scarlett <Alex.Scarlett@walmart.com>
93b65c215e89b6c85eb927f0218400ee5f16a798
--- packages/core-widget-registry/src/Inbox.ts @@ -1,3 +1,3 @@ import { WidgetRegistry } from '@walmart/allspark-utils'; -export const InboxWidgetRegistry = new WidgetRegistry('inbox'); \ No newline at end of file +export const InboxWidgetRegistry = new WidgetRegistry('inbox');
fix(lint): lint error fixed SSMP-4408
fix(lint): lint error fixed SSMP-4408
1ff4639785e7c9a88c815cd93966ea37967fc476
--- src/containers/Message/DeleteConfirmationContent.tsx @@ -10,7 +10,7 @@ import {TEXTING_I18N_NAMESPACE} from '../../translations'; type DeleteConfirmationContent = { messagePath: string; modalOnCloseCallback: () => void; - channelPath: string; + channelPath?: string; }; export const DeleteConfirmationCo...
saving as is
saving as is
af7551f5183275065de757e4c63ef9b649d5aa5a
--- ios/Podfile.lock @@ -573,7 +573,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.1.59): + - react-native-ptt-module (1.1.60): - PTT (= 0.4.2) - React - react-native-safe-area-context (3.1.8): @@ -996,7 +996,7 @@ SPEC CHECKSUMS: react-nati...
PTT version bump (#181)
PTT version bump (#181) * PTT version upgrade * updated PTT and Ask Sam version * installed PTT * PTT version bump * PTT version update * POD file * PTT version bump * PTT version update Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
11b32e06d7d6f147d388c2c85fd31ecb24fd1438
--- packages/allspark-foundation/src/Work/redux.ts @@ -39,7 +39,7 @@ export const workSlice = createSlice({ }, WORK_FLOW_ERROR: (state) => { state.workFlow = null; - state.workFlow = null; + state.actionId = null; }, }, });
fix: in error workflow, change mistaken workflow property to actionid DWORK-6979
fix: in error workflow, change mistaken workflow property to actionid DWORK-6979
97e105191241203cada7dbb5f81fdb6c1016c552
--- package-lock.json @@ -3217,9 +3217,9 @@ "integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA==" }, "@walmart/schedule-mini-app": { - "version": "0.2.75", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi...
schedule mini app update/dashboard card crush
schedule mini app update/dashboard card crush
06474e4c29def4c805afef48c95a5b8ed3cc11a6
--- packages/allspark-foundation/__mocks__/@react-navigation/native.js @@ -10,4 +10,5 @@ module.exports = { useNavigation: jest.fn(() => navigation), useIsFocused: jest.fn(), useFocusEffect: jest.fn((f) => f()), + ParamListBase: jest.fn() }; --- packages/allspark-foundation/__tests__/Navigation/utils.test....
unit test for utils navigation
unit test for utils navigation
710387da35887950ec89c262839bd4cbd33c7eee
--- package.json @@ -214,7 +214,6 @@ "react-native-inappbrowser-reborn": "^3.7.0", "react-native-maps": "1.10.0", "react-native-mask-input": "^1.2.3", - "react-native-modal@npm:^13.0.1": "patch:react-native-modal@npm%3A13.0.1#~/.yarn/patches/react-native-modal-npm-13.0.1-f1a75332f0.patch", "rea...
chore: lint fix
chore: lint fix
3f99d5a57cf77662d1feaf999088b669560e55b3
--- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap @@ -11,6 +11,6 @@ exports[`PreHireHallwayNav matches snapshot 1`] = ` > WelcomeMeMiniApp AskSamScreens - PaymentSelectionMiniApp + PaymentSelectionScreen </Navigator> `;
Update PreHireHallwayNavTest.tsx.snap
Update PreHireHallwayNavTest.tsx.snap
c77618ac6cb7977dc16a930030e2bc834de75635
--- __tests__/components/MyWalmartTeamSwitcher.test.tsx @@ -67,7 +67,7 @@ jest.mock('../../src/utils/logger', () => ({ })); jest.mock('../../src/hooks', () => ({ - useTeamSwitcher: jest.fn().mockImplementation(({ onTeamChange, throttleTime = 2000 }) => ({ + useTeamSwitcher: jest.fn().mockImplementation(({ onTeamC...
feat(ui): update unit tests and coverage
feat(ui): update unit tests and coverage
36028edb832f0c119aa8bc62635848a7310c39d3
--- package-lock.json @@ -3565,9 +3565,9 @@ "integrity": "sha512-PhbwXZYIduJImUrywvm+tqhFgV2qwNk2xhXjbaoBBOF8d0vHDjNElNEUvayM+9Nj25hFciAg/kYvFxXYpoelNQ==" }, "@walmart/shelfavailability-mini-app": { - "version": "0.3.98", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini...
update SA to v0.3.99 and scanner to 2.32.0
update SA to v0.3.99 and scanner to 2.32.0
1a7bd54b80db633b7baeedf27466ef2d7679b18a
--- packages/allspark-foundation/src/Navigation/NavigationModule.tsx @@ -117,6 +117,7 @@ export class NavigationModule { return ( <ContainerComponent + navigationInChildEnabled={true} {...NavigationModule.manager.NavigationContainerProps} testID='nav-container' >
fix(navigation): child navigation prop for legacy behavior dropped from navigation container provider
fix(navigation): child navigation prop for legacy behavior dropped from navigation container provider
06024aa95c2ce2843c64a600b0d3d1e5a77d89de
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionError.tsx @@ -0,0 +1,30 @@ +import { Button, ErrorMessage } from '@walmart/gtp-shared-components/dist'; +import React from 'react'; +import { teamSelectionErrorStyles as styles } from '../styles'; +import { Image, View } fro...
feat(ui): team selection error screen
feat(ui): team selection error screen
ce3229b6ec013311eb5094a83064ca29323cf7e5
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/amp-mini-app": "1.1.30", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", - "@walmart/attendance-mini-app": "0.86.0", + "@walmart/attendance-mini-app": "0.190.0", "@walmart/compass-sdk...
update attendance mini app to version 0.190.0
update attendance mini app to version 0.190.0
a0b1d2a22da03ade1af5d406b17c8cac0105daf0
--- __tests__/__snapshots__/AppTest.tsx.snap @@ -2,9 +2,7 @@ exports[`RootContainer renders and fires startup event 1`] = ` <SafeAreaProvider> - <ThemeProvider - theme={Object {}} - > + <LivingDesignProvider> <AllsparkCoreServices recipe={ Object { @@ -28,6 +26,6 @@ exports[`RootContainer...
chore: snapshot update
chore: snapshot update
9beca309f23987e9a7a86b9a8dd1fce97350fbab
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap @@ -306,16 +306,145 @@ exports[`HomeStackNav matches snapshot when user is not present 1`] = ` `; exports[`HomeStackNav matches snapshot with inbox disabled 1`] = ` -<View - style={ +<Navigator + screenOptions={ Object ...
fixed failing tests
fixed failing tests
b8bcf1c0d2cf4c512ba4eb42c7d9500ff224e52b
--- targets/US/ios/Podfile.lock @@ -2254,7 +2254,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.7.4) - - topstock-mini-app (1.16.16): + - topstock-mini-app (1.16.17): - React - VisionCamera (3.7.1): - React @@ -2917,7 +2917,7 @@ SP...
upgrade podlock file
upgrade podlock file
408afa78b4386418f0e895fac1ee305873948ad5
--- src/components/modals/config/animations.ts @@ -4,6 +4,9 @@ * This file provides a clean, unified API for modal animations in the Associate Experience Hub. * Use the `Animations` object to access all available animations with a consistent interface. * + * @todo TODO: Migrate this animations configuration to @w...
feat(ui): update animations file with TODO comment #SMDV-8235
feat(ui): update animations file with TODO comment #SMDV-8235
3553765074087216fa321fec029da402ae266948
--- packages/allspark-foundation/__tests__/Navigation/client.test.tsx @@ -134,6 +134,7 @@ describe('NavigationClient', () => { }); it('add a screen change listener when handler is a function', () => { const mockHandler = jest.fn(); + console.log(typeof mockHandler); navigationClient.addScreenChangeLi...
fix: fixing a failed test - unrelated change
fix: fixing a failed test - unrelated change
a8563c2d5bf9e77356b867a1314c08b805088edb
--- packages/allspark-foundation-hub/src/HubFeature/Store/TeamSelection/Component/SearchInput/SearchInput.tsx @@ -0,0 +1,31 @@ +import React from 'react'; +import { TextInput, View } from 'react-native'; +import { TeamSearchInputStyles as styles } from './style'; +import { colors, Icons } from '@walmart/gtp-shared-comp...
Adding SearchInput UI
Adding SearchInput UI
4f40cdc84da931fde5ab549e637c0a7b96688880
--- package.json @@ -89,7 +89,7 @@ "@walmart/attendance-mini-app": "3.44.0", "@walmart/avp-feature-app": "0.5.1", "@walmart/avp-shared-library": "0.5.2", - "@walmart/backroom-mini-app": "1.1.9", + "@walmart/backroom-mini-app": "1.1.10", "@walmart/calling-mini-app": "0.2.38", "@walmart/che...
Update @walmart/backroom-mini-app to 1.1.10
Update @walmart/backroom-mini-app to 1.1.10
fce99106c2870f13e5cabda30479cea80c3d2aa7
--- jest.config.js @@ -31,5 +31,6 @@ module.exports = { '<rootDir>/__tests__/__mocks__/', '<rootDir>/__tests__/harness/', ], + testResultsProcessor: 'jest-sonar-reporter', silent: true, //Uncomment to suppress error and warnings in test output }; --- package.json @@ -91,6 +91,7 @@ "install": "^...
Merge changes
Merge changes
2fa915403ee30c1898855dccd5410ba85ce96832
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.14", + "version": "1.15.1-alpha.15", "main": "dist/index.js", "files": [ "dist" @@ -99,9 +99,9 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", ...
feat(ui): update my team mini app
feat(ui): update my team mini app
9763eedd4f577dbfbc71d6a32a0a5906c03be982
--- __tests__/harness/index.tsx @@ -14,7 +14,7 @@ import { EnvironmentProvider, EnvConfig, } from '@walmart/core-services/Environment'; -import {EnvType} from "@walmart/core-services/Environment/types"; +import {EnvType} from '@walmart/core-services/Environment/types'; const rootReducer = reducerManager.getRo...
fix lint issue
fix lint issue
5dc276db534941707d397e73e26eda12918a9f25
--- packages/core-services-allspark/src/graphql/cache.ts @@ -43,20 +43,20 @@ const AllsparkTypePolicies: StrictTypedTypePolicies = { MewTeam: { keyFields: ['teamId', 'site'], }, - MicroLearnings: { - fields: { - completed: { - read(_, { args, toReference }) { - return toReference({ -...
fix: remove learning specific cache policy
fix: remove learning specific cache policy
70bfa7ad36b55c798c7f7a562c99d58537146c0f
--- src/ccmFallbacks.ts @@ -24,4 +24,16 @@ export const CCMFallbacks = { showTotalStore: true, showViewTeam: true, showClockInCount: true, + showFilterChips: true, + showSearchInput: true, + showMicrophoneIcon: false, + showStatusChip: true, + showViewOtherTeams: true, + showMessageStoreBtn: true, + sho...
feat: added ccm fallbacks for new feature flags
feat: added ccm fallbacks for new feature flags
79d9a431e40b24906631ff1a01708bf70972865d
--- package.json @@ -73,7 +73,7 @@ "@walmart/allspark-health-survey-mini-app": "0.0.44", "@walmart/allspark-home-mini-app": "0.5.28", "@walmart/allspark-me-mini-app": "0.31.4", - "@walmart/allspark-neon-core": "0.1.25", + "@walmart/allspark-neon-core": "0.1.26", "@walmart/ask-sam-mini-app": "0...
bumps up price changes to 1.2.1, neon to 0.1.26
bumps up price changes to 1.2.1, neon to 0.1.26
62bea28923f4f91988a56c0edf10c81ac2088a7d
--- __tests__/__mocks__/@walmart/redux-store.js @@ -51,18 +51,4 @@ module.exports = { deviceInfoSuccess: jest.fn(), deviceInfoError: jest.fn(), }, - AuthTypes: { - SIGN_IN_SUCCESS: 'SIGN_IN_SUCCESS', - SIGN_OUT_SUCCESS: 'SIGN_OUT_SUCCESS', - SIGN_IN_ERROR: 'SIGN_IN_ERROR', - FETCH_TOKEN_SUCCES...
Fixing tests
Fixing tests
46461ae2006eb0bb6d19bcc46d0b96250597b099
--- package.json @@ -171,7 +171,7 @@ "@walmart/schedule-mini-app": "patch:@walmart/schedule-mini-app@npm%3A5.4.4#~/.yarn/patches/@walmart-schedule-mini-app-npm-5.4.4-e63d1ba9c6.patch", "@walmart/shelfavailability-mini-app": "1.7.2", "@walmart/shop-gnfr-mini-app": "1.0.454", - "@walmart/sidekick-mini-a...
fix: sidekick-mini-app version drop35.1 develop (#5406)
fix: sidekick-mini-app version drop35.1 develop (#5406) Co-authored-by: s0k090y <sravani.kotla@walmart.com>
214a29bef6defde7add560f79b780606e2c0e345
--- ios/Podfile.lock @@ -1450,7 +1450,7 @@ PODS: - SQLite.swift/standard (= 0.13.3) - SQLite.swift/standard (0.13.3) - StructuredLogAssistantIOS (0.0.7) - - SumoSDK (2.5.0): + - SumoSDK (2.6.0): - Apollo (~> 0.45) - Apollo/SQLite (~> 0.45) - FirebaseMessaging (<= 10.1.0) @@ -1462,9 +1462,9 @...
Sumo upgrade for android 33
Sumo upgrade for android 33
02767f7d2da2cb5691b2ff065ff475961ddee01a
--- ios/Podfile.lock @@ -538,7 +538,7 @@ PODS: - RCTTypeSafety - React - ReactCommon/turbomodule/core - - react-native-scanner-3.0 (0.1.27): + - react-native-scanner-3.0 (0.1.29): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -1144,7 +1144,7 @@ SPEC CHECKSUMS: boo...
Update scanner version
Update scanner version
79d56fec3112a07489d0f390bb305b9012bff3e6
--- graphql.yml @@ -81,6 +81,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/upsertSupplyChainAssociatePreference.graphql' tags: - 'v1' + - name: 'getForYouHeaderAssociateDetails' + hash: 'd4f8c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5...
feat(graphql): add changes to graphql.yml
feat(graphql): add changes to graphql.yml
005c22d7fb559fad011fb4a5222eb3f3cc709dff
--- package-lock.json @@ -1892,9 +1892,9 @@ "integrity": "sha512-BBwGaJpm8USmZBR4u24osa6amtvp0XDPzsyWsqwYQQ6pykR4SFFsVlAcl0mHTgb4eh5MEAGQSQ/6SMVc5BE+tQ==" }, "@walmart/ui-components": { - "version": "1.0.62", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.0.6...
updating to proper version
updating to proper version
8014b227c0778a8e4a591f97eb0cfe67f6853ed5
--- package.json @@ -85,7 +85,7 @@ "@walmart/allspark-utils": "6.1.4", "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.22.1", + "@walmart/ask-sam-mini-app": "1.22.2", "@walmart/attendance-mini-app": "3.44.0", "@walmart/avp...
ask sam added expo linear gradient
ask sam added expo linear gradient
c241a036990d38b765a50290d4e60d3f343b5fac
--- src/components/RosterHeader.tsx @@ -44,8 +44,9 @@ export const RosterHeader = (props: RosterHeaderProps) => { return ( <View style={styles.rosterHeader}> <Body weight='700' size='large'> - {t('roster.testMsg')} Today’s {teamName ? teamName : 'Total Store'}{' '} - roster + {t('ros...
translating the tabs
translating the tabs
1f167698b0aaecf1db198d5ff7838a74df1b29bd
--- package.json @@ -117,7 +117,7 @@ "@walmart/invue-react-native-sdk": "0.1.26-alpha.12", "@walmart/iteminfo-mini-app": "8.6.1", "@walmart/learning-mini-app": "20.0.79", - "@walmart/manager-approvals-miniapp": "0.3.7", + "@walmart/manager-approvals-miniapp": "0.4.0", "@walmart/me-at-walmart-a...
feat(price-changes): drop 34 - bump PC to 1.15.0 & bump MA to 0.4.0
feat(price-changes): drop 34 - bump PC to 1.15.0 & bump MA to 0.4.0
720264343fab817b5087bff0e1e8f1ac625d6445
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -538,7 +538,6 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [ export const MainStackNav = () => { const dispatch = useDispatch(); - console.log('######### Inside MainStackNav!! ##########'); useEffect(() => { // Signal...
updated the main screen name for checkout
updated the main screen name for checkout
d17e0742d4d438aadc1fbd1d001c901e9f0a4f3e
--- package-lock.json @@ -5370,9 +5370,9 @@ } }, "@walmart/mod-flex-mini-app": { - "version": "1.1.2", - "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.1.2.tgz", - "integrity": "sha512-Qy9DT3Ol4B5eAHMX2ry5nfDXnwkZK+L3FnXpJERETqEyXvqukbQKrePehnuO7i6...
Update mod-flex-mini-app to 1.1.3
Update mod-flex-mini-app to 1.1.3
c262022ba68d29a585ba3ac52b4fc00d157e2b60
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx @@ -108,7 +108,7 @@ export const TeamSelectionList = ({ stickySectionHeadersEnabled={false} ListFooterComponent={ <> - <SelectionBanner selectedTeams={selectedTeams.length} />...
Adding selection banner component
Adding selection banner component
d51e700c3d04d92c20d6b6c7d7aa24fdea7cddda
--- package-lock.json @@ -86,7 +86,7 @@ "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.40.8", "@walmart/texting-mini-app": "2.0.29", - "@walmart/time-clock-mini-app": "2.111.2", + "@walmart/time-clock-mini-app": "2.111.3", "@walmart/tops...
Update TCMA to 2.111.3
Update TCMA to 2.111.3
28be4317ef505e6ceebf2c79bb87edf7a1296726
--- .gitignore @@ -61,6 +61,7 @@ buck-out/ # CocoaPods /ios/Pods/ +/ios/.xcode.env.local coverage/ dist/ --- src/navigation/index.tsx @@ -4,7 +4,6 @@ import React, {useMemo} from 'react'; import {createStackNavigator} from '@react-navigation/stack'; import {DrawerButton, Header} from '@walmart/ui-components...
setting up initial api call
setting up initial api call
d9c9a33d8a09f37f180f856db71a6b81fedab6a0
--- package.json @@ -153,7 +153,7 @@ "expo": "^51.0.0", "expo-image": "~1.13.0", "react": "*", - "react-native": "~0.75.4", + "react-native": "*", "react-native-wm-config": "0.1.1" }, "dependenciesMeta": { --- yarn.lock @@ -6371,7 +6371,7 @@ __metadata: expo: ^51.0.0 expo-ima...
Addressing comments
Addressing comments
76c06d9a32b50d160ef6639569acb504e0324e16
--- .looper-pr.yml @@ -7,7 +7,7 @@ envs: STAGES_TO_RUN: LINT: false UNITTEST: false - BUILD: true + BUILD: false SONAR_SCAN: false ARTIFACT_PUBLISH: true AUTO_PR_MONO: false --- __tests__/screens/SearchScreen/SearchScreenTest.tsx @@ -1,23 +1,20 @@ -imp...
removing looper change, do in different PR. Updating search screen tests
removing looper change, do in different PR. Updating search screen tests
718dabd5201bdcaac7cfe8e3d4692fb17d629db1
--- .looper.yml @@ -24,4 +24,3 @@ flows: - yarn install - yarn run lint - yarn run coverage -
feat(ui):update looper yml
feat(ui):update looper yml
6b225d3ccd66122934e560a53560806818735cb8
--- __tests__/screens/ChannelsScreen/ChannelsScreenTest.tsx @@ -5,7 +5,6 @@ import {useNavigation} from '@react-navigation/native'; import {StackNavigationProp} from '@react-navigation/stack'; import {TextingNavParamsMap} from '../../../src/navigation'; import {initialStateMock} from '../../harness/redux/mockState';...
updating channels screen test
updating channels screen test
fe63c449c30dfc9b2effdeebba546431a907f73d
--- package-lock.json @@ -39,7 +39,7 @@ "@walmart/attendance-mini-app": "0.190.2", "@walmart/compass-sdk-rn": "4.0.0", "@walmart/config-components": "4.1.0-rc.4", - "@walmart/copilot-mini-app": "^1.74.0", + "@walmart/copilot-mini-app": "1.74.5", "@walmart/core-services"...
chore(DWORK-00): copilot-mini-app 1.74.5
chore(DWORK-00): copilot-mini-app 1.74.5
f836aedce9a994e37fe4ac7c3d1ad8e22897e140
--- __tests__/PinAccess/PinAccessScreenTest.tsx @@ -70,9 +70,10 @@ const pinCode = '1234'; const defaultStateMock = ({ biometricType = undefined, dialogState = {}, + displayName = 'Sam Walton', }: any = {}) => { mockUseSelector.mockReturnValueOnce(passcodeKey); //passcodeKey - mockUseSelector.mockReturnVal...
settings and ui components version bump
settings and ui components version bump
9dd9d88829da576334929d2b464717549a446d2d
--- targets/US/package.json @@ -87,7 +87,7 @@ "@walmart/ask-sam-mini-app": "1.24.7", "@walmart/associate-listening-mini-app": "1.2.7", "@walmart/attendance-mini-app": "3.44.0", - "@walmart/avp-feature-app": "0.10.2", + "@walmart/avp-feature-app": "0.10.3", "@walmart/avp-shared-library": "0.10....
bumped avp
bumped avp
6453a268717f370421c9aaec55d3cff9d94719d3
--- __tests__/communications/__snapshots__/oneToOneChatTest.tsx.snap @@ -848,9 +848,6 @@ exports[`One to One Chat can send a text message 1`] = ` "justifyContent": "center", "width": 30, }, - Object { - "backgroundColor": u...
Snapshot issue fixed and Button object replaced with Body object
Snapshot issue fixed and Button object replaced with Body object
d044d0ae8154da9078cc71af65a3235176e40295
--- src/notification.ts @@ -5,6 +5,7 @@ import WmNotification, { import {isValidFileURI} from './utils'; import {PushNotificationApi} from './services/PushNotificationApi'; +//TODO: Need to handle photo based notifications export const onMessageNotificationHandler = (event?: SumoPushEvent) => { let handled = fa...
some minor refactors
some minor refactors
093ec6c57e5c73a9d86a004ed314ac478e75f785
--- graphql.yml @@ -19,7 +19,7 @@ applications: - name: 'GetDailyRoster' queryTemplate: 'src/queries/getDailyRoster.graphql' tags: - - 'v2' + - 'v1' - name: 'GetTeamById' queryTemplate: 'src/queries/getTeamById.graphql' ...
feat(ui): Update the queries for getDailyroster
feat(ui): Update the queries for getDailyroster
9aafb452655a1ced3930abf933450cbe1cd00222
--- __tests__/core/appConfigInitTest.ts @@ -169,7 +169,7 @@ describe('getAppConfigScope', () => { deviceType, model, osVersion, - teamIds: '[SUP_US_5431785,SUP_US_5431785]', + teamIds: 'SUP_US_5431785,SUP_US_5431785', }, }); expect(done).toEqual(true); --- __t...
test case update
test case update (cherry picked from commit fc6b71a7d44c927ff60a31bade36e42c64352401)
1f921cdf4d0f6e077786c285fa83a678c81beaae
--- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/HTTP.js @@ -2,7 +2,8 @@ module.exports = { ...jest.requireActual('@walmart/allspark-foundation/HTTP'), AllsparkHttpClient: { get: jest.fn(), + post: jest.fn(), }, CancelToken: jest.fn(), - isCancel: jest.fn() + isCancel: j...
chore: test coverage
chore: test coverage
c676971a3ff8616bf41a3b52cd1c549621730f7e
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -50,10 +50,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects } } /> - <Screen - component="HealthSurveyMiniApp" - name="HealthSurveyNav" - /> <Screen ...
update snapshot after removing health survey
update snapshot after removing health survey
441906e8b3c8cfa53848d167c20a298be7a0684b
--- __tests__/components/__snapshots__/StatusChipTest.tsx.snap @@ -1,39 +1,78 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StatusChip renders correctly for absent associate 1`] = ` -<Tag - color="red" - variant="tertiary" -> - Absent -</Tag> +Array [ + <Tag + color="blue" + variant="tertiary" + ...
passing tests
passing tests
46b401f1a83cc50a851be7086946157db01bb460
--- container/app.config.ts @@ -1,6 +1,5 @@ import 'tsx/cjs'; import {ExpoConfig} from 'expo/config'; -import pkg from '../package.json'; import * as ExpoPlugins from '@walmart/expo-config-plugins'; /** @@ -29,7 +28,6 @@ const buildNumber = process.env.BUILD_NUMBER || '1'; const CONFIG: ExpoConfig = { name: '...
chore(container): update configuration
chore(container): update configuration
3c6a63db70a460bd06149506e3d67e7c060531b0
--- sonar-project.properties @@ -1,5 +1,5 @@ -sonar.projectKey=com.walmart.your.feature.app -sonar.projectName=YourMiniApp +sonar.projectKey=com.walmart.stores.allspark.texting +sonar.projectName=TextingMiniApp sonar.projectVersion=1.0.0 sonar.host.url=http://sonar.looper.prod.walmartlabs.com @@ -8,4 +8,4 @@ sonar....
updating sonar scan file
updating sonar scan file
24ab00689cae21042c66ae2ed13dc3aec403cb12
--- package.json @@ -135,7 +135,7 @@ "@walmart/react-native-cookies": "1.0.1", "@walmart/react-native-encrypted-storage": "~1.1.3", "@walmart/react-native-logger": "1.38.0", - "@walmart/react-native-scanner-3.0": "0.14.10", + "@walmart/react-native-scanner-3.0": "0.14.14", "@walmart/react-nati...
feat(scanner): VS-9551 Features and bug fixes (#4466)
feat(scanner): VS-9551 Features and bug fixes (#4466) Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
4920a6d7fff8d43cd00bc69729c02ef55cdb0cb6
--- core/src/core/FeatureToggleGuard.tsx @@ -7,7 +7,7 @@ import React, { import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation'; import {useOneClick} from '../oneClick/useOneClick'; -import {colors} from '@walm...
ALLSPARK-4512: Decoupled navconfig from oneclick
ALLSPARK-4512: Decoupled navconfig from oneclick
a1c6feeb7d2b3e998070b8d01f638b4d19e587f6
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -177,7 +177,7 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => { if (teamState.teamIds.includes(TOTAL_STORE_TEAM_ID)) { return siteTranslationContext; } else { - return MY_TEAMS_TEAM_ID...
Update RosterDetailScreen.tsx
Update RosterDetailScreen.tsx
c76b3f53ad4a9250befa745761185ed6db162f16
--- __tests__/components/modals/hoc/UpdateTeamsModal.test.tsx @@ -25,7 +25,6 @@ import UpdateTeamsModal from '../../../../src/components/modals/hoc/UpdateModal' import {MODALS} from '../../../../src/constants'; import {AssociateExpHubTranslationClient} from '../../../../src/utils/translation'; import {useGetTeamsAda...
feat(ui):lint fix #SMDV-8337
feat(ui):lint fix #SMDV-8337
9b2e86cda8388f02ef8a4770dd6ca3284972a81b
--- packages/allspark-foundation-hub/src/HubFeature/Store/Components/index.ts @@ -1,3 +1,6 @@ export { OnboardingBottomSheet } from './OnboardingBottomSheet'; export { TeamUpdateBottomSheet } from './TeamUpdateBottomSheet'; export { ErrorBottomSheet } from './ErrorBottomSheet'; +export * from './BottomSheet'; +expor...
Update the import statements
Update the import statements
d587397188b376dd455cdacdb789e5faa22fb64b
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -95,6 +95,8 @@ export class AllsparkContainer< ...CONTAINER_EVENTS_TYPES, ]); + private _initialized = false; + /** * Map of setup functions to run at custom points in the container lifecycle. * The key is the type of setup to...
feat: moved env init to public methd on container to invoke before render
feat: moved env init to public methd on container to invoke before render
573b2d32ba16d1c7ed9e23cc704945ed5171b980
--- src/components/TeamChatCard.tsx @@ -11,7 +11,7 @@ import { colors, ListItem, } from '@walmart/gtp-shared-components'; -import {teamsMock} from '../tempTeamMock'; +import {teamsMock} from '../hooks/tempTeamMock'; import {Images} from '../images'; const teams = teamsMock; --- src/hooks/roster.ts @@ -0,0 ...
adding hooks for roster and teams, some refactors
adding hooks for roster and teams, some refactors
c3661142322c068ed539c5878172e1f4d0b10495
--- packages/me-at-walmart-container/__tests__/graphql/logger.test.ts @@ -0,0 +1,13 @@ +import {MeAtWalmartLoggerService} from '../../src/services/logger'; +import {GraphqlLogger} from '../../src/graphql/logger'; + +describe('GraphqlLogger', () => { + it('should create a logger instance with "graphql" as feature name'...
chore: test coverage
chore: test coverage
88f709beb4592f0fa30b7d00dbb0bcc2bdb3ca6c
--- src/index.tsx @@ -25,7 +25,6 @@ import {PresenceProvider} from './presence'; import {ChannelsProvider} from './channels'; import {RNFBConfigAndroid, RNFBConfigiOS} from './constants'; import {initNotificationListeners} from './notification'; -import {routePushNotificationSaga} from './redux/Notifications/sagas';...
removing need for redux
removing need for redux
3d3f61103c212452d5dc797783624922387ca5a4
--- __tests__/common/creators.test.ts @@ -0,0 +1,54 @@ +import { MyTeamFeature } from "../../src/common/feature"; + +jest.mock('../../src/common/feature', () => ({ + MyTeamFeature: { + createTranslationClient: jest.fn(() => {}), + createTelemetry: jest.fn(() => {}), + createLogger: jest.fn(() => {}), + cre...
test(ui): readded new test files according to feat/smdv-7571-unit-tests
test(ui): readded new test files according to feat/smdv-7571-unit-tests
9bf6aba22ab268ef637b2e6c24dc2c1ae2606d8e
--- packages/allspark-foundation/src/Navigation/config/types.ts @@ -43,7 +43,7 @@ export type SideMenuOption = BaseOptionConfig & { }; export type SeparatorMenuOption = { - menuType: MenuType.submenu; + menuType: MenuType.separator; }; export type NavConfigData = {
fix: nav config menu option typing was incorrect
fix: nav config menu option typing was incorrect
ebc969dec828d66d62a5f4479887243b18f69135
--- __tests__/components/RecentSearchHistory.test.tsx @@ -77,4 +77,35 @@ describe('RecentSearchHistory', () => { }); expect(toJSON()).toMatchSnapshot(); }); + + it('renders Item with associateRemoveHandler', async () => { + const props = { + associateRemoveHandler: jest.fn(), + associateLinkH...
max coverage for branches
max coverage for branches
e5b634a848da2e8f7ff3ca24c3e68cbd305b9f43
--- .github/pull_request_template.md @@ -1,17 +1,19 @@ ## Note: PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pages/viewpage.action?pageId=655900878#AllSparkIntegrateaFeatureAppwithCore-SubmitaPRtomergetodevelop) -> [!IMPORTANT] +> [!WARNING] > YOUR PR WILL NOT BE REVIEWED IF THE TEM...
twicking changes
twicking changes
ab15ab1638f1cfecb4867993788bdb8d7f6e9253
--- packages/allspark-foundation/__tests__/HubFeature/TeamOnboarding/TeamSelectionLoader.test.tsx @@ -16,7 +16,7 @@ describe('TeamSelectionLoader component test', () => { const { getByTestId } = render(<TeamSelectionLoader />); const loader = getByTestId('team-selection-loader'); expect(loader).toBeDefin...
chore(ui): updated test
chore(ui): updated test
afb0e86e785fd5fe3a4ac0572a0cee5b79b3bb1e
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.0", - "@walmart/receipt-check-miniapp": "1.9.4", + "@walmart/receipt-check-miniapp": "1.9.5", "...
bump version for a fix
bump version for a fix
c81b17f75b07c397f0feee36191ac2b7eea8f1c5
--- src/components/RosterWidget/useRosterWidget.ts @@ -65,7 +65,9 @@ export const useRosterWidget = ( const filterTeamsBySite = useCallback( (teams: SupplyChainTeam[], shifts: ShiftMappingList[]) => { if (!teams?.length) return []; - const shiftSiteIds = shifts?.map((shift) => Number(shift.shiftId))...
feat(ui): updated all missing type
feat(ui): updated all missing type
5294f1cd8c59eae99eb53220b9c0403f3b801dd7
--- package.json @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-foundation": "6.20.0", - "@walmart/allspark-foundation-hub": "1.2.24", + "@walmart/allspark-foundation-hub": "1.3.0", "@walmart/allspark-graphql-client": "...
Update the roster mini app version
Update the roster mini app version
32b1ed53c62f4ce50e17805aa6e97cb4e5f2f7bf
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.1](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/cele...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.23.1 - @walmart/celebration-mini-app-graphql@1.14.1
8c619e98e357494902afc5346be62f310308d5e0
--- src/hooks/roster.ts @@ -5,7 +5,9 @@ import { useGetDailyRosterLazyQuery, useGetDailyRosterQuery, } from '../queries/getDailyRoster'; -import {AppState} from "react-native"; +import {AppState} from 'react-native'; +import {getRbacState, getRmaAppId} from '../redux/selectors'; +import {find, isNil} from 'lodas...
starting RBAC hook impl
starting RBAC hook impl
14f90bb476f13189d8706414c4c7ae4754bba266
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.28.0", + "version": "1.29.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update my team mini app version
Update my team mini app version
906cf0be5ad2422a904100177475a3170ce5c4db
--- packages/allspark-app-auth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/allspark-a...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-app-auth@2.1.1 - @walmart/allspark-graphql-client@1.1.0 - @walmart/allspark-http-client@2.2.0 - @walmart/allspark-redux-store@1.2.1 - @walmart/allspark-utils@1.1.1
d31b4e7b8c7d5a5a8c62bc36c68abb4a9129958b
--- packages/allspark-foundation/__tests__/Translation/modals/client.test.ts @@ -22,10 +22,8 @@ jest.mock('react-native', () => ({ describe('TranslationFeatureClient', () => { let client: TranslationFeatureClient; let clientF; - const instance = { - options: { - supportedLngs: ['en-US', 'es-MX'], - }...
Update client.test.ts
Update client.test.ts
8e9396cdc565472673b40e7b084864ec5785d4cb
--- packages/allspark-foundation/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -15,14 +15,25 @@ import { AllsparkFeatureModule, useAllsparkTranslation } from '../../../Core'; import { enUS, esMX } from '../../translation'; import { useUserPreferences } from '../../Hooks/useUserPreferences'; import { Scrol...
feat(ui): redux updates for manager experience hub
feat(ui): redux updates for manager experience hub
455b16cfefcf5fa03d2e656c39b889cf9bc4492c
--- packages/allspark-foundation/src/Components/Banners/AlertPlusComponent.tsx @@ -0,0 +1,82 @@ +import React from 'react'; +import { StyleSheet, View, Text } from 'react-native'; +import { Button, Heading } from '@walmart/gtp-shared-components'; +import { AlertPlusConfig } from './types'; +import { ComponentRecord } f...
feat(nudge): ALLSPARK-6764 complete integration
feat(nudge): ALLSPARK-6764 complete integration
8de0c4bd78d0aea708a4c8310aa8c8ed6670676d
--- packages/allspark-foundation/__tests__/Scanner/AllSparkScanner.test.tsx @@ -7,13 +7,22 @@ jest.mock('../../src/Scanner/utils', () => ({ getScannerToggleConfig: jest.fn(() => ({})), })); +jest.mock( + '@walmart/react-native-scanner-3.0', + () => { + return { + WmScannerView: 'WmScannerView', + }; ...
feat(scanner): make scaner an optional dependency (#423)
feat(scanner): make scaner an optional dependency (#423) * feat(scanner): make scanner optional * feat(scanner): remove children from fallback * fix: add react-native-network-logger in dependencies * fix: add react-native-network-logger as dependency * fix: change console log to logger * fix: change req...
855d511f16ca748d86b607421f20284a75200dc4
--- package-lock.json @@ -12623,9 +12623,9 @@ } }, "react-native-wm-barcode": { - "version": "2.25.0", - "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.25.0.tgz", - "integrity": "sha512-xmSBA8p4Zol8ANcEytrb3cGukmnVCbVqRzRFXKOcKH1LPMVn/wnWEQ0itu8...
updating to patch2.
updating to patch2.
708c4c2a0d78221b6684768eb803fd5a94148f26
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx @@ -64,6 +64,7 @@ const EditSavedTeams = ({ handleEdit }: { handleEdit: () => void }) => { contentInset={{ bottom: bottomInset }} contentContainerStyle={styles.headerContent} ItemSepar...
Adding scrollable to false
Adding scrollable to false
1fe636e23f87fe79729559ebaf03ba752d9d33ae
--- package-lock.json @@ -1911,9 +1911,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.6.22", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.22.tgz", - "integrity": "sha512-vdAWssy9i3b/hxO67MhHPb1Mmtfp7ua9FOFoA3pZdJ4mJED0bopF3byxSFWLM2fC...
PTT version update + Ask Sam dependency (#158)
PTT version update + Ask Sam dependency (#158) * PTT version upgrade * updated PTT and Ask Sam version * installed PTT
f6f9d5ce1d5694b131d38c9e054e0e573d291d3f
--- core/__tests__/__mocks__/@walmart/allspark-foundation/Translations.js @@ -0,0 +1,7 @@ + +module.exports = { + ...jest.requireActual('@walmart/allspark-foundation/Translation'), + AllsparkTranslationClient: { + t: jest.fn((key) => key), + }, +} \ No newline at end of file --- core/__tests__/auth/Lo...
Changes to test cases
Changes to test cases
7cdd2ac07e2959cdfe690cec88f58775547c1487
--- core/__tests__/features/taskItTest.tsx @@ -22,10 +22,6 @@ describe('Badges', () => { icon: 'inactive-task', clockCheckRequired: false, iconSize: 20, - id: 'copilot', - }, - { - enabled: true, id: 'sidekick', ...
fix: test coverage
fix: test coverage