commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
4785939c65bd7c020e84fd55a64eec945fbf0838 | --- src/queries/getAssociateClockStatus.graphql
@@ -5,6 +5,8 @@ query GetAssociateClockStatus($id: String!, $idType: idType = USERID) {
punch {
__typename
clockStatus
+ clockStatusDesc
+ lastPunchType
}
}
}
\ No newline at end of file
--- src/queries/getAssociateClockStatus.ts
@@... | feat: update queries for required fields | feat: update queries for required fields
|
b369b19f5cb8ef4ca28754e5469b8b1dc8ec9ca3 | --- .looper-pr.yml
@@ -30,3 +30,4 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
+
--- README.md
@@ -1,6 +1,6 @@
# @walmart/wmconnect-mini-app
-This is a template for creating a feature app in Typescript. For additional information about creating a feature a... | fix(ui): update readme and looper | fix(ui): update readme and looper
|
ae271e22899b151a52a322505867ff6c1f4f90dc | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/financial-wellbeing-feature-app": "1.23.2",
"@walmart/functional-components": "6.0.16",
"@walmart/gta-react-native-calendars": "0.6.0",
- "@walmart/gtp-shared-components": "2.2.1-rc.0",
+ "@walmart/gtp-shared-components": "2.2.1"... | Update GTP to 2.2.1 | Update GTP to 2.2.1
|
29ac6215edb62f3f561b0060eceabcedbd264794 | --- targets/US/android/app/build.gradle
@@ -190,6 +190,28 @@ android {
// @customization - Dynamic mini app features
dynamicFeatures.add(':compass_dynamic_module')
dynamicFeatures.add(':webex_dynamic_module')
+ packagingOptions {
+ exclude("META-INF/INDEX.LIST")
+ exclude("META-INF/LICEN... | Fixed duplicate classes error | Fixed duplicate classes error
|
596dd501c5589174c0894d979138d1d6807e51e8 | --- .yarn/patches/@walmart-allspark-foundation-npm-6.27.6-de69585fd7.patch
@@ -0,0 +1,30 @@
+diff --git a/Container/AllsparkContainer.js b/Container/AllsparkContainer.js
+index 9d11a09dd36c095681901aaadce4f3a650a629cb..e041cc9f173f1c979d3c300dab6e1497d977f7ec 100644
+--- a/Container/AllsparkContainer.js
++++ b/Containe... | fix: add temporary patch to remove unnecessary feature disconnect implementation | fix: add temporary patch to remove unnecessary feature disconnect implementation
|
e2b286d3cfdd87cf67ea27ce3ee0cf5cfbc0f9eb | --- ios/Podfile.lock
@@ -556,7 +556,7 @@ PODS:
- React-Core
- react-native-wm-app-review (0.4.0):
- React-Core
- - react-native-wm-vizpick-shell (1.1.2-rc.7):
+ - react-native-wm-vizpick-shell (1.1.2-rc.9):
- React
- react-native-wm-voice-text (1.0.1):
- React
@@ -1231,7 +1231,7 @@ SPEC CHEC... | build(update): update shell & mini version | build(update): update shell & mini version
|
ff21053a82c1bca150f0f5c5bff9867efa3a5e1d | --- android/app/build.gradle
@@ -339,6 +339,7 @@ dependencies {
implementation "com.google.android.play:feature-delivery:2.0.1"
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
+ implementation 'com.squareup.okio:okio:3.2.0'
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIP... | okio dependency | okio dependency
|
92c7d677eb9f3c54f723d0861891cc2981e8c08a | --- package-lock.json
@@ -3283,9 +3283,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.3",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.3.tgz",
- "integrity": "sha512-5nCZsi6U+kWWUTj5QHoQDuxRGpe5cxQiwbMD4BPWoOk9dFr1VSwCMdph5NdgXatS... | Incrementing ask sam version | Incrementing ask sam version
|
212900893f6376f49ac88cbe397908d445280a89 | --- packages/allspark-foundation-hub/src/HubFeature/TeamListItem/TeamListItem.tsx
@@ -106,6 +106,7 @@ export const TeamListItem = ({
checked={isSelected}
disabled={checkboxDisabled}
testID={`team-selection-checkbox-${teamName}`}
+ onPress={handlePress}
/>
... | Update checkbox on team selection screen | Update checkbox on team selection screen
|
b557514e3a28c2d422a7e1039e7d9f5f4c261839 | --- 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.123.0",
+ "@walmart/profile-feature-app": "0.124.0",
"@walmar... | Bump profile-feature-app to 0.124.0 | Bump profile-feature-app to 0.124.0
|
68f83e07e35e9c356852d2c3771ec7468a07dea3 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -140,6 +140,9 @@ exports[`AssociateHallwayNav matches snapshot 1`] = `
<Screen
name="PttTexting"
/>
+ <Screen
+ name="PTT.MessagesList.ButtonSheet.Screen"
+ />
<Screen
componen... | test case update | test case update
|
39422bb48f6bc2cb63bdd4576133591d5ef6bd18 | --- package-lock.json
@@ -48,7 +48,7 @@
"@walmart/exception-mini-app": "1.4.2",
"@walmart/facilities-management-miniapp": "0.6.42",
"@walmart/feedback-all-spark-miniapp": "0.9.33",
- "@walmart/financial-wellbeing-feature-app": "1.10.2",
+ "@walmart/financial-wellbeing-feature-ap... | bumped financial-wellbeing-feature-app to 1.10.3 | bumped financial-wellbeing-feature-app to 1.10.3
|
f70d8a896621d346328db49e0a0302e4ed32c49b | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.21",
+ "version": "1.15.23",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/red... | Update the merge changes | Update the merge changes
|
007baa59018bba4c15d907445cf7fbb9d34baf46 | --- .looper.yml
@@ -24,4 +24,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- - yarn run coverage
\ No newline at end of file
+ - yarn run coverage
| feat(ui): dummy commit | feat(ui): dummy commit
|
52972f608f13a08de23abd275a0eb11e2ead6d66 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx
@@ -20,6 +20,8 @@ import {
import { useOnboardingContext } from './OnboardingContext';
import { ManagerExperienceCreators } from '../../../Store/Redux/actions';
import { useDispatch } from 'react-redux';
+im... | feat: added feature flags for header and filter | feat: added feature flags for header and filter
|
19d9b1f3be4f14734a2e4bf04c1481c06547c608 | --- android/app/src/main/assets/fonts/icomoon.ttf
Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ
--- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
| icomoon.ttf for shelf availability icon | icomoon.ttf for shelf availability icon
|
c8a7455897417fa141dd4ce57186851a9652919b | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 99
+ versionCode 100
versionName "1.0.8"
}
s... | Incrementing build number | Incrementing build number
|
2f9108650d7b2b43e29b0c7d60012ced5960777d | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.239.0-rc.3",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.239.0-rc.3.tgz",
- "integrity": "sha512-S6ikrFDNCREzw0thhzKZOwlZGLEiAqEa+8O3mRrK0JLDCCvWGzok8Qz... | upgrading taskit version | upgrading taskit version
|
198581e02f3cb34a2b5cc965734b6632b7986539 | --- package-lock.json
@@ -3338,9 +3338,9 @@
"integrity": "sha512-53F4Ig1Bd7bMzwgmq0OnDa+T3PKdi0wyyTDg67F9mvdRn05Le+EVv6Dji8fft8XE8hGmgK5sjwpTuarBmnDsVQ=="
},
"@walmart/exception-mini-app": {
- "version": "0.35.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exce... | version update to fix bug PEW-259 | version update to fix bug PEW-259
|
822520541b650d4b36741f34da648504cc8f4f20 | --- .looper.yml
@@ -22,4 +22,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- - yarn run coverage
\ No newline at end of file
+ # - yarn run coverage
\ No newline at end of file
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version... | Update my team version | Update my team version
|
650f88052110744436b7446b044150951c953218 | --- __tests__/navigation/AssociateHallwayNav/Tabs/HomeStackNavTest.tsx
@@ -47,6 +47,7 @@ describe('InboxHeaderRight', () => {
describe('HomeStackNav', () => {
it('matches snapshot', () => {
mockUseSelector.mockReturnValueOnce(true); // inbox header enabled
+ mockUseSelector.mockReturnValueOnce({userId: 'swa... | Delaying home tab render when user is undefined. Adding info logs to user info saga | Delaying home tab render when user is undefined. Adding info logs to user info saga
|
a930e1617da8cab949f46ac097c5680ca01e039b | --- package.json
@@ -116,7 +116,7 @@
"@walmart/refrigeration-alarms-mini-app": "1.35.0",
"@walmart/schedule-mini-app": "0.24.0",
"@walmart/settings-mini-app": "1.8.0",
- "@walmart/shelfavailability-mini-app": "1.2.3",
+ "@walmart/shelfavailability-mini-app": "1.2.4-SNAPSHOT.0",
"@walmart/taski... | SA-263 bugfix for high TPS of service call | SA-263 bugfix for high TPS of service call
|
ee40edf889ad87bf42802419d00d586fffd724c3 | --- src/components/Roster/index.tsx
@@ -1,5 +1,24 @@
-import React from 'react';
+import React, { useCallback, useEffect, useMemo, useRef, useState } from "react";
+import { RefreshControl, StyleSheet, View } from "react-native";
+import {Alert, Body, Spinner} from '@walmart/gtp-shared-components';
+import { FlashList ... | duplicating roster screen logic into new component | duplicating roster screen logic into new component
|
efd150e768518baf757432bb5099574e8597d5eb | --- packages/me-at-walmart-athena-queries/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.
+## [6.29.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/me-at-walmar... | chore(version): updating package version | chore(version): updating package version
- @walmart/me-at-walmart-athena-queries@6.29.1
|
b2b42aaa84995ca70de55d977f355b2db7e02546 | --- package-lock.json
@@ -165,7 +165,7 @@
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.1",
"react-native-view-shot": "^3.4.0",
- "react-native-vision-camera": "3.0.0",
+ "react-native-vision-camera": "3.6.13",
"react-native-webview": "^11.23.1",
... | updated vision camera | updated vision camera
|
0dc9a10bedd3275a352e2cf65304d2adbfed9d8e | --- package-lock.json
@@ -5172,14 +5172,13 @@
}
},
"@walmart/gtp-shared-components": {
- "version": "1.8.7",
- "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.8.7.tgz",
- "integrity": "sha512-YQgW7/2gaZgb1nsxpOTo6PJ7pqvd7ljufcTYTPW+BbgqVSW0R... | gtp version bump to 1.8.8 | gtp version bump to 1.8.8
|
716ca76f6cd6ab83c86b2a417952a2659682458c | --- __tests__/screens/AllTeamsScreen.test.tsx
@@ -26,11 +26,11 @@ jest.mock('../../src/hooks', () => ({
// Add mock for gtp-shared-components
jest.mock('@walmart/gtp-shared-components', () => {
- const React = require('react');
+ const ReactModule = require('react');
return {
Banner: ({children, onClose, ... | fix(bug): fix linting warnings | fix(bug): fix linting warnings
|
ebcadc3666d2a4f46fed9075b1f3b49e8654be8b | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.0.1](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.0.0...v3.0.1) (2025-07-01)
+
+
+### Bug Fixes
+
+* **ui:** update wmconnect and roster version for graphql changes ([8e404b3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8e404b33dba57d74bcc77... | chore(release): 3.0.1 [skip ci] | chore(release): 3.0.1 [skip ci]
## [3.0.1](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.0.0...v3.0.1) (2025-07-01)
### Bug Fixes
* **ui:** update wmconnect and roster version for graphql changes ([8e404b3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8e404b33dba57d74bcc776108ac2be3022... |
2e6f592c6f8b685bb6407201bdb0244f16c4d0fc | --- .looper.multibranch.yml
@@ -24,8 +24,14 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24-asksam
+ - spec: feature/drop24
triggers:
+ - manual:
+ name: Publish Packages (Pre-Release)
+ call: publishPrerelease
+ - manual:
+ name: P... | revert looper build scripts | revert looper build scripts
|
688ca8d26605ede55c898b817ca04cf30e4c7f6a | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.375",
+ "@walmart/rn-receiving-mini-app": "2.3.378",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version 2.3.378 - Bug fixes | Receiving version 2.3.378 - Bug fixes
|
68b174bcbbc39c97a1541e49b37df5fe4261d949 | --- packages/allspark-foundation/src/Environment/provider.tsx
@@ -18,6 +18,7 @@ export const EnvironmentProvider = (
} as IAllsparkEnvironment);
setReady(true);
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return ready ? <>{children}</> : null;
| chore: lint fix | chore: lint fix
|
38971210b836f1736dfdcf7883dccda8ceed9621 | --- package.json
@@ -125,7 +125,7 @@
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-geolocation": "1.2.0",
- "@walmart/metrics-mini-app": "1.29.14",
+ "@walmart/metrics-mini-app": "1.29.15",
"@walmart/mod-flex-mini-app... | feat: METRICS-1086 Drop 34 (#4801) | feat: METRICS-1086 Drop 34 (#4801)
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
fde5baa0bc78562c85ea9f2e84a198722ad4dd24 | --- packages/core-services-allspark/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.10.8](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.8
|
08c23d4635f511985e16e779e3bb9b97baafaabc | --- package-lock.json
@@ -5575,9 +5575,9 @@
"integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g=="
},
"@walmart/returns-mini-app": {
- "version": "0.3.0",
- "resolved": "https://npme.walmart.com/@walmart/returns-mini-app/-/returns-mini-a... | bump version returns 0.3.2 | bump version returns 0.3.2
|
4d92b3cf6d60142d1a72ff17bff01729751459df | --- 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.12.0",
+ "@walmart/time-clock-mini-app": "2.13.0",
"@walmart/ui-co... | Update time clock mini app to 2.13.0 | Update time clock mini app to 2.13.0
|
f63a2ac7afafaac42b29d007fce311b4ad0f4121 | --- package.json
@@ -134,7 +134,7 @@
"@walmart/react-native-barcode-builder": "^1.0.1",
"@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-logger": "1.38.1",
"@walmart/react-native-... | fix(logger crash fix): VS-9505 logger fix (#4508) | fix(logger crash fix): VS-9505 logger fix (#4508)
|
78ed4b63ad4c50a53786d4342ca2db6d1078097b | --- src/components/AssociateRosterItem/index.tsx
@@ -79,21 +79,34 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
//Todo: Check the logic for 5 limit and reverse the addition, most recent should be on top
const storeAssociateName = async () => {
const searchHistoryLimit: num... | update the delete method for each search history item | update the delete method for each search history item
|
74858386bf65ee4cb823def5ea3395a10a86fbf2 | --- __tests__/developerMenu/EnvironmentToggleScreen.test.tsx
@@ -13,6 +13,9 @@ jest.mock('@walmart/react-native-encrypted-storage', () => ({
AllsparkLocalStorage: {
clear: jest.fn(),
set: jest.fn(),
+ },
+ AllsparkNotificationClient :{
+ unregister: jest.fn(),
}
}));
--- src/developerMenu/Envi... | fix: unregister sumo on env toggle (#4884) | fix: unregister sumo on env toggle (#4884)
|
71bbd77d3d4a6cc4ab485e8dfd8d6a20b662418e | --- ios/Podfile.lock
@@ -2904,8 +2904,8 @@ SPEC CHECKSUMS:
walmart-react-native-sumo-sdk: a6dc20c0ec3c8ab878886529a0e2fc22e747821c
WebexSDK: d652713bd7ad5902e81918121912ba75a0056c3b
wifi-store-locator: 501fca0a220c725ed93ab403635c0f246a8ce7e3
- Yoga: 47d399a73c0c0caa9ff824e5c657eae31215bfee
+ Yoga: c716aea2e... | reverting yoga and cocopodods changes | reverting yoga and cocopodods changes
|
458e178e682ba11c79cb0279d42f23e2c2f29b32 | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -130,12 +130,20 @@ export class ActiveContainerManager {
return this._activeContainer?.features || DEFAULT_FEATURES;
}
+ public enableFeature = (featureId: string) => {
+ return this._activeContainer?.enableFeature(featureId);
+ ... | feat: add feature enable and disable methods to feature manager, container, and active container manager | feat: add feature enable and disable methods to feature manager, container, and active container manager
|
d348745515404be9932fe040452b96439a39c7e6 | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.22.0",
+ "@walmart/attendance-mini-app": "3.23.0",
"@walmart/avp-feature-... | buumping attendance version | buumping attendance version
|
a5add161ba039967df7f31276454f553d099e1fe | --- 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.63.0",
+ "@walmart/copilot-mini-app": "^1.65.3",
"@walmart/core-services... | chore bump copilot@1.65.3 | chore bump copilot@1.65.3
|
1233508a62af790f3758e348bd8875f095ac7089 | --- .looper.codepush.yml
@@ -47,7 +47,7 @@ flows:
- appcenter codepush release-react -a AllSpark-Me-Walmart/AllSpark-Me-Walmart --plist-file ./ios/AllSpark/Info.plist -d dev --description 'looper update' --token $APPCENTER_API_TOKEN_ANDROID
- npm run env:beta
- appcenter codepush release-react -a AllSp... | git push | git push
|
24e80533803fde658c6d9a25109878ec299ce1d1 | --- package-lock.json
@@ -78,7 +78,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.6.0",
- "@walmart/receipt-check-miniapp": "1.15.7",
+ "@walmart/receipt-check-miniapp": "1.17.3",
... | update for drop 17 version update | update for drop 17 version update
|
3a6e758a8f19f181409d49e24e1227afb00ac487 | --- package-lock.json
@@ -70,7 +70,6 @@
"eslint-plugin-prettier": "^4.2.1",
"expo": "^48.0.15",
"expo-av": "~13.2.1",
- "graphemer": "1.4.0",
"husky": "^4.3.0",
"i18next": "^22.0.1",
"install": "^0.13.0",
@@ -14740,13 +14739,6 @@
"dev": true,
"l... | succesful match of emoji for detection | succesful match of emoji for detection
|
b0f7a3c7390417edfac71206b1bfe510e8d937b3 | --- __tests__/navigation/AssociateHallwayNav/BannersTest.tsx
@@ -28,7 +28,8 @@ jest.mock('../../../src/changeStore/ChangeStoreBanner', () => ({
}));
const mockUseSelector = useSelector as jest.Mock;
-const mockGetFocusedRouteNameFromRoute = getFocusedRouteNameFromRoute as jest.Mock;
+const mockGetFocusedRouteNameFr... | chore: lint fix | chore: lint fix
|
4e5f0fd1d117ca0a3b70edfc5fd24ddd0e0dc5d3 | --- targets/US/package.json
@@ -87,8 +87,8 @@
"@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.8.7",
- "@walmart/avp-shared-library": "0.8.9",
+ "@walmart/avp-feature-app": "0.10.2"... | bumped avp | bumped avp
|
086d009a38b64df90d6f5dcb78394e2e08b5e8f5 | --- package.json
@@ -170,7 +170,7 @@
"@walmart/schedule-mini-app": "5.4.4",
"@walmart/shelfavailability-mini-app": "1.7.2",
"@walmart/shop-gnfr-mini-app": "1.0.454",
- "@walmart/sidekick-mini-app": "4.253.2",
+ "@walmart/sidekick-mini-app": "4.274.1",
"@walmart/store-feature-orders": "1.35.6",... | feat: sidekick mini app walmart2.0 (#5117) | feat: sidekick mini app walmart2.0 (#5117)
Co-authored-by: Mahabubee Shaik <m0s0nc1@walmart.com>
Co-authored-by: Shubham Rajput <shubham.rajput@walmart.com>
Co-authored-by: Tejasvi <Tejasvi.Annam@walmart.com>
Co-authored-by: Karthik Balasubramanyam <karthik.balasubraman@walmart.com>
Co-authored-by: Hariharan Sunda... |
bb44e740c8438ac97c933945b2f936da953933f0 | --- .looper.multibranch.yml
@@ -242,7 +242,6 @@ branches:
rules:
- before:
- echo "setting git commit vars"
- - ls -l /Applications/xcode_version/
- var (GIT_COMMIT_AUTHOR): git log -1 --format="%aN"
- var (GIT_COMMIT_MESSAGE): git log --oneline --format=%B -n 1 HEAD | head -n 1
- v... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
9e6627feb3beade2b167206e3c5cf0e44fe1d6d0 | --- __tests__/__mocks__/@walmart/allspark-foundation/Container.js
@@ -1,5 +1,3 @@
-const { features } = require("process");
-
module.exports = {
...jest.requireActual('@walmart/allspark-foundation/Container'),
ActiveAllsparkContainer: {
--- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainS... | chore: fix lint and snapshots | chore: fix lint and snapshots
|
21a19c90cb8cedc75ef3ef5b9256c442dda71362 | --- core/src/navigation/types.ts
@@ -11,11 +11,11 @@ import {
WhatsNewScreenProps,
} from '../whatsNew/types';
-export type RootStackMap<T extends ParamListBase = CoreAssociateStackMap> = {
+export type RootStackMap<T extends ParamListBase = {}> = {
'Core.Login': undefined;
// Nesting of associate stack wit... | chore: navigation type fixes | chore: navigation type fixes
|
ef17fa70f5fd5a09365561f254dcbc1ecfb29569 | --- package-lock.json
@@ -4971,9 +4971,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.41",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.41.tgz",
- "integrity": "sha512-HucvV49G4vnmTCFEkLi5ugQa84ANNaPAGYXdsoKpqZ05eH... | bumping metrics and home versions | bumping metrics and home versions
|
05aab2994544bd2767b14f7218b6533122188b33 | --- package-lock.json
@@ -12305,9 +12305,9 @@
"integrity": "sha512-pFLFOALEOoeDbiqZH8A79AgpvOMUxW9bi6EKV2mURZMt0VA08E3KKcz0DJTVQJElPhmpb8FhcOFn7hIOA/9JFg=="
},
"react-native-sumo-sdk": {
- "version": "2.7.4-rc.5",
- "resolved": "https://npme.walmart.com/react-native-sumo-sdk/-/react-native-su... | Sumo version bump (#373) | Sumo version bump (#373)
* Sumo version bump
* sumo version bump with android fixes.
Co-authored-by: Hitesh Arora <> |
540d0b5df716fcc0234da85c37a8c83e6ec52352 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -426,6 +426,9 @@ export class AllsparkFeatureModule<
Object.entries(flows).forEach(([type, flow]) => {
if (flow) {
AllsparkWorkClient.registerFlow(type, flow, this.id);
+
+ // support for deprecated container f... | support for deprecated contianer flows | support for deprecated contianer flows
|
76a27fe0f6b50b5dde8597344fb9ec84a7234bc1 | --- docs/docs/components/icons/icons-core-owned.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 3
+sidebar_position: 2
title: Me@Core-Owned Icons
custom_edit_url: null
---
@@ -9,23 +9,15 @@ There are several Android and iOS specific icons available in the `allspark-core
## iOS Icons
These icons are located in the `all... | docs: reformatting for clarity | docs: reformatting for clarity
|
581aeebd413463202d275da6e0863c147bbeafa3 | --- packages/allspark-foundation/package.json
@@ -57,7 +57,8 @@
"build:cli": "npm run clean:cli && tsc --project tsconfig.cli.json",
"build": "npm run build:lib && npm run build:cli",
"clean": "npm run clean:lib && npm run clean:cli",
- "link:assets": "npx react-native-asset"
+ "link:assets": "npx ... | chore: fixes from testing | chore: fixes from testing
|
75f185f7dd3c0d927c8a1aba392483414dc141bb | --- src/hooks/user.ts
@@ -1,9 +1,13 @@
import {useSelector} from 'react-redux';
import {UserSelectors} from '@walmart/allspark-foundation/User';
+import {UserDomain} from '@walmart/me-at-walmart-common';
export const useUserCanSeeTeamHub = () => {
const isPeopleLead: boolean = useSelector(UserSelectors.getIsUse... | Update the navigation for home office | Update the navigation for home office
|
8de34af468a09059a2f19b1b62c18fd8bc42786b | --- __tests__/changeStore/ChangeStoreModalTest.tsx
@@ -90,13 +90,10 @@ describe('ChangeStoreModalTest', () => {
const {getByTestId} = render(
<ChangeStoreModal {...ChangeStoreModalProps} />,
);
- expect(getByTestId('bottomSheetHeaderTitle').props.children).toEqual(
- 'changeStore.siteTitle',
- ... | fix: ALLSPARK-7266 change store keyboard issue (#5050) | fix: ALLSPARK-7266 change store keyboard issue (#5050)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
62d9eeb98bba1c9a410f1e1aedc501172df94298 | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/TeamSelectionList.tsx
@@ -1,9 +1,16 @@
-import React, { useEffect, useMemo, useState } from 'react';
-import { View, Text, ScrollView } from 'react-native';
-import { TeamSelectionListItem } from './TeamSelectionListItem';
-import { Checkbox }... | TeamSelection component updates | TeamSelection component updates
|
894c6c8606d5560784637c92acee04cd97907f9b | --- __tests__/__mocks__/@walmart/allspark-foundation/Components.js
@@ -0,0 +1,15 @@
+module.exports = {
+ AllsparkComponentContainers: {
+ add: jest.fn(),
+ create: jest.fn(),
+ addMultiple: jest.fn(),
+ },
+ AllsparkDynamicComponents: {
+ create: jest.fn(),
+ },
+ AllsparkBadges: {
+ update: jest.f... | feat(ui): update widget on myTeam | feat(ui): update widget on myTeam
|
1a74dd1011a473a1e78a8cbbfd93544de8783635 | --- package.json
@@ -100,7 +100,7 @@
"@walmart/counts-component-miniapp": "0.2.4",
"@walmart/digital-locks-mini-app": "1.2.5",
"@walmart/emergency-mini-app": "1.32.5",
- "@walmart/exception-mini-app": "1.8.13",
+ "@walmart/exception-mini-app": "1.8.15",
"@walmart/expo-config-plugins": "^0.1.7"... | feat: PEW-1468 Pinpoint - DSL Integration (#4190) | feat: PEW-1468 Pinpoint - DSL Integration (#4190)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
26bb6bc3cb5ae427855dca77e9c44870e5532aaf | --- __tests__/utils/user-test.ts
@@ -5,6 +5,11 @@ import {
returnClockedStatusBasedOnSchedule,
} from '../../src/utils';
import moment from 'moment';
+import {decryptUserId} from '../../src/utils/user';
+import CryptoJS from 'crypto-js';
+import {OBFUSCATION_PARSE_KEY} from '../../src/utils/user';
+import {isAssoc... | Adding coverage for users util | Adding coverage for users util
|
d8665fdca460cdf15d56f8c97a68716411e252fd | --- src/screens/MyWalmartV2/Hoc/AssociateRosterDetailHoc.tsx
@@ -21,6 +21,7 @@ import {handleViewAssociateSchedule} from '../../../utils/rosterDetail';
import {goToWeeklySchedule} from '../../../navigation/utils';
import {associateIsScheduled} from '../../../utils/user';
import {useUserIsInRoster, useIsImpersonatedO... | feat(ui): updated logic for weekly schedule link | feat(ui): updated logic for weekly schedule link
|
8a3b3a74d7a6333b03ae8bf379d007c6a71e3e98 | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 14.07,
- branches: 3.51,
- functions: 6.02,
- lines: 14.27,
+ statements: 14,
+ branches: 3.4,
+ functions: 5.9,
+ lines: 14,
},
},
transformIgnorePattern... | update weeklyschedule link | update weeklyschedule link
|
01bb59117e25244496dde76ed2a4fae381407866 | --- .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)&&!MAC-LAB-MINI20&&!MAC-LAB-MINI36)
+node: ((osx||stable_osx)&&!MAC-LAB-M... | Bumping ask sam version | Bumping ask sam version
|
f0b470073e0caffc9e9b4af985002c3c35959caa | --- package-lock.json
@@ -4400,9 +4400,9 @@
}
},
"@walmart/refrigeration-alarms-mini-app": {
- "version": "1.26.0",
- "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.26.0.tgz",
- "integrity": "sha512-3lWS8gEQ6eZQiuEJIqpNIBxBU... | Version bump for production url | Version bump for production url
|
032ee44a7b8336414aff88e42c38a76cc5fff877 | --- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/Device.js
@@ -0,0 +1,6 @@
+module.exports = {
+ ...jest.requireActual('@walmart/allspark-foundation/Device'),
+ DeviceServiceCreator: jest.fn((config) => ({
+ fetch: config.fetch,
+ })),
+};
--- packages/me-at-walmart-container/__tests_... | chore: test coverage - top level mock | chore: test coverage - top level mock
|
3bfe317cf3916545fd19a222e0347095615e9234 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -9,7 +9,6 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = `
"bottom": 14,
}
}
- screenListeners={[Function]}
screenOptions={[Function]}
>
<Screen
@@ -31,7 +30,6 @@ exports[`MainTab... | Removing tab listeners | Removing tab listeners
|
ff38ef97d34ae5b6276d4f6c922f47ee4e066fd7 | --- src/index.tsx
@@ -1,4 +1,4 @@
-import React, {Dispatch, useEffect, useMemo, useReducer} from 'react';
+import React, {Dispatch, useMemo, useReducer} from 'react';
import {useSelector} from 'react-redux';
import {firebase} from '@react-native-firebase/app-check';
import {SiteSelectors, addSagas} from '@walmart/re... | adding navigate method, need to troubleshoot why it is not going to the screen | adding navigate method, need to troubleshoot why it is not going to the screen
|
2b20a1d2f676d75c15d5c32e35cf5eeef5f4842d | --- 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.128.0",
+ "@walmart/profile-feature-app": "0.133.0",
"@walmar... | bump profile-feature-app to 0.133.0 | bump profile-feature-app to 0.133.0
|
3079294ea3b4bbe3e629a1335e9c635d590fda04 | --- targets/US/package.json
@@ -102,7 +102,7 @@
"@walmart/counts-component-miniapp": "0.1.11",
"@walmart/emergency-mini-app": "1.27.7",
"@walmart/exception-mini-app": "1.8.4",
- "@walmart/facilities-management-miniapp": "0.12.0",
+ "@walmart/facilities-management-miniapp": "0.12.9",
"@walmart/... | chore:version bump | chore:version bump
|
3fbd01f6035b5fbb1fd6659e15ea0f6892fd8e06 | --- package-lock.json
@@ -3249,9 +3249,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.24.0",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.24.0.tgz",
- "integrity": "sha512-vW4XKkd8yVFKRgsU2RT/pthaI8OEdYWtyJRg+LpHSH3ztV0qB6kJyIAv6t... | patch update for welcomeMe-mini | patch update for welcomeMe-mini
|
ddf8d2ebb1506e4070bfcfebeaf9f78ca69b1518 | --- package-lock.json
@@ -3032,9 +3032,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.22.0",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.22.0.tgz",
- "integrity": "sha512-UbJ6H30ztF9sYJYMJc4N20UitzVU6Dde7lmP+RUKtkXm6mMLzZfHdQpWRKGs4kMh... | Ask sam bump | Ask sam bump
|
f1a4af27ee6b66d016f649c9f44cf1be3a7128d1 | --- package-lock.json
@@ -31,7 +31,7 @@
"@react-navigation/stack": "^6.1.0",
"@sharcoux/slider": "^6.1.1",
"@terrylinla/react-native-sketch-canvas": "0.8.0",
- "@walmart/allspark-home-mini-app": "0.6.13",
+ "@walmart/allspark-home-mini-app": "0.6.14",
"@walmart/allspark... | home mini app version bump for invalid date | home mini app version bump for invalid date
|
44b199fe2a42989ff97e992d700644e0b3cec9d2 | --- yarn.lock
@@ -7184,7 +7184,7 @@ __metadata:
react-native-error-boundary: "npm:^1.1.6"
react-native-flipper: "npm:0.212.0"
react-native-fs: "npm:^2.18.0"
- react-native-geolocation-service: "npm:^5.3.1"
+ react-native-geolocation-service: "patch:react-native-geolocation-service@npm%3A5.3.1#~/.ya... | update yarn.lock | update yarn.lock
|
1b9fc9e5cde59e9c35da11beeba92626e1171ce0 | --- package-lock.json
@@ -166,7 +166,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.4",
+ "react-native-maps": "~1.3.2",
"react-native-mask-input": "^1.2.3",
... | Downgrading react-native-maps | Downgrading react-native-maps
|
fd04b9343b687c4a536b4cf278727328f223f5a5 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.45.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.44.0...v2.45.0) (2025-06-25)
+
+
+### Features
+
+* **ui:** update looper yml for testing ([ae6134f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ae6134f0e86c45027b1ea3772e79e397bb8aab8a))
+
... | chore(release): 2.45.0 [skip ci] | chore(release): 2.45.0 [skip ci]
# [2.45.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.44.0...v2.45.0) (2025-06-25)
### Features
* **ui:** update looper yml for testing ([ae6134f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ae6134f0e86c45027b1ea3772e79e397bb8aab8a))
|
492f29a298f951771b3a958a69be5152d9542980 | --- package-lock.json
@@ -76,7 +76,7 @@
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.12.4",
"@walmart/redux-store": "3.1.5",
- "@walmart/returns-mini-app": "^1.4.0",
+ "@walmart/returns-mini-app": "^1.5.0",
"@walmart/schedule-mini-app"... | Update to returns 1.5.0 | Update to returns 1.5.0
|
dd029911927b2c736f1f8267a65c6e3aaf3cc555 | --- .looper.yml
@@ -22,4 +22,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- - yarn run coverage
\ No newline at end of file
+ # - yarn run coverage
\ No newline at end of file
| Update roster mini app | Update roster mini app
|
b0cb48a5d5c77864a82d103d4e42bcb34e18632b | --- packages/allspark-foundation/__tests__/Work/Context.test.tsx
@@ -1,30 +0,0 @@
-// ********************************************************
-// DELETE THIS FILE ***************************************
-// ********************************************************
-
-import { render, fireEvent } from '@testing-library/... | feat: remove context, add action types DWORK-6097 | feat: remove context, add action types DWORK-6097
|
b86b44a58390b32896ea445de403863de1712bb2 | --- index.js
@@ -7,3 +7,9 @@ import 'intl/locale-data/jsonp/en';
import 'moment/locale/es';
import 'moment/locale/es-mx';
+import {AppRegistry} from 'react-native';
+import {App} from './src';
+import {name as appName} from './app.json';
+
+AppRegistry.registerComponent(appName, () => App);
+
--- src/startup/Asso... | Register Ask Sam Widgets | Register Ask Sam Widgets
|
be276c9b937c1659c7aedaadd5798e66524e8c0d | --- src/rbacConfig/utility/updateMeganavData.tsx
@@ -2,6 +2,21 @@ import Config from '../../../env';
import {RbacConfigState} from '../types';
import _ from 'lodash';
+const navTypeToIndex:any = {
+ QUICKACTION: 1,
+ BOTTOMNAV: 2,
+ SIDENAV: 3,
+};
+const RbacPolicyLength:any = {
+ QUICKACTION:2, //Ex: if sp... | Changes done which were suggested | Changes done which were suggested
|
15637b411788e73ae97e36a75d883840e21c8ad3 | --- targets/US/__tests__/root/versionsTest.ts
@@ -2,8 +2,38 @@ import {
shouldBeListed,
createPackageDetails,
getLibraryData,
+ getVersionSectionList,
+ legacyVersionsReducer,
} from '../../src/root/versions';
+jest.mock('../../package.json', () => ({
+ dependencies: {
+ '@walmart/ask-sam-mini-app': '... | fix: patch version not correctly extracted for version list | fix: patch version not correctly extracted for version list
|
3c0ec0d2804bcb16d710a36d976635dbeddf7420 | --- android/app/src/main/ic_launcher-playstore.png
Binary files a/android/app/src/main/ic_launcher-playstore.png and /dev/null differ
--- android/app/src/main/ic_launcher_test-playstore.png
Binary files a/android/app/src/main/ic_launcher_test-playstore.png and /dev/null differ
--- android/app/src/main/res/drawable-... | fixing notification large icon for prod builds | fixing notification large icon for prod builds
|
bb96d02480c2c0854c846489cbece885eed8ac25 | --- packages/allspark-foundation-hub/src/Shared/Images/images.tsx
@@ -168,6 +168,36 @@ export const SupplyChainImages: Record<
uri: 'https://i5-me.walmartimages.com/images/supplychain/hauling-amb-bc5ae3b3f2.png',
blurhash: 'KlF*yqbd~8kDW?jY^%n~-P',
},
+ '7000100': {
+ teamName: 'RSR - Dairy/Deli/Frozen... | feat: add missing team images | feat: add missing team images
|
4671a22c6af68ce0bb2e90aeb6cdb88ec0ba5424 | --- 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.142.0",
+ "@walmart/profile-feature-app": "0.143.0",
"@walmar... | bump profile-feature-app to 0.143.0 | bump profile-feature-app to 0.143.0
|
39d0f8e5260bf03e5ec8db1157a256b59fb72c2d | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.41.6",
+ "@walmart/copilot-mini-app": "^3.42.1",
"@walmart/core-services": ... | chore: bump copilot@3.42.1 | chore: bump copilot@3.42.1
|
09d226abf3dfb45c04c477dc861dc8a4f75625bb | --- packages/allspark-foundation-hub/__tests__/HubFeature/__snapshots__/TeamListItem.test.tsx.snap
@@ -45,7 +45,7 @@ exports[`TeamListItem renders list item for all teams roster view correctly 1`]
}
/>
<View
- accessibilityLabel="Management 93 Clocked in"
+ accessibilityLabel="Management"
... | Update snapshots | Update snapshots
|
ee2911476e7071a5aeea85830ef760c6087d130f | --- __mocks__/@react-native-community/clipboard.js
@@ -1,5 +0,0 @@
-module.exports = {
- Clipboard: {
- setString: jest.fn()
- }
-}
\ No newline at end of file
--- __mocks__/@walmart/gtp-shared-components.js
@@ -65,5 +65,8 @@ module.exports = {
Checkbox: 'Checkbox',
FormGroup: 'FormGroup',
ChevronRightI... | refactor: ALLSPARK-6501 migrate to expo-clipboard (#4930) | refactor: ALLSPARK-6501 migrate to expo-clipboard (#4930)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
3718cef02585efd3cd9332bdcc6f60b583eb7d8f | --- __tests__/components/SearchHeaderTest.tsx
@@ -112,7 +112,7 @@ describe('SearchHeader tests', () => {
await waitFor(() => {
expect(mockDispatch).toHaveBeenCalledWith({
payload: '',
- type: 'roster/SET_SEARCH_TEXT',
+ type: 'texting/SET_SEARCH_TEXT',
});
});
});
---... | adding tests | adding tests
|
0d0345f590b7b691652932afa2a8a2f7455f012f | --- core/__tests__/__mocks__/@walmart/me-at-walmart-common.js
@@ -4,6 +4,10 @@ module.exports = {
addMultiple: jest.fn(),
add: jest.fn(),
},
+ RootComponentContainer: {
+ addMultiple: jest.fn(),
+ List: 'List',
+ },
HomeHeaderRightContainer: {
Component: 'Component',
add: jest.fn(),
... | added test cases for feature files | added test cases for feature files
|
9b98bbedf2d2af6b4ca3b650cb4e9cf92409de59 | --- .env.beta
@@ -8,4 +8,4 @@ EXPO_DEBUG=false
# -- Custom environment variables -- #
# For compatability with the existing environment types used in the app. Use NODE_ENV when possible which will match the postfix (beta)
-EXPO_PUBLIC_ENV=prod
+EXPO_PUBLIC_ENV=beta
--- app.config.US.ts
@@ -272,8 +272,8 @@ const C... | feat: add splash screen images for beta and teflon. fix beta env variable | feat: add splash screen images for beta and teflon. fix beta env variable
|
a1e71c127b9af06f5f2b093f774f611744564ddb | --- core/__tests__/__mocks__/@walmart/rfid-scan-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- RfidScanMiniApp: 'RfidScanMiniApp',
+ __esModule: true,
+ default: {
+ buildAllScreens: () => 'RfidScanScreens'
+ }
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.ts... | Added foundation changes | Added foundation changes
|
e011fd79b4ae9b3eaa5471f3cce9e87799207e52 | --- targets/US/package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.89",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.27.4",
+ "@walmart/ask-sam-mini-app": "1.27.5",
"@walmart/associate-listening-mini-app": "1.2.7",... | Bump the version | Bump the version
|
f9d9d094d6169c9416fbfdb4b4642bf05b128352 | --- .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)
+node: stable_osx&&!!dualcore
tools:
android:
| looper fix | looper fix
|
4b79bf6c1c250a974f409961d6406b7b6fa988ae | --- package-lock.json
@@ -73,7 +73,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.8.27",
+ "@walmart/receipt-check-miniapp": "1.8.29",
... | bump version for hotfix | bump version for hotfix
|
275139b4b7c949426620ed0b47dbc5de2cf58be4 | --- packages/allspark-foundation/src/FeatureRunner/components/FeatureSection.tsx
@@ -11,7 +11,7 @@ import {
import { AllsparkNavigationClient } from '../../Navigation';
import { AllsparkFeatureModule } from '../../Feature';
-import { useLocalStorageService } from '../../LocalStorage';
+import { LocalStorageService ... | fix: local storage feature runner section not working correctly | fix: local storage feature runner section not working correctly
|
f6c39f69e08c899208df7d80d2fb93bf77ac7252 | --- package-lock.json
@@ -3936,7 +3936,7 @@
},
"axios-cache-adapter": {
"version": "2.7.3",
- "resolved": "http://localhost:4873/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz",
+ "resolved": "http://npme.walmart.com/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz",
"integrity... | fixing package lock | fixing package lock
|
d92e1b694f4aae7cb78a3535b4363e5b3efa5623 | --- src/containers/ChatInput/index.tsx
@@ -211,8 +211,8 @@ export const ChatInput = (props: {
{
mediaType: 'photo',
selectionLimit: 1,
- maxHeight: 1024,
- maxWidth: 1024,
+ maxHeight: 512,
+ maxWidth: 512,
},
).catch((e) => console.log('pick image error'... | adding restriction | adding restriction
|
482924cfbc719cab3b80953f2ef62f2e2836b8d8 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/emergency-mini-app": "1.32.5",
"@walmart/exception-mini-app": "1.8.15",
"@walmart/expo-config-plugins": "^0.2.0",
- "@walmart/facilities-management-miniapp": "0.18.28",
+ "@walmart/facilities-management-miniapp": "0.18.30",
"@walmart/feedback-all-... | feat(facility-management): ONER-5432 ADA bug fixes (#4366) | feat(facility-management): ONER-5432 ADA bug fixes (#4366)
* feat(facility-management): ONER-5432 Updating the version to 0.18.28-alpha1
* feat(facility-management): ONER-5457 Updating the version to 0.18.30
---------
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.