commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
06076008c50521943c3ffb17a261c367366fdbcb | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "6.0.1",
"@walmart/manager-approvals-miniapp": "0.1.1",
"@walmart/me-field-mini-app": "1.1.35",
- "@walmart/metrics-mini-app": "0.9.32",
+ "@walmart/metrics-mini-app": "0.9.33",
"@walmart/mod-flex-min... | bumping metrics version | bumping metrics version
|
3776bd94935a1a96469397ebeaee5e5d51505aef | --- packages/allspark-app-auth/src/context.tsx
@@ -1,40 +0,0 @@
-import React, {
- createContext,
- PropsWithChildren,
- useContext,
- useEffect,
-} from 'react';
-import { AppAuth, IAppAuth } from './appAuth';
-
-export const AuthContext = createContext<IAppAuth>(AppAuth);
-
-export const useAuth = () => {
- cons... | fix: remove context from app auth | fix: remove context from app auth
|
287c9d30806250a16a3363f515e9ddcbbf276361 | --- env.beta.js
@@ -1,6 +1,6 @@
// Environment Overrides for Beta
export default {
- env: 'beta',
+ deployment: 'beta',
graphql: {
url: 'https://developer.api.us.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
headers: {
--- env.dev.js
@@ -1,6 +1,6 @@
// Environment Overrides for Dev
export defau... | fix: adjusting env overrides for beta prod disconnect | fix: adjusting env overrides for beta prod disconnect
|
1a04aaa80c4a175315f69a39cbc08a5921cabd64 | --- package.json
@@ -154,7 +154,7 @@
"@walmart/time-clock-mini-app": "2.462.1",
"@walmart/time-clock-mini-app-next": "2.812.1",
"@walmart/topstock-mini-app": "1.22.3",
- "@walmart/translator-mini-app": "1.4.2",
+ "@walmart/translator-mini-app": "1.4.5",
"@walmart/ui-components": "patch:@walmar... | feat: MYAT-1371 adding 3 second idle cutoff for mic (#4172) | feat: MYAT-1371 adding 3 second idle cutoff for mic (#4172)
Co-authored-by: Sushrut Palatkar - s0p0fos <Sushrut.Palatkar@walmart.com>
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
eeafe1cd1b5cc695d8aea677c8eda8f603d849df | --- src/navigation/index.tsx
@@ -6,10 +6,10 @@ import {GestureHandlerRootView} from 'react-native-gesture-handler';
import {Header} from '@walmart/ui-components';
import {RenderGuard} from '@walmart/allspark-utils';
-// import {
-// useMinimizedCallView,
-// useCallEventListeners,
-// } from '@walmart/calling-m... | fix: change calling hooks to avoid component recreation | fix: change calling hooks to avoid component recreation
|
31d461aeba98517c8ab60a3603b224d09ac65686 | --- targets/US/package.json
@@ -143,7 +143,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
- "@walmart/sidekick-mini-app": "4.80.3",
+ "@walmart/sidekick-mini-app": "4.81.4",
"@walmart/store-feature-orders": "1... | chore: bump sidekick@4.81.4 | chore: bump sidekick@4.81.4
|
723dabe407ef21252543c6742987aebabe359da4 | --- packages/wmconnect-mini-app/src/Translations/index.ts
--- packages/wmconnect-mini-app/src/Translations/locales/en-US.json
--- packages/wmconnect-mini-app/src/Translations/locales/es-MX.json
--- packages/wmconnect-mini-app/src/Translations/locales/translations.d.ts
| fix: correct Translations directory casing to match roster-miniapp | fix: correct Translations directory casing to match roster-miniapp
|
7089738bf5e58dcaa1a3d312de8c7e09aa03004f | --- src/core/versionsInit.ts
@@ -16,6 +16,7 @@ const miniApps = [
'@walmart/time-clock-mini-app',
'@walmart/feedback-all-spark-miniapp',
'@walmart/settings-mini-app',
+ '@walmart/refrigeration-alarms-mini-app',
'@walmart/exception-mini-app',
'@walmart/iteminfo-mini-app',
'@walmart/shelfavailability-m... | Add refrigerations alarms to versionInt | Add refrigerations alarms to versionInt
|
444822df6a368df84eb4d46096d0aadba1807c2b | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/calling-mini-app": "0.1.13",
"@walmart/compass-sdk-rn": "5.18.15",
"@walmart/config-components": "4.2.17",
- "@walmart/copilot-mini-app": "3.70.2",
+ "@walmart/copilot-mini-app": "3.70.3",
"@walmart/core-services": "~2.3... | chore: bump copilot@3.70.3 | chore: bump copilot@3.70.3
|
c7232c3cb3b15088ea29dd83d9ed6eb0f0e8cd52 | --- core/src/core/CreateGuardedScreens.tsx
@@ -4,14 +4,22 @@ import {StackNavigationOptions} from '@react-navigation/stack';
import {withClockOutGuard} from './ClockOutGuard';
import {withFeatureToggleGuard} from './FeatureToggleGuard';
+import {AllsparkFeatureModule} from '@walmart/allspark-foundation';
-export ... | feat: add support for feature modules in create mini app screen method | feat: add support for feature modules in create mini app screen method
|
0fa2e45ec0124004b5fb5c9983572d9ba4de0372 | --- packages/allspark-foundation/__tests__/Device/DeviceModule.test.ts
@@ -0,0 +1,87 @@
+import { ReduxModule } from '../../src/Redux/ReduxModule';
+import { DeviceModule } from '../../src/Device/DeviceModule';
+import { DeviceManager } from '../../src/Device/DeviceManager';
+import { IDeviceService } from '../../src/D... | tests(device): add device module tests | tests(device): add device module tests
|
39551f694524b7a37045c44614185bdc5829e9e7 | --- android/build.gradle
@@ -2,10 +2,10 @@
buildscript {
ext {
- buildToolsVersion = "33.0.0"
+ buildToolsVersion = "31.0.0"
minSdkVersion = 26
- compileSdkVersion = 33
- targetSdkVersion = 33
+ compileSdkVersion = 31
+ targetSdkVersion = 31
kotlinVe... | Build gradle rolled back | Build gradle rolled back
|
2a096ebe041cc0211c4d2592151eacf4a0da9e2e | --- 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.12):
+ - react-native-wm-vizpick-shell (1.1.2):
- React
- react-native-wm-voice-text (1.0.1):
- React
@@ -1231,7 +1231,7 @@ SPEC CHECKSUM... | fix(update): Update version for shell & topstock mini | fix(update): Update version for shell & topstock mini
|
e3947491b839a0f079451e4f8d9eaa9cf4cf1af0 | --- targets/US/package.json
@@ -108,7 +108,7 @@
"@walmart/functional-components": "~6.3.20",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.4",
- "@walmart/ims-print-services-ui": "2.12.0",
+ "@walmart/ims-print-services-ui": "2.15.1",
"@walmart/inbox-mi... | Bump Print UI to v2.15.1 | Bump Print UI to v2.15.1
|
b8d4b2a4f6c60621d99524ed81159043ee282142 | --- example/src/teamHub/screens/screen.tsx
@@ -44,14 +44,6 @@ export const HomeScreen = TeamHub.createScreen(
}>
Team Selection
</Button>
- <Button
- variant="primary"
- UNSAFE_style={{marginBottom: 10}}
- onPress={() =>
- AllsparkNavigationCli... | feat: removed duplicate code | feat: removed duplicate code
|
e1589ebd02722df66d31826708bf5f8e25507c98 | --- .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-MINI29&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22)
+node: ((osx||stable... | removing nodes | removing nodes
|
1d764249e682188f71d751c293614fc02c4d115d | --- graphql.yml
@@ -103,21 +103,21 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- # - name: "GetSupplyChainShifts"
- # hash: "b0f8dbb33dfb79cf68890fa719d4a9a6a2ab8e851ea3a81708a31ac9078c988c"... | Update graphql yml | Update graphql yml
|
981e4912bf370e0b9f1fd37e61b57b1038facce6 | --- packages/allspark-foundation/__tests__/Site/selectors.test.tsx
@@ -54,18 +54,18 @@ describe('Address and Location Functions', () => {
longitude: -122.4194,
});
- it('should return false if divisionCode does not match one of DC_DIVISION_CODES', () =>{
+ it('should return false if divisionCode doe... | feat: update isDC selector for new DC division scope. | feat: update isDC selector for new DC division scope.
|
9dca33c34ff0d4ddf5317fe7068f238a4596fd58 | --- yarn.lock
@@ -42,7 +42,7 @@ __metadata:
rehackt: "npm:^0.1.0"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
- ts-invariant: "npm:^0.10.31.11.2
+ ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
| Update yarn.lock | Update yarn.lock |
9e193a1082357cca12ed2211e9fce22ce5f8c38e | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx
@@ -60,4 +60,16 @@ describe('ShiftFilterList', () => {
expect(toJSON()).toMatchSnapshot();
});
+ it('Test 2: Calls handleSelectShift when a shift is selected', () => {
+ const { getByTestId } = render(
+ <S... | Adding Test 2 for shiftFilterList | Adding Test 2 for shiftFilterList
|
8df11f82f2978e4be6654560ffb96195b0b8411d | --- packages/allspark-foundation/src/GraphQL/client.ts
@@ -43,7 +43,6 @@ export class GraphQLClient extends ApolloClient<NormalizedCacheObject> {
constructor(config: GraphQLClientConfig = {}) {
const {
- connectToDevTools = __DEV__,
cacheConfig,
httpConfig,
persistedQueryConfig,
@@ -... | refactor: remove automatic connection of graphql and redux clients to dev tools | refactor: remove automatic connection of graphql and redux clients to dev tools
|
7cedc8b302f74d2986178f68341b2c4a2c1eb29d | --- package.json
@@ -99,7 +99,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.61",
+ "@walmart/metrics-mini-app": "0.9.63",
"@walmart/mod-flex-mini-app": "1.6.3",
"@walmar... | metrics version bump | metrics version bump
|
97d5b13c0b473209e0c0a49c3a1fb7e4e1e361c3 | --- package.json
@@ -109,7 +109,7 @@
"@walmart/global-vpi-mini-app": "1.1.14",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7-rc.0",
- "@walmart/ims-print-services-ui": "2.18.1",
+ "@walmart/ims-print-services-ui": "2.18.2",
"@walmart/inbox-mini-app": ... | fix(ui): SSLS-9972 Print UI Drop 29 bugfixes (#4065) | fix(ui): SSLS-9972 Print UI Drop 29 bugfixes (#4065)
* fix: SSLS-9972 Print UI Drop 29 bugfixes
* feat: OPIF-101037 Bump Price Changes version to 1.12.2
* build: SSLS-9972 Revert dependencies, ensure only Print is bumped
---------
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
50ac0a1a269d7d0378d0660fa4b1988386a958ba | --- packages/associate-exp-hub-mini-app/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.4.0-alpha.19](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.19
|
c42dc5d9cc5931b0f13b998392252e9a889bf41d | --- package-lock.json
@@ -9882,20 +9882,6 @@
"integrity": "sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w==",
"license": "MIT"
},
- "node_modules/@react-native/virtualized-lists": {
- "version": "0.72.8",
- "resolved": "https://npme.walmart.... | chore: lint and build fixes | chore: lint and build fixes
|
c11f00c95562c690e5e5173deeebc4cbefecde1a | --- docs/CHANGELOG.md
@@ -1,59 +1,3 @@
-# [3.8.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.7.0...v3.8.0) (2025-09-22)
-
-
-### Features
-
-* **ui:** updated version ([a2ae244](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/a2ae244c5c0ecc7397a0420b1b34a4a9c8c9cb08))
-
-# [3.7.0](https:/... | feat(ada): update versions | feat(ada): update versions
|
28efee60bf26f33217d9784aa74fb1b8452accef | --- yarn.lock
@@ -8429,7 +8429,7 @@ __metadata:
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react-native-scanner-3.0-npm-0.15.8-6fb92a01bb.patch"
"@walmart/react-native-sumo-sdk": "patch:@walmart/react-native-sumo-sdk@npm%3A2.8.0#~/.yarn/... | feat(ui): update tests and lint changes | feat(ui): update tests and lint changes
|
cfabf824faad34f41a992f116f1b0a8a0ab3e08e | --- package-lock.json
@@ -3051,9 +3051,9 @@
"integrity": "sha512-YaTiCgAbfok/KFqRCqrVuffa653FcH6tRvwMKPpj0Dez2hqQmGxAa7rxMj0Z5XeMdFOOgim78Lz5DGdhrnuRyg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.34",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | Bumping schedule-mini-app and inbox-mini-app (#259) | Bumping schedule-mini-app and inbox-mini-app (#259)
|
d666a9969092d707188ee468f061cb18ffc3aa94 | --- package.json
@@ -95,9 +95,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@walmart/redux-store": "6.3.29",
- "@walmart/roster-mini-app": "2.41.0",
+ "@walmart/roster-mini-app": "2.42.0",
"@walmart/ui-components": "1.15.1",
- "@walmart... | feat(ui): update roster and wmconnect mini app | feat(ui): update roster and wmconnect mini app
|
31558f3b822e248bfa4d3131fa821d8fa5bf5497 | --- package-lock.json
@@ -3089,9 +3089,9 @@
"integrity": "sha512-PaVy13mQ/ehDdi+UiSK0Z4DG1iuL4PId2bYlccy1uHj5FEGW/S2tPrPJL/xIEjv3P6XLQnw/C05OObgyq9RY7A=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.11",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | Counts Component Update | Counts Component Update
|
086ad0881b818d171760e50346707b79240a5dae | --- yarn.lock
@@ -6428,7 +6428,7 @@ __metadata:
"@walmart/react-native-shared-navigation": "npm:6.1.4"
"@walmart/react-native-sumo-sdk": "npm:2.6.0"
"@walmart/redux-store": "npm:3.7.0"
- "@walmart/roster-mini-app": "npm:2.12.0-alpha.7"
+ "@walmart/roster-mini-app": "npm:2.12.0-alpha.8"
"@walma... | Update my team mini app version | Update my team mini app version
|
803a67d9f73f1632ac5c72f84d3f82176c3b6d69 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.4.0",
+ "version": "3.2.0-alpha.6",
"main": "dist/index.js",
"files": [
"dist",
--- yarn.lock
@@ -4100,12 +4100,12 @@ __metadata:
linkType: hard
"@humanfs/node@npm:^0.16.6":
- version: 0.16.6
- resolutio... | feat(ui): updating version | feat(ui): updating version
|
f3769af3dd1416c5049bf965e9edfa68d87247dc | --- package.json
@@ -171,7 +171,7 @@
"@walmart/store-feature-orders": "1.35.6",
"@walmart/talent-preboarding-mini-app": "1.0.63",
"@walmart/talent-preboarding-shared-utils": "^0.1.114",
- "@walmart/taskit-mini-app": "5.51.0",
+ "@walmart/taskit-mini-app": "5.52.0",
"@walmart/time-clock-feature... | fix(notes): taskit mini app my walmart2.0 bug fixes (#5225) | fix(notes): taskit mini app my walmart2.0 bug fixes (#5225)
|
bca16294113c73593d8efe7764defb8c4514d1f0 | --- yarn.lock
@@ -8392,9 +8392,12 @@ __metadata:
peerDependencies:
"@react-native-async-storage/async-storage": "*"
"@react-native-community/netinfo": 11.x
- "@react-navigation/drawer": 6.x
- "@react-navigation/native": 6.x
- "@react-navigation/stack": 6.x
+ "@react-native-firebase/analytics": ... | chore: fix yarn lock after merge conflicts | chore: fix yarn lock after merge conflicts
|
fef7e08a32ed28f9911300dc82cc30c51c3dd71b | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.26",
+ "@walmart/facilities-management-miniapp": "0.5.27",
... | package lock update | package lock update
|
89c211b08189d52c66953efb9a96ac6d78339dba | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-11",
+ "version": "1.0.16-alpha-12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-11",
+ "version": ... | Update version | Update version
|
a701f899de1e34fecf74247da4a62fbe82b6c2ad | --- 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
|
268065c0f0659337846a608b9947f4a90441dbdf | --- .looper.multibranch.yml
@@ -296,7 +296,6 @@ flows:
- node(label=$LOOPER_NODES, ws="exclusive"):
- parallel(failsafe):
- call: build-native(ios)
- - call: build-native(android)
- call: run-sonar-analysis
- call: publish-to-hygieia
@@ -515,7 +514,7 @@ flows:
fi
... | update hallway | update hallway
|
1c1f41f74797d6cdf66a785896f56543c2322ecf | --- packages/allspark-foundation/src/Network/NetInfoNetworkService.ts
@@ -5,6 +5,7 @@ import {
NetworkStateType,
NetworkWifiState,
NetworkServiceConfig,
+ ConnectionType,
} from './types';
import { SharedPromise } from '@walmart/allspark-utils';
@@ -60,7 +61,7 @@ export class NetInfoNetworkService impleme... | fix(network): net info service failed to update state for internally maintained fields | fix(network): net info service failed to update state for internally maintained fields
|
c15393588e8bb2ebf56d23adc0c485528b74da82 | --- packages/me-at-walmart-geolocation/README.md
@@ -37,25 +37,25 @@ expo install expo-location expo-task-manager
/*
To start using library there is three steps process:
- Defined task
- - Start tracking geofencing
- - Stop tracking geofencing
+ - Start client
+ - Stop client
To define a ... | fix(geo): ALLSPARK-0000 geo docs updates (#358) | fix(geo): ALLSPARK-0000 geo docs updates (#358)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
77b8a188fa2832ca8f4a75d1a7bf58a53622e837 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.33",
+ "version": "1.15.34",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-foun... | Update the roster mini app version | Update the roster mini app version
|
0e71a694fbcfe684aa78e59abc2bb429d08b714b | --- src/containers/Message/index.tsx
@@ -48,8 +48,10 @@ export const Message = ({
audio,
readReceipt,
messageTime,
+ showReadReceipt,
}: LocalMessage) => {
const {t} = useTranslation([TEXTING_I18N_NAMESPACE]);
+ // console.log('ruh001x isLastMessage', isLastMessage, message);
return (
<View
... | fixing SMDV-4748 | fixing SMDV-4748
|
4ce48cc952185b6efdca3379e8c06fda837ebd0c | --- packages/me-at-walmart-container/src/services/site/fetchSiteInfo.ts
@@ -0,0 +1,45 @@
+import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment';
+import { AllsparkHttpClient } from '@walmart/allspark-foundation/HTTP';
+import { IMeAtWalmartEnvironment } from '@walmart/me-at-walmart-common';
+im... | chore: add site info query for eventual transition to graphql call | chore: add site info query for eventual transition to graphql call
|
03f7de74c8637e1dcb4475327544a2f806b37bd7 | --- __tests__/managerExperience/components/FilterChipHeader.test.tsx
@@ -0,0 +1,50 @@
+import React from 'react';
+import {render} from '@testing-library/react-native';
+import {FilterChipHeader} from '../../../src/managerExperience/components/FilterChipHeader';
+
+describe('FilterChipHeader Component', () => {
+ cons... | feat: create filter chip header component | feat: create filter chip header component
|
473bba5828f7a0281c6559e11365ba9b4c8f1a32 | --- src/components/FilterChipGroup/FilterChipGroup.tsx
@@ -5,7 +5,10 @@ import {FilterChip} from '../FilterChip/FilterChip';
import {ScrollView, View, Text} from 'react-native';
import {FilterChipProps, FilterValue} from '../FilterChip/types';
import {useSelector} from 'react-redux';
-import {displayFilterChipCount}... | feat: featureFlags for sc | feat: featureFlags for sc
|
0ed5e77866b1e772b7317379ff6f9221f8d975cf | --- graphql.yml
@@ -36,9 +36,9 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- - name: 'GetSupplyChainTeamsByStore'
- hash: '628c21f19457c4deea7fd9d2dd15138c11da598add9f4f67441e0d7d9318c8d1'
-... | Adding getSupplyChainTeamPreference query | Adding getSupplyChainTeamPreference query
|
e6d4c4969e25f10f094054d570ae951daa8e4e8a | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -380,7 +380,7 @@ export const MainStackNav = () => {
/>
<MainStack.Screen
name='itemInfoQuickAction'
- component={ItemInfoMiniApp}
+ component={withClockOutGuard(ItemInfoMiniApp)}
/>
... | adding a clock check for item info quick action | adding a clock check for item info quick action
|
a7e768f444ceadd9fa3b5d2a863870607f651543 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.24.0",
+ "version": "1.25.0",
"private": true,
"workspaces": [
"core",
--- targets/US/android/app/build.gradle
@@ -106,8 +106,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVe... | update version to 1.25.0 | update version to 1.25.0
|
059f2196faa452c03caf6e7b2803c9aa2e1835c1 | --- src/components/shared/EmptyAllTeams/EmptyAllTeams.tsx
@@ -22,6 +22,8 @@
* // ... render teams
* }
* ```
+ *
+ * @todo TODO: This component needs to be moved to the @walmart/allspark-foundation-hub repo
*/
import React from 'react';
| feat(ui): add zero state for all teams section #SMDV-1234 | feat(ui): add zero state for all teams section #SMDV-1234
|
7bcbc0395ef1a08af3021c0cd73a71a7b759f1d6 | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.13",
"@walmart/taskit-mini-app": "2.28.14",
- "@walmart/time-clock-mini-app": "2.85.1",
+ "@walmart/time-clock-mini-app": "2.85.2",
"@walmart/tops... | Update TCMA to 2.85.2 | Update TCMA to 2.85.2
|
81b778bd2182fae441fa67b2c882fd19be0e9ced | --- packages/allspark-foundation/cli/link.js
@@ -1,5 +1,8 @@
#!/usr/bin/env node
'use strict';
-const mergeConfig = require('./mergeConfig');
-mergeConfig('./react-native.config.js');
+const { mergeReactNativeConfig } = require('./mergeUtils');
+const path = require('path');
+
+const input = path.resolve(__dirname,... | chore: update cli scripts | chore: update cli scripts
|
ee41fdc03727978c84de183de2353af3e64f093c | --- src/containers/ChatInput/index.tsx
@@ -30,6 +30,7 @@ import {ImageAttachments} from './ImageAttachments';
import {RecordingDetails} from './types';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../../translations';
+import {logger} from "../../logger/Logger";
// @todo - a... | update logs | update logs
|
00eba61e5d75ca5eb7fa259cdbd18416dc96ecee | --- example/src/teamHub/screens/screen.tsx
@@ -59,7 +59,8 @@ export const HomeScreen = TeamHub.createScreen(
'Vision Center',
]}
selectedTeams={[]}
- primaryArea="Management"
+ myArea="Management"
+ primaryTeam="Management"
handleSelectSingle={() ... | feat: added primary team and my area props | feat: added primary team and my area props
|
8bda31adb5820fe739e4e9da317f2715840f7807 | --- .yarn/patches/@walmart-ui-components-npm-1.20.0-8c7e633082.patch
@@ -77,17 +77,3 @@ index 60301993d95e862c7bafcb74519609f031a81d03..62edd4a51993274e8d29c97e1b9596bd
-DrawerButton.Provider = DrawerButtonContext.Provider;
DrawerButton.Context = DrawerButtonContext;
-diff --git a/containers/GlobalNavigation/NavL... | chore: bump version of ui-components to remove NavList patch | chore: bump version of ui-components to remove NavList patch
|
01921ec2be6374e2227922d968c2cbfc2ec619fa | --- .looper-android-dev.yml
@@ -20,5 +20,5 @@ flows:
- var(androidAppVersion):
sh scripts/getAndroidAppVersionFromGradle.sh android/app/build.gradle
- npm run jetifier
- - (name replace gradle implementation in firestore) sh scripts/updateFirestoreGradle.sh
+ # - (name replace gradle implementa... | commenting firestore script code | commenting firestore script code
|
aea4a8dc0590961807307a03ae2712d14e1f8ec6 | --- package-lock.json
@@ -9726,16 +9726,10 @@
}
},
"node_modules/@walmart/store-feature-orders": {
- "version": "1.22.0",
- "resolved": "https://npme.walmart.com/@walmart/store-feature-orders/-/store-feature-orders-1.22.0.tgz",
- "integrity": "sha512-Gr6hQwZEpY21sxjrRX8Bn90mHDXMBNfJ8Ccsi... | package version update in lock file | package version update in lock file
|
21e2aa2a7f5a8e8dee5bdf63ce4194fbe870c6d3 | --- package-lock.json
@@ -3283,9 +3283,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.2",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.2.tgz",
- "integrity": "sha512-+Rqrm66FG/lER7KeIWB6v/YeiAiSQACj5Tp1u+MCSl+PFzRxb85sCw4eBrFc5DaL... | Incrementing ask sam version | Incrementing ask sam version
|
7837a8fcb89a38c31075167fe7359655a1a161d6 | --- package-lock.json
@@ -4236,9 +4236,9 @@
"integrity": "sha512-D1I8i9IA/LlfKInPduKHARhcJ2KuUVKQ8GMoHlLBLmnl6Zo55xuzKdU8DCyiIJfPsAv/KQVRD63/FVKbyyO1LA=="
},
"@walmart/exception-mini-app": {
- "version": "0.40.3",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | Bump Pinpoint to 40.4 | Bump Pinpoint to 40.4
|
93182eb5944673c350fdca841c2b082de8592fd5 | --- packages/allspark-foundation/src/HTTP/client.ts
@@ -265,7 +265,7 @@ export class HttpClient extends Axios {
);
if (options?.recursive) {
- this.clones.forEach((instance) => {
+ this._featureClientMap.forEach((instance) => {
instance.cancelRequests(options);
});
}
@@ -280,7... | fix: fix reference error | fix: fix reference error
|
d59d05a738603917f9dac78d24bc9845a4b9d4f6 | --- __tests__/setup.ts
@@ -36,4 +36,7 @@ jest.mock('@walmart/wmconnect-mini-app', () => ({
useStartTeamText: jest.fn(),
useStartStoreText: jest.fn(),
},
+ MyTeamHooks: {
+ useUserPresence: jest.fn(),
+ },
}));
| Update version | Update version
|
27f640f4668fd6f01afdc64df89dac0a6327ecc9 | --- package.json
@@ -157,7 +157,7 @@
"@walmart/translator-mini-app": "1.4.2",
"@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.21.3#~/.yarn/patches/@walmart-ui-components-npm-1.21.3-509a6d703d.patch",
"@walmart/walmart-fiscal-week": "^0.3.6",
- "@walmart/welcomeme-mini-app": "1.0.10",
+... | feat(package bump): RECRUIT-100414 bump package (#4109) | feat(package bump): RECRUIT-100414 bump package (#4109)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
c2b44359ddc30a1b77983a8a168aab84d3b6ede6 | --- targets/US/package.json
@@ -119,11 +119,11 @@
"@walmart/metrics-mini-app": "1.24.4",
"@walmart/mod-flex-mini-app": "1.22.0",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "2.1.3",
+ "@walmart/money-auth-shared-components": "2.1.4",
"@walmart/myteam-mini-app... | bump version | bump version
|
e102ec0da220a4e1026e891ffeac55d6378ec2c5 | --- 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.12.2](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.12.2
- @walmart/me-at-walmart-athena-queries@1.7.0
|
ce438fea7c20be8aa3c730199880ae667944f221 | --- .github/pull_request_template.md
@@ -1,9 +1,9 @@
## Note:
PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pages/viewpage.action?pageId=655900878#AllSparkIntegrateaFeatureAppwithCore-SubmitaPRtomergetodevelop)
-> [!WARNING]
-> YOUR PR WILL NOT BE REVIEWED IF THE TEMPLATE IS INCOMPLET... | twicking changes | twicking changes
|
c624c1ad1618566c03214976e62c6a15ce07337b | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionListItem.tsx
@@ -72,4 +72,4 @@ export const TeamSelectionListItem = ({
</View>
</View>
);
-};
\ No newline at end of file
+};
| Merge changes | Merge changes
|
4558d1c3593e543c2531b475cdfbde7fadd1ab78 | --- __tests__/legacy/sagasTest.ts
@@ -17,6 +17,7 @@ describe('onStartImpersonation', () => {
put(
ClockActionCreators.FETCH_SUCCESS({
clockStatus: action.payload.clockStatus,
+ clockedIn: true, // derived: not clockedOut ('2') so should be true
}),
),
);
--- sr... | fix(sagas): clock status check bypass during impersonation | fix(sagas): clock status check bypass during impersonation
|
9f28bed87f4b23c714f0e7aa36e7d5101a75c63e | --- package-lock.json
@@ -7913,6 +7913,11 @@
"resolved": "https://npme.walmart.com/detect-node/-/detect-node-2.1.0.tgz",
"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
},
+ "diacritics": {
+ "version": "1.3.0",
+ "resolved":... | Added i18n-iso-countries needed for profile. | Added i18n-iso-countries needed for profile.
|
2d31f0221e8499705ec940ab104ccd2317de2ce8 | --- jest.config.js
@@ -1,50 +1,42 @@
module.exports = {
- "preset": "react-native",
- "setupFilesAfterEnv": [
- "@testing-library/jest-native/extend-expect"
- ],
- "roots": [
- "<rootDir>/__tests__"
- ],
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js",
- ... | fixing jest configs to ignore mock data on home folder | fixing jest configs to ignore mock data on home folder
|
312b1d67ff3bf91c71389474928dcdea80e6e790 | --- src/services/config.ts
@@ -1,5 +1,5 @@
import type {EnvConfig} from '@walmart/core-services/Environment';
-const miniAppPackage = require('../../../package.json');
+const miniAppPackage = require('../../package.json');
export const HTTP_CLIENT_KEY = 'texting';
--- src/services/config.ts
@@ -1,5 +1,5 @@
imp... | updating the path for package | updating the path for package
|
8599f1362d3bc01110a5dc68c5bac9e9a07db088 | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -3,8 +3,9 @@ import {View, Text} from 'react-native';
import {create, act, ReactTestRenderer} from 'react-test-renderer';
import {AuthenticatorView} from '../../src/auth/AuthenticatorView';
-import {ConnectedSSO, SSOState} from '@walmart/redux-store';
-import {SSOEnv}... | fix refs to sso | fix refs to sso
|
49ad9dcccefba3fa0daa88b3090a60f64d56d35a | --- package-lock.json
@@ -92,7 +92,7 @@
"@walmart/store-feature-orders": "1.25.0",
"@walmart/taskit-mini-app": "2.53.3",
"@walmart/texting-mini-app": "2.1.4",
- "@walmart/time-clock-mini-app": "2.320.0",
+ "@walmart/time-clock-mini-app": "2.320.1",
"@walmart/topstock-mi... | Update TCMA 2.230.1 | Update TCMA 2.230.1
|
ecfadf87075b9230c451dee9b50f7d064815a160 | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.28.21",
"@walmart/associate-listening-mini-app": "1.2.10",
- "@walmart/attendance-mini-app": "3.142.0",
+ "@walmart/attendance-mini-app": "3.143.0",
"@walmart/avp-feature... | Update attendance-mini-app version. | Update attendance-mini-app version.
|
91db81e75ba0d11d6086d6499a8eca489c8a37c1 | --- package-lock.json
@@ -3320,9 +3320,9 @@
"integrity": "sha512-h/VhUxIrOY6lVrMP/b7ORG02nqwNl65hx4uH57fvGy3isNjQ5QjRXvtnB/QJTFDyKTcowOd9uroYFhblRZh0bw=="
},
"@walmart/functional-components": {
- "version": "1.0.28",
- "resolved": "https://npme.walmart.com/@walmart/functional-components/-/fun... | update functional components | update functional components
|
fc81ccf27f215f11eb83faae0287c5f0c671ee49 | --- packages/allspark-foundation/package.json
@@ -172,6 +172,12 @@
},
"@walmart/react-native-wm-telemetry": {
"optional": true
+ },
+ "react-native-apollo-devtools-client": {
+ "optional": true
+ },
+ "react-native-flipper": {
+ "optional": true
}
}
}
--- packages/allsp... | fix: feature modal names fix | fix: feature modal names fix
|
1cdf1b1aa171b83e92ec14706d05b1e6df065c72 | --- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -73,7 +73,8 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => {
const {data: allTeamsData} = useGetTeamsByStore();
const dataLoading = teamLoading || rosterLoading;
- const dataError = teamError || rosterErr... | feat: added warning if roster is empty | feat: added warning if roster is empty
|
9f8693464871c5b33da368fe2d1b10f6ccaeadb1 | --- packages/allspark-foundation/__tests__/Translation/client.test.tsx
@@ -13,87 +13,16 @@ jest.mock('i18next', () => ({
options: {},
}));
-jest.mock('react-native', () => ({
- NativeModules: {
- SettingsManager: {
- settings: {
- AppleLocale: 'en_US',
- AppleLanguages: ['en_US', 'es_US'],
... | running translation with minimum coverage | running translation with minimum coverage
|
5f0fa79d14f73a6cbef8b0ad7e3882f13e0b89a4 | --- ios/Podfile.lock
@@ -763,7 +763,7 @@ PODS:
- React
- React-callinvoker
- React-Core
- - vizpick-mini-app (1.0.11):
+ - vizpick-mini-app (1.0.12):
- React
- walmart-react-native-sumo-sdk (2.5.1):
- React
@@ -1302,7 +1302,7 @@ SPEC CHECKSUMS:
TextServiceProto: 8af27cc52ab3421f79c94e7c... | fix(1.0.11): update the version 1.0.11 | fix(1.0.11): update the version 1.0.11
|
226e192f9fbaf11d0d39b57f6cced55dc8e955b6 | --- packages/core-widget-registry/src/Sidekick.ts
@@ -2,10 +2,10 @@ import { FunctionComponent } from 'react';
import { StyleProp, ViewStyle } from 'react-native';
import { useRegistry, WidgetRegistry } from '@walmart/allspark-utils';
-export type PayloadStatusType = 'ok' | 'stale' | 'failed';
+export type PayloadT... | feat: updated exports for sidekick widget registration | feat: updated exports for sidekick widget registration
|
ac4bf07441f35efae6400fd82e7a1b671aee3f13 | --- src/translations/en-US.ts
@@ -0,0 +1 @@
+export const enUS = {};
--- src/translations/es-MX.ts
@@ -0,0 +1 @@
+export const esMX = {};
--- src/translations/index.ts
@@ -0,0 +1,17 @@
+import i18n from 'i18next';
+import {useTranslation as useTranslationHook} from 'react-i18next';
+import {enUS} from './en-US';
+i... | add init logic for language files | add init logic for language files
|
2a4b19331aa52d8a3056b33ec40e62fef7881e16 | --- ios/Podfile.lock
@@ -356,7 +356,7 @@ PODS:
- React
- react-native-webview (10.10.0):
- React-Core
- - react-native-wm-barcode (2.21.4-patch.1):
+ - react-native-wm-barcode (2.24.0-patch.1):
- React
- react-native-wm-voice-text (0.3.1):
- React
@@ -809,7 +809,7 @@ SPEC CHECKSUMS:
react... | barcode scanner update | barcode scanner update
|
a5d5f67d0096cff9e68b3af84a89b2a9021f337d | --- package-lock.json
@@ -3727,7 +3727,7 @@
"md5": "^2.2.1",
"node-fetch": "^2.6.1",
"remove-trailing-slash": "^0.1.0",
- "uuid": "^3.3.2"
+ "uuid": "^8.3.2"
},
"engines": {
"node": ">=12"
@@ -9513,7 +9513,7 @@
"version": "1.0.2",
"license": ... | package version update in lock file | package version update in lock file
|
234d3cd07a245e7034611ad4c797f664385f8737 | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -51,13 +51,19 @@ class LoggerClient {
private _id: string;
private _logger: ILogger;
- constructor(id: string, config?: TConfig & FoundationLoggerConfig) {
- const { fields = {}, ...restConfig } = config || {};
+ constructor(id: string, config?... | fix: log level not set during creation of logger client if provided | fix: log level not set during creation of logger client if provided
|
af43f7f17c1456c151cc9d4ac7fdfa6768e4ac45 | --- packages/myteam-mini-app/__tests__/components/TeamHubButton.test.tsx
@@ -24,7 +24,6 @@ jest.mock('@walmart/gtp-shared-components-3', () => {
import {TeamHubButton, style} from '../../src/components/TeamHubButton';
-// Expected style values from the component
const EXPECTED_STYLES = {
hubButton: {
just... | chore: increase test coverage | chore: increase test coverage
|
41bc05c03b84f6976311bf550bc140af3a586c88 | --- package.json
@@ -98,7 +98,7 @@
"@walmart/avp-feature-app": "0.28.42",
"@walmart/avp-shared-library": "0.27.24",
"@walmart/ax-components": "1.2.3",
- "@walmart/backroom-mini-app": "1.17.7",
+ "@walmart/backroom-mini-app": "1.17.9",
"@walmart/beneficiary-online-mini-app": "0.1.26",
"@wa... | feat: Upgrade backroom-mini-app to 1.17.9 (#5194) | feat: Upgrade backroom-mini-app to 1.17.9 (#5194)
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
2b882bcc49c1a0eb04f5a242c303f84f69a05434 | --- ios/Podfile.lock
@@ -581,20 +581,20 @@ PODS:
- SSO (1.4.3):
- AppAuth
- Starscream (3.0.6)
- - StructuredLogAssistantIOS (0.0.6)
- - SumoSDK (2.2.0):
+ - StructuredLogAssistantIOS (0.0.7)
+ - SumoSDK (2.2.1):
- Apollo (= 0.42.0)
- Apollo/SQLite (= 0.42.0)
- Firebase/Messaging (~> 8.4)
... | sumo version bump to 2.2.1 | sumo version bump to 2.2.1
|
81a9715f75180a4fffb7943e77a3369d050fba58 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [2.25.3](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.2...v2.25.3) (2025-04-07)
+
+
+### Bug Fixes
+
+* **ui:** update the selector error ([3248ee8](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/3248ee81e226d53c629c6a058a2cc90d39b669d4))
+* **... | chore(release): 2.25.3 [skip ci] | chore(release): 2.25.3 [skip ci]
## [2.25.3](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.2...v2.25.3) (2025-04-07)
### Bug Fixes
* **ui:** update the selector error ([3248ee8](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/3248ee81e226d53c629c6a058a2cc90d39b669d4))
* **ui:** update ... |
d3972c4c95c79ea5dca38b070ea482f7af4619d0 | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
- "@walmart/taskit-mini-app": "2.40.2-823-7acc54a",
+ "@walmart/taskit-mini-app": "2.40.3",
"@walmart... | updated taskit version | updated taskit version
|
5cce6ac19ed1321d9fdb70f7bdf378398f5a4842 | --- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
@@ -24,6 +24,7 @@ import {
telemetryLogHandler,
telemetryEventsHandler,
createDefaultWidgetPlaceholder,
+ MY_TEAMS_TEAM_ID,
} from '../../../Shared';
import styles from './styles';
import { Body } from '@walmart/gtp-shared-componen... | feat(ui): updated logic for store switcher | feat(ui): updated logic for store switcher
|
8b3d5735a8a8914216745412929cfc1466a9c276 | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 19.58,
- branches: 9.63,
- functions: 14.12,
- lines: 19.86,
+ statements: 19.82,
+ branches: 9.45,
+ functions: 14.04,
+ lines: 20.09,
},
},
transformIgn... | fixing coverage | fixing coverage
|
2c3bb0c396e880aa097349b697ac40cbd6d77ac1 | --- 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.
+## [6.33.1-alpha.6](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.33.1-alpha.5...v6.33.1-alpha.6) (2025-07-22... | chore(version): updating package version | chore(version): updating package version
|
f917bfed76f34ac89c790c90adf815dd0548da0c | --- package.json
@@ -109,7 +109,7 @@
"@walmart/exception-mini-app": "1.8.19",
"@walmart/expo-config-plugins": "~0.5.3",
"@walmart/facilities-management-miniapp": "0.18.33",
- "@walmart/feedback-all-spark-miniapp": "0.9.75",
+ "@walmart/feedback-all-spark-miniapp": "patch:@walmart/feedback-all-spark... | fix: apply feedback mini app patch from drop 33 (#4830) | fix: apply feedback mini app patch from drop 33 (#4830)
|
93ef01188dc5ac59238e514547dbbd3e84153d61 | --- core/src/core/CreateGuardedScreens.tsx
@@ -6,7 +6,7 @@ import {StackNavigationOptions} from '@react-navigation/stack';
export const CreateGuardedScreens = (
Stack: TypedNavigator<any, any, any, any, any>,
configs: readonly {
- name: keyof MainStackMap & keyof HomeStackMap;
+ name: string;
componen... | ALLSPARK-3962: Updated to use foundation and megaNav changes | ALLSPARK-3962: Updated to use foundation and megaNav changes
|
9fc971689ea0c748a2e27b17aaf0684c5bd899c4 | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.24.7",
"@walmart/associate-listening-mini-app": "1.2.7",
- "@walmart/attendance-mini-app": "3.84.0",
+ "@walmart/attendance-mini-app": "3.85.0",
"@walmart/avp-feature-app... | bump ama verion 3.85.0 | bump ama verion 3.85.0
|
b05b35b162342434329e32fcc710524f95acb2fa | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/styles.ts
@@ -18,12 +18,6 @@ export default StyleSheet.create({
textAlign: 'center',
marginTop: 12,
},
- warningContainer: {
- paddingHorizontal: 16,
- paddingTop: 16,
- backgroundColor: colors.white,
- top: 8,
- },
cardStyl... | feat(ui): update style | feat(ui): update style
|
d241c9867e51594c785063ed782d6627f9d766e7 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/styles.ts
@@ -27,7 +27,5 @@ export default StyleSheet.create({
marginBottom: 16,
marginHorizontal: 16,
width: 'auto',
- marginRight: 16,
- marginLeft: 16,
},
});
| feat(ui): Update the refresh logic | feat(ui): Update the refresh logic
|
92abce28c10038bf52c3d68e01a25b38aeecd623 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -54,11 +54,6 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper
siteId={0}
testID="globalNav"
updateComponent="UpdateSideMenu"
- user={
- Object {
- "displayName": ""... | updating tests and GlobalNavigation props | updating tests and GlobalNavigation props
|
85dfffe1b33d775583ca016def603df8130b1eed | --- yarn.lock
@@ -5928,13 +5928,13 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/compass-sdk-rn@npm:5.19.13":
- version: 5.19.13
- resolution: "@walmart/compass-sdk-rn@npm:5.19.13"
+"@walmart/compass-sdk-rn@npm:5.19.15":
+ version: 5.19.15
+ resolution: "@walmart/compass-sdk-rn@npm:5.19.15"
... | Update yarn.lock | Update yarn.lock
|
d2ae814e47d308890215c4a6f98fcb4aabd94d3d | --- __tests__/redux/ReducerTest.tsx
@@ -0,0 +1,22 @@
+import {rosterSlice} from '../../src/redux/reducer';
+
+describe('rosterSlice', () => {
+ it('should handle SET_SEARCH_TEXT correctly', () => {
+ const initialState = {searchText: ''};
+ const nextState = rosterSlice.reducer(
+ initialState,
+ roste... | Adding coverage for reducer | Adding coverage for reducer
|
55f1cd46a8fdc31930a97840d0015bcef11c8d28 | --- graphql.yml
@@ -103,3 +103,24 @@ applications:
# queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql"
# tags:
# - "v1"
+ - name: "allspark-core-intl"
+ applicationKey: "ALLSPARK_APP_INTL"
+ description: "Core applicati... | fix: adding back international queries that were somehow changed here | fix: adding back international queries that were somehow changed here
|
95dbc6cef1ea76bb8f6fca5abc5d3b109f45a0e5 | --- __tests__/core/loggerInitTest.ts
@@ -166,7 +166,7 @@ describe('onUserChanged', () => {
expect(iterator.next().done).toEqual(true);
});
- it('adds user information to the default logger; NOT_FOUND site', () => {
+ it('adds user information to the default logger; NOT_FOUND site & countryCode', () => {
... | Removed default logging for countrycode and siteid | Removed default logging for countrycode and siteid
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.