commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
69e94a5a664581cc326bf192a556e3aaff3931ae
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 82 + versionCode 83 versionName "1.0.5" } sp...
Incrementing build number
Incrementing build number
3dbf16cc29f4ab9c1efedf56df8b8424678cd097
--- core/src/navigation/USHallway/AssociateHallwayNav/types.ts @@ -171,8 +171,6 @@ export type HomeStackMap = { scheduleScreen: undefined; torInbox: undefined; roster: undefined; - managedTorListScreen: undefined; - managedTorDetailsScreen: undefined; }; // The type of screen props for a home stack scree...
minor change
minor change
de315b1dc31892b769acaa88eb615ee18cf36ed9
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.7", "@walmart/payrollsolution_miniapp": "0.130.14", "@walmart/price-changes-mini-app": "1.6.10", - "@walmart/profile-feature-app": "0.115.0", + "@walmart/profile-feature-app": "0.121.0", "@walmart...
bumped profile-feature-app to 0.121.0
bumped profile-feature-app to 0.121.0
cd6181f8ff387d11c9cb46f7baf8412a3c3aadea
--- src/screens/ChannelsScreen.tsx @@ -55,6 +55,8 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = ( const isMessageButtonEnabled: boolean = useSelector(messageButtonEnabled); const onNewMessage = () => { + const data = navigation.getParent()?.getState().index; + console.log('Data: ', data);...
update navigation for mega nav
update navigation for mega nav
295c87c7dc1babed8a91ad5830466e29cbc006fd
--- docs/docs/troubleshooting.md @@ -3,4 +3,29 @@ sidebar_position: 8 title: Troubleshooting --- -# Allspark Troubleshooting \ No newline at end of file +# Allspark Troubleshooting + +## General Troubleshooting Advice +- Is your branch up to date? +- Have you run all the necessary commands? + - For core: `ya...
Initial troubleshooting page.
Initial troubleshooting page.
ac773f5c90e4160e35177609c797eadf58255736
--- core/__tests__/PinAccess/ActivityMonitorGuardTest.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import {useDispatch} from 'react-redux'; +import {useDispatch, useSelector} from 'react-redux'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; import {render} from '@testing-librar...
add route in noInActiveTimerList list
add route in noInActiveTimerList list
6b5ad317ae72505c00a23774a02a2a5761d5766a
--- .looper.codepush.yml @@ -40,7 +40,7 @@ flows: - npm install -g appcenter-cli - echo 'doing listing' - appcenter apps list --token $APPCENTER_API_TOKEN_ANDROID - - appcenter codepush release-react -a AllSpark-Me-Walmart/AllSpark-Android -d Staging --description ‘This is from looper’ --token $APPCEN...
double quotes.
double quotes.
f2d4536b2db7eeeedcad29df9f9e2ae63f60be5c
--- src/redux/reducer.tsx @@ -1,7 +1,7 @@ import {createSlice, PayloadAction} from '@reduxjs/toolkit'; export const rosterSlice = createSlice({ - name: 'texting', //Todo: Update it to roster and make changes in the initial state as well + name: 'texting', //Todo: Update it to roster and make changes in the initia...
Address review comments
Address review comments
fb6f059994e969d45b7fcea7a224c82a6d7d7b82
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx @@ -18,15 +18,18 @@ export const ShiftFilterList: React.FC<ShiftFilterListProps> = ({ <> <HubHeader title={t('shiftFilter.title')} - subText={t('shiftFilter.subText')} + subText=...
Saving as is
Saving as is
961b2e9c76ce71193aff7a2ad9214dffc66bf34a
--- packages/allspark-foundation/__tests__/utils/index.js @@ -3,10 +3,7 @@ import { Provider } from 'react-redux'; import { render as tlRender } from '@testing-library/react-native'; import { AllsparkReduxStore } from '../../src/Redux'; import { MockedProvider } from '@apollo/client/testing'; -const { - apolloMocks...
chore(ui): updated apollo mock path
chore(ui): updated apollo mock path
0f2c1c623afeee640de964f6f483984f1b311c8f
--- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx @@ -6,7 +6,7 @@ import { createRestartableSagas, } from '@walmart/allspark-utils'; -import { AllsparkGraphQLClient, GraphQLFeatureConfig } from '../GraphQL'; +import { GraphQLModule, GraphQLFeatureClientConfig } from '../GraphQL'; import { HttpModu...
chore: fix references after update
chore: fix references after update
c2d3060afdf3eb39b1a15131b53d27153304e5e0
--- package-lock.json @@ -3385,12 +3385,11 @@ "integrity": "sha512-YobY79Shmn2LHbN7kqsG/X5q+Nx55i8BFH9dRl5Rgf0SS+A9rO4BJghGgLwT5bqG0SBJDR/uA5lBKdNyBq+Bnw==" }, "@walmart/metrics-mini-app": { - "version": "0.4.10", - "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-min...
updated packages
updated packages
197dd82a1b546635b2c096a6228ee5718069546b
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 19, - branches: 8.98, - functions: 14, - lines: 20, + statements: 19.58, + branches: 9.63, + functions: 14.12, + lines: 19.86, }, }, transformIgnorePatter...
update coverage thresh
update coverage thresh
6e5eef85555ea1597613babf1570020d9889c7ca
--- src/images/assets/index.ts @@ -25,6 +25,7 @@ const Images: {[key: string]: ImageURISource} = { NotificationsIllustration: require('./notifications-illustration.png'), OneIllustration: require('./one-illustration.png'), PinIllustration: require('./pin-illustration.png'), + PriceChangesIllustration: require...
update PC illustration
update PC illustration
465aa30c5d1b206c6fbe5e6a5905dcb0dd78d710
--- package.json @@ -83,7 +83,7 @@ "@walmart/allspark-utils": "6.5.3", "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.29.5", + "@walmart/ask-sam-mini-app": "1.29.8", "@walmart/associate-listening-mini-app": "1.2.14", "@wa...
refactor(buildconversepayload): SMBLV-8901 envProfile
refactor(buildconversepayload): SMBLV-8901 envProfile
df3d74ba581c24b50582c4e1cc025bbebcc55c1c
--- docs/CHANGELOG.md @@ -1,3 +1,39 @@ +# [3.9.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.8.5...v3.9.0) (2025-12-11) + + +### Bug Fixes + +* **roster:** add route to useEffect deps for SMDV-8921 ([00fadcf](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/00fadcf7fb959d8a9deba2ec9148eaa9...
chore(release): 3.9.0 [skip ci]
chore(release): 3.9.0 [skip ci] # [3.9.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.8.5...v3.9.0) (2025-12-11) ### Bug Fixes * **roster:** add route to useEffect deps for SMDV-8921 ([00fadcf](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/00fadcf7fb959d8a9deba2ec9148eaa9119aaa59)) * ...
f488d23228836cb80809e6f9083fb612803c0870
--- package-lock.json @@ -4166,9 +4166,9 @@ "integrity": "sha512-t1d3ohYMyfrKWEogykstetXWuIeHcGrnClVJu+m1CrTlL0o4ZrcyNpHwZLo1olJbwX3ujgmpRRcygMmWpowDCA==" }, "@walmart/ask-sam-mini-app": { - "version": "0.40.7", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-...
Bumping ask sam version
Bumping ask sam version
98029f829b448db63f7d9b3aac7fe8bf6ca3c5c9
--- package-lock.json @@ -62,7 +62,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.14", "@walmart/pay-stub-miniapp": "0.9.35", - "@walmart/payrollsolution_miniapp": "^0.130.45", + "@walmart/payrollsolution_miniapp": "0.130.46", "@walmart/pri...
bump version
bump version
52196c49b6e8488c2b756c234ca7da97909bf710
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2025-08-30) + +### Features + +- **ui:** update celebration mini a...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.1.0 - @walmart/celebration-mini-app-graphql@1.1.0
a14967f9c2336f70aa8e5e6f05acdeef4a33173c
--- src/index.tsx @@ -43,7 +43,7 @@ AllsparkComponentContainers.add( AllsparkComponentContainers.add( 'Me@Walmart.ManagerExperience.MyTeam', - 'roster.header', + 'teamHub.header', Header, ); --- src/navigation/index.tsx @@ -108,11 +108,11 @@ export const TeamHub = () => { const MyTeamHubContainer = n...
Update my team mini app version
Update my team mini app version
6250fef174fd01b33b609e2a0c4bb34d1b8dc97d
--- package.json @@ -35,12 +35,7 @@ "build": "yarn tsc && yarn run copy:assets", "copy:assets": "cpy 'src/assets/**/*' '!**/*.ts' '!**/*.tsx' dist/assets", "prepare": "husky", - "prepublishOnly": "yarn build", - "ci:check-published": "npm view $(node -p \"require('./package.json').name\")@$(node -p...
chore(cleanup): remove ci scripts
chore(cleanup): remove ci scripts
ef546a0acf48f321e5c5ba7773d95d1c20f8eeab
--- package-lock.json @@ -3380,9 +3380,9 @@ } }, "@walmart/manager-approvals-miniapp": { - "version": "0.0.42", - "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.42.tgz", - "integrity": "sha512-YobY79Shmn2LHbN7kqsG/X5q+Nx55i8BFH9dR...
Manager approvals app version bump
Manager approvals app version bump
8cf1aad2a403aebaf16bb0d974ecedd9037197b5
--- src/components/RosterHeader.tsx @@ -49,10 +49,14 @@ export const RosterHeader = (props: RosterHeaderProps) => { const translationContext = useSiteTranslationContext(); + const headerTitle = teamName + ? t('rosterScreen.rosterName') + : t('rosterScreen.totalStoreRosterName', {context: translationContex...
SMDV-4852 - updating language on roster screen
SMDV-4852 - updating language on roster screen
4487cb2ef30e2ede5f8cf8f0dc4217249049dac1
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.33.3", + "version": "1.33.4", "main": "index.js", "private": true, "workspaces": [
feat(release): ALLSPARK-0000 bump app version to patch 1.33.4
feat(release): ALLSPARK-0000 bump app version to patch 1.33.4
5b282c909e80569a7cd30b7a163836968d7f91e0
--- src/components/FilterChipGroup/types.ts @@ -9,6 +9,6 @@ export interface FilterChipGroupProps { ) => void; isPrimaryTeam: boolean | undefined; selectedFilter?: FilterValue; - selectedShift?: ShiftType; - onShiftChange: (shift: ShiftType) => void; +selectedShift?: ShiftType; +onShiftChange: (shift: ShiftT...
Update src/components/FilterChipGroup/types.ts
Update src/components/FilterChipGroup/types.ts Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
a28d45464c12b2b6395d42bdd83ec3e8329d7aa5
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/sidekick-mini-app": "4.84.9", "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-app": "4.17.21", - "@walmart/time-clock-mini-app": "2.419.0", + "@walmart/time-clock-mini-app": "2.433.0", "@walmart/topstock-mini-app": "1.1...
GTA-153821 Updating time clock version
GTA-153821 Updating time clock version
02d84a8e86ab39fc2ba7d7fc349bcc142bb9f385
--- package-lock.json @@ -3634,9 +3634,9 @@ } }, "@walmart/ui-components": { - "version": "1.1.66", - "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.66.tgz", - "integrity": "sha512-68bSY2SjTmJCaLbD3gjxfWvMtpou8vd7L+ulRG3f/rETyCo3F6AbTKj9g4PnffQvOAxH675sO...
fixed signout issue on pin screen
fixed signout issue on pin screen
f5498422d5176f313fba9b2d8e11f1383b971102
--- packages/allspark-foundation/src/Navigation/components/DrawerButton.tsx @@ -7,6 +7,7 @@ import { MenuIcon, IconButton } from '@walmart/gtp-shared-components'; import { AllsparkDrawerBadge } from '../../Components'; import { useAllsparkDrawer } from '../context'; import { debounce } from 'lodash'; +import { useAl...
fix: adding accessibility label for DrawerButton
fix: adding accessibility label for DrawerButton
41b534169afc811e1ce19b98b460636ebe10d336
--- 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.1", + "@walmart/time-clock-mini-app": "2.111.2", "@walmart/tops...
Update TCMA to 2.111.2
Update TCMA to 2.111.2
402e739321de0b4c9c3f992d08f98d264d598411
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -453,6 +453,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-resources.sh", + "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuthCore_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", ...
update app auth to 7.2
update app auth to 7.2
df74b328e63de7cb5202ab38589479d867697d25
--- ios/Podfile.lock @@ -538,7 +538,7 @@ PODS: - RCTTypeSafety - React - ReactCommon/turbomodule/core - - react-native-scanner-3.0 (0.2.0): + - react-native-scanner-3.0 (0.2.1): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -1220,7 +1220,7 @@ SPEC CHECKSUMS: react...
fix(pod): update react native scanner pod version
fix(pod): update react native scanner pod version
95aa7a50361d74e25926bbdb3ea2b83aebfe1694
--- __tests__/utils/user-test.ts @@ -98,7 +98,7 @@ describe('returnClockedStatusBasedOnSchedule', () => { {startTime: '2023-07-11T08:00:00', endTime: '2023-07-11T17:00:00'}, ]; const clockedStatus = returnClockedStatusBasedOnSchedule(scheduleInfo); - expect(clockedStatus).toBe(false); + expect(cl...
Merge changes
Merge changes
b6e444c304e2ed7a319fdbe7edf22b7ebc11f755
--- docs/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.14.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.13.0...v1.14.0) (2024-09-10) + + +### Features + +* **ui:** fixes to mitigate sonar violations ([7dccaac](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/7dccaacf170bf92b9feaf5c0368711ed5dd40654)...
chore(release): 1.14.0 [skip ci]
chore(release): 1.14.0 [skip ci] # [1.14.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.13.0...v1.14.0) (2024-09-10) ### Features * **ui:** fixes to mitigate sonar violations ([7dccaac](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/7dccaacf170bf92b9feaf5c0368711ed5dd40654)) * **ui:** ...
ded1bc55a7d838eb768509a22fbca7319eb17386
--- packages/core-services-allspark/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.10.5](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.10.5
1dd9a48f5357ea50ea1468415b5901ce3ebb91c8
--- core/__tests__/__mocks__/@walmart/utils/mockNavConfigSideNav.js --- core/__tests__/oneClick/utility/updateMegaNavCCMTest.ts @@ -1,7 +1,7 @@ import {getIsFeatureEnabled, updateMegaNavCCM} from '../../../src/oneClick/utility/updateMegaNavCCM.ts'; import _ from 'lodash'; import {NavType} from '@walmart/allspark-f...
Move under __mocks__
Move under __mocks__
15729a4c2a75cf429eee2434d737b63c8ff0490d
--- package-lock.json @@ -37,7 +37,7 @@ "@terrylinla/react-native-sketch-canvas": "0.8.0", "@walmart/allspark-graphql-client": "^1.4.5", "@walmart/allspark-neon-core": "0.1.31", - "@walmart/amp-mini-app": "1.1.58", + "@walmart/amp-mini-app": "1.1.59", "@walmart/ask-sam-...
Bump up AMP version to 1.1.59
Bump up AMP version to 1.1.59
03ca6c64803d4f97f6f600db66641f0cdf95c5a8
--- package-lock.json @@ -3025,9 +3025,9 @@ } }, "@walmart/allspark-health-survey-mini-app": { - "version": "0.0.38", - "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.38.tgz", - "integrity": "sha512-6HkUeZT9FyDHzry06Ky...
fb events for health survey v2
fb events for health survey v2
f0d342ee59cbe507b6b9327fcb83adcdf9eb63bd
--- ios/Podfile.lock @@ -406,7 +406,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.5.66): + - react-native-ptt-module (1.5.67): - PTT (= 0.7.14-rc.2) - React - react-native-safe-area-context (3.3.2): @@ -970,7 +970,7 @@ SPEC CHECKSUMS: reac...
updating to latest versions
updating to latest versions
3e8c4a04a95b42a95a16f35c8b61c3b762140935
--- package.json @@ -97,7 +97,7 @@ "@walmart/core-services": "~6.5.2", "@walmart/core-services-allspark": "workspace:^", "@walmart/core-widget-registry": "workspace:^", - "@walmart/counts-component-miniapp": "0.2.4", + "@walmart/counts-component-miniapp": "0.2.6", "@walmart/digital-locks-mini-...
feat: OPIF-200791 SIPC Batch Enhancement | Updates to retry and reprint (#4231)
feat: OPIF-200791 SIPC Batch Enhancement | Updates to retry and reprint (#4231)
985a5b8c4f432911a71371adb44a9d84fb05e9a6
--- ios/Podfile.lock @@ -376,6 +376,8 @@ PODS: - React-Core (= 0.63.2) - React-cxxreact (= 0.63.2) - React-jsi (= 0.63.2) + - ReactNativeART (1.2.0): + - React - rn-fetch-blob (0.12.0): - React-Core - RNCAsyncStorage (1.11.0): @@ -462,6 +464,7 @@ DEPENDENCIES: - React-RCTText (from `../...
adding react native art; updating ask sam version again
adding react native art; updating ask sam version again
ae86f561931195cfb4d30117889619932fdd44d5
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.21", "@walmart/payrollsolution_miniapp": "0.130.23", "@walmart/price-changes-mini-app": "1.6.10", - "@walmart/profile-feature-app": "0.133.0", + "@walmart/profile-feature-app": "0.139.0", "@walmar...
Bump profile-feature-app to 0.139.0
Bump profile-feature-app to 0.139.0
04263f4bad776d6704a1e74866a926c6b7fe8066
--- packages/allspark-foundation/src/FeatureRunner/components/PluginSection.tsx @@ -7,7 +7,9 @@ import { CardHeader, Heading, } from '@walmart/gtp-shared-components'; + import { FeatureRunnerPlugin } from '../types'; +import { PluginComponentContainer } from '../navigation'; import { createScreenLink } from '....
chore: move plugin container to plugin section
chore: move plugin container to plugin section
3b242be17ce3ee50e60fbc5d2349ea16ab284da3
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/core-services-allspark": "~2.10.15", "@walmart/core-utils": "~2.0.5", "@walmart/core-widget-registry": "~1.2.4", - "@walmart/counts-component-miniapp": "0.1.4", + "@walmart/counts-component-miniapp": "0.1.5", "@walmart/e...
chore: updating PC, MA and counts version
chore: updating PC, MA and counts version
96747359fbf52d3213556706fafb0aa26acbe5b8
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.29", + "version": "2.0.37.alpha.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/texting-mini-app", - "version": "2.0.29", + "version": "2.0.37.alpha.0...
update version for Drop 16 QE build
update version for Drop 16 QE build
52bfc7adb679351a8a85af04fce72bace7928247
--- packages/allspark-authentication/src/Authentication.ts @@ -239,12 +239,23 @@ export class AllsparkAuthentication { } }); + /** + * Merges the given config with the current config. + */ public mergeConfig = (config: Partial<AuthenticationConfig>) => { this._config = merge(this._config, config)...
chore: add comments to authentication methods
chore: add comments to authentication methods
636ab7f3185baaad6c81300e18ab5b8f5c4224a4
--- __tests__/core/loggerInitTest.ts @@ -17,6 +17,7 @@ jest.mock('../../src/redux/CreateRestartableSagas', () => ({ jest.mock('../../src/services/MaskUserId', () => ({ encryptUserId: jest.fn(), + encryptSumoProfileId: jest.fn(), })); import {DefaultLogger} from '@walmart/react-native-logger'; @@ -47,7 +48,10...
encrypt sumo profile id.
encrypt sumo profile id.
3621071a659f97ae0a7b743d90a9b61243b47b2a
--- packages/allspark-foundation-hub/src/Shared/Common/constant.ts @@ -24,6 +24,7 @@ export const All_SAVED_TEAMS_LABEL = 'allSavedTeams'; export const ONBOARDING_KEY = 'SUPPLY_CHAIN_ONBOARDING'; export const POPOVER_KEY = 'SUPPLY_CHAIN_POPOVER'; export const DEFAULT_SHIFTS_COUNT = 6; +export const DEFAULT_SHIFT = [...
Adding default shift logic
Adding default shift logic
445ec69c612cb8ec3ad63e851531967084e67643
--- src/managerExperience/components/RosterDetailPageHeader/RosterDetailPageHeader.tsx @@ -5,15 +5,14 @@ import {Heading, Link} from '@walmart/gtp-shared-components'; import {getRosterDetailPageHeaderStyles} from './style'; import {useAllsparkImage} from '@walmart/allspark-foundation/Components/context'; import {Ima...
feat: extract label link as prop of component - [SMDV-6508]
feat: extract label link as prop of component - [SMDV-6508]
0d829a037f15ad97537b5c8886edce386597f0a8
--- package.json @@ -230,14 +230,6 @@ "text" ], "testResultsProcessor": "jest-sonar-reporter", - "coverageThreshold": { - "global": { - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100 - } - }, "transformIgnorePatterns": [ ...
ignoring coverage
ignoring coverage
52324bccd6e18712e55b913bcae673b7377ac9ef
--- __tests__/screens/RosterScreen/RosterScreenTest.tsx @@ -0,0 +1,10 @@ +import React from 'react'; +import {RosterScreen} from '../../../src/screens/RosterScreen'; + +const {renderWithProviders} = require('../../harness'); +describe('RosterScreenTest', () => { + it('should render roster screen', () => { + const r...
Adding roster screen test coverage
Adding roster screen test coverage
4830c2503d85a46abe3c81deb480cb82afcfd8ff
--- src/types/ui-components.d.ts @@ -29,6 +29,7 @@ declare module '@walmart/ui-components' { indicatorContainerStyle?: any; }>; export const ConnectivityBanner: React.FC<{handleWifiSettings?: () => any}>; + export const FontIcon: React.FC<{size: number; name: string; color: string}>; } declare module '@...
fontIcon in ui-component
fontIcon in ui-component
c226c9f519fa5004a303be0c6960e2aa0fd43e9a
--- tsconfig.json @@ -12,7 +12,7 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "dist", /* Redirect output structure to the directory. */ -...
fixing tsconfig file
fixing tsconfig file
ea8572c18408476c80dad077c6f748a206d750ab
--- .looper-pr.yml @@ -30,4 +30,3 @@ envs: SLACK_CHANNEL: 'smdv-miniapp' -
fix(ui): update looper
fix(ui): update looper
b93457e7238daee3c64d1c5e374656a3613bfeea
--- package-lock.json @@ -19810,9 +19810,9 @@ } }, "react-native-wm-app-review": { - "version": "0.2.0-appReview.1", - "resolved": "https://npme.walmart.com/react-native-wm-app-review/-/react-native-wm-app-review-0.2.0-appReview.1.tgz", - "integrity": "sha512-68MKM09zMf5z3cYtA2CpLQKgd56D...
updated package
updated package
561a7694f8d72c052ed604636e30ba3275081e69
--- package-lock.json @@ -5551,9 +5551,9 @@ "integrity": "sha512-+2MW/LQi8PqCiPpJXBs2uvhOa4mMKwHcjp3m4XpA8fVtndQLd76C0FivBSqOvAZgBoQc1DYRbVMdqM9nkCdy6Q==" }, "@walmart/taskit-mini-app": { - "version": "0.34.5-beta.1", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m...
updating taskIt version
updating taskIt version
5f052019d4556de132ce9124775fb362e191558e
--- packages/allspark-foundation/__mocks__/@react-native-async-storage/async-storage.js @@ -0,0 +1,12 @@ +module.exports = { + getItem: jest.fn(), + setItem: jest.fn(), + removeItem: jest.fn(), + mergeItem: jest.fn(), + multiGet: jest.fn(), + multiSet: jest.fn(), + multiMerge: jest.fn(), + multi...
moving local storage lib to global
moving local storage lib to global
59b5b1c59263e5c58bac3289b729bd824d2eb23b
--- 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...
fix(merge): removed wifi locator updated version
fix(merge): removed wifi locator updated version
0e49fe91b03b34fb084d485a8a53c7c02b601d83
--- packages/allspark-foundation-hub/src/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx @@ -98,7 +98,7 @@ const EditSavedTeams = ({ handleEdit }: { handleEdit: () => void }) => { isSelected={false} teamId={savedTeam.teamId} teamName={savedTeam.teamName} - teamImage={I...
Update packages/allspark-foundation-hub/src/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
Update packages/allspark-foundation-hub/src/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
ad65747d85cb4136fd1fadfbc810afe9b6bb559b
--- packages/me-at-walmart-container/__tests__/navigation.test.ts @@ -0,0 +1,28 @@ +import {MeAtWalmartNavigationConfig} from '../src/navigation'; + +describe('MeAtWalmartNavigationConfig', () => { + it('should have the correct theme properties', () => { + const theme = MeAtWalmartNavigationConfig.theme; + + exp...
chore: test coverage
chore: test coverage
f802b4ad1930474303a4e17765705b292eb685cd
--- __tests__/utils/blobs-test.js @@ -1,7 +1,11 @@ import moment from 'moment-timezone'; import * as FileSystem from 'expo-file-system'; import {stat} from 'react-native-fs'; -import {purgeOldFiles, blobLocalStoragePath, isValidFileURI} from '../../src/utils'; +import { + purgeOldFiles, + blobLocalStoragePath, + ...
fix lint errors
fix lint errors
516ba284cfb372ebc78ef5f437c000dd8f35a454
--- android/gradle.properties @@ -24,6 +24,9 @@ android.enableJetifier=true # Required by :compass_dynamic_module # android.defaults.buildfeatures.buildconfig=true +# Version of flipper SDK to use with React Native +FLIPPER_VERSION=0.200.0 + # Use this property to specify which architecture you want to build. # Y...
fix: add flipper version back for error during android build
fix: add flipper version back for error during android build
d842c9ffb8c2272bc71a1d79e07e5b58d54e04d8
--- package-lock.json @@ -4137,9 +4137,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.26-test.2", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.26-test.2.tgz", - "integrity": "sha512-vA7zcKdf8jcm7wRzGKFqpUKoUfdvjm4p...
bumping metrics and home versions
bumping metrics and home versions
d5f3666b3c8106cde64c2c8fc18c5858587b7f16
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.25.2](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.25.1...v1.25.2) (2025-04-07) + + +### Bug Fixes + +* **ui:** update roster mini app version ([15ced69](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/15ced69cb6432d8c926636bb59c8f9a4bf2a9a1f)) ...
chore(release): 1.25.2 [skip ci]
chore(release): 1.25.2 [skip ci] ## [1.25.2](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.25.1...v1.25.2) (2025-04-07) ### Bug Fixes * **ui:** update roster mini app version ([15ced69](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/15ced69cb6432d8c926636bb59c8f9a4bf2a9a1f))
bd8f8ec39a28f859b1a9d400e1b9a1e784e73665
--- 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/ItemInfo": "0.1.123", + "@walmart/ItemInfo": "0.1.134", "@walmart/allspark-health-survey-mini-app": "0.0.35", "@walmart/a...
134 iteminfo version
134 iteminfo version
cea40eba523b29212f5b492e287b692ddf1d1b9e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.22.0", + "version": "2.23.0", "main": "dist/index.js", "files": [ "dist" --- src/screens/index.tsx @@ -1,11 +1,20 @@ +import React from 'react'; import {ScreenTags} from '@walmart/me-at-walmart-common'; import {R...
Update roster version
Update roster version
7fa452e6ef41a19c5861911ff126059720f54f2b
--- src/translations/en-US.ts @@ -55,6 +55,10 @@ export const enUS = { showTeamsFooter: 'Show teams', hideTeamsFooter: 'Hide teams', }, + teamWorkgroup: { + myTeam: 'My Team', + myArea: 'My Area', + }, associateRosterItem: { messageBtn: 'Message', viewSchedule: 'Vie...
adding translations
adding translations
0f192e4d808a8dd8ee81a44d2331597688cfead4
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "5.0.0-beta.16", + "version": "5.0.0-beta.15", "npmClient": "npm", "changelogPreset": "angular", "command": {
chore: correcting version
chore: correcting version
a21a2dc74ccdf4bf801626ff784406d917ea161e
--- packages/allspark-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-cli@1.7.2...@walmart...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-cli@1.7.3 - @walmart/allspark-foundation@7.13.4 - @walmart/allspark-foundation-hub@1.24.4 - @walmart/me-at-walmart-geolocation@1.4.7 - @walmart/me-at-walmart-location@1.2.7 - @walmart/my-walmart-hub@1.4.4
ce2c0e765cace17dfe6c4f7b060e4c54a0ea9494
--- packages/celebration-mini-app/src/screens/CelebrationDetailsScreen.tsx @@ -17,7 +17,7 @@ import {colors} from '@walmart/gtp-shared-components'; import {CelebrationFeature} from '../utils/feature'; import {CelebrationLogger} from '../utils/logger'; import {CelebrationTelemetryHelpers} from '../utils/telemetry'; -...
feat(ui): update celebration details screen
feat(ui): update celebration details screen
fb26cbade479e81b427041a5a4606a1370a797e1
--- packages/associate-exp-hub-mini-app/src/hooks/useScreenTracking.ts @@ -1,6 +1,7 @@ import {useEffect, useRef} from 'react'; import {useNavigationState, useRoute} from '@react-navigation/native'; import {AssociateExpHubTelemetry} from '../services/telemetry/telemetry'; +import {FEATURE_ID} from '../constants'; ...
feat(ui): update logs
feat(ui): update logs
0db5f8143fd1df11040a1bff61960537023267f8
--- packages/allspark-foundation/src/Feature/types.ts @@ -21,7 +21,7 @@ export type IAllsparkFeatureListeners = { /** * A features "flows" to be run in the container. */ -export type IAllsparkFeatureFlows = Record<string, WorkflowExecutor>; +export type IAllsparkFeatureFlows = Record<string, WorkflowExecutor<any>>...
fix: work client typing issues. client did not honor flow return values
fix: work client typing issues. client did not honor flow return values
65960ad60259970d0855e89661cc55d938704f85
--- package-lock.json @@ -82,7 +82,7 @@ "@walmart/redux-store": "3.4.0", "@walmart/returns-mini-app": "1.9.0", "@walmart/schedule-mini-app": "0.37.0", - "@walmart/settings-mini-app": "1.18.1", + "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-ap...
push notification fix
push notification fix
f97293a58e8fbf5d0748727eccaf1e5df0af2201
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.46.0", + "version": "1.47.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 the my team
Update the my team
e8d7b13036859180f4929399187522f0ac912a42
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamSection.tsx @@ -8,6 +8,7 @@ import { EditSavedTeamSectionProps } from './types'; import { styles } from './styles'; import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation'; import { FEATU...
feat: edit saved teams loader
feat: edit saved teams loader
903c9a1111a8a3ebf5479b2ddecebb1322843aef
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: 'job:///metropolis/metroloop/metroloop-parent' ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((osx||stable_osx)&&!dualcore) +node: ((osx||stable_osx)&&!dualcore&&!MAC-LAB-MINI04&&!MAC-...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
53a872b1fd1e09446854b3b0315477e2ff626c58
--- core/__tests__/rbac/RbacSagasTest.tsx @@ -1,10 +1,14 @@ import {takeLatest, select, put, call} from 'redux-saga/effects'; + +import {ConfigActionTypes} from '@walmart/allspark-foundation/Config'; import { NavConfigActionCreators, NavConfigActionTypes, + NavConfigSelectors, NavType, } from '@walmart/all...
fix rbac meganav issue
fix rbac meganav issue
bc5af0113e0c836e0c3cd7e728788464a824c95c
--- .looper.yml @@ -7,10 +7,10 @@ updateTaskStatusOnGit: true scheduling: concurrent -# envs: -# global: -# variables: -# ALLOW_NPM_PUSH_TO_AF: true +envs: + global: + variables: + ALLOW_NPM_PUSH_TO_AF: true triggers: - manual: --- .yarnrc.yml @@ -10,5 +10,4 @@ nodeLinker: node-modules...
Update hub version
Update hub version
71f879529a4030a6f7809d6fb23b9ddf8362c775
--- src/whatsNew/WhatsNewScreen.tsx @@ -16,7 +16,7 @@ import {getValueForCurrentLanguage} from '../transforms/language'; import {Images} from '../images'; import {RestrictionNote} from './RestrictionNote'; import {getWhatsNew} from './WhatsNewSaga'; -import env from "../../env"; +import env from '../../env'; import...
lint fixes.
lint fixes.
a7db9035f1256cd4e6d3c5eaa0bbc1fe7cdcc157
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -115,11 +115,11 @@ 06FF016091624EA0B919BA1E /* Resources */ = { isa = PBXGroup; children = ( - E9AD4B172679309900D8DDD4 /* clockfailure.mp3 */, - E9AD4B152679309900D8DDD4 /* clockin.mp3 */, - E9AD4B162679309900D8DDD4 /* clockout.mp3 ...
Updating the files to match develop branch
Updating the files to match develop branch
bf7db095b470d6f9870517a0fa334082e665befb
--- package.json @@ -26,7 +26,7 @@ "solidarity": "solidarity", "test": "jest --no-watchman", "us:ios:dev": "yarn workspaces foreach --from 'me-at-walmart-us' -Rpti run ios:dev", - "verifyBranchName": "sh ./scripts/verifyBranchName.sh" + "verifyBranchName": "bash ./scripts/verifyBranchName.sh" },...
update bash from sh
update bash from sh
fe979d80601d815e0111b68ab373e2896d56d048
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useUserPreferences.ts @@ -6,6 +6,7 @@ import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment'; import { getVersion } from 'react-native-device-info'; import { Images } from '../Images/images'; import { TeamSwitcherTypes } from '../Hub/T...
Adding telemtry
Adding telemtry
f4673388e338a77576bc7d1da9b45e7ff1c70a4f
--- targets/US/ios/AllSpark/AllSpark-Prod.entitlements @@ -4,6 +4,8 @@ <dict> <key>aps-environment</key> <string>development</string> + <key>com.apple.developer.networking.wifi-info</key> + <true/> <key>com.apple.security.application-groups</key> <array> <string>group.com.walmart.sumo.appstore</string>
Update prod entitlements to include wifi info
Update prod entitlements to include wifi info
68e2ac775cb06673dd72bbce62f0f8d6b3651e36
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.16.0", + "version": "1.17.0", "main": "dist/index.js", "files": [ "dist"
Update the roster mini app version
Update the roster mini app version
547c23a78b9423b270a126e29f4782a7d56afcd0
--- .github/pull_request_template_check.yml @@ -8,9 +8,10 @@ jobs: check-template: runs-on: ubuntu-latest steps: - - name: Check required sections and conditional requirements + - name: Check required sections uses: actions/github-script@v6 with: + github-token: ${{ sec...
feat(ui): updating pr template
feat(ui): updating pr template
a2fc4128ddec514d33531880e953704a1646b326
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "7.1.4", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.3.0", - "@walmart/metrics-mini-app": "0.9.66", + "@walmart/metrics-mini-app": "0.9.68", "@walmart/mod-flex-mini...
metrics version bump
metrics version bump
b51345b2321ca877fd071adbf69629d4ab6bd372
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.24.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.23.0...v1.24.0) (2025-04-04) + + +### Features + +* **ui:** update package js for myteam ([052875f](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/052875f02d2faccd7c7b107d72172aa9b555ae5e)) + #...
chore(release): 1.24.0 [skip ci]
chore(release): 1.24.0 [skip ci] # [1.24.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.23.0...v1.24.0) (2025-04-04) ### Features * **ui:** update package js for myteam ([052875f](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/052875f02d2faccd7c7b107d72172aa9b555ae5e))
882ec2c23202ad281bcbdd8b6ca0a5472bd948ea
--- 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.28.2](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.38.1 - @walmart/celebration-mini-app-graphql@1.28.2
5776844b7d3aff67af054a74214ea879510b498f
--- sonar-project.properties @@ -3,8 +3,8 @@ sonar.projectName=AllSpark-Core sonar.projectVersion=1.0.0 sonar.host.url=http://sonar.looper.prod.walmartlabs.com -sonar.sources=targets/US/src -sonar.tests=targets/US/__tests__ +sonar.sources=targets/US/src,core/src, packages/me-at-walmart-container/src, packages/me-at...
fix: include core for code coverage
fix: include core for code coverage
a70a58745a989ad30585d737be86378ad6cbcc5e
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24 + - spec: feature/drop24-iteminfo triggers: - manual: name: Publish Packages (Pre-Release)
trigger looper building
trigger looper building
aac7fc5ba6e1297870d92e5bcc1521d2d2eee57f
--- container/ReactotronConfig.js @@ -1,4 +1,4 @@ -import {AllsparkGraphQLClient, ReduxModule} from '@walmart/allspark-foundation'; +import {GraphQLModule, ReduxModule} from '@walmart/allspark-foundation'; import Reactotron from 'reactotron-react-native'; import {reactotronRedux} from 'reactotron-redux' @@ -20,7 +2...
fix: update env and logger modules
fix: update env and logger modules
a6556b8b641ebf6e869c6e4c3e19099911d90142
--- 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.11.0", + "@walmart/time-clock-mini-app": "2.12.0", "@walmart/ui-co...
Update Time Clock Mini app to 2.12.0
Update Time Clock Mini app to 2.12.0
9f9b71abbf34e2babcf4428ac1bb2a8c793e1e93
--- .yarn/patches/react-native-npm-0.79.5-8fdac25583.patch @@ -1,19 +0,0 @@ -diff --git a/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm b/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm -index 441a16f419f384367390218d5a78f9f601f9cd40..1c540f654eb1fe484c905...
fix(crash): removed patch added to fix rn crash (#5276)
fix(crash): removed patch added to fix rn crash (#5276) Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com> Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hit...
b3d7f6296f5914b240e9f0fd65fb46808a3d09b8
--- package-lock.json @@ -4137,9 +4137,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.14", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.14.tgz", - "integrity": "sha512-/4+yNPZbDAjzcw6LhDxfUseOEQoiRrqAifk2lkp8LHqOaa...
bumping metrics and home version
bumping metrics and home version
a1a51be203de10705880532bd7eaf3b66884e9e3
--- __tests__/utils/recentSearchHistory.test.ts @@ -3,7 +3,7 @@ import { storeAssociateName, RECENT_SEARCH_HISTORY_KEY, } from '../../src/utils/recentSearchHistory'; -import {logger} from '../../src/common'; +import {logger} from '../../src/common/logger'; jest.mock('@react-native-async-storage/async-storage'...
feat(ui): Merge changes for drop 23 SMDV-5921
feat(ui): Merge changes for drop 23 SMDV-5921
8765b4a80b178e67739451b2990ff9dcbc4f8590
--- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx @@ -186,41 +186,38 @@ const HubCelebrationWidgetCore: React.FC< maxCelebrationsInWidget, ]); - // REFRESH HANDLING - // Handle refresh trigger from Hub Framework with loading state + // REFRESH HANDLING - Optimized with useCal...
feat(ui): update celebration peformance
feat(ui): update celebration peformance
a830fb8ab448394b01964e34d3fe3007c4e5d0f5
--- scripts/updateAndroidProjectConfig.sh @@ -18,9 +18,6 @@ RN_CONFIG_JS="react-native.config.js" RN_CONFIG_PROD_APP_MANIFEST_PATH="{manifestPath: '\/app\/src\/main\/AndroidManifest.xml'}," RN_CONFIG_DEV_BETA_APP_MANIFEST_PATH="{}," -RN_CONFIG_JS_PROD="react-native-prod.config.js" -RN_CONFIG_JS_DEV_BETA="react-nati...
Removing all mentions of react-native.config.js and related files
Removing all mentions of react-native.config.js and related files
46952eef612e14797a61f3452cc30205cf00f1a2
--- targets/US/package.json @@ -142,7 +142,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/shop-gnfr-mini-app": "1.0.20", + "@walmart/shop-gnfr-mini-app": "1.0.30", "@walmart/store-feature-orders": ...
shop gnfr mini app test cases added for code coverage
shop gnfr mini app test cases added for code coverage
c265ff73a5a71b06dee7358ddc350bc777e131a9
--- allspark.config.js @@ -0,0 +1,23 @@ +module.exports = { + id: 'me-at-walmart-common', + graphql: { + queries: 'packages/me-at-walmart-common/src/queries', + codegen: { + yml: { + schemaVersion: '1.0.0', + teamRostersProductId: 2071, + notify: { + slack: { + chan...
chore: add codegen libraries and allspark config
chore: add codegen libraries and allspark config
25c4f566c0e91d6837f2da9ff0ff6678f42b7794
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeatureModule.test.tsx @@ -106,9 +106,7 @@ describe('AllsparkFeatureModule', () => { beforeEach(() => { allsparkFeatureModule = new AllsparkFeatureModule('id', config); jest.spyOn(allsparkFeatureModule as any, '_resolveCapability').mockReturnV...
code cleanup
code cleanup
f655c2f9933b3548d872d47f942bb67725054cb9
--- package.json @@ -134,7 +134,7 @@ "@walmart/react-native-webex-sdk": "0.1.5", "@walmart/receipt-check-miniapp": "1.19.3", "@walmart/redux-store": "6.0.0", - "@walmart/returns-mini-app": "3.13.0", + "@walmart/returns-mini-app": "4.6.0", "@walmart/roster-mini-app": "1.0.20", "@walmart/sc...
bump returns mini-app version
bump returns mini-app version