commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
6c1009a096664601800cbc7ea542bd3805c366ee
--- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx @@ -124,7 +124,7 @@ export const TeamSwitcher = ({ flatListRef.current.scrollToIndex({ animated: false, index: selectedTeamIndex, - viewOffset: 0.5, + viewPosition: 0.5, }); } ...
teams automatic refresh
teams automatic refresh
f95b9dec439e4642b15bc537eff6f540b628a797
--- src/managerExperience/translations/en-US.ts @@ -1 +1,9 @@ -export const enUS = {}; +export const enUS = { + rosterScreen: { + filters: { + clockedIn: 'Clocked in', + tardy: 'Tardy', + absent: 'Absent', + }, + }, +}; --- src/managerExperience/translations/es-MX.ts @@ -1 +1,9 @@ -export const...
feat: added translations to filter chips
feat: added translations to filter chips
e1ca421b7395dc3963be0b0caf2f0b559fffb045
--- targets/US/package.json @@ -82,7 +82,7 @@ "@walmart/allspark-http-client": "~6.3.28", "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "6.5.0", - "@walmart/amp-mini-app": "1.1.89", + "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", "@...
update amp version in inbox
update amp version in inbox
810dae6954383b54d5dd7084ec4d2ced6b1520e3
--- jest.config.js @@ -31,15 +31,14 @@ module.exports = { '!<rootDir>/src/**/*.d.ts', ], coverageReporters: ['lcov', 'text'], - // Coverage thresholds removed - only enforced on new code in precommit - // coverageThreshold: { - // global: { - // statements: 90, - // branches: 90, - // fun...
feat(ui): ensure global coverage is still respected #SMDV-8174
feat(ui): ensure global coverage is still respected #SMDV-8174
2f36e9a452a163ce2875d6fdafe3c31f73a995ce
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.8.2", + "version": "2.8.2-alpha.1", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-...
Update roster mini app
Update roster mini app
9903187f6b10327dab2b01dab43a97c87b18573c
--- android/app/build.gradle @@ -209,6 +209,9 @@ dependencies { implementation "com.facebook.react:react-native:+" // From node_modules implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" + implementation 'com.walmart.ssae.sms.sumo:sumosdk:2.5.5' + implementation 'com.walmart.ssae.s...
Fix/android notification icon (#269)
Fix/android notification icon (#269) * WIP * Added notification icons and FCMReceiver code to override pushes and add icon to the notification * changed name of the small icon * added icon for status bar * removing icons Co-authored-by: Hitesh Arora <> Co-authored-by: Anthony Helms - awhelms <awhelms@w...
9b452b02a29c49b566dd7cceaebe01d0b097fd7d
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.12.0", + "@walmart/emergency-mini-app": "1.13.0", "@walmart/exception-m...
fix banner with impersonation and case mismatch etc
fix banner with impersonation and case mismatch etc
5b6a05428869c9c630a29ee34510d477afb694bb
--- package-lock.json @@ -9000,9 +9000,9 @@ "integrity": "sha512-VjX25hR+zaK5vnHlJP2+1pPl+0KQ+mDrM9w7kJ3RpYhy8wFnB8S3qry/Xvgcy5WJnoOWUHyalFC0Qp0FKTuVAA==" }, "react-native-wm-voice-text": { - "version": "0.2.0", - "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-native...
new version of wm-voice-text
new version of wm-voice-text
5dba604c560c6f07700b3940ce8cbbb4ec9e0902
--- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/config.tsx @@ -129,14 +129,14 @@ export function renderTabBarLabel( // --- Tab Options --- // // For tabs whose route names don't match the name needed when creating options below const ROUTE_ICON_MAP = { - askSamTab: 'ask-sam', //To change to sidekick once...
iOS icon updation and sidekick icon changes
iOS icon updation and sidekick icon changes
8a95b367c93ceebf80966054441f3756bfda32e5
--- src/home/components/TaskCard/TaskClockStatusTeamCard2.tsx @@ -1,4 +1,4 @@ -import React, {FC, useCallback, useEffect} from 'react'; +import React, {FC, useEffect} from 'react'; import {useSelector} from 'react-redux'; import {useTranslation} from 'react-i18next'; import moment from 'moment-timezone';
chore: lint fix
chore: lint fix
41be899b9f56b2c073801571c9d2614fa77eec6b
--- packages/allspark-authentication/package.json @@ -28,13 +28,13 @@ "moment-timezone": "~0.5.43", "react": "19.0.0", "react-native": "0.79.5", - "react-native-app-auth": "7.2.0", + "react-native-app-auth": "~8.0.3", "typescript": "~5.8.3" }, "peerDependencies": { "moment-timezone"...
fix: missing mywalmart components library dependency. update app auth dependency
fix: missing mywalmart components library dependency. update app auth dependency
5c618260034e0ad6f87c88784bf7494965901452
--- packages/allspark-graphql-client/codegen/generate.js @@ -1,9 +1,14 @@ #!/usr/bin/env node -import cli from '@graphql-codegen/cli'; -import path from 'path'; +'use strict'; + +const cli = require('@graphql-codegen/cli'); +const path = require('path'); const processPath = process.cwd(); const allsparkConfig = re...
chore: update codegen
chore: update codegen
2efe049a35c99e56a93e39ab2c836b645ee445f9
--- src/containers/RosterFilters.tsx @@ -1,16 +1,12 @@ -import React, {useEffect, useMemo, useRef} from 'react'; -import {useSelector} from 'react-redux'; +import React, {useRef} from 'react'; import {StyleSheet, View} from 'react-native'; import {Chip, ChipGroup, ChipId} from '@walmart/gtp-shared-components'; imp...
more stuff
more stuff
3ec87c7284545d6de2c690b0a865946b9b1358de
--- package-lock.json @@ -38,7 +38,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.56", "@walmart/attendance-mini-app": "0.59.0", - "@walmart/config-components": "4.1.0-rc.2", + "@walmart/config-components": "4.1.0-rc.4", "@walmart/c...
bug fix and unit test case
bug fix and unit test case
e1a62b5caa5947805b1fe4f641c5310db220fb5a
--- docs/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.14.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.13.0...v2.14.0) (2025-02-28) + + +### Bug Fixes + +* **ui:** update roster and wmconnect mini app version smdv-9999 ([0df4aa2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0df4aa24c3477e29015e...
chore(release): 2.14.0 [skip ci]
chore(release): 2.14.0 [skip ci] # [2.14.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.13.0...v2.14.0) (2025-02-28) ### Bug Fixes * **ui:** update roster and wmconnect mini app version smdv-9999 ([0df4aa2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0df4aa24c3477e29015e7011950aeab1...
2871384eedaf5b04a2db093082a6419d69cc27b8
--- package-lock.json @@ -5146,9 +5146,9 @@ "integrity": "sha512-40MFbit1GW/wE4wnZRZJHCFvwL07b5tef59Fr0gMuMIzvhp6UIkchf6ANQIBjkoDXmPrJwbp4O52UvtyIk19gg==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.3.8", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-mini...
feedback mini app version bump
feedback mini app version bump
4cff4c8f330c9ef3a4b6aba5fc1b8708db6e8d1d
--- package-lock.json @@ -39,7 +39,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "1.1.58", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.15.2", + "@walmart/ask-sam-mini-app": "1.15.4", "@walmart/attendance-mini-...
Updated SA version to 1.5.17
Updated SA version to 1.5.17
7a9613bab069b27488d389dcf48245892164966c
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.9", + "version": "1.0.10", "hasInstallS...
Update version
Update version
447f54b7d0fd37d3976e20e69fe4b174b12a55d0
--- package.json @@ -166,7 +166,7 @@ "@walmart/roster-mini-app": "3.8.9", "@walmart/schedule-mini-app": "4.0.0", "@walmart/shelfavailability-mini-app": "1.7.2", - "@walmart/shop-gnfr-mini-app": "1.0.421", + "@walmart/shop-gnfr-mini-app": "1.0.448", "@walmart/sidekick-mini-app": "4.253.2", ...
feat: GNFRTECH-12386 Shop GNFR drop 35 features (#5086)
feat: GNFRTECH-12386 Shop GNFR drop 35 features (#5086) Co-authored-by: Yarien Mendez Suarez - y0m07dz <Yarien.Mendez.Suarez@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
ff0f5fb856307f891afcea2d6ac6f934679b9ca9
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.33.0", + "version": "1.33.1", "main": "index.js", "private": true, "workspaces": [
chore: bumping version to 1.33.1
chore: bumping version to 1.33.1
642e56d2558633202fc90037a0fe919acd036fd1
--- package.json @@ -159,7 +159,7 @@ "@walmart/walmart-fiscal-week": "^0.3.6", "@walmart/welcomeme-mini-app": "1.0.12", "@walmart/wfm-ui": "2.4.0", - "@walmart/wm-plus-mini-app": "1.5.3", + "@walmart/wm-plus-mini-app": "1.5.4", "@walmart/wmconnect-mini-app": "2.24.0", "axios": "~1.6.0", ...
feat(profile): CEWMPLUS-121820 update wmplus miniapp to 1.5.4 (#4208)
feat(profile): CEWMPLUS-121820 update wmplus miniapp to 1.5.4 (#4208) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
9bfb553caa553ae71b4ebc27476b69eaf3dbc77c
--- packages/me-at-walmart-container/__tests__/redux/firebaseAuth.test.ts @@ -1,5 +1,6 @@ import {call, put, takeLeading} from 'redux-saga/effects'; import { + checkAndBeginSignInWithFirebaseSaga, signInWithFirebaseSaga, signOutFromFirebaseSaga, firebaseSignInSuccess, @@ -13,6 +14,7 @@ import { } from '@wa...
feat(auth): added ccm flag to control firebase auth enable (#5414)
feat(auth): added ccm flag to control firebase auth enable (#5414) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
245f8dbb59c564b4f4483863c171a6558c95ab3e
--- core/__tests__/PinAccess/ActivityMonitorGuardTest.tsx @@ -25,7 +25,7 @@ describe('ActivityMonitorGuard tests', () => { it('renders child component and calls dispatch after idle timeout', async () => { const component = render(<ActivityMonitorGuard {...props} />); const onIdleTimeLapsed = - compone...
change unsafe_root to root
change unsafe_root to root
6a59c8e87df3429ece152804cf9d52cc6e28c5ec
--- core/__tests__/__mocks__/@walmart/checkout-mini-app.js @@ -1,3 +1,7 @@ module.exports = { - CheckoutMiniApp: 'CheckoutMiniApp', + //CheckoutMiniApp: 'CheckoutMiniApp', + __esModule: true, + CheckoutMiniApp: { + buildAllScreens: () => 'checkoutFeature.Root', + }, }; --- core/__tests__/navigation/USHallwa...
fixed the test case for checkout
fixed the test case for checkout
eab867e59598b33659684256046dfbef8066679a
--- package.json @@ -93,7 +93,7 @@ "@walmart/calling-mini-app": "0.7.63", "@walmart/checkout-mini-app": "4.14.0", "@walmart/compass-sdk-rn": "6.2.845", - "@walmart/config-components": "4.10.1", + "@walmart/config-components": "4.11.3", "@walmart/core-services": "~6.5.2", "@walmart/core-se...
fix(update): updated config-components SSMP-10897 (#4527)
fix(update): updated config-components SSMP-10897 (#4527)
b47fb88cdd52b860c2a4a5c54b990d0c264a214a
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "7.2.2", "@walmart/manager-approvals-miniapp": "0.2.2", "@walmart/me-field-mini-app": "1.3.0", - "@walmart/metrics-mini-app": "0.12.6", + "@walmart/metrics-mini-app": "0.12.7", "@walmart/mod-flex-mini...
Bumping metrics version to 0.12.7
Bumping metrics version to 0.12.7
34adee4988daf0df35f7ae52d366905829d2b7f9
--- package-lock.json @@ -3509,9 +3509,9 @@ "integrity": "sha512-bRj8dBPIo3ShYDH800Lm9XfbCHk8Kclu+Cqbdo/oEB3DIQtoK4TSoyIm8W+c9nhd/kaeEQsev6N99WmNj5BEAg==" }, "@walmart/schedule-mini-app": { - "version": "0.3.1", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-min...
Bumping schedule-mini-app
Bumping schedule-mini-app
6404d7a84ae0d5c7646a585085eb941396781288
--- __tests__/screens/RosterScreenTest.tsx @@ -56,6 +56,7 @@ describe('AssociateList', () => { it('show show associate schedule if it exists', () => {}); it('should show message button as disabled when associate clocked out', () => {}); it('should open chat screen when message button is pressed', () => {...
adding test cases
adding test cases
c050df0892c17f0b6ee335a7d26049a5c4e0689f
--- __tests__/components/team-switcher/initTeamSwitcher.comprehensive.test.ts @@ -32,8 +32,149 @@ const createMockStore = (state: any = {}) => ({ }) }); -// Import our test helper function that bypasses the Jest module mapper -import { initTeamSwitcherWithDependencies } from '../../../src/utils/initTeamSwitcherIm...
feat(ui): resolve merge conflicts
feat(ui): resolve merge conflicts
03629933f45900af0d3177c0c3c5106c3f1c3fbd
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/amp-mini-app": "1.0.11", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.56", - "@walmart/attendance-mini-app": "0.59.0", + "@walmart/attendance-mini-app": "0.68.0", "@walmart/config-compo...
update attendance-mini-app to 0.68.0
update attendance-mini-app to 0.68.0
2583b2abc35566d1bea414a414730ad7d5ae2694
--- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx @@ -45,6 +45,7 @@ import { useAllsparkImage } from '@walmart/allspark-foundation/Components/contex import { LoggerService } from '@walmart/allspark-foundation/Logger'; import { useAllsparkTranslation } from '@walmart/allspark-foundation/Tra...
adding management first
adding management first
c60eeaa308d0aa88063b42282ab67e9b486c340d
--- jest.config.js @@ -6,7 +6,7 @@ module.exports = { coverageThreshold: { global: { statements: 88, - branches: 85, + branches: 84, functions: 79, lines: 88, }, --- targets/US/android/settings.gradle @@ -21,11 +21,11 @@ apply from: new File(["node", "--print", "require.res...
update jest coverage
update jest coverage
a16f96109fc8426db29cb8a834be37af3cfdc8ee
--- packages/allspark-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-cli@1.4.3...@walmart/...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-cli@1.5.0 - @walmart/allspark-foundation@7.4.1 - @walmart/allspark-foundation-hub@1.19.6 - @walmart/me-at-walmart-geolocation@1.3.6
e96eec08d1553f3864178b66dc8ac045373b7254
--- targets/US/package.json @@ -108,7 +108,7 @@ "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.4", "@walmart/ims-print-services-ui": "2.15.3", - "@walmart/inbox-mini-app": "0.97.8", + "@walmart/inbox-mini-app": "0.97.10", "@walmart/iteminfo-mini-app": "7...
inbox version update
inbox version update
039d78fffbd38fe70ed895b21322fa94a6c0d783
--- __tests__/__mocks__/react-native-wm-notification.js @@ -14,9 +14,10 @@ const Domain = { module.exports = { __esModule: true, default: { - setAuthToken: jest.fn(() => Promise.resolve()), - charge: jest.fn(() => Promise.resolve()), - register: jest.fn(() => Promise.resolve()), + setAuthToken: jest....
Unregistering sumo profile on sign out
Unregistering sumo profile on sign out
bc6efafa8377027e8b5be94948c7e44fd6c64ca4
--- CODEOWNERS @@ -1,14 +1,11 @@ -# allspark-admin-team will be the default owners of everything in +# allspark-architects will be the default owners of everything in # the repo. Unless a later match takes precedence they will be requested # for review when someone opens a pull request -- ...
fix(ax): rename icomoon font file to match the postscript name (#545)
fix(ax): rename icomoon font file to match the postscript name (#545) * fix(ax): rename icomoon font file to match the postscript name * chore: simplify codeowners
76eebdabe8474e2d4a46a8902ad8f8e6fa101556
--- packages/allspark-foundation-hub/src/SupplyChain/Hub/SiteHubDashboard.tsx @@ -24,9 +24,7 @@ import { UserSelectors } from '@walmart/allspark-foundation/User'; import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation'; import { OnboardingScreen } from '../Screens/OnboardingScreen/Onboarding...
Update hub
Update hub
47b321d9c1bcf57f5ae74eba9fa3527f8edc1ace
--- src/presence/components/DoNotDisturbAutoReset.tsx @@ -42,5 +42,5 @@ export const DoNotDisturbAutoReset = (props: PropsWithChildren<{}>) => { } }; }, [storeId, userId, dndOfflineTimeLimit, dndAutoSwitchThreshold]); - return {children}; + return <>{children}</>; }; --- src/presence/components/DoNo...
updating fragment
updating fragment
8e156da108f391c4b1230799d02c66e5d239ac39
--- android/app/build.gradle @@ -144,8 +144,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 860 - versionName "1.4.2" + versionCode 861 + ver...
Incrementing version
Incrementing version
03b1b686eab7d94f29d371864a60e361f5bd9527
--- __tests__/communications/oneToOneChatTest.tsx @@ -103,7 +103,11 @@ describe('One to One Chat', () => { // }); it('building up to testing messages screen', async () => { - const channelsContext = await createMockChannelsContext(firestore, 'STORE_100'); + const channelsContext = await createMockChannels...
updating channels context provider
updating channels context provider
2f247ea24f88cb16f0888f4750606f3a413675eb
--- package-lock.json @@ -154,7 +154,7 @@ "react-native-view-shot": "^3.4.0", "react-native-vision-camera": "^2.15.1", "react-native-webview": "^11.23.1", - "react-native-wm-app-review": "v0.4.0", + "react-native-wm-app-review": "0.4.0", "react-native-wm-config": "0.1.1...
remove v from app-review-version
remove v from app-review-version
1bd5b8a61550146f7e3018334da24d23ae2a63dc
--- src/hooks/useFilterCounts.ts @@ -1,53 +1,47 @@ -// import {useOfflineIds} from '../presence/hooks'; -// import {Associate} from '../types'; +import {useMemo} from 'react'; +import {Associate} from '../types'; +import { + associateIsAbsent, + associateIsClockedIn, + associateIsTardy, +} from '../utils'; +import {...
adding back useFilterCount hook with removed presence logic
adding back useFilterCount hook with removed presence logic
7440c4132ad98a320b470f9be1806bf11fb1bdc7
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.32.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.31.0...v1.32.0) (2025-05-07) + + +### Features + +* **ui:** update looper yml ([ec9fa38](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ec9fa38b7cea55ab45a40e4e4bb8ae7805bf83c2)) + # [1.31.0](h...
chore(release): 1.32.0 [skip ci]
chore(release): 1.32.0 [skip ci] # [1.32.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.31.0...v1.32.0) (2025-05-07) ### Features * **ui:** update looper yml ([ec9fa38](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ec9fa38b7cea55ab45a40e4e4bb8ae7805bf83c2))
4af7963163623e3c757ca41e66837b8c956952a0
--- package.json @@ -121,7 +121,7 @@ "@walmart/mod-flex-mini-app": "1.17.5", "@walmart/moment-walmart": "1.0.4", "@walmart/money-auth-shared-components": "0.1.4", - "@walmart/myteam-mini-app": "1.1.7", + "@walmart/myteam-mini-app": "1.3.0", "@walmart/native-rfid-scanner": "3.9.10", "@walm...
feat(ui): Update my team mini app version
feat(ui): Update my team mini app version
c324c1cb557a5a72d88f1b25aa1b58221e672f6a
--- packages/allspark-foundation-hub/__tests__/Hub/Container/Components/ErrorBottomSheet.test.tsx @@ -1,6 +1,5 @@ import React from 'react'; -import { act } from '@testing-library/react-native'; -import { fireEvent, render } from '../../../utils'; +import { act, fireEvent, render, waitFor } from '@testing-library/reac...
fix(bug): update snapshots
fix(bug): update snapshots
3a0e4969d33ddd782d77057c12076e50661e6e8b
--- .yarn/patches/@walmart-sidekick-mini-app-npm-4.275.2-ae9ff75ac4.patch @@ -1,13 +0,0 @@ -diff --git a/dist/components/CoreActionList/CoreActionList.js b/dist/components/CoreActionList/CoreActionList.js -index 10dadb8499b1bfc91c05850a7aaa861d7fe5ada9..fa9f3403d5d3d1ed7d587c0dd38789b1f9e1604f 100644 ---- a/dist/compon...
fix: sidekick-mini-app version develop version bump (#5345)
fix: sidekick-mini-app version develop version bump (#5345) Co-authored-by: s0k090y <sravani.kotla@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
91d2f17a500f852a6c3d5114d8b0d3f1a6554898
--- package-lock.json @@ -4498,9 +4498,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.13.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.13.0.tgz", - "integrity": "sha512-IYG7N2zuLKzueUY5okX21sc05blpWL3jxRkQRVX3fC1yUzngCgwPkO6K8d9mhjImmdn...
Updated taskit version
Updated taskit version
2bd50c739bc402a6a72312e3adad0ef33e6f164c
--- package.json @@ -18,7 +18,7 @@ "lint": "yarn workspaces foreach --all -p run lint", "lint:fix": "yarn workspaces foreach --all -p run lint:fix", "prepare": "husky", - "test": "npm run build && jest --no-watchman", + "test": "jest --no-watchman", "coverage:hub": "yarn workspace @walmart/all...
feat(lib): ALLSPARK-6343 extra built config and unit test
feat(lib): ALLSPARK-6343 extra built config and unit test
83f6e897d49bf055a380688a5a9fe51fd6db9da9
--- __tests__/screens/RosterScreen/TeamsListTest.tsx @@ -37,7 +37,7 @@ describe('Roster Screen :: TeamsList', () => { <RosterScreen navigation={mockRosterScreenNavigation} />, ); await finishPendingRequests(); - rosterScreen.getByText('My Team'); + rosterScreen.getByText('My team'); ...
fixing test cases
fixing test cases
71f67cdbb615e98f1088d3e00a8a720e6aaad788
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.10.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.9.0...v3.10.0) (2025-12-19) + + +### Features + +* **ui:** update hub versions ([ecb21b2](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ecb21b26d2d7dc8103a2e48fd1ac4de0d698054d)) + # [3.9.0](h...
chore(release): 3.10.0 [skip ci]
chore(release): 3.10.0 [skip ci] # [3.10.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.9.0...v3.10.0) (2025-12-19) ### Features * **ui:** update hub versions ([ecb21b2](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ecb21b26d2d7dc8103a2e48fd1ac4de0d698054d))
ecbefaf14a6b8c17aacb0ed6545b282074bc9419
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.2.4
b85aa89cd99788141200c189998efaa473ee0b8c
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update the few changes on the hub for imports
Update the few changes on the hub for imports
39376499adab91dd30124fe8845c9e5d671ba33f
--- container/index.tsx @@ -1,8 +1,7 @@ import React, {useEffect, useState} from 'react'; import {Platform, StatusBar, StyleSheet, TextInput, View} from 'react-native'; import {SafeAreaView} from 'react-native-safe-area-context'; -import {NavigationContainer, ParamListBase} from '@react-navigation/native'; -import {...
Update roster mini app with right import for hub
Update roster mini app with right import for hub
ebf4ec066a8cec6b5e3088d3e3b2ff88c3d410c4
--- ios/FeatureAppTemplateTS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>IDEDidComputeMac32BitWarn...
Delete IDEWorkspaceChecks.plist
Delete IDEWorkspaceChecks.plist
582063e469c5d6fedb0838bac291c037f2b02708
--- src/channels/services.ts @@ -1,7 +1,6 @@ import moment from 'moment-timezone'; import firestore from '@react-native-firebase/firestore'; import namecase from 'namecase'; -import {CommonGraphQLClient} from '@walmart/allspark-graphql-client'; import {AllsparkEnvironment} from '@walmart/allspark-foundation/Environ...
Adding service file changes
Adding service file changes
04b73f0bff943cb7f91411ab8c3e3e861253d34d
--- packages/allspark-foundation/__tests__/Config/saga.test.ts @@ -1,4 +1,4 @@ -import { call, select, take, takeLatest } from 'redux-saga/effects'; +import { select, take, takeLatest } from 'redux-saga/effects'; import { ConfigActionTypes, ConfigActionCreators } from '../../src/Config/redux'; import { ConfigSelector...
code cleanup
code cleanup
8c6a33f0a1f2058283878884072cdc65be4ae0a0
--- package.json @@ -156,7 +156,7 @@ "@walmart/schedule-mini-app": "2.6.1", "@walmart/shelfavailability-mini-app": "1.5.47", "@walmart/shop-gnfr-mini-app": "1.0.421", - "@walmart/sidekick-mini-app": "4.205.5", + "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.3"...
Feature/sidekick drop34 (#4757)
Feature/sidekick drop34 (#4757) Co-authored-by: Vasanth Bhat <vasanth.g.bhat@walmart.com> Co-authored-by: Shubham Rajput <shubham.rajput@walmart.com> Co-authored-by: Tejasvi <Tejasvi.Annam@walmart.com> Co-authored-by: Karthik Balasubramanyam <karthik.balasubraman@walmart.com> Co-authored-by: Talia Andrews - t0a07t...
c6bce6cb980c08dbbbef4f77c0b7f22926ab637d
--- packages/allspark-utils/src/Layout.tsx @@ -108,18 +108,17 @@ const LayoutRow = memo( ( props: Pick<LayoutProps<any>, 'config' | 'props'> & { row: LayoutColumnItem[]; - index: number; columnGap?: number; } ) => { - const { row, index, config, columnGap, props: componentProps } =...
chore: layout item key alignment
chore: layout item key alignment
cb0b81b589aae385a55db77b127786fe3858f4f8
--- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx @@ -212,7 +212,7 @@ const HubCelebrationWidgetCore: React.FC< .then(() => setIsRefreshLoading(false)) .catch(() => setIsRefreshLoading(false)); }, 300); // Reduced from 1000ms to 300ms for faster response - }, [refr...
chore(api): optimize api fetching
chore(api): optimize api fetching
f1f21c9a463289c92213b2e43bdf460f3c9e6071
--- app.config.US.ts @@ -49,6 +49,7 @@ const CONFIG: ExpoConfig = { }, googleServicesFile: Environment.select({ prod: "./assets/google-services-prod.json", + beta: "./assets/google-services-beta.json", default: "./assets/google-services-dev.json", }), package: bundleIdentifier, @@...
chore: add beta file for google service
chore: add beta file for google service
fd0376afecfcdc8211cf194fa7ec9738a75ce404
--- core/src/settings/ToggleSetting.tsx @@ -78,6 +78,7 @@ export const ToggleSetting = (props: ToggleSettingProps) => { isOn={value} onValueChange={onToggle} testID={`${testID}_switch`} + accessibilityLabel={value ? labelOn : labelOff} /> ...
feat: settings toggle switch accessibility label
feat: settings toggle switch accessibility label
d6bb80e2036637a51a5f98893cc142f6f949ea2f
--- .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: ((stable_osx||xcode12.5)&&!MAC-LAB-MINI36&&!MAC-LAB-MINI32&&!MAC-LAB-MINI07&&!MAC-DRFQLAB-M...
restricting 2 more nodes as they keep failing.
restricting 2 more nodes as they keep failing.
4a23be7d7deb5d8b571c6f31c3d8f92d3a208830
--- package.json @@ -9,7 +9,7 @@ "installConfig": { "hoistingLimits": "none" }, - "packageManager": "yarn@4.5.0", + "packageManager": "yarn@4.6.0", "engines": { "node": ">=18" }, @@ -413,4 +413,4 @@ "react-native-calendars": "^1.1291.0", "react-native-modal@npm:^13.0.1": "patch:react-n...
chore: bump yarn version
chore: bump yarn version
9ad534a8f2d467d9c9a38a9a412b7016d5587f16
--- targets/US/package.json @@ -84,7 +84,7 @@ "@walmart/allspark-utils": "6.5.0", "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.28.8", + "@walmart/ask-sam-mini-app": "1.27.5", "@walmart/associate-listening-mini-app": "1.2.10"...
Reverting ask sam version to have separate PR from Ask Sam
Reverting ask sam version to have separate PR from Ask Sam
45b63113665e54a91f0a922a2f74d70e8ab5efd5
--- package-lock.json @@ -64,6 +64,7 @@ "@walmart/ui-components": "^1.6.0", "babel-jest": "^26.6.3", "chance": "^1.1.11", + "emoji-unicode": "2.0.1", "eslint": "^7.32.0", "eslint-plugin-prettier": "^4.2.1", "expo": "^48.0.15", @@ -12230,6 +12231,13 @@ ...
adding emoji unicode detector
adding emoji unicode detector
aa0015f1dd2447c100bd6dea32aaad5b0558f0b4
--- packages/allspark-foundation-hub/src/Shared/Common/ccmFallbacks.ts @@ -69,5 +69,6 @@ export const SupplyChainCCMFallbacks = { showDataFetchErrorScreen: true, showCancelActionButton: true, defaultShiftId: 'A1', - defaultSiteTeam: 'Total site', + defaultSiteTeamName: 'Total site', + defaultSiteTeamId: 'to...
Adding demo updates
Adding demo updates
80d455eeb027f2569f26caf065e380eeb0b6206b
--- package-lock.json @@ -4277,9 +4277,9 @@ "integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g==" }, "@walmart/ims-print-services-ui": { - "version": "0.1.25", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
Item info fix for qty input pill on iOS
Item info fix for qty input pill on iOS
cf9b1c11ddaa0f5593dc1fca4adab28476fdb7e2
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.0-alpha.1", + "version": "1.15.0-alpha.2", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart...
Update my team mini app version
Update my team mini app version
cf9bdd363f2867924ee59d9a83e99d3fae74ab1e
--- apps/example/metro.config.js @@ -1,4 +1,5 @@ const { getDefaultConfig } = require('@expo/metro-config'); +const path = require('path'); const config = getDefaultConfig(__dirname); @@ -14,6 +15,22 @@ config.resolver = { ...config.resolver, assetExts: config.resolver.assetExts.filter((ext) => ext !== 'svg...
chore: add web support for example app
chore: add web support for example app
5046c2589ff8fbba9d9c8af6597836bb5e6f4ad2
--- packages/allspark-utils/src/widgetRegistry.ts @@ -1,4 +1,4 @@ -import React, { ComponentType } from 'react'; +import { ComponentType, createElement } from 'react'; import { useRegistry } from './hooks'; import { Registry } from './registry'; @@ -8,7 +8,21 @@ export type WidgetRenderProps = Record<string, any>; ...
feat: add render widget methods to widget registry class
feat: add render widget methods to widget registry class
21b316f19ccb2bd434e3010325b939bfbed0ac4e
--- packages/allspark-foundation/__tests__/Site/selectors.test.tsx @@ -86,6 +86,7 @@ describe('Address and Location Functions', () => { it('should return true if divisionCode matches DC_DIVISION_CODE', () => { expect(divisionIsDC('7')).toBe(true); }); + it('should return false if divisionCode does not mat...
chore: fix test break after merge
chore: fix test break after merge
158ad43c642547ff71c4995079042c601ad43732
--- package.json @@ -79,7 +79,7 @@ "@walmart/ask-sam-mini-app": "^1.0.4", "@walmart/config-components": "3.0.2", "@walmart/core-services": "~1.1.2", - "@walmart/core-services-allspark": "~1.6.6", + "@walmart/core-services-allspark": "1.6.6", "@walmart/core-utils": "~1.0.10", "@walmart/cou...
Update package.json
Update package.json
936ca69f115571db86dedfe0c3b9adef606cd749
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 25 + versionCode 26 versionName "1.0.1" } sp...
Incrementing build number
Incrementing build number
136ec2cdcacd259b806f167610e5b621dc2fbc44
--- packages/allspark-foundation/README.md @@ -106,7 +106,7 @@ To create a feature runner, start with the [AllsparkFeatureRunner](./src/Feature ### How to transition an existing mini app? -Follow the [Migration Doc](https://gecgithub01.walmart.com/allspark/allspark/blob/develop/packages/allspark-foundation/src/Cor...
chore: fix docs link
chore: fix docs link
52065aa330a9d78ac50f1e975340a146cba3dd8a
--- __tests__/core/RootContainerTest.tsx @@ -1,7 +1,6 @@ import React from 'react'; import {create, act, ReactTestRenderer} from 'react-test-renderer'; import {RootContainer} from '../../src/core/RootContainer'; - jest.mock('../../src/navigation/Navigation', () => 'RootNav'); jest.mock('../../src/auth', () => ({ ...
fix test
fix test
49ea6cdc20a9f1051c541d309405623ac2a7a010
--- __tests__/navigation/AssociateHallwayNav/Tabs/MyTeamStackNavTest.tsx @@ -11,7 +11,7 @@ describe('MyTeamStackNav', () => { create(MyTeamScreen.props.options.headerLeft()).toJSON(), ).toMatchSnapshot(); expect( - create(MyTeamScreen.props.options.headerRight()).toJSON(), + create(MyTeamScre...
fixing unit tests
fixing unit tests
c65c0888e185d311ddba62041a726c2961b24d10
--- .husky/pre-push @@ -1 +1 @@ -yarn run build && yarn run coverage +yarn run build && yarn run test
chore(ui): update pr guidelines and husky config
chore(ui): update pr guidelines and husky config
7e28af568e837d287c6ca5aa360065af20e2c680
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/indexTest.tsx.snap @@ -5,9 +5,12 @@ exports[`AssociateHallway matches snapshot 1`] = ` style={ Object { "flex": 1, + "justifyContent": "center", } } > - <Spinner /> + <ActivityIndicator + size="large" + /> </View> `; --- _...
update snapshots
update snapshots
10b5a5e435cd780ef771c479a038662e7a29d11b
--- package.json @@ -135,7 +135,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-location": "^1.2.20", - "@walmart/metrics-mini-app": "1.34.11", + "@walmart/metrics-mini-app": "1.34.12", "@walmart/mod-flex-mini-app"...
fix(metrics): 2.0 Bugs fixes (#5270)
fix(metrics): 2.0 Bugs fixes (#5270) Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
954cd5158e63910faf745dc46351e0eb261c387d
--- packages/my-walmart-hub/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.9.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/my-walmart-hub@1.9.1...@wal...
chore(version): updating package version
chore(version): updating package version - @walmart/my-walmart-hub@1.9.2
da4739dab7bd88062088a3e860a54d0914f7d7bd
--- packages/allspark-foundation/__tests__/Config/saga.test.ts @@ -1,80 +0,0 @@ -import { select, take, takeLatest } from 'redux-saga/effects'; -import { ConfigActionTypes, ConfigActionCreators } from '../../src/Config/redux'; -import { ConfigSelectors } from '../../src/Config/selectors'; -import { onInit, onFetch, wai...
fix build issue for config and user sagas
fix build issue for config and user sagas
a3e62c12493fc6a95aa0204ae553a423043ce0aa
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainApplication.kt @@ -32,22 +32,22 @@ class MainApplication : PlatformCoreApplication(), ReactApplication { // Packages that cannot be autolinked yet can be added manually here, for example: // add(MyReactNativePackage()) ...
update MainApplication.kt
update MainApplication.kt
b832ed515fece8e1718ea832a087b178869690f9
--- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/TeamSelection.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { ScrollView } from 'react-native'; import { Area, TeamName } from './types'; -import { Header } from '@walmart/allspark-foundation/Components/Hub/Header'; +import { Header...
feat: updated header import
feat: updated header import
d3e2455771383cd6312612c6638edd592dda2e70
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.1.11", - "@walmart/facilities-management-miniapp": "0.6.5", + "@walmart/facilities-management-miniapp": "0.6.6", ...
Updating package.json - @walmart/facilities-management-miniapp to 0.6.6
Updating package.json - @walmart/facilities-management-miniapp to 0.6.6
0bf3fce7f150f9725097394238baa10ec0f0370e
--- 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. +## [6.33.1-alpha.1](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.33.1-alpha.0...v6.33.1-alpha.1) (2025-07-18...
chore(version): updating package version
chore(version): updating package version
a2ae261f4241234141920ad4db5ff1fabf4876b0
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/TeamShiftSwitcher.test.tsx @@ -0,0 +1,78 @@ +import React from 'react'; +import { + fireEvent, + render, +} from '@walmart/allspark-foundation/__tests__/utils'; +import { TeamShiftSwitcher } from '@walmart/allspark-foundation-hub/HubFeature/SupplyC...
test: added initial tests
test: added initial tests
cc14f8d405b869a2fa3da3a89ac8aa4234a913d7
--- package.json @@ -3,48 +3,48 @@ "version": "1.8.0", "private": true, "scripts": { - "firebase:dev": "cp ./ios/GoogleService-Info-Dev.plist ./ios/GoogleService-Info.plist && cp ./android/app/google-services-dev.json ./android/app/google-services.json", - "firebase:teflon": "cp ./ios/GoogleService-Info-...
sort packages
sort packages
109feb6cb0635a6c8f1f3f19cbe0381f7c782b63
--- src/components/RosterWidget/useRosterWidget.ts @@ -121,34 +121,41 @@ export const useRosterWidget = ( const configureRosterInfo = useCallback(() => { if (isSiteDC) { if (selectedTeamIds?.includes(TOTAL_SITE_TEAM_ID)) { - const scheduledCount = rosterDataList?.filter((associate) => { + c...
feat(ui): added missing type
feat(ui): added missing type
d7ef922d528b29d323d6bd7cdbe59694fff86bcb
--- android/app/src/main/AndroidManifest.xml @@ -23,6 +23,15 @@ </intent> </queries> + <queries> + <package android:name="com.walmart.gif2" /> + <intent> + <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.BROWSA...
Main repo change
Main repo change
709ca8e0bf14bdb04cc04fa3a7209bf30c0f2398
--- package-lock.json @@ -4599,9 +4599,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.26.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.26.0.tgz", - "integrity": "sha512-OsIPvHCZegHTEJTaIn/r+wZw4ZQmuIWRh/XEICwbnB6VE8xA7NLj5zVnsnVDVtNqRtu...
updating tasking version
updating tasking version
1a55fe7732314ef592988230a8d5d6a484af0514
--- packages/allspark-foundation/src/Components/DynamicComponents.tsx @@ -129,6 +129,17 @@ export class DynamicComponent<Props = {}, ID extends string = string> { ); }; + /** + * Hook that returns list of records for the Dynamic Component + */ + public useRecordList = () => { + useRenderOnChange(this...
feat(dynamic components): add record list and record size hooks. add reset and undo helper method to get record response
feat(dynamic components): add record list and record size hooks. add reset and undo helper method to get record response
ed85b72f9cbcc1dfe1620923006af4fef7b0944a
--- packages/allspark-foundation/__tests__/FeatureRunner/__snapshots__/navigation.test.tsx.snap @@ -1,13 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renderHeader matches snapshot 1`] = ` -<SafeAreaView - edges={ - [ - "top", - ] - } -> +[ <View collapsable={false} pointerEv...
feat(ui): update test snapshot
feat(ui): update test snapshot
0b98410e266005bead29e1e0b3de637ad5112177
--- __tests__/harness/athenaQueries/getTeamById.ts @@ -1,5 +1,5 @@ import {GetTeamByIdDocument} from '../../../src/queries/getTeamById'; -import {initialStateMock} from '../redux/mockState'; +const {initialStateMock} = require('../redux/mockState'); const reduxHarnessUsersTeamData = initialStateMock?.user?.data?.te...
updating mock query response for athena
updating mock query response for athena
9f70d751ff1886c6fa6f5d92b3caf2e6d2a23985
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100 + versionCode 101 versionName "1.0.8" } ...
Incrementing build number
Incrementing build number
257b513762881f56ede8c11cfdc34423f35562cd
--- RELEASE-PLANNING.md @@ -0,0 +1,15 @@ +# Allspark Core Release Planning + +Going to track high level framework changes planned across the year here. + +Starting with FY25. + +## Q2 + +gtp-shared-components preperation for 3.x(LD 3.5), theme overrides available in container config + +navigation optional navigation co...
Create RELEASE-PLANNING.md
Create RELEASE-PLANNING.md
d17c02959a5207f61075a0d96a3b02baec027d18
--- .looper.multibranch.yml @@ -1,21 +1 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml - -flows: - prepare-npm-project: - - withcache('npm-cache'): - - (name Yarn Install) corepack enable - - (name Yarn Version) yarn --version - - (name Install Dependencies) ...
fix(ci): added comments and removed yarnscript
fix(ci): added comments and removed yarnscript
42ab46b127fd0459f93fd0d09f2308260663d8cc
--- plugins/withAbiFilters.ts @@ -5,7 +5,7 @@ type Props = string[]; const withAbiFilters: ConfigPlugin<Props> = (config, props) => { const newSrc = `ndk { - abiFilters ${props.map((item) => `"${item}"`).join(",")}" + abiFilters ${props.map((item) => `"${item}"`).join(",")} }`; return withAppBuildGrad...
chore: fix abi filters plugin
chore: fix abi filters plugin
c7dbaf510e3d4610b7a28c1fe68d611a3075eec7
--- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamSelectionListItem.test.tsx @@ -74,18 +74,4 @@ describe('TeamSelectionListItem Component Tests', () => { ).toBe('teamSelection.primaryTeam'); expect(getByRole('checkbox').props.accessibilityState.disabled).toBe(true); }); - it('do...
Removing duplicate test
Removing duplicate test
82cffe7d2131836d08b1641ab409e3b9e6f26ede
--- __tests__/sumo/SumoSagasTest.ts @@ -577,8 +577,8 @@ describe('sumoSagas', () => { const iterator = sumoSagas(); expect(iterator.next().value).toEqual( all([ - takeLeading(500, USER_CHANGED_ACTIONS, onUserChange), - takeLeading(500, SIGN_OUT_SUCCESS, onSignOut), + takeLeading(US...
Test fix
Test fix
da1cb8fff4a38250b77dab7a94a8b578e3a50f56
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/ask-sam-mini-app": "1.19.5", "@walmart/attendance-mini-app": "3.24.0", "@walmart/avp-feature-app": "0.2.10", - "@walmart/avp-shared-library": "0.2.11", + "@walmart/avp-shared-library": "0.2.12", "@walmart/calling-mini-ap...
bump version for avp shared library
bump version for avp shared library