commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
00ca0f2e9c3cfd0b12899b5215ced6533e2806e3 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-beta.8",
+ "version": "1.0.0-beta.9",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update hub version | Update hub version
|
5da268b55e4b6fb25d8b6210a3c40490227702eb | --- package-lock.json
@@ -3372,9 +3372,9 @@
"integrity": "sha512-L9Ig27eukaRF9mCTo7bJjv0SL84iDLlmM8FNb0882XTBFeeQT7PuBVWDnQSNjhmxmrWHXOH/cC05G/wBHjgCHA=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.105",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0... | inbox version bump | inbox version bump
|
0ef920eed65d1477b14b2f1bf0b2ce80854582d0 | --- .looper.multibranch.yml
@@ -23,46 +23,6 @@ envs:
IOS_BASE_PATH: targets/US/ios
ANDROID_BASE_PATH: targets/US/android
-branches:
- - spec: feature/drop24
- triggers:
- - manual:
- name: Publish Packages (Pre-Release)
- call: publishPrerelease
- - manual:
- nam... | chore: removing looper trigger overrides | chore: removing looper trigger overrides
|
282fc72f910a89f007bba434109728ac4f4fe3e7 | --- packages/allspark-utils/src/RenderGuard.tsx
@@ -48,3 +48,45 @@ export const RenderGuard = (
return ready ? <>{children}</> : null;
};
+
+export const createRenderGuard = (
+ config: AtLeastOne<{
+ preRender: () => Promise<void>;
+ preRenderHook: () => boolean;
+ }>
+) => {
+ const { preRender = Promi... | feat: add create render guard method | feat: add create render guard method
|
22da5e92a87c6893a6a48a0923d49928937f03d1 | --- src/navigation/index.tsx
@@ -31,6 +31,11 @@ import {useSelector} from 'react-redux';
import {displaySearchIcon} from '../redux/selectors';
import {AllsparkHubContainer} from '@walmart/allspark-foundation-hub/HubFeature';
import {initializeWidgets} from './utils';
+import {
+ TEAM_HUB_CCM_NAMESPACE,
+ TEAM_HUB_... | Import team hub and work hub from me at walmart common | Import team hub and work hub from me at walmart common
|
6cd1d59d2c157ee1b89b353c96a8dff1ba178d94 | --- example/index.js
@@ -7,3 +7,6 @@ AppRegistry.registerComponent(appName, () => App);
// import {Feature1Standalone} from './src';
// AppRegistry.registerComponent(appName, Feature1Standalone.App);
+
+// import {TeamHubStandalone} from './src';
+// AppRegistry.registerComponent(appName, TeamHubStandalone.App);
... | Update container | Update container
|
97c2573a5bf916bfba3990d50703f08e259ab40d | --- package-lock.json
@@ -3292,9 +3292,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.29",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.29.tgz",
- "integrity": "sha512-OjfbNT8QGcmeo6aUTrSFiTPwwuM+FKspyidbRO34+dkkaN1BtVzCxqTeCNPUR2... | Bumping ask sam version for store map fix | Bumping ask sam version for store map fix
|
52866681448408348c4bbd8b73cbd96801a0435a | --- package.json
@@ -89,7 +89,7 @@
"@walmart/allspark-utils": "7.1.0",
"@walmart/amp-mini-app": "1.2.10",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.34.14",
+ "@walmart/ask-sam-mini-app": "1.33.101",
"@walmart/associate-listening-mini-app": "1.2.39",
"... | fix(ask-sam-mini-app): SMBLV-9287 hot fix for black screen | fix(ask-sam-mini-app): SMBLV-9287 hot fix for black screen
|
dc43c629e4559eab8fe7042a8fef14bcbeca1f05 | --- package-lock.json
@@ -4408,12 +4408,12 @@
"@walmart/moment-walmart": {
"version": "1.0.4",
"resolved": "https://npme.walmart.com/@walmart/moment-walmart/-/moment-walmart-1.0.4.tgz",
- "integrity": "sha512-iTkDEL7GeYYS8laso4ECQ7DyHgBxnJh/uP5PJNQMHZyKb8niIwIwb19HFLuGBVRa9vZIjTz7mChSydbIn4KV0w=... | updated profile feature app to v0.0.34 with translation support | updated profile feature app to v0.0.34 with translation support
|
1b9be21d312afd5c343298bd9d9b99910142fd9d | --- __tests__/home/components/TaskCard/TaskStatusDetailsTest.tsx
@@ -0,0 +1,53 @@
+import React from 'react';
+import {create} from 'react-test-renderer';
+import {fireEvent} from '@testing-library/react-native';
+import {TaskStatusDetails} from '../../../../src/home/components/TaskCard/TaskStatusDetails';
+
+jest.mock... | fix: ALLSPARK-366 fix image link for a Fresh team in home page | fix: ALLSPARK-366 fix image link for a Fresh team in home page
|
888deafd8d199ee535c5689eb9cc3cf677ae3b93 | --- package.json
@@ -81,7 +81,7 @@
"@walmart/allspark-authentication": "6.4.10",
"@walmart/allspark-cope-key-listener": "0.0.18",
"@walmart/allspark-foundation": "6.50.0",
- "@walmart/allspark-foundation-hub": "1.16.0",
+ "@walmart/allspark-foundation-hub": "1.17.0",
"@walmart/allspark-graphql... | feat(ui): bumped allspark-foundation-hub version (#4834) | feat(ui): bumped allspark-foundation-hub version (#4834)
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
3d40b249449b9b5869924879dcff61127b6e8c96 | --- android/app/proguard-rules.pro
@@ -8,3 +8,11 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
+-keep public class com.dylanvann.fastimage.* {*;}
+-keep public class com.dylanvann.fastimage.** {*;}
+-keep public class * implements com.bumptech... | Incrementing ask sam, addin fast image dependency (#361) | Incrementing ask sam, addin fast image dependency (#361)
Co-authored-by: rlane1 <rlane1@walmart.com> |
547d3dc64f946271ada3cb322fc11738d841da9e | --- package.json
@@ -77,7 +77,7 @@
"@walmart/ask-sam-mini-app": "0.41.5",
"@walmart/config-components": "3.0.2",
"@walmart/counts-component-miniapp": "0.0.34",
- "@walmart/exception-mini-app": "0.40.3",
+ "@walmart/exception-mini-app": "0.40.4",
"@walmart/feedback-all-spark-miniapp": "0.3.4",
... | pinpoint version bump | pinpoint version bump
|
c9178f789cd542b09c7fb62967437071e11ef9d0 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/settings-mini-app": "1.10.0",
"@walmart/shelfavailability-mini-app": "1.3.2",
"@walmart/taskit-mini-app": "0.34.5-beta.9",
- "@walmart/time-clock-mini-app": "0.28.0",
+ "@walmart/time-clock-mini-app": "0.30.0",
"@walmart... | chore: bump timeclock | chore: bump timeclock
|
714a7078dc68a54c8aed34ce6cb440229056bc55 | --- src/images/assets/ask-sam-illustration.png
Binary files a/src/images/assets/ask-sam-illustration.png and b/src/images/assets/ask-sam-illustration.png differ
--- src/images/assets/ask-sam-illustration@2x.png
Binary files a/src/images/assets/ask-sam-illustration@2x.png and /dev/null differ
--- src/images/assets/a... | updated images for drop 8 | updated images for drop 8
|
7d180fba252197326502a9ad1c53094f49fd9b18 | --- src/screens/ChannelsScreen.tsx
@@ -72,6 +72,24 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = (
});
};
+ const getBannerDescription = () => {
+ if (!userIsInRoster) {
+ return t('rosterScreen.notInRoster', {siteId: currentUserSite});
+ }
+
+ if (!isMessageButtonEnabled) {
+ ... | update user is impersonated on the banner | update user is impersonated on the banner
|
1c378df4698cd91f9f829a77baf5adb95ecb0565 | --- package.json
@@ -16,7 +16,7 @@
"scripts": {
"android": "expo run:android",
"build-packages": "yarn workspaces foreach --all --topological-dev run build",
- "build": "yarn run build-packages",
+ "build": "yarn workspaces foreach --all --topological-dev run build",
"check-expo-libs": "expo ins... | fix: build packages infinite loop | fix: build packages infinite loop
|
e122ecd488251df161f6d3f515019389d4d10400 | --- packages/me-at-walmart-container/src/graphql/index.ts
@@ -1,6 +1,6 @@
import {GraphQLClientConfig} from '@walmart/allspark-foundation/GraphQL';
import {IMeAtWalmartEnvironment} from '@walmart/me-at-walmart-common';
-import {AthenaUriLink, ErrorLoggerLink} from './links';
+import {AthenaUriLink, ErrorLoggerLink, T... | revert(graphql config): ALLSPARK-5741 add type remapping link back | revert(graphql config): ALLSPARK-5741 add type remapping link back
|
d6314fc23292d1f976c26601e58bc82eee0f04b5 | --- package-lock.json
@@ -52,7 +52,7 @@
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.5.1",
"@walmart/facilities-management-miniapp": "0.6.64",
- "@walmart/feedback-all-spark-miniapp": "0.9.33",
+ "@walmart/feedback-all-spark-miniapp": "0.9.41",
... | feedback mini app version bump | feedback mini app version bump
|
fd4e584a277ea9c937f21b302ab4ccd18b71ae61 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 77
+ versionCode 78
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
5f5abfd93afb96f095bc1403b9650df91540e167 | --- package-lock.json
@@ -3032,9 +3032,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.10.29",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.29.tgz",
- "integrity": "sha512-SI1QpKEzQOkt4vRovF9q7jibNahBImeKkMCNkLAcYLUnAthTAI+Hx5vMcOARzV... | update to send requestId to feedback endpoint (#397) | update to send requestId to feedback endpoint (#397)
|
45afe66dca8507dc44c600cb7126a181d9ee0cce | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.4",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "^1.77.6",
+ "@walmart/copilot-mini-app": "^1.77.7",
"@walmart/core-services": "~... | chore: bump copilot@1.77.7 | chore: bump copilot@1.77.7
|
194db609ebeaa90e3b3931c22f2f404e1bfbeb52 | --- packages/associate-exp-hub-mini-app/src/types/api/team.types.ts
@@ -55,12 +55,11 @@ export type TeamImage = {
};
export type EnrichedStoreAssociateTeam = StoreAssociateTeam & {
- areaDepartments: AreaDepartments;
+ areaDepartments?: AreaDepartments;
teamImage: TeamImage;
};
export type EnrichedSupplyCh... | feat(ui): lint fix | feat(ui): lint fix
|
a530633819ab3dbd8ae00ee94e20da6225e3c7ef | --- package-lock.json
@@ -4277,9 +4277,9 @@
"integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.1.22",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims... | Item info multiple minor fixes | Item info multiple minor fixes
|
0ab94b2a3de33175f95b3875d6dfa40720ad3412 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
"@walmart/gtp-shared-components": "^2.0.0-rc.1",
- "@walmart/impersonation-mini-app": "1.4.0",
+ "@walmart/impersonation-mini-app": "1.6.0",
... | impersonation temp fix with gtp upgrade | impersonation temp fix with gtp upgrade
|
ccee318ce3d2b6fad933f99a8c97f9786c40f177 | --- __tests__/__mocks__/@walmart/push-to-talk-mini-app.js
@@ -19,6 +19,7 @@ module.exports = {
useVMBadgesCount: jest.fn(() => [0]),
useTextMessages: jest.fn(),
useTextBadgesCount: jest.fn(() => [0]),
+ useUnreadMessageCount: jest.fn(() => [0]),
},
Providers: {
ConversationProvider: 'Conver... | Revert "Revert "feat: adding message and channel count (SMDV-2612)"" | Revert "Revert "feat: adding message and channel count (SMDV-2612)""
This reverts commit 24e1edc4a3f293632db75849a6348f57255b48c1.
|
f81aeab8aab68ad1aeebe5904c72cedb0b6e1ad3 | --- package-lock.json
@@ -12639,9 +12639,9 @@
"integrity": "sha512-zTOSJ7BMbGHaqAF8+LDQI/s5winKcxsHSe4hv49gUbfDz19v71apgNchz31W1D2UQP+kNgrglrmCdmr5RdI8mw=="
},
"react-native-wm-voice-text": {
- "version": "0.3.1",
- "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-nati... | adding new version of voice to text library with crash fix | adding new version of voice to text library with crash fix
|
32205858f27d690d2b58b2d8c7ff982fe9386649 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.7-alpha.6",
+ "version": "1.2.7-alpha.7",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
--- packages/allspark-foundation-hub/src/Shared/Components/Te... | Update the site hub dashbaord changes | Update the site hub dashbaord changes
|
8d4736977d5bb4961a22de617f153e72a15fd3ec | --- package.json
@@ -111,7 +111,7 @@
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.11.1",
"@walmart/inbox-mini-app": "0.93.28",
- "@walmart/iteminfo-mini-app": "7.13.0",
+ "@walmart/iteminfo-mini-app": "7.13.1",
"@walmart/learning-mini-app": "20.0.21",
... | bump up iteminfo for drop 23 | bump up iteminfo for drop 23
|
72821b0dccd44a88b4fc1e1762c244ccb8d0b67e | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.63",
+ "@walmart/financial-wellbeing-feature-app": "1.0.64",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.64 | bumped financial-wellbeing-feature-app to 1.0.64
|
89d1bde9305a71cd6ee04fb5e8265d6e0a4ce683 | --- package.json
@@ -104,7 +104,7 @@
"@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "13.0.3",
- "@walmart/metrics-mini-app": "0.15.4",
+ "@walmart/metrics-mini-app": "0.15.5",
"@walmart/mod-flex-mini-app": "1.10.4",
"@wa... | metrics version bump | metrics version bump
|
950cd8bb23a8f9cf3272bc7f89be5ad4dfb06e50 | --- graphql.yml
@@ -103,50 +103,50 @@ applications:
queryTemplate: "src/common/queries/upsertSupplyChainAssociatePreference.graphql"
tags:
- "v1"
- - name: "prod"
- persistedQueries:
- - name: "getStoreAssociateTeamPreference"
- hash: "1e18943c5d1... | feat(ui): update graphql for non prod only for now | feat(ui): update graphql for non prod only for now
|
7acf2543884dc4d513ce606cb0fa443bc78b2d3b | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 34
+ versionCode 35
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
e821c615bb6d26bbcd3a6ad95a1ad0c34db8204c | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [2.46.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.46.0...v2.46.1) (2025-06-26)
+
+
+### Bug Fixes
+
+* sonar violation critical ([1eda47d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/1eda47d91f72f73d1683fe5a70563c2674d4f0fd))
+* update loop... | chore(release): 2.46.1 [skip ci] | chore(release): 2.46.1 [skip ci]
## [2.46.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.46.0...v2.46.1) (2025-06-26)
### Bug Fixes
* sonar violation critical ([1eda47d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/1eda47d91f72f73d1683fe5a70563c2674d4f0fd))
* update looper test fix a... |
99335d7867cc6cd9b780aa12ecc45047c869c992 | --- src/utils/user.ts
@@ -4,6 +4,7 @@ import {Associate} from '../types';
import {GetAssociateNameQuery} from '../queries/getAssociateName';
import {ClockStatusEnum} from './ClockStatusEnum';
import moment from 'moment';
+import {payTypes} from '../constants';
const OBFUSCATION_KEY = 'texting-mini-app';
const OB... | revert clockedin count logic | revert clockedin count logic
|
c1412f9a4bd5daf386b71adb8f5076753f725114 | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -84,14 +84,18 @@ export class NavigationClient<
DefaultModalOptions
);
private _modalSubscription: ModalStateSubscription<M>;
- private _modalInitialized = false;
+ private _modalState = {
+ initialized: false,
+ enabled: true,
+ disabl... | feat: add disable modal and get feature id for screen capabilities to navigation client | feat: add disable modal and get feature id for screen capabilities to navigation client
|
60b54edbc20fc596348d67d8e6efe666bbdf40ee | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx
@@ -291,7 +291,7 @@ export const SiteHubDashboard = ({ name, widgets }: HubDashboardProps) => {
<Popover
content={"Tap here to change the team you're viewing."}
handleClose={ha... | Updating PR | Updating PR
|
2d53f3d50d61c063ac2006993b341b7b85588e64 | --- package-lock.json
@@ -97,7 +97,7 @@
"@walmart/receipt-check-miniapp": "1.21.2",
"@walmart/redux-store": "6.0.16",
"@walmart/returns-mini-app": "4.6.0",
- "@walmart/rfid-scan-mini-app": "2.3.10",
+ "@walmart/rfid-scan-mini-app": "2.3.11",
"@walmart/roster-mini-app": ... | Update rfid-scan-mini-app@2.3.11 | Update rfid-scan-mini-app@2.3.11
|
4ce35af2745dac91b00c11033e22e907e78fa70b | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -7,6 +7,7 @@ import {
TFields,
ILogger,
TParams,
+ TLogLevelOverride,
} from '@walmart/react-native-logger/dist/types';
import {
@@ -15,6 +16,8 @@ import {
LoggerServiceCreator,
} from '@walmart/allspark-foundation/Logger';
+export type ... | fix: set log level using incorrect type for logger module | fix: set log level using incorrect type for logger module
|
e5615e0d6547b39935749426d9e744c4cb7b02a1 | --- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap
@@ -21,5 +21,13 @@ exports[`PreHireHallwayNav matches snapshot 1`] = `
}
/>
AskSamMiniApp
+ <Screen
+ name="paymentselection"
+ options={
+ {
+ "headerShown": false,
+ }
+ }
+ />... | updated the snapshot | updated the snapshot
|
8cc7903689e29858b30563498ac854f21ae1eba0 | --- package-lock.json
@@ -3310,9 +3310,9 @@
"integrity": "sha512-+25H67LTPtrwp3AAmNm4E3hzqIJy5G8zhJ804cEj/DsyHH/Kb1HbyehtJ3KWqE2lj/2PlXc0LmGdYGWt+NcWWA=="
},
"@walmart/exception-mini-app": {
- "version": "0.27.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | version bump | version bump
|
1e1f1a0feb3c71bf4332572f5972e846fbd1d05e | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "7.1.4",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.3.0",
- "@walmart/metrics-mini-app": "0.9.63",
+ "@walmart/metrics-mini-app": "0.9.64",
"@walmart/mod-flex-mini... | metrics version bump | metrics version bump
|
6700278a1ef445c77aa6c42160bc64f2f7b96442 | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamOnboardingScreen.test.tsx
@@ -6,6 +6,7 @@ import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation
import { useTelemetryService } from '@walmart/allspark-foundation/Telemetry';
import { LoggerService } from '@walmart/... | Update widget style | Update widget style
|
3278c000628c6efe53150869f9201a431466c408 | --- package-lock.json
@@ -5497,9 +5497,9 @@
"integrity": "sha512-vGHNXjipnOEdJaASi+EQjTr0YeBNJ2/8Az1pRWzi72gPKh3LfBWidMwrN7CzOCNNuXirVuRVP9zyfTscyQN6pw=="
},
"@walmart/emergency-mini-app": {
- "version": "1.1.0",
- "resolved": "https://npme.walmart.com/@walmart/emergency-mini-app/-/emergency-... | update inbox and emergency for feature flagging mms screen | update inbox and emergency for feature flagging mms screen
|
6364e5f91f13beb03dd3638e0bc75d9761286c64 | --- targets/US/package.json
@@ -101,7 +101,7 @@
"@walmart/counts-component-miniapp": "0.1.13",
"@walmart/emergency-mini-app": "1.29.8",
"@walmart/exception-mini-app": "1.8.11",
- "@walmart/facilities-management-miniapp": "0.14.6",
+ "@walmart/facilities-management-miniapp": "0.15.0",
"@walmart... | drop 26 version bump | drop 26 version bump
|
8e262da9f87540e94789ea44071757f584a8563d | --- 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.13.0",
+ "@walmart/time-clock-mini-app": "2.15.0",
"@walmart/ui-co... | Update Time Clock to 2.15.0 | Update Time Clock to 2.15.0
|
0666cf7feb2a21be17d852fda772f297696a4c3c | --- .yarn/patches/@walmart-schedule-mini-app-npm-5.4.4-e63d1ba9c6.patch
@@ -1,16 +1,15 @@
-diff --git a/src/common/translations/updateDateLocale.ts b/src/common/translations/updateDateLocale.ts
-index 57340eeef0bb2bfe7f87a3ed791e2fe5e0ccc0a5..8b8ce0afff29f922a0e5603391beceaa750a0806 100644
---- a/src/common/translation... | feat(translation): stabilize | feat(translation): stabilize
|
6ca1a79193ef4bbc9542b85e876c7829c69c0352 | --- android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
+ <uses-permission android:name="android.permission.BIND_DEVICE_ADMIN" />
<uses-permission android:name="android.permission.INTE... | android manifest file updated | android manifest file updated
|
e549b0d008336bf4eb696d861bba601c71656283 | --- 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.0](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.0
- @walmart/me-at-walmart-athena-queries@1.3.0
|
d2d6e09efa7ff6bb9caf945f82c6b033a1ab507c | --- packages/allspark-foundation-hub/__tests__/HubFeature/shared/AlertBanner.test.tsx
@@ -0,0 +1,52 @@
+import React from 'react';
+import {
+ fireEvent,
+ render,
+} from '@walmart/allspark-foundation/__tests__/utils';
+import { AlertBanner } from '@walmart/allspark-foundation-hub/src/HubFeature/Shared/Components/Al... | test: tests for alert banner | test: tests for alert banner
|
80b659e128a6a086fe81f0ae7e9deb4d41c7a7f1 | --- src/components/TeamList.tsx
@@ -451,7 +451,7 @@ export const TeamChatCard = (props: {
{
i18nLabel: t('rosterScreen.associateRosterItem.messageBtn'),
action(team) {
- analytics('associate_messagebtn', {
+ analytics... | message button for team | message button for team
|
35768afcb4a56bcaab9816ca23f74d8afaf5c6b6 | --- src/managerExperience/components/AssociateList/AssociateList.tsx
@@ -5,6 +5,7 @@ import {AssociateListProps, AssociateListRenderItem} from './types';
import {associateListStyles as styles} from './styles';
import {ListEmptyComponent} from '../../../components/Roster/ListEmptyComponent';
import {FlashList} from '... | feat: added correct bottom padding | feat: added correct bottom padding
|
440d0687ccefb11d45dbbffd61eea15ed75f5641 | --- package-lock.json
@@ -4282,9 +4282,9 @@
"integrity": "sha512-Vpwrt460LPca7ZGjDrDezorVnr+WebRntHaUGkAhIDVVfna0P3wyJcRnr18/hged+q/3f6NmYfZgB3ZaGxGlgg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.36.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | version bump inbox | version bump inbox
|
a7dc283350a6aca9262488fda99c13cc158c9574 | --- package-lock.json
@@ -29702,17 +29702,17 @@
}
},
"@walmart/pay-stub-miniapp": {
- "version": "0.8.74",
- "resolved": "https://npme.walmart.com/@walmart/pay-stub-miniapp/-/pay-stub-miniapp-0.8.74.tgz",
- "integrity": "sha512-/mjKJmj1faO5VhxUbx3WZpskBXcpxEDOJ9gsV1uQlED0OWbp+VryoPzCOw4z... | bump version | bump version
|
1477e25488a6295d0df8d854f465c6ec6bd9db53 | --- src/index.tsx
@@ -17,24 +17,10 @@ export default MyTeamFeature.createModule({
['myTeam.root']: MyTeamFeature.createScreen(MyTeamMiniApp, {
tags: [ScreenTags.MyTeamTab],
clockCheckRequired: true,
- options: {
- title: translationClient.translate('myTeam.title', {
- defaultValu... | fix: refactor dynamic header to useLayoutEffect for blink-free updates | fix: refactor dynamic header to useLayoutEffect for blink-free updates
|
1c7d1f300d2eddff0c6392e1527d3ba08c394ecd | --- core/__tests__/features/timeclock/timeclock-oldClockTest.tsx
@@ -53,9 +53,6 @@ jest.mock('@walmart/allspark-foundation', () => ({
jest.mock('@walmart/time-clock-mini-app', () => ({
...jest.requireActual('@walmart/time-clock-mini-app'),
- // ClockAppActions: {
- // setDisableGeoValidation: () => jest.fn(),... | chore: remove commented code | chore: remove commented code
|
e39e5bc551ba1b2e913ce769da463046d2073010 | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.7",
"@walmart/taskit-mini-app": "2.81.15",
- "@walmart/time-clock-mini-app": "2.353.0",
+ "@walmart/time-clock-mini-app": "2.355.0",
"@walmart/topstock-mini-app": "patch... | Update time clock to 2.355.0 | Update time clock to 2.355.0
|
3137a8fd4d3fdd71429192eb4637e5cb4a3abcd4 | --- package.json
@@ -108,7 +108,7 @@
"@walmart/iteminfo-mini-app": "7.9.0",
"@walmart/learning-mini-app": "18.0.5",
"@walmart/manager-approvals-miniapp": "0.2.4",
- "@walmart/metrics-mini-app": "0.20.7",
+ "@walmart/metrics-mini-app": "0.20.8",
"@walmart/mod-flex-mini-app": "1.15.5",
"@wa... | metrics version bump | metrics version bump
|
4c340d81ef4be2555be289efc5bc63d032ac82b8 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.35",
+ "version": "1.15.36",
"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 roster mini app version | Update the roster mini app version
|
601f43df497fe715d770c028a91adda14156e925 | --- src/channels/components/ChannelRow.tsx
@@ -104,7 +104,6 @@ export const ChannelRow = (props: ChannelRowProps) => {
);
const firstRecipientClockedIn = associateIsClockedIn(firstRecipientAssociate);
- //@ts-ignore
const lastMessageTime = lastMessage?.deleted
? channelRowTimeStamp(lastMessage?.deleted... | Addressing PR comments | Addressing PR comments
|
2c434d7c03fe04836b8987debd304952123ed333 | --- packages/allspark-foundation-hub/src/Store/Hooks/useGetViewersPrimaryTeamName.ts
@@ -10,7 +10,6 @@ export const useGetViewersPrimaryTeamName = () => {
);
const isUserSalariedEmployee: boolean =
employeeType?.toUpperCase() === EMP_TYPE_SALARIED;
- //TODO: Check if there is a way to check if the user is a... | Remove todo | Remove todo
|
81dfbd2fed48e3c3fad90e8a5906855c30efc98f | --- .looper-pr.yml
@@ -32,4 +32,3 @@ envs:
-
| feat(ui): update concord yml #SMDV-9999 | feat(ui): update concord yml #SMDV-9999
|
9cdfd37ed2e6291368765158accef10275f58691 | --- package.json
@@ -87,8 +87,8 @@
"@walmart/ask-sam-mini-app": "1.32.4",
"@walmart/associate-listening-mini-app": "1.2.37",
"@walmart/attendance-mini-app": "3.174.0",
- "@walmart/avp-feature-app": "0.16.19",
- "@walmart/avp-shared-library": "0.10.12",
+ "@walmart/avp-feature-app": "0.16.25",
+ ... | fix(avp-feature-app): bug fix for paycheck date display (#4485) | fix(avp-feature-app): bug fix for paycheck date display (#4485)
* feat: TPB Drop 32
* chore: bump avp version
* chore: fix indentation
* fix(htttpclient.js): fixed x-apollo-operation-name header issue
---------
Co-authored-by: Sai Devineni - s0d0fds <Sai.Devineni0@walmart.com>
Co-authored-by: Mounish k... |
72be5b91fafec2be7869e82e31bcff4ca86f7da2 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/TeamListItem/TeamListItem.tsx
@@ -5,7 +5,6 @@ import {
Body,
Checkbox,
ChevronRightIcon,
- // Tag,
} from '@walmart/gtp-shared-components';
import { Images } from '../Images/images';
import { TeamListItemProps } from './types';
@@ -19,6 +18,7 ... | Removing disabled checkbox state | Removing disabled checkbox state
|
abe57abc24959e2446a811db18586c1baf172ddb | --- graphql.yml
@@ -88,11 +88,11 @@ applications:
queryTemplate: "packages/me-at-walmart-athena-queries/src/getAssociateById.graphql"
tags:
- "v1"
- - name: "getAssociatePreferences"
- hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4"
-... | Commenting queries in Prod | Commenting queries in Prod
|
753ab934680e50f20d2ce26f809a20524fd0ccad | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx
@@ -9,6 +9,7 @@ export const ActionButtonGroup = ({
primaryButtonLabel,
onSecondaryButtonPress,
onPrimaryButtonPress,
+ isPrimaryButtonDisabled = false,
}: ButtonGroupProps) => {
return (
<Vi... | feat(ui): cherry picking changes due to bad merge | feat(ui): cherry picking changes due to bad merge
|
5f50c2f9545305d2b1f4750fa975e88b6a09b160 | --- 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.35.1-alpha.3](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.35.1-alpha.2...v6.35.1-alpha.3) (2025-09-02... | chore(version): updating package version | chore(version): updating package version
|
27fb2251b6c0aac4eefc6222cb684f95668b4bf6 | --- package.json
@@ -88,7 +88,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.6.0-beta3",
+ "@walmart/facilities-management-miniapp": "0.6.0-beta15",
"@walmart/fe... | Update package.json | Update package.json |
6677d23cf6eb73604483fe86fbfe521683818751 | --- targets/US/package.json
@@ -113,7 +113,7 @@
"@walmart/iteminfo-mini-app": "7.15.11",
"@walmart/learning-mini-app": "20.0.32",
"@walmart/manager-approvals-miniapp": "0.2.4",
- "@walmart/me-at-walmart-athena-queries": "6.5.0",
+ "@walmart/me-at-walmart-athena-queries": "6.24.0-alpha.0",
"@wa... | chore: bump athena queries to drop version | chore: bump athena queries to drop version
|
f85989cd54b0d7aa6f504d879edd23f3cf81a982 | --- package-lock.json
@@ -42,8 +42,8 @@
"@walmart/ask-sam-mini-app": "1.17.10",
"@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.4",
+ "@walmart/config-component... | config comp version incremeneted | config comp version incremeneted
|
94ef04d34ab158281d100763a32a4abadddb04b1 | --- src/home/index.tsx
@@ -2,7 +2,6 @@ import React from 'react';
import {AllsparkFeatureModule} from '@walmart/allspark-foundation/Feature';
import {renderDrawerButton} from '@walmart/allspark-foundation/Navigation';
import {
- HomeDashboardContainer,
HomeHeaderRightContainer,
} from '@walmart/me-at-walmart-co... | refactor: move home components registration from on connect listener to module components | refactor: move home components registration from on connect listener to module components
|
4a2730e6fc265dd52ee9357fd17687dd2f1dbfdd | --- scripts/sendToTeams.js
@@ -35,7 +35,10 @@ console.log('args are', args);
const {file, success} = args;
-const templateFile = (success) ? './teamsSuccessTemplate.json' : './teamsFailureTemplate.json';
+const templateFile =
+ success === 'true'
+ ? './teamsSuccessTemplate.json'
+ : './teamsFailureTemplate... | fix success evaluation | fix success evaluation
|
ad5c59d565cafb005dd749f6594eeac6dcd22f8e | --- __tests__/managerExperience/components/TeamDetailsRosterInfo.test.tsx
@@ -119,26 +119,4 @@ describe('TeamDetailsRosterInfo Component', () => {
expect(headerText).toBe(defaultProps.headerText);
expect(numberOfAssociates).toBe(defaultProps.numberOfAssociates);
});
-
- // it('renders correctly with multi... | fix: remove commented code | fix: remove commented code
|
5350c333c817eee7b4ee280a92d28a687be995d3 | --- .looper.codepush.yml
@@ -3,8 +3,8 @@ node: ((osx||stable_osx)&&!dualcore)
envs:
global:
variables:
- envdev: ENC[NneSb0HR71CeJtD80sXy/m6JzkD4c+HVBTJJ/xMJjJfVVcaz0hhAiMmjGDuhX4UxjxSTEklCperQb85ZFE8ilRNRmv7bAfR6VVAv+MayIEmaS/ucvNe327VtDEsyNoENqsscNo0qQv7+WSag8MDTDihLdtGx8XzP4hutc1XsS7eLn2Oq0mWGe3i1WZ351... | updated keys 2 | updated keys 2
|
8b2fceaeca2aa6eaa350bc449d8df046a9148fa0 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.62",
+ "@walmart/financial-wellbeing-feature-app": "1.0.63",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.63 | bumped financial-wellbeing-feature-app to 1.0.63
|
9423579dc3f85d0aeecbb633696327984c9de996 | --- .husky/prepare-commit-msg
@@ -10,4 +10,14 @@ if [ -n "$GIT_SEQUENCE_EDITOR" ]; then
exit 0
fi
+COMMIT_MSG_FILE="$1"
+
+# Check if commit message already matches commitlint spec
+if npx --no -- commitlint --quiet --edit "$COMMIT_MSG_FILE"; then
+ echo "Commit message already matches commitlint spec, skipp... | chore: make jira optional and amend precommit hook (#4244) | chore: make jira optional and amend precommit hook (#4244)
* chore: make jira optional and amend precommit hook
* chore: update .husky/prepare-commit-msg |
7ac395cb9335a2bb08233b5b2104d32b71266bd5 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.26.0",
+ "version": "1.27.0",
"main": "dist/index.js",
"files": [
"dist"
| Update the roster mini app version | Update the roster mini app version
|
cd11a43830bb3d8bb6f01e56640c9cad0b672e9a | --- package-lock.json
@@ -3362,9 +3362,9 @@
}
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.32",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.32.tgz",
- "integrity": "sha512-XSCO6S7sWn9s3IUiBnthIm7hf9YDXeFGExQcD... | resolve merge conflicts | resolve merge conflicts
|
aee8dd5d14e316af2575aa4dca6d1200731c968f | --- packages/core-widget-registry/src/Inbox.ts
@@ -1,3 +1,9 @@
import { WidgetRegistry } from '@walmart/allspark-utils';
+import { FunctionComponent } from 'react';
-export const InboxWidgetRegistry = new WidgetRegistry('inbox');
+const INBOX_WIDET_REGISTRY_KEY = 'inbox';
+
+type InboxWidgetMap = Record<string, Func... | fix(type): type fix SSMP-4408 | fix(type): type fix SSMP-4408
|
360a808af161f74c1f292f7efd4528667ea38e5b | --- yarn.lock
@@ -6428,9 +6428,9 @@ __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.14.1"
+ "@walmart/roster-mini-app": "npm:2.14.2"
"@walmart/ui-components... | fix(ui): update the my team mini app version smdv-9999 | fix(ui): update the my team mini app version smdv-9999
|
a6e84386cce7ebe27d54adeedff8e8d50a3ec546 | --- src/managerExperience/components/FilterChip/FilterChip.tsx
@@ -5,22 +5,20 @@ import {Text} from 'react-native';
import {FilterChipProps} from './types';
export const FilterChip = (props: Omit<FilterChipProps, 'children'>) => {
+ const {isApplied, label, testID} = props;
if (props.label === '') return false;... | feat: added selected prop and fixed absent default | feat: added selected prop and fixed absent default
|
7bcfca4c14bcf6d8a3c36d7c7d17361a43eadb6a | --- src/hooks/teams.ts
@@ -83,9 +83,11 @@ export const useGetViewersPrimaryTeamName = () => {
};
export const useGetViewersPrimaryWorkGroup = () => {
- const viewerTeam: Team[] = useSelector(UserSelectors.getUserTeams);
- if (viewerTeam && viewerTeam.length > 0) {
- return viewerTeam[0].workgroup?.toLowerCase(... | update teams get workgroup hook | update teams get workgroup hook
|
a1f0d27850bb5ace0fb3b37e86eee5f316f84f4d | --- .looper.multibranch.yml
@@ -93,6 +93,7 @@ flows:
- foreachParallelFailsafe($ENV):
- tools(android = ${ANDROID_TOOLS}):
- group("Android Build ${value}"):
+ - (name Hello world with ruler) echo "Hello world with ruler"
... | feat(ruler): allspark-6443 added new stage to trigger size measurement lane | feat(ruler): allspark-6443 added new stage to trigger size measurement lane
|
b84da06d40106507350b2c05591544752aaff392 | --- src/screens/AllTeamsScreen/SupplyChainAllTeamsScreen.tsx
@@ -11,9 +11,7 @@ import {
} from '@walmart/allspark-foundation-hub';
import {allTeamsScreenStyles as styles} from './styles';
import {rosterDetailScreenStyles as borrowedStyles} from '../RosterDetailScreen/styles';
-import {
- useTotalSiteOrTotalStore,
-... | Update the roster primary team check | Update the roster primary team check
|
588483735db8aa3494e1233c023a916d7997af5c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.35.3",
+ "version": "1.35.4",
"main": "index.js",
"private": true,
"workspaces": [
| feat(patch): bump patch version allspark-core | feat(patch): bump patch version allspark-core
|
a6f22573a591f765677f902cde3abfa193c63805 | --- .looper.multibranch.yml
@@ -90,3 +90,8 @@ flows:
publishFromChanges:
- call: preparePackages
- (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes
+
+ mini-pr:
+ - (name Branch Check, silent) echo "TBD"
+ - call: build-npm
+ - (name Build JS Bundle) ./node_modules/.bin/reac... | chore: looper template testing | chore: looper template testing
|
acb531bcb4c9cb4eeee9bd7c5d4e5fc5ba129899 | --- src/hooks/roster.ts
@@ -69,8 +69,7 @@ export const useGetAssociateId = (userWin: string) => {
export const useIsWeeklyScheduleLinkVisible = () => {
const RBACState = useSelector(getRbacState);
const RMAAppId = useSelector(getRmaAppId);
- //TODO: Change the name to have texting namespace. Using legacy app RB... | update the weekly schedule policy path | update the weekly schedule policy path
|
ab99ee67d3e8561f79c506c4ac2012c7801c068a | --- src/auth/ErrorScreen.tsx
@@ -183,6 +183,17 @@ export const ErrorScreen: FC<any> = (props) => {
</Picker>
</View>
+ {missingFields && formDirty && (
+ <View style={styles.requiredErrorContainer}>
+ <Subheader testID='error-msg' style={styles.requir... | err msg shift-up | err msg shift-up
|
cf69fdddb3f82ccd6c89e427aef8b31969a47efc | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.4",
+ "version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.4",
+ "version": "1.0.5",
"hasInstallScr... | Update version | Update version
|
1d3d1a9b8b0be8b35353bdfd5ab8685d47357698 | --- src/home/index.tsx
@@ -70,4 +70,8 @@ export const HomeFeature = new AllsparkFeatureModule('home', {
// @ts-ignore - not typed for more than two levels deep
'es-MX': esMX,
},
+ metadata: {
+ configKey: 'home',
+ packageName: 'Me@Walmart'
+ },
});
| fix(home): metadata for home page screen (#5339) | fix(home): metadata for home page screen (#5339)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
52d320422170b1402008ee5ed3bb1a6a1f71d907 | --- scripts/updateAndroidProjectConfig.sh
@@ -70,5 +70,5 @@ echo "Updating Manifest path in react-native.config.js to ${RN_CONFIG_MANIFEST_P
# sed -i.bak "s/android: ${RN_CONFIG_PROD_APP_MANIFEST_PATH}|android: ${RN_CONFIG_DEV_BETA_APP_MANIFEST_PATH}/android: ${RN_CONFIG_MANIFEST_PATH}/" ${RN_CONFIG_JS} && rm ${RN_CON... | Checking build.gradle | Checking build.gradle
|
daa02b26c98abcca9ec47fbdbe1e240dd7d20d9e | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.40.0",
+ "version": "1.41.0",
"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/redux... | Update roster mini app version | Update roster mini app version
|
80db4080dfa19ae7f24f4bcbd4a52223717679f5 | --- package.json
@@ -84,7 +84,7 @@
"@walmart/core-widget-registry": "0.3.2",
"@walmart/counts-component-miniapp": "0.0.36",
"@walmart/exception-mini-app": "0.42.1",
- "@walmart/facilities-management-miniapp": "0.1.1",
+ "@walmart/facilities-management-miniapp": "0.1.3",
"@walmart/feedback-all-... | Version bump | Version bump
|
ccf0d49faaec79cca2c2abfe301e24609e349025 | --- packages/allspark-foundation/__tests__/Scanner/AllSparkScanner.test.tsx
@@ -4,6 +4,7 @@ import { render } from '../utils';
jest.mock('../../src/Scanner/utils', () => ({
getScannerLicense: jest.fn(),
+ getScannerToggleConfig: jest.fn(() => ({})),
}));
describe('AllsparkScanner', () => {
--- packages/all... | feat: added scanner arch and version toggle (#265) | feat: added scanner arch and version toggle (#265)
* added scanner arch and version toggle
* lint fix
* revert android setting file changes
* fix lint
* added null safe
* fix test
* add callback functions
* added callbacks |
d5bb64d2560e138378f97f3fbdb9c8e2c1cd1f54 | --- .looper.multibranch.yml
@@ -607,7 +607,7 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- echo $(($START_TIME - $END_TIME))
+ echo $(($END_TIME - $START_TIME))
- var(MINUTES):
echo $((($TIME_ELAPSED%3600)/60))
- var(SECONDS):
| Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
b192073299b0a1af85231e979316c230505b557c | --- package.json
@@ -65,7 +65,7 @@
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/shelfavailability-mini-app": "0.3.64",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
- "@walmart/allspark-home-mini-app": "0.4.38",
+ "@walmart/allspark-home-mini-app": "0.4.60",
"@walmart/... | Bumping version for Home and Metrics mini app | Bumping version for Home and Metrics mini app
|
db258fd7b9472d57b0e109c4aa77b6427fbfbb57 | --- __tests__/permissions/__snapshots__/LocationScreenTest.tsx.snap
@@ -90,6 +90,7 @@ exports[`LocationScreen matches snapshot 1`] = `
isLoading={false}
onPress={[Function]}
testID="enableButton"
+ variant="primary"
>
continueButton
</Button>
--- __tests__/permissions/__snap... | fix(ui): ALLSPARK-5807 add primary variant to continue button (#4045) | fix(ui): ALLSPARK-5807 add primary variant to continue button (#4045)
* fix(ui): ALLSPARK-5807 add primary variant to continue button
* fix(ui): ALLSPARK-5807 update test snapshots to include variant
---------
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
f1d6b3c2739196f81f95190d8d7066d2c1fac764 | --- packages/allspark-graphql-client/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.
+## [1.1.7](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@1.1.7
- @walmart/allspark-http-client@2.3.0
- @walmart/core-services@2.0.4
- @walmart/core-services-allspark@2.3.0
|
394fde5071f4231a7baf79110b7a592ed88ee5ad | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/EditSavedTeamsModal.tsx
@@ -4,8 +4,8 @@ import {
} from '@walmart/allspark-foundation';
import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation';
import { Body } from '@walmart/gtp-shared-components/dist';
-import... | feat(ui): scroll events for modals | feat(ui): scroll events for modals
|
a64f8d0fad0e8f91067d527f39c6992097f0c6dc | --- packages/allspark-foundation/__tests__/Auth/sagas.test.tsx
@@ -14,16 +14,15 @@ jest.mock('../../src/Auth/service', ()=>({
signOut: jest.fn()
}
}))
+beforeEach(() => {
+ jest.clearAllMocks();
+});
describe('Auth/sagas.ts', () => {
const mockGetUser = AuthService.getUser as jest.Mock;
const mockSignI... | pr fix | pr fix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.