commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
fee5f205d6cfa0d2cefb28cfcfcb6a1c700cc769 | --- src/index.tsx
@@ -1,6 +1,7 @@
import React, {Component} from 'react';
import codePush from 'react-native-code-push';
+import {AllsparkNotificationClient} from '@walmart/allspark-foundation/Notification';
import {MeAtWalmartContainer} from '@walmart/me-at-walmart-container';
import {IMeAtWalmartEnvironment} fr... | fix: add pause and resume notifications to delay notification events for mini apps | fix: add pause and resume notifications to delay notification events for mini apps
|
4e92837b4eca2046a8c69eb94e6ad124c22ba055 | --- 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.26.3",
+ "@walmart/copilot-mini-app": "^3.26.4",
"@walmart/core-services": "... | fix: bump copilot@3.26.4 | fix: bump copilot@3.26.4
|
2433ee650a42ab90b39a53ab6c5cd0159720283f | --- package.json
@@ -143,7 +143,7 @@
"@walmart/react-native-cookies": "1.0.1",
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-logger": "1.38.1",
- "@walmart/react-native-scanner-3.0": "0.15.8",
+ "@walmart/react-native-scanner-3.0": "0.15.10",
"@walmart/react-nativ... | fix: scanner upgrade to 0.15.10 (#4913) | fix: scanner upgrade to 0.15.10 (#4913)
Co-authored-by: t0s0qvk <t0s0qvk@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
308e3173be0d44461f74a53eca845b1acfd6036f | --- targets/US/package.json
@@ -101,7 +101,7 @@
"@walmart/counts-component-miniapp": "0.1.13",
"@walmart/emergency-mini-app": "1.29.10",
"@walmart/exception-mini-app": "1.8.11",
- "@walmart/facilities-management-miniapp": "0.14.6",
+ "@walmart/facilities-management-miniapp": "patch:@walmart/facilit... | GDVCVR-17270 retrigger build | GDVCVR-17270 retrigger build
|
faafb9996d8e3233947aa7faaa839585d36115fe | --- packages/associate-exp-hub-team-switcher/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.25.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-team-switcher@2.25.0
|
2021959ac3ba187e457f9b5b0b6c0501dbfd3ce8 | --- package-lock.json
@@ -133,6 +133,7 @@
"react-native-location-enabler": "^4.1.1",
"react-native-loudness": "^2.0.0",
"react-native-maps": "^1.3.2",
+ "react-native-mask-input": "^1.2.3",
"react-native-modal": "^13.0.1",
"react-native-new-snap-carousel": "^3.9.3",
... | added mack input | added mack input
|
b22b984f1200bbaf5376dd9099b4cbc364fcf8d6 | --- .looper.multibranch.yml
@@ -7,5 +7,5 @@ envs:
global:
variables:
ANDROID_ANALYZE_SIZE_ENABLED: true
- ALLSPARK_STRIP_BINARY_SYMBOLS: true
+ ALLSPARK_STRIP_BINARY_SYMBOLS: false
\ No newline at end of file
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- ... | fix(strip-disable): disabled symbol stripping | fix(strip-disable): disabled symbol stripping
|
809c22efb4ad0038178f654c15bbade04914c001 | --- targets/US/package.json
@@ -146,7 +146,7 @@
"@walmart/shelfavailability-mini-app": "1.5.33",
"@walmart/sidekick-mini-app": "4.80.1",
"@walmart/store-feature-orders": "1.26.12",
- "@walmart/taskit-mini-app": "4.17.10",
+ "@walmart/taskit-mini-app": "4.17.12",
"@walmart/time-clock-mini-app":... | chore: bump taskit version | chore: bump taskit version
|
4b03e01fca06440f037d9270403e2aad8d2a2d4e | --- src/components/ActionButton/index.tsx
@@ -36,7 +36,7 @@ export const ActionButton = ({
});
return (
<TouchableOpacity disabled={disabled} {...buttonProps}>
- <Animated.View style={[styles.button, disabled && disabledStyle]}>
+ <Animated.View style={[styles.button, disabledStyle]}>
{loa... | fix: SMDV-8876 fix(ui): send button color looks disabled | fix: SMDV-8876 fix(ui): send button color looks disabled
|
f8ef7c617cba969c860530b0638a8219898e2e83 | --- .looper.multibranch.yml
@@ -73,6 +73,8 @@ envs:
APP_TITLE: "AllSpark-Core"
SLACK_WEBHOOK: "https://hooks.slack.com/services/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"
+ BASE_PROXIMITY_RELEASE_URL: "https://repository.walmart.com/content/repositories/labs_releases"
+
## os's
ios:
... | add proximity url | add proximity url
|
ecd86642acccfd6950bc63791b18d0a7b24e82c9 | --- __tests__/core/loggerInitTest.ts
@@ -61,6 +61,7 @@ import {
} from '../../src/core/loggerInit';
import {getDeviceType, getLogLevel} from '../../src/redux/SharedSelectors';
import {ELevel} from '../__mocks__/@walmart/react-native-logger';
+import {SumoSelectors, SumoTypes} from '../../src/redux/SumoRedux';
con... | add sumo profile id to user's info in splunk logs | add sumo profile id to user's info in splunk logs
|
8ee727632648f39bc077934dc9e7ef9855664381 | --- __tests__/navigation/PreHireHallwayNav/__snapshots__/indexTest.tsx.snap
@@ -11,5 +11,22 @@ exports[`PreHireHallwayNav matches snapshot 1`] = `
}
}
/>
+ <Screen
+ component={[Function]}
+ name="askSam"
+ options={
+ Object {
+ "cardOverlayEnabled": true,
+ "cardStyle": Obj... | Adding ask sam to prehire nav stack | Adding ask sam to prehire nav stack
|
89e2d8e35468da393f077b2b7598d53e08b98a51 | --- packages/allspark-foundation/src/Auth/README.md
@@ -1,3 +1,114 @@
# Allspark Auth Service
-## Data Provider
+## Overview
+
+The Allspark Auth Service is a dynamic container service, meaning its defined by the container app. It provides a set of APIs for user authentication and authorization.
+
+## Container Usag... | docs: create auth service readme doc | docs: create auth service readme doc
|
be749fa82483d16422b3d87765f803bb95090470 | --- packages/allspark-foundation/src/Work/Context.tsx
@@ -2,6 +2,11 @@ import React, { Dispatch, PropsWithChildren, SetStateAction } from 'react';
import { noop } from 'lodash';
import { AllsparkContextCreator } from '../utils';
+// ********************************************************
+// DELETE THIS FILE *****... | feat: create work slice DWORK-6097 | feat: create work slice DWORK-6097
|
c0461f1466a1677597166b989ef55c318926f7b0 | --- targets/US/package.json
@@ -152,7 +152,7 @@
"@walmart/ui-components": "patch:@walmart/ui-components@patch%3A@walmart/ui-components@npm%253A1.16.1%23~/.yarn/patches/@walmart-ui-components-npm-1.16.1-c240fb0151.patch%3A%3Aversion=1.16.1&hash=79c828#~/.yarn/patches/@walmart-ui-components-patch-cd5ae6f92c.patch",
... | wm-plus-mini-app version update | wm-plus-mini-app version update
|
d977c21f2c7ed3191b9a795a2d8248e3eb3c4c27 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -1,15 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RootContainer renders and fires startup event 1`] = `
-<Provider
- env="dev"
- environmentOverrides={{}}
-/>
-`;
+exports[`RootContainer renders and fires startup event 1`] = `<Provider />`;
-export... | Update test | Update test
|
c4cbc8b057a40075d4e62d47e805d7a52259fa6f | --- packages/me-at-walmart-common/src/utils.ts
@@ -6,8 +6,8 @@ export const getEncryptionKeyForUser = (user: User | null) => {
return UserDomain.homeoffice;
}
- const {domain, site} = user;
+ const {domain, siteId} = user;
return domain === UserDomain.store
- ? String(site)
+ ? String(siteId)
... | fix: store user id encryption using incorrect field | fix: store user id encryption using incorrect field
|
2dd25078ae2b2939a024dec3c3ee810b7859788b | --- ios/Podfile.lock
@@ -1203,25 +1203,25 @@ SPEC CHECKSUMS:
React-jsiexecutor: 31564fa6912459921568e8b0e49024285a4d584b
React-jsinspector: badd81696361249893a80477983e697aab3c1a34
React-logger: fdda34dd285bdb0232e059b19d9606fa0ec3bb9c
- react-native-app-auth: bd3be305a5cbac5baa8574253480d90b5c5522e7
- react... | podfile lock update | podfile lock update
|
e5c7c76d1ec9a66747dbbc4f51da6882d6a4a757 | --- android/app/src/main/AndroidManifest.xml
@@ -131,15 +131,6 @@
<action android:name="android.telecom.ConnectionService" />
</intent-filter>
</service>
-
- <receiver
- android:name=".IntentWakeupReceiver"
- android:permission="com.samsung.android.knox.p... | Adding intent wakupe receiver programatically | Adding intent wakupe receiver programatically
|
026c5f3ebaaf59d0a2f6ca014cf3c6ab93adb6c5 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -1,4 +1,4 @@
-import i18next, { KeyPrefix, TFunction } from 'i18next';
+import i18next, { InitOptions, KeyPrefix, TFunction } from 'i18next';
import {
UseTranslationOptions,
useTranslation as baseUseTranslation,
@@ -30,6 +30,17 @@ export const Transla... | fix: i18next default instance could break if reinitalized by mini apps | fix: i18next default instance could break if reinitalized by mini apps
|
1a494f3a198865cddd38bcd3e45c30a1af900bab | --- src/screens/MessagesScreen.tsx
@@ -341,7 +341,7 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
/>
<ChatInput
onSend={onMessageSend}
- disabled={rosterLoading || isMessageButtonEnabled}
+ disabled={rosterLoading || !isMessageButtonEnabled}
... | update the new image for when texting is unavailable | update the new image for when texting is unavailable
|
5e0e5a5a706414fe6fffacde31c4ac8a29a59bec | --- __tests__/startup/AssociateStartupTest.ts
@@ -27,4 +27,4 @@ describe('initAssociateFeatures', () => {
expect(mockCancelNavConfig).toHaveBeenCalled();
expect(mockCancelSettings).toHaveBeenCalled();
});
-});
\ No newline at end of file
+});
| fix: lint failure | fix: lint failure
|
9b74f031f293d4f9cf529c5f9d61ab6ddb8ae3fa | --- packages/allspark-foundation/src/GraphQL/client.ts
@@ -44,6 +44,7 @@ export class GraphQLClient extends ApolloClient<NormalizedCacheObject> {
cacheConfig,
httpConfig,
persistedQueryConfig,
+ links = [],
...restConfig
} = config;
@@ -54,7 +55,7 @@ export class GraphQLClient ex... | fix: graphql client class did not properly handle link on class creation | fix: graphql client class did not properly handle link on class creation
|
48c8cb27f006b99ce6754ff498f09e41e7515a06 | --- package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.9.0",
"@walmart/amp-mini-app": "1.2.10",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.32.4",
+ "@walmart/ask-sam-mini-app": "1.32.21",
"@walmart/associate-listening-mini-app": "1.2.37",
"@w... | feat: drop32-ask-sam release (#4518) | feat: drop32-ask-sam release (#4518)
* feat: JIRA_PROJECT-123 dummy commit for test GenAI E2E
* feat: E2E test GenAI + Disclaimer ,1.32.14
* feat: E2E test GenAI + Disclaimer test-build drop1.30.43
* feat: SMBLV-9055 and legal disclaimer for use
---------
Co-authored-by: j0z09av <j0z09av@homeoffice.wal-... |
5e25ee722b4a5583f80e5b5a13eb8470d97e0144 | --- package-lock.json
@@ -4331,9 +4331,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.65",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.65.tgz",
- "integrity": "sha512-C6982nGxyc4bQEh0QUzVJc1bMaZI0ns4E8RCmlz5f9iymR63E... | using ptt miniapp v0.5.66 | using ptt miniapp v0.5.66
|
6b720b4eee9cd8c24e9f77739acdcb97646cc3c4 | --- package.json
@@ -138,7 +138,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.5",
"@walmart/react-native-webex-sdk": "0.8.37",
- "@walmart/receipt-check-miniapp": "1.29.4",
+ "@walmart/receipt-check-miniapp": "1.30.2",
"@walmart/redux-store": "~6.3.28"... | feat(receipt-check-miniapp): FLB-2539 Receipt Check Drop 30 (#4088) | feat(receipt-check-miniapp): FLB-2539 Receipt Check Drop 30 (#4088)
Co-authored-by: Brandon Alexander <brandon.alexander0@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> |
9e18304c11a8dbe34169e500ae7dacd0ae701bc0 | --- src/screens/MessagesScreen.tsx
@@ -275,9 +275,9 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
recipients?: string[];
channelType: string;
} => {
- if (channelPath.includes(channelTypes.STORE_ALL) && !isNil(siteId)) {
+ if (channelPath.includes(channelTypes.STORE_ALL)) {
... | update review comments | update review comments
|
11db2e2020e9f2f1813002eafd0b109a84114b5e | --- packages/core-widget-registry/src/ScMetrics.ts
@@ -1,5 +1,5 @@
-import {ComponentType} from 'react';
-import MeAtCommon, {ScMetricsContainer} from '@walmart/me-at-walmart-common';
+import { ComponentType } from "react";
+import MeAtCommon, { ScMetricsContainer } from "@walmart/me-at-walmart-common";
/**
* @dep... | chore: lint and ts fixes | chore: lint and ts fixes
|
8f18959a4ccc73a768ac98d937f18ed4ed345a0b | --- package.json
@@ -65,7 +65,7 @@
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
"@walmart/allspark-home-mini-app": "0.4.22-test.0",
- "@walmart/metrics-mini-app": "0.4.4",
+ "@walmart/metrics-mini-app": "0.4.4",
"@walmart/allspark-... | updating versions to test rc2 feature branch | updating versions to test rc2 feature branch
|
cdab6bf2da007040bb9138831ed34ee6b08a0b6a | --- package.json
@@ -34,7 +34,9 @@
"ios": "expo run:ios",
"build": "yarn tsc",
"prepare": "husky",
- "prepublishOnly": "yarn build"
+ "prepublishOnly": "yarn build",
+ "yalc:publish": "yarn build && yalc push",
+ "yalc:watch": "nodemon --watch src --ext ts,tsx,json --exec 'yarn yalc:publish'"... | fix(a11y): ada bug fixes | fix(a11y): ada bug fixes
|
6b6f17f28bc41dc277cc1e98b8fdcf123f59d509 | --- src/index.tsx
@@ -50,7 +50,6 @@ export const initialize = async () => {
provider: rnfbProvider,
isTokenAutoRefreshEnabled: true,
});
- addSagas(routePushNotificationSaga);
initNotificationListeners();
};
--- src/redux/Notifications/index.ts
@@ -1,14 +0,0 @@
-import {createActions} from 'reduxs... | removing need for redux | removing need for redux
|
3624b057b9a2bf96bcf8cde605a3ed1b7dee07bd | --- targets/US/package.json
@@ -90,7 +90,7 @@
"@walmart/avp-feature-app": "0.10.19",
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.9.0",
- "@walmart/calling-mini-app": "0.7.0",
+ "@walmart/calling-mini-app": "0.7.16",
"@walmart/checkout-mini-app": "4.4.2",
"@wa... | Calling changes for drop 28 | Calling changes for drop 28
|
02f3b3af9498da9c8525535a0a8f4f294cbd0bd7 | --- src/channels/components/UnreadBadge.tsx
@@ -1,10 +1,9 @@
import React from 'react';
-import {useSelector} from 'react-redux';
import Animated, {ZoomIn} from 'react-native-reanimated';
import {Badge} from '@walmart/gtp-shared-components';
import {useUnread} from '../hooks';
import {StyleSheet} from 'react-nativ... | hide badge count when user not in roster | hide badge count when user not in roster
|
176bcb5fa7e2d1867d6e5eff18ac824916e29f49 | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/taskit-mini-app": "4.25.8",
"@walmart/time-clock-mini-app": "2.448.1",
"@walmart/topstock-mini-app": "1.19.4",
- "@walmart/translator-mini-app": "1.3.8",
+ "@walmart/translator-mini-app": "1.3.9",
"@walmart/ui-components": "patch:@walma... | Version bump | Version bump |
7ea39252530cc812b9fed6631a50b5bd52388581 | --- src/presence/sagas.ts
@@ -11,7 +11,7 @@ import {
} from '@walmart/redux-store';
import {getLastOfflineTime, goOnlineForUser} from './service';
import {isNil} from 'lodash';
-import {ClockStatusEnum} from "../utils/ClockStatusEnum";
+import {ClockStatusEnum} from '../utils/ClockStatusEnum';
export function* Do... | fix format issue | fix format issue
|
70dc0301c859b68e99359071d26ba8aafc1b2b61 | --- .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)
| revert the looper change | revert the looper change
|
a05b32c10d548b51932734eeddd0b90f7c14c8ee | --- src/utils/teams.ts
@@ -56,13 +56,13 @@ export const sortWorkgroupKeysForTeamList = (
export const sortTeamsAscComparator = (teamA: Team, teamB: Team) => {
if (teamA.teamName && teamB.teamName) {
if (teamA.teamName > teamB.teamName) {
- return 1;
+ return DESC_SORT;
} else if (teamA.teamName ... | updating sort numeric to use const | updating sort numeric to use const
|
71bb920063315b18206e44a6ec4ee29041df3fc8 | --- __tests__/screens/ChannelsScreen/ChannelsScreenTest.tsx
@@ -0,0 +1,10 @@
+import React from 'react';
+import {ChannelsScreen} from '../../../src/screens/ChannelsScreen';
+
+const {renderWithProviders} = require('../../harness');
+describe('ChannelsScreenTest', () => {
+ it('should render channels screen', () => {
... | Adding channels screen test coverage | Adding channels screen test coverage
|
e833314f7e1dac2a14cc8e16e40081975b25365e | --- android/app/build.gradle
@@ -235,6 +235,7 @@ dependencies {
}
implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava"
+ implementation 'com.walmart.ssmp:platform-core:1.0.3'
}
// Run this once to be able to run the application with BUCK
--- android/app/src/m... | SSO Version bump up to 0.1.1 (#275) | SSO Version bump up to 0.1.1 (#275)
* SSO Version bump up to 0.1.1
* Updated division key in getUser api for sso framework
Co-authored-by: Anukalp Katyal - a0k04qv <Anukalp.Katyal@walmartlabs.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
6ef4589f37110b84b7f2aa7272aa345c11befd8c | --- package.json
@@ -122,7 +122,7 @@
"@walmart/mod-flex-mini-app": "1.27.0",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "2.3.9",
- "@walmart/myteam-mini-app": "1.41.0",
+ "@walmart/myteam-mini-app": "3.0.1",
"@walmart/native-rfid-scanner": "4.0.22",
"@wal... | fix(ui): roster mini app graphql error log fix (#4370) | fix(ui): roster mini app graphql error log fix (#4370)
* fix(ui): roster grahql query changes from Drop 30
* feat(ui): revert yarn.lock to match the develop
* feat(ui): update yarn.lock
---------
Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com> |
a25ea0054732189053ce3567256511c00631c60d | --- example/src/container/featureRunner.ts
@@ -4,5 +4,12 @@ export const ContainerFeatureRunnerConfig = (e: IContainerEnvironment) => {
return {
authConfigs: [e.auth],
siteIdRequired: true,
+ impersonationConfig: {
+ domains: [
+ {text: 'Homeoffice', code: 'homeoffice'},
+ {text: 'Sto... | chore: example fix for impersonation test | chore: example fix for impersonation test
|
939248a76bff1bd0afb62135efa97f18e4e9afcc | --- package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "@walmart/texting-mini-app",
+ "name": "@walmart/myteam-mini-app",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "@walmart/texting-mini-app",
+ "name": "@walmart/myteam-mini-app",
"versio... | updating package name | updating package name
|
083b4b5a1b01a39e8d5493d0b0240a7953767625 | --- package-lock.json
@@ -72,7 +72,7 @@
"@walmart/ims-print-services-ui": "2.10.3",
"@walmart/inbox-mini-app": "0.92.10",
"@walmart/iteminfo-mini-app": "7.10.13",
- "@walmart/learning-mini-app": "20.0.12",
+ "@walmart/learning-mini-app": "20.0.14",
"@walmart/manager-app... | updated learning changes in package lock file | updated learning changes in package lock file
|
a36ba2cfdfa30aecf6922f157bad874316f5b39a | --- targets/US/package.json
@@ -131,7 +131,7 @@
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-env": "~6.3.28",
"@walmart/react-native-logger": "1.35.0",
- "@walmart/react-native-scanner-3.0": "0.9.2",
+ "@walmart/react-native-scanner-3.0": "0.10.1",
"@walmart/reac... | Updated Scanner 3.0 version to 0.10.1 | Updated Scanner 3.0 version to 0.10.1
|
e1f7fe84add65662e23c27b1bb994b6ee7e1a3a5 | --- ios/Podfile.lock
@@ -339,11 +339,11 @@ PODS:
- nanopb (~> 1.30906.0)
- GoogleDataTransport (7.5.1):
- nanopb (~> 1.30906.0)
- - GoogleToolboxForMac/Defines (2.3.0)
- - GoogleToolboxForMac/Logger (2.3.0):
- - GoogleToolboxForMac/Defines (= 2.3.0)
- - "GoogleToolboxForMac/NSData+zlib (2.3.0)":
- ... | chore: bump to version 0.2.0 for PTT mini app (#347) | chore: bump to version 0.2.0 for PTT mini app (#347)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
83d1572eb6f9c4920eef8f00e74598ef357e9a6b | --- __tests__/rbacConfig/RbacSagasTest.tsx
@@ -7,6 +7,13 @@ import {
onRbacRequest,
watchForRbacRequest,
} from '../../src/rbacConfig/RbacSagas';
+import {Logger} from '../../src/core/Logger';
+
+jest.mock('../../src/core/Logger', () => ({
+ Logger: {
+ error: jest.fn(),
+ },
+}));
let meganavData = {
... | optional chaining added and test case updated | optional chaining added and test case updated
|
ffb109d0a0c6594c84302f7da3339902f6797700 | --- package-lock.json
@@ -44,8 +44,8 @@
"@walmart/compass-sdk-rn": "5.5.0",
"@walmart/config-components": "4.2.5",
"@walmart/copilot-mini-app": "2.3.19",
- "@walmart/core-services": "~2.2.0",
- "@walmart/core-services-allspark": "~2.12.6",
+ "@walmart/core-services": "~2.... | fix: bumping core services for permissions fix | fix: bumping core services for permissions fix
|
d3255890a34765d6011ed84e90f6c5af981d7636 | --- src/transforms/user.ts
@@ -99,7 +99,10 @@ export const kGraphUserToRedux = (
returnIfValid(kgUser?.sub) ||
returnIfValid(kgUser?.userPrincipalName) ||
returnIfValid(kgUser?.mail);
- const domain = inferDomain(kgUser?.wmBusinessUnitType, domainFallback);
+ const domain = inferDomain(
+ returnIfVa... | Handling not found for business unit type | Handling not found for business unit type
|
aa024d719cb0fa080f1ebee08e66825459795163 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/avp-feature-app": "0.16.25",
"@walmart/avp-shared-library": "0.10.14",
"@walmart/backroom-mini-app": "1.13.3",
- "@walmart/calling-mini-app": "0.7.63",
+ "@walmart/calling-mini-app": "0.7.64",
"@walmart/checkout-mini-app": "4.14.0",
"@walmart/c... | fix(calling): CONAS-2120 Fixing app navigation after dynamic download (#4536) | fix(calling): CONAS-2120 Fixing app navigation after dynamic download (#4536)
|
93a339ba41763dcf3c8032851800fd4c980cc7c3 | --- src/PinAccess/index.ts
@@ -15,7 +15,7 @@ export const PinScreenFeature = new AllsparkFeatureModule('pinScreen', {
animationTypeForReplace: 'push',
},
},
- 'Core.CreatePinScreen': {
+ 'Core.CreatePINScreen': {
tags: [ScreenTags.RootStack],
getComponent: () => require('./Creat... | fixing pin screen route | fixing pin screen route
|
0ebdb7adb14d1df928cff371f8fbcadd12f90882 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -18,6 +18,7 @@ import {
InferRecordKey,
} from './types';
import { LifecylceEventManager } from '../Container/events';
+import { FeatureEventManager } from './events';
/**
* AllsparkFeatureModule is a class that represents a set of feat... | feat: add feature event manager for connect and disconnect events | feat: add feature event manager for connect and disconnect events
|
47dec74fec0a20346f58144ff07e1dc8b24227d3 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -90,11 +90,27 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
| undefined;
};
+ /**
+ * Changes the default namespace.
+ */
+ const setDefaultNamespace = (ns: string) => {
+ if (!_instance.options.defaultNS) ... | feat: add guarded set default namespace method to translation instance | feat: add guarded set default namespace method to translation instance
|
e52a976e7fd0d8eff33712a01e2aaae09abe9e2d | --- env.dev.js
@@ -3,12 +3,12 @@ export const ENV = 'dev';
export const ENV_OVERRIDES = {
graphql: {
- // url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
- url: 'https://athena-gateway.sstage.us.walmart.net',
+ url: 'https://developer.api.us.stg.walmart.com/api-proxy/... | fix: env overrides were wrong for dev | fix: env overrides were wrong for dev
|
b359d5e863b881dcd262ef90413e3caa4a48f039 | --- src/common/constants.ts
@@ -18,6 +18,8 @@ export const SEVEN_DAYS_AGO_TIMESTAMP = daysAgoTimestamp(7);
export const MESSAGE_SCREEN_PAGE_SIZE = 100;
export const EMP_TYPE_SALARIED = 'S';
export const MANAGEMENT_TEAM_ID = '1111111';
+export const TOTAL_STORE_TEAM_ID = "total";
+export const TOTAL_SITE_TEAM_ID = "t... | fix(ui): update primary team | fix(ui): update primary team
|
8d53630861cbfd0c1ed2029a45b2743969ad246a | --- packages/associate-exp-hub-mini-app/src/components/modals/hoc/EditTeamsModal.tsx
@@ -49,7 +49,7 @@
* @since 1.0.0
*/
-import React, {useCallback, useEffect, useRef, useState} from 'react';
+import React, {useCallback, useEffect, useState} from 'react';
import {AllsparkNavigationClient} from '@walmart/allsp... | feat(ui): optimizing initialization of state | feat(ui): optimizing initialization of state
|
6cb2fd4a0a0090074578e02e194d79e0ee22fb3f | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.35.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.34.0...v2.35.0) (2025-05-01)
+
+
+### Features
+
+* **ui:** update lint ([df57e75](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/df57e75f7de3d480d63abc869e512ba9c4ee11fb))
+
# [2.34.0](h... | chore(release): 2.35.0 [skip ci] | chore(release): 2.35.0 [skip ci]
# [2.35.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.34.0...v2.35.0) (2025-05-01)
### Features
* **ui:** update lint ([df57e75](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/df57e75f7de3d480d63abc869e512ba9c4ee11fb))
|
6f0d5e54da7dbc0b938584b9471ac21d10b7af79 | --- package-lock.json
@@ -25446,9 +25446,9 @@
"integrity": "sha512-tDd8OoNfsef38MR5tx5olytV9lphKVT/vGqHegTUGhosR2NjoQZBj0DE8YjGrcIWq/29x7+V/R1Db0iAgnauyQ=="
},
"@walmart/taskit-mini-app": {
- "version": "0.49.6",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-a... | feature/taskit-mini-app-0.49.11 | feature/taskit-mini-app-0.49.11
|
c87728cbd01b616587119d79445217a783bc9843 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -7,11 +7,7 @@ import { EventManager, RenderGuard } from '@walmart/allspark-utils';
import { noop } from 'lodash';
import { AuthServiceCreator } from '../Auth';
-import {
- AllsparkEnvironment,
- BaseAllsparkEnvironment,
- EnvironmentType,
-}... | refactor: change container initialziation to include version and library info | refactor: change container initialziation to include version and library info
|
0c2a6005592294fe8c88bca46a0565005682d149 | --- __tests__/index.test.tsx
@@ -1,62 +0,0 @@
-// import React from 'react';
-// import {renderHookWithProviders} from './harness';
-
-// const {appCheck, mockConfigure} = require('@react-native-firebase/app-check');
-// import {initialize, RosterMiniApp} from '../src';
-
-// describe('initialize', () => {
-// jest.u... | Adding updates | Adding updates
|
d68b0771f0e91e970bf4bab86bcc64a7d8a1da69 | --- .looper-pr.yml
@@ -32,3 +32,4 @@ envs:
SLACK_CHANNEL: "smdv-miniapp"
+
| feat(ui): update scripts | feat(ui): update scripts
|
eb181830316ecab932c0b19ed865e5c9b84dd785 | --- packages/allspark-foundation/cli/link.js
@@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');
-const { mergeReactNativeConfig, mergePods } = require('./linkUtils');
+const { linkReactNativeConfig, linkIos } = require('./linkUtils');
// Modules linked through link script
const linkedModule... | chore: add allspark config to publish and update scripts | chore: add allspark config to publish and update scripts
|
44eba7cf9e22aa281e59eb12cf000457081005fb | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx
@@ -8,18 +8,22 @@ import { ShiftFilterList } from '../../Components/ShiftFilter/ShiftFilterList';
import { mockFilterListData } from '../EditSavedTeamModal/mockTeamsData';
import { useAllsparkTranslation } fr... | Adding onboarding changes | Adding onboarding changes
|
b3dc01cccaa47de1d40deb702d4d78031b4d077a | --- package.json
@@ -82,7 +82,7 @@
"@walmart/allspark-utils": "6.5.1",
"@walmart/config-components": "4.6.5",
"@walmart/expo-config-plugins": "0.1.4",
- "@walmart/gtp-shared-components": "2.2.9-rc.1",
+ "@walmart/gtp-shared-components": "2.2.4",
"@walmart/me-at-walmart-athena-queries": "6.26.1... | fix(ui): reverting gtp version and adding styles | fix(ui): reverting gtp version and adding styles
|
7ae08ed742c779c7d74d3d6a02322eb49d9856e5 | --- ios/Podfile.lock
@@ -506,14 +506,14 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.3.4)
+ - SSO (= 1.3.5)
- SDWebImage (5.11.0):
- SDWebImage/Core (= 5.11.0)
- SDWebImage/Core (5.11.0)
- SDWebImageWebPCoder (0.6.1):
- libwebp (~> 1.0)
- SDWebImage/Core (... | SSO version bump up to 1.1.5 | SSO version bump up to 1.1.5
|
b3e12ea5e5b7f1f5672f8b10af5e054e0f3b4e9f | --- targets/US/ios/Podfile.lock
@@ -2858,7 +2858,7 @@ SPEC CHECKSUMS:
Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378
libvmaf: 27f523f1e63c694d14d534cd0fddd2fab0ae8711
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
- live-access-sdk: d7bab205e141581a1fbee33db4bc9a870247fe66
+ live-access-sdk: acda01c... | updated podfile.lock | updated podfile.lock
|
05b6b6e10ba398ddb25e33ac75ce5f7c3d023d85 | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/gtp-shared-components": "2.1.3",
"@walmart/impersonation-mini-app": "1.20.7",
"@walmart/ims-print-services-ui": "2.8.0",
- "@walmart/inbox-mini-app": "0.90.3",
+ "@walmart/inbox-mini-app": "0.90.4",
"@walmart/iteminfo-mi... | inbox version updated | inbox version updated
|
70c73faa9cdeb47baa727da67ec1c79aa263b554 | --- src/screens/TabsScreen.tsx
@@ -29,13 +29,17 @@ export const TabsScreen: React.FC<TabsScreenProps> = () => {
tabBar={LivingDesignTabBar}
screenOptions={{swipeEnabled: false}}>
<MainTab.Screen
- name={t('tabsScreen.rosterTab')}
- options={{lazy: true}}
+ name={'ro... | Added changes for SMDV-4886: Blank screen on language change | Added changes for SMDV-4886: Blank screen on language change
|
7bb6714dea79bae9b4ea2a634f7391c7aa3d4f54 | --- __tests__/app/tabs/_layout.test.tsx
@@ -11,10 +11,13 @@ jest.mock('@walmart/allspark-foundation', () => ({
}));
jest.mock('@/components/BottomNav', () => ({
- TabBarIcon: jest.fn(() => null),
useMyWalmartTabConfig: jest.fn(),
}));
+jest.mock('@walmart/allspark-components-library', () => ({
+ Icon: jest.... | feat(icon): ALLSPARK-6276 Update icons for bottom nav | feat(icon): ALLSPARK-6276 Update icons for bottom nav
|
4120c1f2dac75977a4f03fd9bc8c905fce8525ea | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -52,6 +52,8 @@ import {
import { ActiveAllsparkContainer } from './ActiveContainerManager';
import { AllsparkComponentProvider } from '../Components/context';
+import { throwIfRequiredKeyMissing } from '../utils';
+
const styles = StyleSheet.c... | fix: add validation logic in utils | fix: add validation logic in utils
|
8ab1ec701cd33118c5e9a451994646fa01ad4997 | --- targets/US/package.json
@@ -110,7 +110,7 @@
"@walmart/global-vpi-mini-app": "1.1.1",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.4",
- "@walmart/ims-print-services-ui": "2.16.4",
+ "@walmart/ims-print-services-ui": "2.16.5",
"@walmart/inbox-mini-a... | Bump Print UI version containing bugfix | Bump Print UI version containing bugfix
|
95bcdd3854b75b7e8f4d7dcb2e2c5f09ebb4b945 | --- package.json
@@ -379,7 +379,7 @@
"@walmart/money-auth-shared-components": "0.1.4",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
- "@walmart/payrollsolution_miniapp": "0.138.4",
+ "@walmart/payrollsolution_miniapp": "0.140.1",
"@walmart/price-changes-mini-... | update package.json | update package.json
|
c6be4a349e334d7efd21e7a653304d4311184f5c | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -5,9 +5,8 @@ import { SelectionBanner } from './SelectionBanner';
import { teamSelectionListStyles as styles } from '../styles';
import { TeamPreference, TeamSelectionListProps } from '../types';
import { HubH... | Adding loading spinner to loading state of upsert mutation | Adding loading spinner to loading state of upsert mutation
|
c3c230b85c6294eb092750a868f681633910c918 | --- android/app/build.gradle
@@ -153,8 +153,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 891
- versionName "1.8.5"
+ versionCode 892
+ ver... | version bump to 1.9.0 | version bump to 1.9.0
|
03b10397cb52b4609ff138a95c75fecbecda9604 | --- package.json
@@ -89,7 +89,7 @@
"@walmart/exception-mini-app": "0.42.1",
"@walmart/facilities-management-miniapp": "0.2.2",
"@walmart/feedback-all-spark-miniapp": "0.6.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.20",
+ "@walmart/financial-wellbeing-feature-app": "1.0.21",
"@walma... | financial wellbeing feature app - v1.0.21 | financial wellbeing feature app - v1.0.21
|
baa1c68a5be99cf0217bcbda12ee10d0e924be44 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -532,6 +532,24 @@ export class AllsparkFeatureModule<
return this;
}
+ /**
+ * Add a listener for the onConnect event.
+ */
+ public onConnect(listener: (capability?: ConnectCapabilities) => void) {
+ return FeatureEventManager... | feat: add connect and disconnect listener methods to feature module class | feat: add connect and disconnect listener methods to feature module class
|
d6a1b6d37659f420bf3e2efb20abddbeafaa77da | --- example/src/core/home.tsx
@@ -52,12 +52,6 @@ export function HomeScreen() {
onPress={() => AllsparkNavigationClient.navigate('feature2.home')}>
Open Feature 2
</Button>
- <Button
- variant="primary"
- UNSAFE_style={{marginBottom: 10}}
- onPress={() => AllsparkNavig... | feat: removed unnecessary changes | feat: removed unnecessary changes
|
cd775c2d7bd9d6fcfeec0ee9887ebac454329ac9 | --- __tests__/navigation/__snapshots__/ClockOutGuardTest.tsx.snap
@@ -8,10 +8,10 @@ exports[`ClockOutGuard matches snapshot when clocked in 1`] = `
exports[`ClockOutGuard matches snapshot when clocked out; navigates home on button press 1`] = `
<ClockOutOverlay
- buttonTitle="Me@Walmart home"
- content="You must ... | Adding translations for clock out guard | Adding translations for clock out guard
|
84f8f36c8cf4648a1f7cb2d28c94a5272e76d969 | --- package-lock.json
@@ -4203,9 +4203,9 @@
"integrity": "sha512-AymRaP39YXybYN3VHLVNFMoA8J4XYZbd9JUT+bQOuc5KGf5SQQFMOhrqSd9UENvnbqnTRrfDbBhn/ua7/E54WA=="
},
"@walmart/exception-mini-app": {
- "version": "0.39.9",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | feature/pinpoint-0.39.10 | feature/pinpoint-0.39.10
|
064bb3d7bc9ef824ae3d13df9f0b5978e5d6f4a2 | --- __tests__/setup.ts
@@ -1,4 +1,3 @@
-jest.setTimeout(120000);
jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter');
jest.mock('@walmart/functional-components', () => {
const mockHttpClient = {
--- __tests__/setup.ts
@@ -1,4 +1,3 @@
-jest.setTimeout(120000);
jest.mock('react-native/Libraries/Ev... | removing setTimeout | removing setTimeout
|
69af9486d38030cbf33060dfc6d32c843b1bd97d | --- package.json
@@ -96,7 +96,7 @@
"@walmart/react-native-sumo-sdk": "2.8.0",
"@walmart/redux-store": "6.3.29",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "2.37.1",
+ "@walmart/wmconnect-mini-app": "2.38.0",
"babel-jest": "^29.6.3",
"chance": "^1.1.11",
"cry... | feat(ui): wmconnect mini app | feat(ui): wmconnect mini app
|
358637933d7d871a46632afc0aec20b87649c83a | --- package-lock.json
@@ -1892,9 +1892,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.7.5",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.7.5.tgz",
- "integrity": "sha512-Zhb1m7TS/5k2K9AqB6Pcm8+5R19I/KDeMnT76K5gHT5LbFC9zpLWFjl18yot9p1jbw... | ask sam version bump (#228) | ask sam version bump (#228)
|
196f6e8f63ef3541cdfcb96e43be8833e986c8a3 | --- package-lock.json
@@ -3008,9 +3008,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.2.2",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.2.2.tgz",
- "integrity": "sha512-d5BiS02tiZB0Pw8asyJO0XQ7dtzYGqff1GE/KGodmK2Pq8Pf... | home app version bump (#514) | home app version bump (#514)
|
a773e6adb801a52c5cc24476979540e33058d0c0 | --- package-lock.json
@@ -4248,9 +4248,9 @@
}
},
"@walmart/impersonation-mini-app": {
- "version": "1.0.26",
- "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.26.tgz",
- "integrity": "sha512-M+XKwLklp4OjIuNL6xx3yzEx3nVteFtU0y6O1BkE7xeZdn... | removed refresh token logic from impersoantion app | removed refresh token logic from impersoantion app
|
c35c2bb8362bddfd6397da0aec05096b9984cdeb | --- .looper-pr.yml
@@ -12,6 +12,7 @@ flows:
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
+
envs:
global:
--- package.json
@@ -99,7 +99,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",... | feat(ui): update version SMDV-5884 | feat(ui): update version SMDV-5884
|
82fe5961df82e85d495352b177f7d5a978aae1de | --- CODEOWNERS
@@ -10,4 +10,13 @@
# subdirectories
-/packages/allspark-foundation/ @allspark/allspark-admin-team
+/packages/allspark-authentication/ @allspark/allspark-admin-team
+/packages/allspark-foundation/ @allspark/allspark-admin-team
+/packages/allspark-graphql-client/ @allspark/allspark-admin-... | chore: update codeowners file | chore: update codeowners file
|
f7cd313338713127108ec78916ef57c61990eb63 | --- __tests__/__mocks__/react-redux.js
@@ -1,7 +0,0 @@
-const mockDispatch = jest.fn();
-
-module.exports = {
- Provider: 'Provider',
- useSelector: jest.fn(),
- useDispatch: jest.fn(() => mockDispatch),
-};
--- __tests__/harness/redux/index.tsx
@@ -1,27 +1,38 @@
-import React, {PropsWithChildren, ReactNode} from ... | setting up files to mock redux state | setting up files to mock redux state
|
a8df9fbafd18b123aeb357d941e3259218bd7d39 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.26.0",
+ "version": "1.27.0",
"private": true,
"workspaces": [
"core",
@@ -26,7 +26,8 @@
"solidarity": "solidarity",
"test": "jest --no-watchman",
"us:ios:dev": "yarn workspaces foreach --from 'me-at-wal... | chore:bumping version to 1.27.0 | chore:bumping version to 1.27.0
|
788f907965592310559a9151a71feb98c8bd75b0 | --- targets/US/package.json
@@ -106,7 +106,7 @@
"@walmart/financial-wellbeing-feature-app": "1.23.2",
"@walmart/functional-components": "6.3.4",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.1",
+ "@walmart/gtp-shared-components": "2.2.3-rc.0",
"@walm... | feat: bump gtp components for drop 23 | feat: bump gtp components for drop 23
|
92f6a49caabe39f066543fa88996a1fdd09ef3be | --- packages/allspark-authentication/src/Authentication.ts
@@ -321,6 +321,7 @@ export class AllsparkAuthentication {
public signOut = async () => {
try {
const authResult = await this._cachedResult.get();
+ await this._cachedResult.remove();
if (!authResult) {
throw NO_CACHE_ERROR;
... | fix: clear auth localstorage immediately on signout | fix: clear auth localstorage immediately on signout
|
1d602bf2ce956437f34787690cf26adeae429c4a | --- android/app/src/main/AndroidManifest.xml
@@ -62,20 +62,6 @@
tools:overrideLibrary="com.walmart.stores.google.stt.GoogleSTTRecognitionService"
/>
- <!-- Attempting fix for runtime crash: Didn't find class "androidx.work.impl.WorkManagerInitializer -->
- <!-- <provider
- ... | android fix | android fix
|
2b4b8b16ce05fe90db53c76da92d983085294ba1 | --- core/__tests__/PinAccess/IndexTest.ts
@@ -0,0 +1,27 @@
+import {PinScreenFeature} from '../../src/PinAccess';
+
+describe('PinScreenFeature', () => {
+ it('render scrren correctly', () => {
+ expect(
+ PinScreenFeature._screens['Core.PinAccessScreen'].getComponent(),
+ ).toBeInstanceOf(Function);
+ ... | added test for pinaccess file | added test for pinaccess file
|
38ac5868998db7e5fb2ec7ea788815fd440ff44f | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.9",
+ "version": "1.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.9",
+ "version": "1.0.10",
"hasInstallS... | Update version | Update version
|
a40636a78c08db1ac4b5f08336caf76770423d5a | --- __tests__/components/widgets/RosterWidget.test.tsx
@@ -68,6 +68,48 @@ jest.mock('../../../src/services', () => ({
analytics: jest.fn(),
}));
+// Mock GTP Shared Components
+jest.mock('@walmart/gtp-shared-components', () => ({
+ Body: ({ children, testID, ...props }: any) => {
+ const MockText = require('r... | feat(ui): handling error scenarios #SMDV-8152 | feat(ui): handling error scenarios #SMDV-8152
|
ea284cbab668ebbc0c23a340ca8ea96543b82610 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.17",
+ "version": "1.2.18",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update hub | Update hub
|
1f708c80cb8f2f0bb5848bc5a8f3ab1405f13bc3 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/inbox-mini-app": "0.40.0",
"@walmart/iteminfo-mini-app": "4.2.6",
"@walmart/manager-approvals-miniapp": "0.0.62",
- "@walmart/me-field-mini-app": "1.1.11",
+ "@walmart/me-field-mini-app": "1.1.12",
"@walmart/metrics-mini-app": "0.8.1",
"@walmar... | feat: :sparkles: Bump Me@Learning mini app version | feat: :sparkles: Bump Me@Learning mini app version
|
5fb8d229a0137fba3d192496fc428332c96ed07f | --- 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.48",
+ "@walmart/amp-mini-app": "1.1.52",
"@walmart/ask-sam-... | AMP version bump | AMP version bump
|
482b9858975ed7592a79c6e94e01b24959cfb98a | --- android/app/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
<resources>
- <string name="app_name">Me@Walmart Beta</string>
+ <string name="app_name">Me@Walmart</string>
</resources>
--- ios/AllSpark.xcodeproj/project.pbxproj
@@ -47,7 +47,7 @@
00E356EE1AD99517003FC87E /* AllSparkTests.xctest */ = {isa =... | Change product name from Me@Walmart Beta to Me@Walmart (#93) | Change product name from Me@Walmart Beta to Me@Walmart (#93)
Co-authored-by: Hitesh Arora <> |
56a7104b7526d4bed0cf6589c34f5b3a20738954 | --- __tests__/managerExperience/screens/AllTeamsScreen.test.tsx
@@ -82,14 +82,14 @@ describe('AllTeamsScreen', () => {
it('should render the correct number of clocked in associates', () => {
const {getByLabelText} = renderWithProviders(<AllTeamsScreen />);
- const totalClockedInAssociates =
- mockGetT... | Update roster mini app | Update roster mini app
|
a61f8bd6c6869aae761e1f04af06d2351770d72c | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -334,6 +334,11 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
containerId: string,
config?: ComponentContainerConfig
) => {
+ const existing = this._containers[containerId];
+ if (existing) {
+ ... | fix: dynamic components and containers did not return existing instance on duplicate create | fix: dynamic components and containers did not return existing instance on duplicate create
|
d8cf9e9ab8dad355760e83075bc8bcd7cde1f234 | --- src/components/Roster/AssociateListItem.tsx
@@ -92,7 +92,7 @@ export const AssociateListItem: React.FC<AssociateListItemProps> = (props) => {
<Button
variant={'secondary'}
UNSAFE_style={styles.actionButtonSpacing}
- ... | updating associate | updating associate
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.