commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
266e306a157b6ad9f5a44309b23bb4091cf892e4 | --- package-lock.json
@@ -4962,9 +4962,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.45",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.45.tgz",
- "integrity": "sha512-ueo1cCBIgQMonsY2WRz5kpPiZ+Kehele8n4gQEIyeh+ks0... | bumping metrics and home mini app | bumping metrics and home mini app
|
761bceab21692d10a360b176bcdb68c4b5599ad6 | --- yarn.lock
@@ -6340,9 +6340,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/learning-mini-app@npm:20.0.21":
- version: 20.0.21
- resolution: "@walmart/learning-mini-app@npm:20.0.21"
+"@walmart/learning-mini-app@npm:20.0.23":
+ version: 20.0.23
+ resolution: "@walmart/learning-mini-app@npm:2... | feat: :sparkles: updated yarn lock file | feat: :sparkles: updated yarn lock file
|
f42ddb6a46209399b8a5a9a99cda04b0f893c1cf | --- .looper.multibranch.yml
@@ -2,6 +2,13 @@ inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
updateTaskStatusOnGit: true # added as per discussion on SREDP-11895
+tools:
+ jdk:
+ flavor: azul
+ version: 17
+ nodejs: 23.6.0
+ maven: 3.5.4
+
cache: # overridden to fix cocoapo... | chore: increment looper node version to test build fix | chore: increment looper node version to test build fix
|
950c1e15391adade0166fefef338480845a674ae | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/shelfavailability-mini-app": "1.5.13",
"@walmart/taskit-mini-app": "2.24.5",
"@walmart/time-clock-mini-app": "2.49.0",
- "@walmart/ui-components": "1.10.1",
+ "@walmart/ui-components": "1.11.1",
"@walmart/welcomeme-mini-... | ui component version update | ui component version update
|
058cad01be846707c72af0a2a03475ffc16272cd | --- graphql.yml
@@ -36,6 +36,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
+ - name: 'getSupplyChainTeamPreference'
+ hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | Adding getSupplyChainTeamPreference query | Adding getSupplyChainTeamPreference query
|
60f7155e826ad27ce3c57a7279bde959477e7029 | --- __tests__/auth/IndexTest.ts
@@ -1,5 +1,5 @@
import {LoginFeature} from '../../src/auth';
-import {enUS, esMX} from '../../src/translations';
+import {enUS, esMX} from '../../src/Translations';
describe('LoginFeature', () => {
it('render scrren correctly', () => {
--- __tests__/permissions/IndexTest.ts
@@ -... | feat(translation): update uppercase | feat(translation): update uppercase
|
e0300f5f814839274808ca5f953e51baaf83f333 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.16",
+ "version": "1.0.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.16",
+ "version": "1.0.17",
"hasInstal... | Update version | Update version
|
ac6147f12972fd5dcdd4821754e29ef26cb198b7 | --- packages/expo-config-plugins/src/withAppAuth.ts
@@ -144,9 +144,10 @@ const appDelegateSwiftMod = async (
const bridgingHeaderContents = await fs.readFile(bridgingHeaderPath, 'utf8');
if (!bridgingHeaderContents.includes('RNAppAuthAuthorizationFlowManager.h')) {
+ // Append import to the existing bridging... | fix(plugin): allspark-6773 fixed appauth plugin (#360) | fix(plugin): allspark-6773 fixed appauth plugin (#360)
|
80daa91f46f9fc6adfb8b039ee2261ff9abcdda8 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 3.78,
- branches: 0.67,
- functions: 0.33,
- lines: 3.96,
+ statements: 24.52,
+ branches: 7.28,
+ functions: 8.... | updating jest config on current coverage thresh | updating jest config on current coverage thresh
|
cf8d95c9552711acf7052f35cd82bb37592f23cd | --- packages/allspark-foundation/src/FeatureRunner/modals/TranslationModal.tsx
@@ -1,4 +1,5 @@
import React, { useEffect, useState } from 'react';
+import { StyleSheet } from 'react-native';
import { BottomSheet, Radio } from '@walmart/gtp-shared-components';
import { SafeAreaView } from 'react-native-safe-area-cont... | feat: add supported languages option to translation client | feat: add supported languages option to translation client
|
12e2dbd24c637d45d369fd5fa1e236d282d953c0 | --- .looper.multibranch.yml
@@ -107,13 +107,13 @@ flows:
else:
# - var(GRADLE_BUILD_FLAVOUR = ${ENV}) # removed
- try:
- - call: build-android-app
- - catch:
- - |
- rm -rf node_modules
- cd android && ./gradlew --... | chore: syntax | chore: syntax
|
03a8ff3630c76d07d1244c45e05385f19e3fb53d | --- __tests__/settings/sideButton/__snapshots__/SideButtonPermissionBottomSheetTest.tsx.snap
@@ -69,7 +69,7 @@ exports[`Side button permission bottom sheet tests matches snapshot 1`] = `
"bottom": 0,
"height": 1334,
"left": 0,
- "opacity": 0,
+ "opacity": 0.00011425836668732536,... | refactor: move legacy drawer and header contexts to legacy folder | refactor: move legacy drawer and header contexts to legacy folder
|
d0e6a1d20fefc4b9f79e08d3af27bc289ee73b7c | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/schedule-mini-app": "0.55.0",
"@walmart/shelfavailability-mini-app": "1.5.17",
"@walmart/taskit-mini-app": "2.47.9",
- "@walmart/texting-mini-app": "2.1.1",
+ "@walmart/texting-mini-app": "2.1.2",
"@walmart/time-clock-mi... | update the texting mini app version | update the texting mini app version
|
70ae63a67e63895c5c0deacc07f99eb2aba1b3be | --- .looper.multibranch.yml
@@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES
##
-node: ((osx||stable_osx)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22&&!MA... | excluding bad node | excluding bad node
|
a079bbeb9dc1fe752ef7d52004204f72777357de | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -11,6 +11,7 @@ import {SafeAreaView} from 'react-native-safe-area-context';
import {GlobalNavigation} from '@walmart/ui-components/containers';
import {Dialog} from '@walmart/ui-components';
import {colors} from '@walmart/gtp-shared-components';
+import {... | adding meganav count | adding meganav count
|
d620d08ff8c9313328450997734fb05396b87630 | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionLoader.tsx
@@ -0,0 +1,50 @@
+import { colors, Skeleton } from '@walmart/gtp-shared-components';
+import React from 'react';
+import { Header } from '../../../Hub/Header';
+import {
+ HeaderSubText,
+ HeaderTitle,
+} from '... | Team selection screen - loading view | Team selection screen - loading view
|
0a5a658ad55ad5d160980be473906b0ca78af33a | --- src/components/Roster/index.tsx
@@ -75,7 +75,7 @@ const styles = StyleSheet.create({
* @property {ActionButton[]} associateActions - A list of pressable buttons that can be used to execute any action in an associate entity
* @property {ActionButton[]} teamActions - A list of pressable buttons that can be used t... | fixing lint issues | fixing lint issues
|
289ddbed5bc3e996dc19d801b186f1c564fd5f45 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.8.3-alpha.1",
+ "version": "2.8.3",
"main": "dist/index.js",
"files": [
"dist"
| feat(ci): updated version | feat(ci): updated version
|
71b1b390d5b181e85adec30c867a09f7a34b3b6b | --- src/presence/sagas.ts
@@ -43,13 +43,18 @@ export function* DoNotDisturbAutoResetSaga() {
}
export function* GoOnlineOnClockOut(action: ClockCheckSuccess) {
- const clockStatus = action?.payload?.clockStatus;
- if (clockStatus === ClockStatusEnum.clockedOut.toString()) {
- const lastOfflineTime: number = yi... | applying feature flag for auto switch to clockStatus event | applying feature flag for auto switch to clockStatus event
|
4a28a33b08ff34b9598c9571ad427738a00aa630 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 14
+ versionCode 15
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
78f07a2931c1d0ad5149be9e5d42b969a09d7f14 | --- package.json
@@ -97,7 +97,7 @@
"@walmart/calling-mini-app": "0.8.11",
"@walmart/candidate-authentication-lib": "0.0.8",
"@walmart/checkout-mini-app": "4.17.0",
- "@walmart/compass-sdk-rn": "6.4.4",
+ "@walmart/compass-sdk-rn": "6.4.5",
"@walmart/config-components": "4.11.3",
"@walmart... | fix(compass): COM-5395 Android local build compilation error fix (#4717) | fix(compass): COM-5395 Android local build compilation error fix (#4717)
|
e556cb8ec165c9e306d2a32bdaad396617b63930 | --- package-lock.json
@@ -5510,9 +5510,9 @@
"integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ=="
},
"@walmart/receipt-check-miniapp": {
- "version": "1.8.7",
- "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece... | receipt check bugs | receipt check bugs
|
2dbf8a9bc311a5f800af51bdb71276643c98b628 | --- packages/allspark-foundation-hub/__tests__/Hub/Container/HubDashboard.test.tsx
@@ -4,7 +4,6 @@ import { HubDashboard } from '../../../src/Store/Modules/Hub';
import { cleanup, fireEvent, render } from '../../utils';
import { UserSelectors } from '@walmart/allspark-foundation/User';
import {
- ManagerExperienceS... | Update hub version | Update hub version
|
d5a431c6756ca97ba5ca7c6f68a7b7761e84d634 | --- env.teflon.js
@@ -5,15 +5,9 @@ export default {
pingFedEnv: 'CERT',
redirectUri: 'com.walmart.stores.allspark.beta://SSOLogin',
sumoOptions: {
- appKey: 'cb663e07-7bcc-4039-ae97-8fb8e8a9ff77',
- appSecret:
- 'Y2I2NjNlMDctN2JjYy00MDM5LWFlOTctOGZiOGU4YTlmZjc3QWxsU3BhcmtfZGV2',
+ appUUID: 'cb663... | updated teflon env | updated teflon env
|
f8b0f9c38b739be51c3627541cf134eafb3e81f9 | --- .gitignore
@@ -100,4 +100,3 @@ lib/
# custom
build.context.json
src/env.ts
-.github/instructions/wmt-copilot.instructions.md
| fix(drop34): gitignore reset | fix(drop34): gitignore reset
|
725e698d9e18a7884da2c7f852f3bbcfa28eaada | --- targets/US/package.json
@@ -141,7 +141,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.7.1",
- "@walmart/rn-receiving-mini-app": "2.4.75",
+ "@walmart/rn-receiving-mini-app": "2.4.76",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving - 2.4.76 - LQ version update | Receiving - 2.4.76 - LQ version update
|
a8b74f1ac2c24a761c31a0f8fe0ec750f15d6c82 | --- package.json
@@ -322,7 +322,7 @@
}
},
"transformIgnorePatterns": [
- "<rootDir>/node_modules/(?!(react-native|@walmart/core-utils|@walmart/core-services|@walmart/core-services-allspark|@walmart/gtp-shared-components|@react-native-community/picker|@walmart/redux-store|@react-native-firebase|rea... | Update package.json | Update package.json |
2b6a8e1498f3df685ce8e7cdbc41c25a74208fa3 | --- .looper-pr.yml
@@ -8,7 +8,7 @@ tools:
flows:
npm-install:
- (name Enable Corepack) corepack enable
- - (name Yarn Set Version) yarn set version 4.1.1
+ - (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
@@ -20,7 +20,7 @... | feat(ui): update package name | feat(ui): update package name
|
cc383ff02b44734e589fed6ef99d6d6954b60eb2 | --- src/components/Roster/index.ts
--- src/screens/RosterScreenOld.tsx
@@ -27,6 +27,7 @@ import {
associateIsAbsent,
} from '../utils';
import {analytics} from '../logger/Analytics';
+import {AssociateRosterItem} from '../components/Roster/types';
const styles = StyleSheet.create({
screen: {
@@ -70,7 +71,7... | fixing ts issue on old roster screen while preserving logic | fixing ts issue on old roster screen while preserving logic
|
d32748d8503ba62c17be6ab3547f84959f276eb5 | --- package-lock.json
@@ -4963,9 +4963,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.63.0",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.63.0.tgz",
- "integrity": "sha512-Vmg+D2rF7hJQ86xsAJv0O2UE535UbjgertmvjihRYZgWyFHNQfS2zu+50w... | bumping welcomeme | bumping welcomeme
|
cb652c44acb9af68e2d8afdf273e172e59c3f5ca | --- 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.19.12](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.6.0
- @walmart/allspark-foundation-hub@1.19.12
- @walmart/me-at-walmart-geolocation@1.3.11
|
1f5e4190341fd64258c3cc954a7ea908e8a2275c | --- env.beta.js
@@ -7,7 +7,7 @@ export default {
pingFedEnv: 'PROD',
redirectUri: 'com.walmart.stores.allspark.beta://SSOLogin',
sumoOptions: {
- appUUID: 'f0582cce-810e-4c6b-9280-77c4979e22ae',
+ appUUID: '0226b4c0-f1f5-4931-9fb6-f80f1f9a2e3e',
consumerId: '364a55bb-7f04-4a7c-a800-1d91c08fe5f2',
... | Change sumo appUUID in beta flavor | Change sumo appUUID in beta flavor
|
321132c430c51b103fdadf3278ecb6f1dcef0b2a | --- package-lock.json
@@ -59,7 +59,7 @@
"@walmart/manager-approvals-miniapp": "0.2.2",
"@walmart/me-field-mini-app": "1.3.0",
"@walmart/metrics-mini-app": "0.11.5",
- "@walmart/mod-flex-mini-app": "1.9.0",
+ "@walmart/mod-flex-mini-app": "1.9.2",
"@walmart/moment-walmar... | update modflex package 1.9.2 | update modflex package 1.9.2
|
c901896bf5517dc5dffffc21c0af1b24e7cacd47 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -211,6 +211,11 @@ export const MainStackNav = () => {
component={Components.VoiceMessagingScreen}
/>
+ <MainStack.Screen
+ name='PttTexting'
+ component={Components.TextingScreen}
+ /... | fixing the blue button. Missing texting screen in container | fixing the blue button. Missing texting screen in container
|
2ff36ac28d80f098c5e468d75db0575fe7938881 | --- targets/US/android/app/src/main/java/com/walmart/stores/allspark/beta/MainApplication.kt
@@ -18,8 +18,10 @@ import expo.modules.ApplicationLifecycleDispatcher
import expo.modules.ReactNativeHostWrapper
import com.microsoft.codepush.react.CodePush
import com.walmart.ssmp.platform.core.PlatformCoreApplication
+imp... | chore: add missing US preregister logic. add hilt to main application kt | chore: add missing US preregister logic. add hilt to main application kt
|
b8aec1fad44f642061cce7b876b2c5af3fdcf89d | --- packages/allspark-foundation/__mocks__/react-native-gesture-handler.js
@@ -1,5 +0,0 @@
-module.exports = {
- GestureHandlerRootView: ({ children }: { children: React.ReactNode }) => children,
- PanGestureHandler: jest.fn(),
- };
-
\ No newline at end of file
--- packages/allspark-foundation/__mocks__/rea... | Reapply "test: createFeatureRunnerNavigation" | Reapply "test: createFeatureRunnerNavigation"
This reverts commit ff66efa8708667f149e6128498470ccbf7297cf4.
|
f3aedb25ff429a0861aa5ca06954512b6af39eab | --- 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.5.25",
+ "@walmart/facilities-management-miniapp": "0.5.26",
"@walmart/feedback-all-... | Bumped up FCM to "0.5.26" | Bumped up FCM to "0.5.26"
Bumped up FCM to "0.5.26" |
88070140c2078fb2cbb77dca6e09370470a42d7d | --- src/components/AssociateList/AssociateListItem.tsx
@@ -38,7 +38,7 @@ export const AssociateListItem = ({
handleViewSchedule,
}: AssociateListItemProps) => {
const {t} = translationClient.useTranslation();
- const siteId = useSelector(UserSelectors.getSiteId);
+ const siteId = useSelector(UserSelectors.getW... | Update roster site id return | Update roster site id return
|
7c3c392047619255a74c0754b08a6295a33f6e3a | --- package.json
@@ -89,7 +89,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.14",
+ "@walmart/facilities-management-miniapp": "0.5.15",
"@walmart/feedback-all... | Update package.json | Update package.json |
6e486254f18fcc360c8e2f2a30f288c2010059c3 | --- __tests__/screens/ClockedOutScreenGuardTest.tsx
@@ -0,0 +1,6 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+import React from 'react';
+
+describe('ClockedOutScreenGuard', () => {
+ it('all application screens disabled when user clocked out', () => {});
+});
--- __tests__/screens/ClockedOutSc... | adding test case to fill in later | adding test case to fill in later
|
243809ca26a7e78e2bc61ed2aceeaff9d5cfaa28 | --- packages/allspark-foundation/README.md
@@ -70,6 +70,7 @@ To create a new container app, start with the [AllsparkContainer](./src/Containe
To create a feature runner, start with the [AllsparkFeatureRunner](./src/FeatureRunner/README.md#allspark-feature-runner) documentation.
+
## FAQ
### How to resolve depe... | Update README.md | Update README.md |
ca0168e240780b651bd6fb0c32f3d172784e197d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.17.0",
+ "version": "1.18.0",
"main": "dist/index.js",
"files": [
"dist"
| Update the roster mini app version | Update the roster mini app version
|
b20d23ba813c824d12e32831bdc57f2dc12a298f | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 105
+ versionCode 106
versionName "1.0.8"
}
... | Incrementing build number | Incrementing build number
|
1d594755a5e56989dafd484c9f05287c24e4061d | --- scripts/updateAndroidProjectConfig.sh
@@ -55,20 +55,20 @@ sed -i.bak -e "s/scheme=\"${BETA_PACKAGE}\"/scheme=\"${PACKAGE}\"/g" -e "s/schem
BUILD_CONFIG="${PACKAGE}.BuildConfig"
echo "Updating BuildConfig import to ${BUILD_CONFIG} in ${MAIN_APPLICATION}"
-# sed -i.bak "s/import ${BETA_BUILD_CONFIG};|import ${PRO... | Added changes | Added changes
|
7d9ab76be29c808f81771358cbfd4efaf2a76fc4 | --- src/navigation/ErrorLogBoundary.ts
@@ -1,16 +1,16 @@
import {Component, PropsWithChildren} from 'react';
import {Logger} from '../core/Logger';
import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux';
-import {EnvironmentSelectors} from '@walmart/allspark-foundation/Environment';
export class Er... | update error boundary | update error boundary
|
a9819b983c05865e7446ce7d2dae99dee0a00197 | --- package-lock.json
@@ -3652,9 +3652,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.30.2",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.30.2.tgz",
- "integrity": "sha512-OWs7Hiq9vYh8V3GeoMjrerp7QT1T4gYH4Gd5PDHVSoOr0oW1P47+ZLHCet... | version bump | version bump
|
d5c9de368b77c2eeaee8cee31bf9b222066c307c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.10.0",
+ "version": "1.10.0-alpha.1",
"main": "dist/index.js",
"files": [
"dist"
@@ -97,9 +97,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walma... | feat(ui): version change for testing | feat(ui): version change for testing
|
2344fdbe51ee8235d83bf769cd1bc86fcca7f993 | --- package-lock.json
@@ -3187,9 +3187,9 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.2.5",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Added Haptic Feedback when sending punches | Added Haptic Feedback when sending punches
|
3a97e971fa1b3ae513d46aebb417f583180a668f | --- 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.397.0",
"@walmart/topstock-mini-app": "patch... | timeclock drop23 version bump | timeclock drop23 version bump
|
56ba698c785f7fb10753437dc213253f1923beae | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.25.11",
+ "version": "1.26.0",
"private": true,
"workspaces": [
"core",
--- targets/US/android/app/build.gradle
@@ -106,8 +106,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkV... | version bump to 1.26.0 | version bump to 1.26.0
|
4105b276aebd3b874e41a8a541a8b9455248fab1 | --- packages/allspark-authentication/src/Authentication.ts
@@ -322,7 +322,6 @@ export class AllsparkAuthentication {
public signOut = async () => {
try {
const authResult = await this._cachedResult.get();
- await this._cachedResult.remove();
if (!authResult) {
throw NO_CACHE_ERROR;
... | Revert "fix: clear auth localstorage immediately on signout" | Revert "fix: clear auth localstorage immediately on signout"
|
84013ddf6dc9a1b7dbbfb41241060a7691ae24a7 | --- graphql.yml
@@ -94,7 +94,7 @@ applications:
tags:
- 'v1'
- name: 'getLoggedInUser'
- hash: 'f7a857e71616f58af3437976992e1937c9f5300e0058050f44721a555344f73c'
+ hash: '0beb54411dbf4e0c72d8d94982d755e0559023bc5e2c174e356b42f1e07b22fd'
queryTemp... | fix: remove unwanted queries in graphql | fix: remove unwanted queries in graphql
|
5f01770e3ddbbdd211089d88f558e77ceab2e08c | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.5.8",
"@walmart/inbox-mini-app": "0.86.1",
- "@walmart/iteminfo-mini-app": "7.5.6",
+ "@walmart/iteminfo-mini-app": "7.5.7",
"@walmart/manager-appro... | bump tp iteminfo version for a bug fix | bump tp iteminfo version for a bug fix
|
64f49f97e7eef286bf2b53801f0c3e99c8b2aa2a | --- packages/expo-config-plugins/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.
+## [0.5.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.5.1
|
ce1fadcaa6cbf7fc319633746b44317619857bce | --- __tests__/__mocks__/data/allTeamsScreen.ts
@@ -1,4 +1,4 @@
-import {Section} from '../../../src/managerExperience/components/AllTeamsList/types';
+import {Section} from '../../../src/managerExperience/screens/AllTeamsScreen/types';
export const allTeamsSections: Section[] = [
{
--- __tests__/managerExperien... | feat: moved team list component to screen folder | feat: moved team list component to screen folder
|
531120e74494009f93acc323cc13e9c729fce0ee | --- packages/allspark-foundation/__tests__/GraphQL/links.test.ts
@@ -0,0 +1,98 @@
+import { PersistedQueryLink, AllsparkHttpLink, DynamicLink } from '../../src/GraphQL/links';
+import { ApolloLink, FetchResult } from '@apollo/client';
+import { Operation, NextLink } from '@apollo/client';
+import { Observable } from '@... | links for graphql | links for graphql
|
e5813c135373f974062b200b678be3e41f94745e | --- core/src/features/feedback.ts
@@ -118,9 +118,12 @@ export const FeedbackFeature = new AllsparkFeatureModule('feedback', {
initFeedback,
} = require('@walmart/feedback-all-spark-miniapp');
+ // @TODO - Feedback should completey handle its own initialization on connect.
+ // This s... | fix: feedback initialized with incorrect product id for associate flow | fix: feedback initialized with incorrect product id for associate flow
|
a458173fcd1a1e197453dff18ed4166ef3aa0113 | --- src/screens/SearchScreen.tsx
@@ -72,7 +72,9 @@ export const SearchField: React.FC<SearchFieldProps> = ({navigation}) => {
color: Colors.white,
};
- const onClose = noop;
+ const onClose = () => {
+ navigation.goBack();
+ };
const [searchInput, setSearchInput] = useState('');
--- src/screens... | get the cancel button working for search screen | get the cancel button working for search screen
|
579c0c21d8307ff66bf7ad8abce442fc0e6a831b | --- example/ios/Podfile.lock
@@ -1698,4 +1698,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 9bcb4ba63e465bf176432abd9b231eff81ba3324
-COCOAPODS: 1.13.0
+COCOAPODS: 1.14.3
| feat: corrected cocoapods version | feat: corrected cocoapods version
|
e74ddb9a90a5d1227575f222492dc33fee582a1f | --- .looper.multibranch.yml
@@ -648,7 +648,6 @@ flows:
- if: '%{ !(market == "US" || market == "INTL") }' # Set Default market value if not provided from selected options
then:
- var(market="US")
- - (name Just to Check Market) echo ${IOS_BASE_PATH}
- switch(${os_type}):
case(ios):
- sw... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
59d45b61041ba42e3a7927bf793d40190fe59c28 | --- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx
@@ -47,7 +47,7 @@ export const RosterFiltersAndInfo = ({
const viewWeeklySchedule = () => {
goToWeeklySchedule(
associateWINs,
- teamName === 'myTeams' ? t('myTeams') : teamName,
+ teamName === 'myTeams' ? t('myTeams.title') : tea... | fix: my Teams schedule page title | fix: my Teams schedule page title
|
4041720d004f2db8426f2195dc58954c8df07aa4 | --- core/__tests__/__mocks__/@walmart/allspark-foundation/Navigation.js
@@ -15,5 +15,7 @@ module.exports = {
Screen: 'Screen',
Group: 'Group',
})),
+ disable: jest.fn(),
+ enable: jest.fn(),
},
};
--- core/__tests__/rbac/RbacSagasTest.tsx
@@ -102,7 +102,7 @@ describe('onRbacRequest', () =... | fix old test failing | fix old test failing
|
995bb8d08f5205e2f2696c48d23313027625fd7c | --- package-lock.json
@@ -73,7 +73,7 @@
"@walmart/money-auth-shared-components": "0.1.4",
"@walmart/onewalmart-miniapp": "1.0.16",
"@walmart/pay-stub-miniapp": "0.15.2",
- "@walmart/payrollsolution_miniapp": "0.138.3",
+ "@walmart/payrollsolution_miniapp": "0.138.4",
"@... | bump version | bump version
|
bffd23d67be2d2b8e322f54e0ca8def8a4833188 | --- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx
@@ -63,7 +63,8 @@ export const RosterFiltersAndInfo = ({
/>
</View>
{isWeeklyScheduleVisible &&
- (!siteIsDC || (siteIsDC && isSalariedOrLead)) && (
+ (!siteIsDC || (siteIsDC && isSalariedOrLead)) &&
+ ... | fix: remove weeklySchedule from MyTeams tab | fix: remove weeklySchedule from MyTeams tab
|
a193a0a11fc086d9a7aa832313969dac87cb30f0 | --- __tests__/navigation/utils.test.ts
@@ -19,7 +19,14 @@ describe('Navigation Utils', () => {
});
it('calls goToIndividualSchedule with params', () => {
- goToIndividualSchedule('00900900', '100', 'testDisplayName', 'H', '12345', 'US');
+ goToIndividualSchedule(
+ '00900900',
+ '100',
+ 't... | fixing tests | fixing tests
|
a7f24a7686a97c15745feeeee04f1d38059d143f | --- package.json
@@ -127,7 +127,7 @@
"@walmart/inbox-mini-app": "0.105.3",
"@walmart/invue-react-native-sdk": "0.1.26-alpha.14",
"@walmart/iteminfo-mini-app": "8.8.11",
- "@walmart/learning-mini-app": "20.0.88",
+ "@walmart/learning-mini-app": "21.0.0",
"@walmart/manager-approvals-miniapp": "0... | feat: learning mini app drop 35 enhancements (#5080) | feat: learning mini app drop 35 enhancements (#5080)
|
e74e340a33e715bf02cf1d89003d05ac88be41b3 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -67,6 +67,26 @@ exports[`HomeStackNav matches snapshot 1`] = `
}
}
/>
+ <Screen
+ component="SalesItemizedScreen"
+ name="metricsSalesDrilldown"
+ />
+ <Screen
+ component="PresubItemizedScreen"
+ ... | bumping version of metrics mini app | bumping version of metrics mini app
|
7fa6f316e7321ac5d0c44720eb5ee2ca81f8e320 | --- __tests__/components/MessageList.test.tsx
@@ -39,34 +39,39 @@ describe('MessageList', () => {
messages={mockMessages}
channelPath={mockChannelPath}
onEndReachedHandler={mockOnEndReachedHandler}
+ isLoading={false}
+ allRosterAssociates={[]}
/>
);
expect(ge... | fix(ada-fixes): SMDV-7807 test coverage | fix(ada-fixes): SMDV-7807 test coverage
|
09ddf0ddf2e29d3762866404df0cdc91a570a39f | --- yarn.lock
@@ -8170,6 +8170,20 @@ __metadata:
languageName: node
linkType: hard
+<<<<<<< HEAD
+=======
+"@walmart/react-native-webex-sdk@patch:@walmart/react-native-webex-sdk@npm%3A0.4.3#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.4.3-2621d9f1df.patch":
+ version: 0.4.3
+ resolution: "@walmart/re... | update | update
|
8f201d28019e9787e754a19195f265bc07e3b1ed | --- src/components/Roster/Roster.tsx
@@ -23,6 +23,14 @@ import {teamLeadJobDescriptions} from '../../redux/selectors';
* jobCategoryCodeDesc
*/
+/** TeamRosterItem fields
+ * teamId
+ * teamName
+ * mewClockedInCount
+ * mewAbsentCount
+ * workgroup
+ */
+
/**
* TeamRosterItem fields
* //TODO: Identify mini... | defining team data entity | defining team data entity
|
057b95d4089f32cf9f4d1f71789e93109757c9f0 | --- packages/me-at-walmart-common/__tests__/components/SidekickAssistantFAB.test.tsx
@@ -72,6 +72,15 @@ jest.mock('../../src/assets/images/sidekick-assistant-fab-pressed.png', () => 's
virtual: true,
});
+jest.mock('react-native-safe-area-context', () => ({
+ useSafeAreaInsets: jest.fn(() => ({
+ top: 0,
+ ... | fix: footerAvoidingFabView option to include safearea (#4917) | fix: footerAvoidingFabView option to include safearea (#4917)
|
6944e198ebd72f80d757acab8a3e2a7307a3cd21 | --- android/app/src/main/assets/fonts/icomoon.ttf
Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ
--- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
--- package-lock.json
@@ -3107,9 +3107,9 @@
}
},
... | Feature/dynamic footer and inbox badges (#237) | Feature/dynamic footer and inbox badges (#237)
* Add footer from UI component with Badge icon for inbox
* Lint fix
* increase inbox package version
* Add Impersonated header
* Add fonts
* ios font
* Revert "ios font"
This reverts commit 61a666dcf8cb31d400a05dd011d3bd8a438b1f25.
* Inbox version ... |
7b5a69d083c7fdb823972aed575d62391ed6e388 | --- scripts/getCpVersion.js
@@ -0,0 +1,19 @@
+const exec = require('child_process').exec;
+
+exec(`appcenter codepush deployment list -a AllSpark-Me-Walmart/AllSpark-Android --output json`, {}, (error, stdout, stderr) => {
+ if(error) {
+ console.error(error);
+ return;
+ }
+ const releases = JSON.parse(stdout... | adding script to push tag | adding script to push tag
|
bf33b31e510181da031cce448fd4da65978a36a1 | --- __tests__/home/containers/HomeScreenTest.tsx
@@ -113,13 +113,12 @@ describe('HomeScreen', () => {
const {refreshControl} = scrollView.props;
await waitFor(() => {
refreshControl.props.onRefresh();
+ expect(getByTestId('Home.LastUpdatedText')).toBeDefined();
+ expect(
+ getByTestId(... | fix(v7): ALLSPARK-7183 fix keyboard on store update (#4968) | fix(v7): ALLSPARK-7183 fix keyboard on store update (#4968)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
818cd08e9cb62c2936dfac82d44e6d7d01ccc812 | --- .looper.yml
@@ -18,4 +18,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- - yarn run coverage
\ No newline at end of file
+ # - yarn run coverage
\ No newline at end of file
| Update my team mini app version | Update my team mini app version
|
72931c7474862e991b519e55b7935eecca6ddd92 | --- packages/allspark-http-client/src/HttpClient.ts
@@ -272,7 +272,7 @@ class HttpClient extends Axios implements IHttpClient {
config?: AxiosRequestConfig<D>
): Promise<R> => {
// @ts-ignore
- if (data?.data) {
+ if (data?.data && !config) {
warnForLegacyCalls(method, url);
... | fix: remove legacy typing | fix: remove legacy typing
|
7e78ddd4621bd975315a687005e1dd3a17e86621 | --- package-lock.json
@@ -86,7 +86,7 @@
"@walmart/ui-components": "1.6.0",
"@walmart/welcomeme-mini-app": "0.73.0",
"@walmart/wfm-ui": "0.2.25",
- "axios": "^0.26.1",
+ "axios": "^1.2.6",
"axios-cache-adapter": "2.7.3",
"crypto-js": "^3.3.0",
"dayjs": ... | update axios version | update axios version
|
740b9f700b090a73a95efb422979d421ee3a8eec | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_miniapp": "0.130.23",
"@walmart/price-changes-mini-app": "1.6.10",
- "@walmart/profile-feature-app": "0.140.0",
+ "@walmart/profile-feature-app": "0.141.0",
"@walmar... | bump profile-feature-app to 0.141.0 | bump profile-feature-app to 0.141.0
|
a3eb4d43db0f57058ffddb6df0d2c4356484e459 | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -1,3 +1,4 @@
+import React, { PropsWithChildren } from 'react';
import { noop } from '@walmart/allspark-utils';
import {
AllsparkFeatureModule,
@@ -6,7 +7,7 @@ import {
} from '../Feature';
import { FeatureModuleManager } from '../Featu... | feat: add setup guard and add setup methods to active container class | feat: add setup guard and add setup methods to active container class
|
24cb4f8e050b133aae757f7f1f3b22d97ebdf1f4 | --- .looper-pr.yml
@@ -30,4 +30,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
-
| feat(ui): generating tag | feat(ui): generating tag
|
b8dc4f42ef53790c4c55f2c873a4dc74600073a7 | --- .yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch
@@ -1270,24 +1270,6 @@ index 8f4fe48faabc56015d76bad685818b1744038443..6b0b07ef499c185e9d26ca5ff3d0d807
localSourceImage: PropTypes.shape({ filename: PropTypes.string, directory: PropTypes.string, mode: PropTypes.oneOf(['AspectFil... | updated patch file for sketchcanvas | updated patch file for sketchcanvas
|
b012afc4f960dbafcdecb951f07bed1eaa13f344 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWi... | Update team switcher container | Update team switcher container
|
700204bac16e9ed2b1943bba50465138fadc0baa | --- package.json
@@ -200,7 +200,7 @@
"expo-splash-screen": "~0.30.10",
"expo-sqlite": "~15.2.14",
"expo-status-bar": "~2.2.3",
- "expo-store-review": "~8.1.5",
+ "expo-store-review": "~9.0.8",
"expo-system-ui": "~5.0.11",
"expo-task-manager": "~13.1.6",
"expo-video": "~2.2.2",
--- ... | fix: ALLSPARK-6965 upgrade expo store review to fix ios issue (#4926) | fix: ALLSPARK-6965 upgrade expo store review to fix ios issue (#4926)
|
e33b7ad6506e59490e3b48ca1b19584ac87c75e8 | --- ios/Podfile.lock
@@ -400,7 +400,7 @@ PODS:
- React-Core
- react-native-cameraroll (4.1.2):
- React-Core
- - react-native-encrypted-storage (1.0.2):
+ - react-native-encrypted-storage (1.1.0):
- React-Core
- react-native-geolocation-service (5.1.1):
- React
@@ -992,7 +992,7 @@ SPEC CHECKS... | pod update | pod update
|
1ce5c829cf9665f334cbb9582255c701ad2bca4a | --- package.json
@@ -85,7 +85,7 @@
"@walmart/allspark-utils": "6.1.4",
"@walmart/amp-mini-app": "1.1.80",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.23.4",
+ "@walmart/ask-sam-mini-app": "1.23.5",
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp... | version bump - tech migration | version bump - tech migration
|
2e513858db06990a0d063a45e667a2a921425392 | --- packages/allspark-foundation/src/HTTP/cache.ts
@@ -29,7 +29,7 @@ export const getStorageForClient = (id: string): AxiosStorage => {
return buildStorage({
find: async (key: string) => {
const value = await localStorage.get(key);
- return value ? JSON.parse(value) : undefined;
+ return value ... | fix(ts): fixing ts error | fix(ts): fixing ts error
|
d5bcb768c22a8c8b695861515038ca189f3c25ad | --- packages/me-at-walmart-common/src/containers/Sidekick.ts
@@ -13,6 +13,7 @@ export const SIDEKICK_CONTAINERS = {
* Component Typing: ComponentType\<{@link InboxComponentProps}\>
*/
SIDEKICK: 'SIDEKICK.SIDEKICK',
+ GOAL_DETAILS_CONTENT_SLOT_CONTAINER: 'SIDEKICK.GOAL_DETAILS_CONTENT_SLOT'
} as const;
/... | feat(sidekick): DWORK-8656 added goal details content slot container (#4203) | feat(sidekick): DWORK-8656 added goal details content slot container (#4203)
* feat(sidekick): DWORK-8656 added goal details content slot container
* fix(sidekick): DWORK-8656 removed component container creation |
9e3da04675526795ea387c2fce1c9bcd7f4d4188 | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.26",
"@walmart/store-feature-orders": "1.26.9",
"@walmart/taskit-mini-app": "3.0.2",
- "@walmart/time-clock-mini-app": "2.394.0",
+ "@walmart/time-clock-mini-app": "2.395.0",
"@walmart/topstock-mini-app": "1.10.8"... | Update TCMA to 2.395.0 | Update TCMA to 2.395.0
|
430049180c42dbffc943afb222cfafa427ec0536 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 19
+ versionCode 20
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
15d26cd507441bea2a5c70cfd033063f13e6af76 | --- package-lock.json
@@ -58,13 +58,13 @@
"@walmart/gta-react-native-calendars": "0.1.0",
"@walmart/gtp-shared-components": "2.0.10",
"@walmart/impersonation-mini-app": "1.20.6",
- "@walmart/ims-print-services-ui": "2.5.8",
+ "@walmart/ims-print-services-ui": "2.7.1",
"... | Update print version | Update print version
|
251349c5a3241152018ac79e287424736980ee9a | --- .looper.multibranch.yml
@@ -607,7 +607,7 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- $(($END_TIME-START_TIME))
+ $(($END_TIME-$START_TIME))
- var(MINUTES):
$((($TIME_ELAPSED%3600)/60))
- var(SECONDS):
| Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
abe0d716811ff7cc347f1f69de2a50242882352e | --- package-lock.json
@@ -74,7 +74,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.10.4",
- "@walmart/redux-store": "3.1.4",
+ "@walmart/redux-store": "3.1.5",
"@walmart/returns-mini-app": ... | fixing translations and bumping redux version | fixing translations and bumping redux version
|
e07ac481fd42569f9c8e0abbfa5a4702309bf0ee | --- yarn.lock
@@ -6520,9 +6520,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/inbox-mini-app@npm:0.97.10":
- version: 0.97.10
- resolution: "@walmart/inbox-mini-app@npm:0.97.10"
+"@walmart/inbox-mini-app@npm:0.97.11":
+ version: 0.97.11
+ resolution: "@walmart/inbox-mini-app@npm:0.97.11"
p... | inbox version updated | inbox version updated
|
524088e9e587ba7dcf55350c678816536ad15a96 | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/iteminfo-mini-app": "7.3.4",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "12.0.25",
- "@walmart/metrics-mini-app": "0.13.8",
+ "@walmart/metrics-mini-app": "0.13.9",
"@walmart/mod-flex-mi... | Bumping metrics-mini-app version to 0.13.9 | Bumping metrics-mini-app version to 0.13.9
|
65bb7b0a253f6bac5119c41a2089b1d15db59724 | --- package.json
@@ -28,7 +28,7 @@
"us:ios:dev": "yarn workspaces foreach --from 'me-at-walmart-us' -Rpti run ios:dev",
"verifyBranchName": "bash ./scripts/verifyBranchName.sh",
"uploadBlobToAzure": "node ./scripts/dependencies-map/src/upload-to-azure/upload-to-azure.js",
- "buildDependenciesMap": "no... | fix: typo | fix: typo
|
4948f41cdda23fe17ff756e8b96264bc01bcf324 | --- __tests__/remoteConfig/wmConfigTest.ts
@@ -1,9 +1,8 @@
-import WmConfig from '@/remoteConfig/wmConfig';
+import WmConfig, {subscribeWithRetry} from '@/remoteConfig/wmConfig';
import remoteConfig, {
FirebaseRemoteConfigTypes as RCTypes,
} from '@react-native-firebase/remote-config';
import {waitFor} from '@tes... | feat(remoteconfig): ALLSPARK-6396 code refactor | feat(remoteconfig): ALLSPARK-6396 code refactor
|
895c82b585f6edff57f2c6bc023a5a301605cd5c | --- package.json
@@ -64,7 +64,7 @@
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
- "@walmart/allspark-home-mini-app": "0.4.12-test.0",
+ "@walmart/allspark-home-mini-app": "0.4.13-test.0",
"@walmart/allsp... | bumping home version for covid banner | bumping home version for covid banner
|
5be1afeedf99068e0f82912e85645faa06166a1a | --- __tests__/components/ErrorComponentTest.tsx
@@ -0,0 +1,18 @@
+import React from 'react';
+import {renderWithProviders} from '../harness';
+import {ErrorComponent} from '../../src/components/ErrorComponent';
+
+describe('ErrorComponent tests', () => {
+ it('ErrorComponent snapshot test', () => {
+ const errorCom... | Adding error component test coverage | Adding error component test coverage
|
2873a9cd4cc0faf4c0ec732e8a14c97b690739dd | --- core/src/manifest.ts
@@ -76,6 +76,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => {
require('@walmart/mod-flex-mini-app').default,
require('@walmart/shelfavailability-mini-app').default,
require('@walmart/rfid-scan-mini-app').default,
+ require('@walmart/wm-plus-min... | feat(CEWMPLUS-113120): allspark foundation migration for walmart plus mini app | feat(CEWMPLUS-113120): allspark foundation migration for walmart plus mini app
|
f4ea88915ec14428462d1244face7248b9bca455 | --- package-lock.json
@@ -64,7 +64,7 @@
"@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_miniapp": "0.130.23",
- "@walmart/price-changes-mini-app": "1.7.4",
+ "@walmart/price-changes-mini-app": "1.7.5",
"@walmart/... | Bump PC to 1.7.5 | Bump PC to 1.7.5
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.