commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
da5db47385f741d68d030d7b74108d502249a5f6 | --- src/store/slices/reducer.ts
@@ -30,45 +30,18 @@ import {
TeamSwitcherTypes,
} from '../../types';
-/**
- * Configuration data structure for Associate Experience Hub features.
- * Defines feature flags and settings that control the availability and behavior
- * of various hub components and capabilities.
- *
-... | feat(ui): flatten features object #SMDV-8174 | feat(ui): flatten features object #SMDV-8174
|
e11f24b7306fcb6446796166583d88009a0e9789 | --- package-lock.json
@@ -22,8 +22,6 @@
"@react-native-firebase/crashlytics": "~15.1.1",
"@react-native-firebase/database": "~15.1.1",
"@react-native-firebase/perf": "~15.1.1",
- "@react-navigation/bottom-tabs": "^6.2.0",
- "@react-navigation/drawer": "^6.3.0",
"@react-navigation/native": "^6.... | chore: package lock fix | chore: package lock fix
|
b3c465ccb7c653591ea83dc0c66151b6735d8a69 | --- .looper.multibranch.yml
@@ -607,7 +607,7 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- $(($START_TIME-$END_TIME))
+ $(($END_TIME-START_TIME))
- var(MINUTES):
$((($TIME_ELAPSED%3600)/60))
- var(SECONDS):
| Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
b68f5d01138b81c88be6dd1cd82850a6acaee46f | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -47,7 +47,7 @@ const setCandidatePressed = jest.fn();
describe('AuthenticatorView', () => {
afterEach(jest.clearAllMocks);
- mockUseSelector.mockReturnValueOnce(false); // signingIn
+ mockUseSelector.mockReturnValueOnce({signingIn: false, signingOut: false}); // a... | bump core services. logout fixes | bump core services. logout fixes
|
6a8675bdb3dff983288017e16f4301495587ca59 | --- package.json
@@ -161,7 +161,7 @@
"@walmart/sidekick-mini-app": "4.231.0",
"@walmart/store-feature-orders": "1.34.7",
"@walmart/talent-preboarding-mini-app": "1.0.48",
- "@walmart/taskit-mini-app": "5.42.42",
+ "@walmart/taskit-mini-app": "5.45.19",
"@walmart/time-clock-mini-app": "3.19.6",... | fix(notes): safety CV Escalation and Re enter flow TASKIT-7820 (#5104) | fix(notes): safety CV Escalation and Re enter flow TASKIT-7820 (#5104)
|
451927696edacdd3fa0786e411bcd90c81f00d9d | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -20,7 +20,6 @@ import {
useGetViewersPrimaryTeamName,
useSiteTranslationContext,
useIsImpersonatedOnDev,
- //useRbacConfigWithJobCode,
useTotalSiteOrTotalStore,
useUserIsInRoster,
useSupplyChainShifts,
@@ -176,8 +175,9 @@ export const Roste... | feat: integrate supplyChain shift query | feat: integrate supplyChain shift query
|
bc5c891d3e86d8f05cc01f4e70f0f5786aae6c49 | --- 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.17](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.8.0
- @walmart/allspark-foundation-hub@1.19.17
- @walmart/me-at-walmart-geolocation@1.3.16
|
cdf0ad77594264259b41b6f033b82601f1113472 | --- __tests__/managerExperience/components/AssociateListItem.test.tsx
@@ -115,14 +115,18 @@ describe('AssociateListItem', () => {
it('should call handleViewSchedule when view schedule button is pressed', () => {
jest.spyOn(hooks, 'useRbacConfigWithJobCode').mockReturnValue(true);
const {getByTestId} = rend... | feat: updated associate list item tests | feat: updated associate list item tests
|
6aed39625eb77e10edb22dec9e96fbe98785f8dd | --- __tests__/home/__snapshots__/HomeTest.tsx.snap
@@ -6,5 +6,63 @@ exports[`Home renders 1`] = `
Welcome
test user
</Text>
+ <View
+ collapsable={true}
+ style={
+ Object {
+ "flexDirection": "row",
+ "justifyContent": "center",
+ "overflow": "visible",
+ }
+ }
+ ... | adding transform ignore patterns | adding transform ignore patterns
|
b18f70221a5c0fdc536559ce21cbc9a7eb5e5225 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.37.0",
+ "version": "1.38.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update roster mini app version | Update roster mini app version
|
fd9ad33e524f4df30c19a06447e1bdf6b04a7e8f | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.4",
+ "version": "2.12.5",
"main": "dist/index.js",
"files": [
"dist"
--- src/components/RosterWidget/RosterWidget.tsx
@@ -74,10 +74,10 @@ export const RosterWidget = (props: TeamHubWidgetProps) => {
}
... | Update roster widget | Update roster widget
|
b4a2222063397d42699514471e5649ce5c39bb23 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.0-alpha.0",
+ "version": "3.7.0-alpha.1",
"main": "dist/index.js",
"files": [
"dist",
@@ -83,6 +83,7 @@
"@walmart/config-components": "4.6.5",
"@walmart/expo-config-plugins": "0.1.4",
"@walmart/gt... | feat(ui): update packages | feat(ui): update packages
|
2fcb6b138a13e97baae322c1fb0cb0b787dbd411 | --- __tests__/Redux/selectors.test.ts
@@ -0,0 +1,84 @@
+/**
+ * Tests for src/Redux/selectors.ts
+ *
+ * This test verifies that the AssociateExpHubSelectors work correctly.
+ * We focus solely on testing the exported selectors functionality.
+ */
+
+// Import necessary dependencies
+import { INITIAL_STATE } from '../.... | feat(ui): add tests for selectors.test.ts #SMDV-8075 | feat(ui): add tests for selectors.test.ts #SMDV-8075
|
18bf13365b765785789c6765f985d27ae93dde0f | --- __tests__/screens/AllTeamsScreen.test.tsx
@@ -24,6 +24,45 @@ jest.mock('../../src/hooks', () => ({
useSupplyChainTeamsByBusinessUnit: jest.fn(),
}));
+// Add mock for gtp-shared-components
+jest.mock('@walmart/gtp-shared-components', () => {
+ const React = require('react');
+ return {
+ Banner: ({childr... | fix(bug): fixing failing AllTeamsScreen.test.tsx tests | fix(bug): fixing failing AllTeamsScreen.test.tsx tests
|
6bb9a5548a1816f2bd1e4857a74ce9fcdcca25a9 | --- packages/allspark-foundation/__tests__/Work/client.test.ts
@@ -85,6 +85,25 @@ describe('WorkClient', () => {
expect(result).toBe('success');
});
+ test('runFlow should execute workflow with undefined metadata', async () => {
+ const mockFlow = jest.fn().mockResolvedValue('success');
+ workClient.re... | refactor(work client): made action id and workflow metadata optional | refactor(work client): made action id and workflow metadata optional
|
a0fba71d13956caac0a8a5a75b768f68132dc123 | --- ios/Podfile.lock
@@ -1584,7 +1584,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.6.1)
- - topstock-mini-app (1.8.5):
+ - topstock-mini-app (1.7.1):
- React
- VisionCamera (3.7.1):
- React
@@ -2213,7 +2213,7 @@ SPEC CHECKSUMS:
... | reverted back podfile changes | reverted back podfile changes
|
a3244a2ebac7f870991ffcbe149dfa6ae22c8163 | --- __tests__/AppTest.tsx
@@ -1,6 +1,7 @@
import React from 'react';
import {create} from 'react-test-renderer';
import {App} from '../src/index';
+import {useSelector} from 'react-redux';
jest.mock('../env', () => ({
__esModule: true,
@@ -30,9 +31,17 @@ jest.mock('../src/navigation/index', () => ({
RootNav... | updated tests | updated tests
|
3a9b8f533f6bd0dcd0ee8746098038032ce5a0a3 | --- src/Adapters/useGetTeamsAdapter.ts
@@ -69,7 +69,6 @@ export const useGetTeamsAdapter = (): UseGetTeamsAdapterResult => {
const selectedTeamId = savedTeamId || allTeamId;
const isInitialLoad = !selectedTeamId;
- // Memoize the display data calculation
const displayData = useMemo(() => {
return getDi... | feat(ui): optimizations #SMDV-7856 | feat(ui): optimizations #SMDV-7856
|
bf25b1ebf793984db5e2febf11257742598d09ae | --- core/__tests__/__mocks__/@walmart/ask-sam-mini-app.js
@@ -1,6 +1,6 @@
module.exports = {
__esModule: true,
default: {
- buildScreensByTag: () => 'AskSamMiniApp',
+ buildAllScreens: () => 'AskSamScreens',
},
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavT... | Foundation core changes and updated the naming convesions | Foundation core changes and updated the naming convesions
|
3ec1049807e4118cc9abca5f02a2abe3066dad7a | --- core/src/core/FeatureToggleGuard.tsx
@@ -28,7 +28,10 @@ const styles = StyleSheet.create({
width: 140,
alignSelf: 'center',
marginBottom: 32,
- }
+ },
+ errorStyle: {
+ flex: 0,
+ },
});
export const FeatureToggleGuard = (
props: PropsWithChildren<{featureId: string}>,
@@ -43,7 +46,7 @@ e... | ALLSPARK-4175: Fixed saga | ALLSPARK-4175: Fixed saga
|
b28e025acf01c1c9be8ad6c385a65bbd48256dff | --- src/components/AssociateRosterItem/style.ts
@@ -29,7 +29,7 @@ export const styles = StyleSheet.create({
},
badge: {
marginRight: 8,
- marginTop: 8,
+ marginTop: 10,
alignSelf: 'flex-start',
},
tag: {
--- src/translations/en-US.ts
@@ -21,9 +21,9 @@ export const enUS = {
},
rosterS... | update the total roster string | update the total roster string
|
55479f07db45bd7cd71dc3312436a564924925f2 | --- .looper-pr.yml
@@ -12,7 +12,7 @@ flows:
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
-
+
envs:
global:
variables:
@@ -28,4 +28,4 @@ envs:
MONO_REPO: allspark/allspark-core
MONO_REPO_BASE_BRANCH: develop
... | chore(ui): added ws | chore(ui): added ws
|
787eabaa7f4473f984d8d2be6bd214dc7b92f414 | --- packages/allspark-foundation/src/Components/Hub/TeamSwitcher/AddEditButton.tsx
@@ -3,11 +3,15 @@ import { View, Text, TouchableOpacity } from 'react-native';
import { Icons, colors } from '@walmart/gtp-shared-components';
import { TeamSwitcherStyles } from './styles';
-export const AddEditButton = () => {
+expo... | feat: revert flashlist back to flatlist | feat: revert flashlist back to flatlist
|
91a82f32b8409ab16d04915db2771f1fcf795e3f | --- .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... | Applying multibranch changes to Master | Applying multibranch changes to Master
|
917cb3cd8ffcf712277d095217f0f3d56111a555 | --- package.json
@@ -94,9 +94,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.7.4",
"@walmart/redux-store": "6.3.29",
- "@walmart/roster-mini-app": "2.29.0",
+ "@walmart/roster-mini-app": "2.32.0",
"@walmart/ui-components": "1.15.1",
- "@walmart... | feat(ui): update roster and wmconnect version | feat(ui): update roster and wmconnect version
|
337a91987bd4dc5a86a745bc5738912b7e692bc4 | --- packages/allspark-foundation/src/FeatureRunner/navigation.tsx
@@ -62,11 +62,7 @@ export const createFeatureRunnerNavigation = <F extends AllsparkFeatureModule>(
const connectFeature = async () => {
if (!ActiveAllsparkContainer.features.has(feature.id)) {
- ActiveAllsparkContainer.features.add([featur... | chore: feature runner changes | chore: feature runner changes
|
03aa9bc822b6d35f359d99bc357592da05e4343c | --- packages/allspark-foundation/src/Redux/client.ts
@@ -1,4 +1,10 @@
-import { AnyAction, combineReducers, Middleware, Reducer } from 'redux';
+import {
+ AnyAction,
+ combineReducers,
+ Middleware,
+ Reducer,
+ StoreEnhancer,
+} from 'redux';
import {
configureStore,
Selector,
@@ -7,6 +13,9 @@ import {
... | feat: add method to add enhancers to redux store client | feat: add method to add enhancers to redux store client
|
5b6934a2bdd53635254322a0dac90210892d1f84 | --- packages/allspark-foundation/src/Network/README.md
@@ -1 +1,19 @@
# Allspark Network
+
+Network is providing mean to listen to network state change and fetch the current network status
+
+## How does it work?
+
+### Add listener
+
+```typescript
+AllsparkNetworkClient.addChangeListener((state: NetworkDetails) => {... | Adding network README.md | Adding network README.md
|
982e308d23ceeb4c0fa3482b65d06d9bec5fa8f3 | --- container/app.config.US.ts
@@ -1,6 +1,5 @@
import 'tsx/cjs';
import {ExpoConfig} from 'expo/config';
-import pkg from '../package.json';
import * as ExpoPlugins from '@walmart/expo-config-plugins';
/**
@@ -29,7 +28,6 @@ const buildNumber = process.env.BUILD_NUMBER || '1';
const CONFIG: ExpoConfig = {
name... | chore(package.json): update configuration | chore(package.json): update configuration
|
5c00e47693368afbd139c339bb599eee8ddd4f1d | --- package-lock.json
@@ -86,7 +86,7 @@
"@walmart/taskit-mini-app": "2.47.9",
"@walmart/texting-mini-app": "2.0.39",
"@walmart/time-clock-mini-app": "2.175.2",
- "@walmart/topstock-mini-app": "1.2.5",
+ "@walmart/topstock-mini-app": "1.2.6",
"@walmart/ui-components": "1... | fix(crash): fix android crash VS-2655 | fix(crash): fix android crash VS-2655
|
8fe283b7afe035ef5ec6d7e98215acdc2a7d932e | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -92,6 +92,15 @@ exports[`HomeStackNav matches snapshot 1`] = `
<Screen
name="metrics.salesMarketDrilldown"
/>
+ <Screen
+ name="metrics.expensesDrilldown"
+ />
+ <Screen
+ name="metrics.outScansDrilldown"
+ ... | updated snapshots | updated snapshots
|
b1a088642645ece7ccea3d687df3433af2c437b3 | --- package-lock.json
@@ -3271,9 +3271,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.16",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.16.tgz",
- "integrity": "sha512-qRrA5KebFlbXRpCCwvD1ZTt9BEXVe+HEWrSB9+a3hcY5vAxwpEAscni77zW5WnFxcUGXAj+SV... | SSMP-1165 | SSMP-1165
|
4b1298e05bd65a740d4d171b354bedc7f224a47a | --- __tests__/__mocks__/@walmart/metrics-mini-app.js
@@ -16,4 +16,5 @@ module.exports = {
InvVsSalesDrilldown: 'InvVsSalesDrilldown',
ViewMoreMetrics: 'ViewMoreMetrics',
WoshAssociatesScreen: 'WoshAssociatesScreen',
+ registerAskSamWidgets : jest.fn(),
};
--- __tests__/navigation/AssociateHallwayNav/MainSt... | Unit test cases | Unit test cases
|
2552b462c029c165c33f400fd8729bb6d572ce57 | --- src/whatsNew/WhatsNewSaga.ts
@@ -9,8 +9,6 @@ import {getVersionKeyMatchValue, appVersion} from './utils';
import {WhastNewActionCreators, WhatsNewTypes} from './WhatsNewRedux';
export const WHATS_NEW_DEFAULT = {whatsNew: [], whatsNext: []};
-export const DISTRIBUTION_CENTER_DIVISION_CODE = '7';
-export const ST... | chore: removing unused variables | chore: removing unused variables
|
f11d4bb0c23f836747e9fd86e9cb104d966c2b3f | --- package-lock.json
@@ -3629,9 +3629,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.28.1",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.28.1.tgz",
- "integrity": "sha512-zOlC/gq2KSQ1Cn6Tdwfoeh4g4gNqGZKF689OV/MrSWlcN6n4nWU88BXkGK... | minor version bump | minor version bump
|
098e3f68718b2d0d805afac9d17f5275f5e8946c | --- targets/US/package.json
@@ -126,7 +126,7 @@
"@walmart/native-rfid-scanner": "3.12.1",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.20.9",
- "@walmart/payrollsolution_miniapp": "0.145.25",
+ "@walmart/payrollsolution_miniapp": "0.145.29",
"@walmart/price-changes-... | bump version | bump version
|
bdbe283efad65046d9d85d13479a8e1761e607b5 | --- packages/allspark-foundation-hub/src/SupplyChain/Hub/SiteHubDashboard.tsx
@@ -130,6 +130,7 @@ export const SiteHubDashboard = ({ name, widgets }: HubDashboardProps) => {
if (!isFirstTime) {
setShow(true);
}
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const getTeamNa... | Update hub version | Update hub version
|
a325e8182ea8a24e067704ab05a0015d1e4fd214 | --- package.json
@@ -413,26 +413,27 @@
},
"resolutions": {
"@apollo/client": "^3.8.6",
- "react-native-svg": "15.8.0",
"@react-navigation/elements": "^1.3.31",
"@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-na... | fix: form-data related vulnerability | fix: form-data related vulnerability
|
c3033fe0307b2a479a8b04252e55c513f86010f9 | --- package.json
@@ -26,9 +26,6 @@
},
"author": "",
"license": "ISC",
- "publishConfig": {
- "registry": "https://npme.walmart.com"
- },
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
| chore: remove publish config in package.json | chore: remove publish config in package.json
|
8cabdd0e684a54ded36565fef81abe84abca4cac | --- packages/allspark-foundation-hub/src/HubFeature/Onboarding/TeamSelection/Component/SelectionBanner.tsx
@@ -24,9 +24,6 @@ const selectionBannerStyles = StyleSheet.create({
export const SelectionBanner = ({ selectedTeams }: selectionBannerType) => {
const { t } = useAllsparkTranslation(FEATURE_ID);
- if (selec... | Adding team selection banner and management team updates | Adding team selection banner and management team updates
|
9cd99c9f2c95a59c5124a9aaf4cfcbdfd741af77 | --- src/components/StatusChip.tsx
@@ -3,7 +3,6 @@ import {StyleProp, ViewStyle} from 'react-native';
import {Tag, TagColor} from '@walmart/gtp-shared-components';
import {
associateIsAbsent,
- associateIsNotScheduled,
associateIsOnMeal,
associateIsOnPPTO,
associateIsOnPTO,
@@ -43,12 +42,12 @@ const deriv... | feat: re uncommented out code | feat: re uncommented out code
|
f1b46ea3ce8aafa76140e1a779f0cd9421a69ea0 | --- packages/allspark-foundation/src/Feature/context.tsx
@@ -0,0 +1,25 @@
+import React from 'react';
+import { AllsparkFeatureInstance } from './AllsparkFeature';
+
+export const AllsparkFeatureContext = React.createContext<AllsparkFeatureInstance | null>(null);
+
+/**
+ * Provides the AllsparkFeature context to its c... | feat(feature): add feature context for library use cases | feat(feature): add feature context for library use cases
|
2a87ff28232cecf35d61d92e37e1d13984da5b05 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -33,7 +33,6 @@ import {
getSideMenuNavConfig,
NavConfigActionCreators,
} from '../../navConfig/NavConfigRedux';
-import {isNil} from 'lodash';
const styles = StyleSheet.create({
globalNavContainer: {
| remove unused import statemnt | remove unused import statemnt
|
6a1eb131d961563e5b2e8066c9dada08af215c48 | --- packages/celebration-mini-app/__tests__/components/CelebrationSections/CelebrationContent.test.tsx
@@ -76,6 +76,11 @@ jest.mock('../../../src/images', () => ({
},
}));
+// Mock FAB hook
+jest.mock('@walmart/me-at-walmart-common', () => ({
+ useSidekickAssistantFABBottomOffset: jest.fn(() => 88),
+}));
+
// ... | feat(ui): sidekick fab demo feedback fix | feat(ui): sidekick fab demo feedback fix
|
f08cad5f938790837e10d04d1c2d447cc2b76ba4 | --- package.json
@@ -139,7 +139,7 @@
"@walmart/react-native-cookies": "1.0.1",
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-logger": "1.38.1",
- "@walmart/react-native-scanner-3.0": "0.15.2",
+ "@walmart/react-native-scanner-3.0": "0.15.3",
"@walmart/react-native... | fix(scanner): VS-9841 Scanner features and bug fixes (#4684) | fix(scanner): VS-9841 Scanner features and bug fixes (#4684)
|
7ce64de75e6cd3291babe7238019f4ee6d5d3ae6 | --- __tests__/core/loggerInitTest.ts
@@ -18,9 +18,8 @@ jest.mock('../../src/services/MaskUserId', () => ({
encryptUserId: jest.fn(),
}));
-import env from '../../env';
import {DefaultLogger} from '@walmart/react-native-logger';
-import {ELevel, TUserInfo} from '@walmart/react-native-logger/dist/types';
+import {... | Rc to develop (#549) | Rc to develop (#549)
* Removed iPad support (#428)
Co-authored-by: Hitesh Arora <>
* Incrementing build number
* use working site for dc domain (#424)
* use working site for dc domain
* site config check for DC and disable ipad support
* Added back iPad support.
* Adding iPad support (#429)
Co-... |
b08a068a210f92e44d671f979d88596e50309788 | --- targets/US/package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.96.2",
"@walmart/avp-feature-app": "0.10.19",
"@walmart/avp-shared-library": "0.10.5",
- "@walmart/backroom-mini-app": "1.8.7",
+ "@walmart/backroom-mini-app": "1.9.0",
"@walmart/calling-mini-app": "0.7.0",
"... | Update @walmart/backroom-mini-app to 1.9.0 | Update @walmart/backroom-mini-app to 1.9.0
|
cb0b7dcdd7ca81ea1d0295be6013b7f22f6c222d | --- 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.8",
- "@walmart/texting-mini-app": "2.0.36",
+ "@walmart/texting-mini-app": "2.0.37",
"@walmart/time-clock-... | Update texting mini app version | Update texting mini app version
|
812b090989cf1d1b2e4caadd845a79a2244b3c7d | --- package-lock.json
@@ -4166,9 +4166,9 @@
"integrity": "sha512-t1d3ohYMyfrKWEogykstetXWuIeHcGrnClVJu+m1CrTlL0o4ZrcyNpHwZLo1olJbwX3ujgmpRRcygMmWpowDCA=="
},
"@walmart/ask-sam-mini-app": {
- "version": "0.40.8",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-... | version bump | version bump
|
d284625550c08acf5a2e75b0793154c89e27b00a | --- __tests__/screens/RosterScreen/RosterScreenTest.tsx
@@ -27,7 +27,6 @@ describe('RosterScreen', () => {
await waitFor(() => new Promise((res) => setTimeout(res, 0)));
rosterScreen.getByText('Show teams');
rosterScreen.getByText("Today's Total Store roster");
- rosterScreen.getByText('Stocking ON');... | remove intermittent stocking on expect, make stronger test in future | remove intermittent stocking on expect, make stronger test in future
|
4797c9495a02312f751e24c3084b1b651ff82d70 | --- package.json
@@ -173,6 +173,8 @@
"expo-constants": "~16.0.2",
"expo-font": "~12.0.10",
"expo-image": "~1.13.0",
+ "expo-image-manipulator": "^13.1.7",
+ "expo-image-picker": "^16.1.4",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.... | feat(pckgs): ALLSPARK-5730 |5731 add expo-image-manipulator/picker dependencies (#4200) | feat(pckgs): ALLSPARK-5730 |5731 add expo-image-manipulator/picker dependencies (#4200)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
b6ffa85dbbb4658d6d23e9134bf98be7ef84364f | --- src/components/AssociateList/AssociateListItem.tsx
@@ -1,5 +1,5 @@
import React, {useMemo} from 'react';
-import {View, Text} from 'react-native';
+import {View} from 'react-native';
import namecase from 'namecase';
import {associateListItemStyles} from './styles';
import {colors, Icons, Link, Body} from '@walm... | prettier | prettier
|
0db3902fe63d13e1967c1a18f672f4cb7391c224 | --- __tests__/navigation/USHallway/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -202,6 +202,7 @@ describe('SideMenuContent', () => {
it('handles handlePressTimeClock event', () => {
globalNav.props.onPressTimeClock();
+ expect(mockAllsparkDrawer.close).toHaveBeenCalled();
expect(mockNavigati... | fix: add drawer close on timeclock (#4520) | fix: add drawer close on timeclock (#4520)
|
767136d81a987b7bfdfdd1cf1671a403d3ae6446 | --- package-lock.json
@@ -44,7 +44,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.16.0-inboxUpgrade.1",
+ "@walmart/emergency-mini-app": "1.16.0-inboxUpgrade.2",
... | Versions upgraded | Versions upgraded
|
17c3ab2fcaeb56a158068869188444584b4c5ef9 | --- __tests__/harness/firestore/channelsProvider.ts
@@ -112,6 +112,7 @@ export const createMockChannelsContext = async (
},
{},
),
+ //TODO: Update harness to make unread cases testable
unreadById: {},
totalUnread: 0,
totalUnreadChannels: 0,
--- __tests__/harness/firestore/channel... | update channelsProvider | update channelsProvider
|
4a807c094450114a12e60a68adea6d9740909032 | --- __tests__/home/components/Announcement/AnnouncementCardTest.tsx
@@ -1,6 +1,8 @@
import React from 'react';
import {create} from 'react-test-renderer';
import {AnnouncementCard} from '../../../../src/home/components/Announcement/AnnouncementCard';
+import {Button} from '@walmart/gtp-shared-components';
+import {u... | Updated test files for coverage | Updated test files for coverage
|
c2d44c4f8f8148022aac1a6e0c7e59d72bd1c9e4 | --- package-lock.json
@@ -36,8 +36,8 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/attendance-mini-app": "0.26.0",
"@walmart/ask-sam-mini-app": "1.3.3",
+ "@walmart/attendance-min... | Fix package lock | Fix package lock
|
9d5c6bd4afb5c784a7d0b167229c4b323fb14842 | --- package-lock.json
@@ -70,7 +70,6 @@
"@walmart/payrollsolution_miniapp": "0.130.46",
"@walmart/price-changes-mini-app": "1.9.4",
"@walmart/profile-feature-app": "0.252.0",
- "@walmart/push-to-talk-mini-app": "1.12.1",
"@walmart/react-native-encrypted-storage": "1.1.3",
... | remove ptt mini app | remove ptt mini app
|
b7d63d5f00e58d53a5ca1a6675c2071c4c6515a1 | --- package.json
@@ -13,7 +13,7 @@
"private": true,
"scripts": {
"init": "npm i --workspaces",
- "test": "jest",
+ "test": "jest --detectOpenHandles",
"coverage": "jest --coverage",
"lint": "npm run lint --workspaces --if-present",
"lint:fix": "npm run lint:fix --workspaces --if-present"... | resolving commit | resolving commit
|
f351cdcdfa832f64640b9c627499a17ab6e0983d | --- docs/CHANGELOG.md
@@ -1,3 +1,25 @@
+# [3.7.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.6.5...v3.7.0) (2025-12-11)
+
+
+### Bug Fixes
+
+* **myteam:** add useFocusEffect for header title SMDV-8921 ([7bd5c76](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/7bd5c768ad98c86d25185b5d48ea... | chore(release): 3.7.0 [skip ci] | chore(release): 3.7.0 [skip ci]
# [3.7.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.6.5...v3.7.0) (2025-12-11)
### Bug Fixes
* **myteam:** add useFocusEffect for header title SMDV-8921 ([7bd5c76](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/7bd5c768ad98c86d25185b5d48ea2e3bc12eaaa5)... |
1e3a004f2a0f1dd5ea8e881c422c0b66cbf7469a | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-12",
+ "version": "1.0.16-alpha-13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-12",
+ "version": ... | Update version | Update version
|
37ba8acf1a1e3d7ec840fc9d84487b1bb343bba4 | --- src/core/TabBar.tsx
@@ -123,5 +123,3 @@ export const TabBar: React.FC<BottomTabBarProps> = (props) => {
</View>
);
};
-
-console.log('TabBar is', TabBar);
| remove console log | remove console log
|
e8b399ab2d04caf968ea8fecd652ae4bc61c203b | --- packages/allspark-foundation/src/FeatureRunner/navigation.tsx
@@ -65,6 +65,12 @@ export const createFeatureRunnerNavigation = <F extends AllsparkFeatureModule>(
Navigator: Stack as AnyNavigator,
});
+ const DependencyScreens = dependencies.map((dep) =>
+ dep.buildAllScreens({
+ Navigator: Stack a... | fix: feature runner dependency screens not rendered in navigation stack | fix: feature runner dependency screens not rendered in navigation stack
|
551fa1a096e94b996b296f0d059b5dcf36991fba | --- package-lock.json
@@ -70,7 +70,7 @@
"@walmart/ims-print-services-ui": "2.11.1",
"@walmart/inbox-mini-app": "0.93.23",
"@walmart/iteminfo-mini-app": "7.12.1",
- "@walmart/learning-mini-app": "20.0.22",
+ "@walmart/learning-mini-app": "20.0.23",
"@walmart/manager-appr... | feat: :sparkles: Bump learning mini app version to 20.0.23 | feat: :sparkles: Bump learning mini app version to 20.0.23
|
67038c48409adb26c0ee4736fa0893f59162bbf9 | --- package.json
@@ -4,8 +4,7 @@
"main": "dist/index.js",
"files": [
"dist",
- "main.js",
- "ReactotronConfig.js"
+ "main.js"
],
"packageManager": "yarn@4.6.0",
"engines": {
--- yarn.lock
@@ -6300,9 +6300,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/gtp-shared-com... | feat(compensable): SMDV-8430 code cleanup | feat(compensable): SMDV-8430 code cleanup
|
b190565089627dbd58375bff45b11059e0a1ad19 | --- package-lock.json
@@ -5317,9 +5317,9 @@
"integrity": "sha512-3xZ9hyHPrhGO7U3wcjRlXJMHhyMht/WTeR+f3yw8b1B4uWmtlunXw7cqCqDz+Y2gPNr08/+hL5sY5T472CfnMg=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.21",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | feat: :sparkles: Bump learning mini app version to 1.1.22 | feat: :sparkles: Bump learning mini app version to 1.1.22
|
cffc81f1811e371b4f3040ca4318dbfacda26507 | --- docs/CHANGELOG.md
@@ -0,0 +1,6 @@
+## [2.0.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.0...v2.0.1) (2024-04-23)
+
+
+### Bug Fixes
+
+* **ci:** dummy commit [SSMP-6543](https://jira.walmart.com/browse/SSMP-6543) ([8113f89](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/8113f89157... | chore(release): 2.0.1 [skip ci] | chore(release): 2.0.1 [skip ci]
## [2.0.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.0...v2.0.1) (2024-04-23)
### Bug Fixes
* **ci:** dummy commit [SSMP-6543](https://jira.walmart.com/browse/SSMP-6543) ([8113f89](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/8113f89157a552c6501114... |
319b4f166c876667dbb37912cc3906ac0845b674 | --- package-lock.json
@@ -3192,9 +3192,9 @@
"integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA=="
},
"@walmart/schedule-mini-app": {
- "version": "0.2.64",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi... | bump schedules to fix available shifts (#433) | bump schedules to fix available shifts (#433)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
f074dcf8fb95036c892f2cebc88e3ff6dc52baec | --- __tests__/navigation/AssociateHallwayNav/DrawerNavTest.tsx
@@ -12,6 +12,7 @@ import {PinAccessActionCreators} from '../../../src/PinAccess/PinAccessRedux';
import {registerBannerComponents} from '../../../src/navigation/AssociateHallwayNav/Banners';
import {getCurrentRouteName} from '@walmart/react-native-shared-... | fix partial closing of meganav | fix partial closing of meganav
|
93bad492f3f3d06e2e054a994fa2603ed3f9690b | --- __tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -1,3 +1,5 @@
+import {colors} from '@walmart/gtp-shared-components/dist';
+
module.exports = {
Body: 'Body',
SolidCard: 'SolidCard',
@@ -12,4 +14,6 @@ module.exports = {
Caption2: 'Caption2',
Subheader: 'Subheader',
Spinner: 'Spinner',
+ Arro... | fixing mocks for gtp | fixing mocks for gtp
|
83482af5bd5f9898e764d7d18b576875e8309f3d | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Constants/TeamSelectionConstants.ts
@@ -7,3 +7,5 @@ export const Teams = 'Teams';
export const SelectAllTeams = 'Select all teams';
export const TeamSelected = 'team selected';
export const TeamsSelected = 'teams selected';
+export const Cancel... | Adding icon styles and missing types and constants | Adding icon styles and missing types and constants
|
6ff412b1653bb6d227166f28984ec72ad6168a80 | --- packages/core-services-allspark/package.json
@@ -54,6 +54,7 @@
"@walmart/react-native-scanner-3.0": "0.1.20",
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.4.0-rc.2",
+ "@walmart/redux-store": "3.1.2",
"i18next": "^22.0.1",
"luxon": "^2.4.0",
... | unathorized interceptors. | unathorized interceptors.
|
15c860920ea3974ef07f0d667b425cbab656286b | --- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/TeamSwitcher.test.tsx
@@ -111,7 +111,7 @@ describe.skip('TeamSwitcher', () => {
});
//Todo: Fix the test since we are not passing the teamData anymore
- it('changes the selected team when a team is pressed', () => {
+ it.skip('changes the selected ... | feat(ui): Skip tests for now | feat(ui): Skip tests for now
|
d950a1842c2991e3523304d9ee295980e78547f2 | --- src/components/TeamList.tsx
@@ -81,6 +81,7 @@ const styles = StyleSheet.create({
const teamIconMap = {
'1000340': Images.autoCareCenter,
'1000316': Images.meatProduce,
+ '1000317': Images.meatProduce,
'1000333': Images.stocking,
'1000318': Images.foodAndConsumables,
'1000198': Images.entertainment,... | Updated teamID for fresh team | Updated teamID for fresh team
|
282f93d82a802fccd039a5dcc38fb518730f3fb9 | --- package.json
@@ -79,7 +79,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-app": "0.86.0",
- "@walmart/compass-sdk-rn": "3.16.0",
+ "@walmart/compass-sdk-rn": "3.22.0",
"@walmart/config-components": "4.1.0-rc.4",
"@wal... | update compass version | update compass version
|
8ea312a5b42b0e3b825c8886de6499823ffeca03 | --- app.config.US.ts
@@ -254,8 +254,8 @@ const CONFIG: ExpoConfig = {
ExpoPlugins.withReactNativePermissions,
['Camera', 'LocationWhenInUse', 'Notifications'],
],
- './plugins/withReactNativeScanner',
ExpoPlugins.withRealm,
+ ExpoPlugins.withReactNativeScanner,
ExpoPlugins.withSsmpAnd... | chore(sync): ALLSPARK-5806 Moved reactNativeScanner from allspark | chore(sync): ALLSPARK-5806 Moved reactNativeScanner from allspark
|
32b57e461ba6274931901b48fb4dd8d67e31f409 | --- src/presence/components/DoNotDisturbAutoReset.tsx
@@ -1,4 +1,4 @@
-import React, {useEffect} from 'react';
+import React, {PropsWithChildren, useEffect} from 'react';
import {useSelector} from 'react-redux';
import {SiteSelectors} from '@walmart/redux-store';
@@ -10,13 +10,10 @@ import {
} from '../../redux/se... | update return type | update return type
|
a51fcef8ef7f2cd3e120ec227c1d50f6450f6d4f | --- packages/me-at-walmart-container/package.json
@@ -44,7 +44,7 @@
"react-native-device-info": "^10.11.0",
"redux-flipper": "^2.0.2",
"rn-flipper-async-storage-advanced": "^1.0.5",
- "wifi-store-locator": "^1.4.0"
+ "wifi-store-locator": "^1.4.1"
},
"peerDependencies": {
"@react-native-... | chore: bump wifi store locator | chore: bump wifi store locator
|
3b50986aa1afcc6b1733aa741dfff57a7ae71073 | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -86,7 +86,9 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
>
<TextInput
allowFontScaling={true}
- onChangeText={[Function]}
+ autoCapitalize="none"
+ maxLength... | Simplifying lowercase and max length logic | Simplifying lowercase and max length logic
|
11c839b7488a2d5908e749f06b993e866f1ca898 | --- saucelabs/.looper-ios-saucelabs.yml
@@ -2,7 +2,6 @@ inherit: "job:///allspark/allspark-core/native-common-saucelabs:saucelabs/.loope
flows:
default:
- - node(stable_osx):
- call: npm-install-and-coverage(env = "dev")
- var(iosAppVersion):
sh scripts/getIOSAppVersionFromInfoPlist.sh ios/All... | Passing additional params to automation job (#626) | Passing additional params to automation job (#626)
Co-authored-by: Anthony Helms <awhelms@wal-mart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
0590596983e8393d0229883e903c4c0ff0dd23e0 | --- packages/expo-config-plugins/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [0.4.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.3... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.4.0
- @walmart/me-at-walmart-geolocation@1.1.0
|
97a9aea9fa6420f4d8c4d8260feac643357e04c6 | --- package-lock.json
@@ -171,7 +171,7 @@
"react-native-view-shot": "^3.4.0",
"react-native-vision-camera": "3.6.13",
"react-native-webview": "^11.23.1",
- "react-native-wm-app-review": "0.5.0",
+ "react-native-wm-app-review": "0.5.1",
"react-native-wm-config": "0.1.1",... | wm-app-review version incremented | wm-app-review version incremented
|
cee7067764658291854d485ff4b261324df09f03 | --- patches/@walmart+ui-components++react-native-calendars+1.299.0.patch
@@ -1,41 +0,0 @@
-diff --git a/node_modules/@walmart/ui-components/node_modules/react-native-calendars/src/agenda/index.js b/node_modules/@walmart/ui-components/node_modules/react-native-calendars/src/agenda/index.js
-index a0fb939..21b3bbb 100644... | fix: remove unused patch | fix: remove unused patch
|
741bdbe30b2e85d196162ffd13df5f79eac25552 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "allspark-main",
- "version": "1.3.0",
+ "version": "1.0.101",
"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",... | 0.3.50 dev | 0.3.50 dev
|
9c20efdac3582439cc0fb4961ab46fa57bea7967 | --- package.json
@@ -95,7 +95,7 @@
"@walmart/backroom-mini-app": "1.16.1",
"@walmart/beneficiary-online-mini-app": "0.1.19",
"@walmart/beneficiary-online-shared-library": "1.2.6",
- "@walmart/calling-mini-app": "0.8.11",
+ "@walmart/calling-mini-app": "0.8.18",
"@walmart/candidate-authenticati... | Calling Drop 34 Bug Fixes (#4776) | Calling Drop 34 Bug Fixes (#4776)
Co-authored-by: Peeyush Jarmal - pjarma1 <PJarmal@walmartlabs.com>
Co-authored-by: Daivansh Jain <daivansh.jain@walmart.com>
Co-authored-by: Vikas Pawale <vikas.pawale@walmart.com> |
860b5c35bb250e26ad637bd2461b0d153ac6e503 | --- .github/pull_request_template.md
@@ -8,15 +8,23 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
## Links to JIRA tickets:
-## Please describe the changes, problems and solutions this PR is addressing:
-
+## PR Type:
+pr_agent:type
+## Please describe the changes, problems ... | feat(template): ALLSPARK-6366 PR template update (#4456) | feat(template): ALLSPARK-6366 PR template update (#4456)
* feat(template): ALLSPARK-6366 PR template update
* feat(template): ALLSPARK-6366 PR template documentation |
5aabde80cf6234d83468eb0f226ef6baa8c51573 | --- packages/allspark-foundation/src/Core/types.ts
@@ -1,4 +1,4 @@
-import { UnionToIntersection } from '@walmart/allspark-utils';
+// import { UnionToIntersection } from '@walmart/allspark-utils';
// import { ParamListBase } from '@react-navigation/native';
// import { AllsparkFeatureModule, InferCapabilityType } ... | refactor: remove global Allspark environment type | refactor: remove global Allspark environment type
|
ed35370602ae01de0b5494d59bdac0e76e8d9614 | --- packages/components-library/components/Headers/HeaderLine.tsx
@@ -130,8 +130,6 @@ const styles = StyleSheet.create({
},
right: {
flexDirection: 'row',
- paddingLeft: 8,
- marginTop: 5,
alignSelf: 'flex-start'
},
font20: {
--- packages/components-library/components/Headers/__snapshots__... | fix: vqa issues for components (#515) | fix: vqa issues for components (#515)
* fix: match other unit color value
* fix: remove padding and margin from chevron right
* fix: update snapshots
---------
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
62540e2cac61a28787bae83f1a095158a335a5ae | --- package-lock.json
@@ -3283,9 +3283,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.5",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.5.tgz",
- "integrity": "sha512-9jqmBVzMLS5pLlFkI6Q9mCy7ix5TG++zQuhWKAsUwkNFGmjNL6o0dV9jrV4RrWNF... | Incrementing ask sam | Incrementing ask sam
|
4fa93bed0d624d2dac10deb6a27325c04603e8c0 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 78
+ versionCode 79
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
8286c1b45a06cebd5d432f876e1e02eb314fb54d | --- src/utils/recentSearchHistory.ts
@@ -0,0 +1,46 @@
+import AsyncStorage from '@react-native-async-storage/async-storage';
+import {logger} from '../logger/Logger';
+import {LOCAL_STORAGE_KEY_PREFIX} from '../constants';
+
+const RECENT_SEARCH_HISTORY_KEY = `${LOCAL_STORAGE_KEY_PREFIX}_recent_search_history`;
+
+expo... | move storeAssociate name into a util method | move storeAssociate name into a util method
|
c733c4ce5085ea8d270b35ef8f13f2acead2ebfe | --- packages/allspark-foundation-hub/__tests__/container/utils.test.ts
@@ -131,6 +131,29 @@ describe('utils.ts', () => {
'Invalid widget structure: enable is not a boolean'
);
});
+
+ it('should return false if a team value is not an object', () => {
+ const invalidJson = JSON.stringify({
+... | feat(SMDV-7634): adding coverage for utils | feat(SMDV-7634): adding coverage for utils
|
dc90410ea8ba8458b9fcaef2d05b158aec8bcbd3 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 15
+ versionCode 16
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
3f2e63490d55a2bd75fc85f464145b7920e43f60 | --- packages/me-at-walmart-athena-queries/package.json
@@ -5,11 +5,8 @@
"author": "rlane1 <russell.lane@walmart.com>",
"homepage": "",
"license": "ISC",
- "main": "lib/me-at-walmart-athena-queries.js",
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
+ "main": "lib/index.js",
+ "types":... | fix: fix main and types reference in package | fix: fix main and types reference in package
|
caba38641363d7fb338c3ba4f572a3f84f2f0d6f | --- src/auth/AuthenticatorView.tsx
@@ -43,7 +43,6 @@ export const AuthenticatorView: React.FC<Props> = (props) => {
} = useSelector((state: any) => state.user as SSOState, shallowEqual);
useEffect(() => {
- console.log('setting env');
connectedSSO.setEnv(env);
connectedSSO.setRedirectUri(redirectUr... | remove console.log | remove console.log
|
2fc5e8edadc51e3ccf77b1e608beccda6273a40b | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -348,7 +348,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
/>
<Screen
- component="ItemInfoMiniApp"
+ component="GuardedItemInfoMiniApp"
name="itemInfoQuickA... | tests | tests
|
d121fbe742659af9cce3c44c533640dad23f2e3b | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.24.7",
"@walmart/associate-listening-mini-app": "1.2.7",
- "@walmart/attendance-mini-app": "3.81.0",
+ "@walmart/attendance-mini-app": "3.82.0",
"@walmart/avp-feature-app... | bump ama verion 3.82.0 | bump ama verion 3.82.0
|
38b8b96c7144b6cc7437488acd4bc98ec313d56a | --- jest.config.js
@@ -5,17 +5,17 @@ module.exports = {
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
global: {
- statements: 88,
- branches: 85,
- functions: 79,
- lines: 88,
- },
- './packages/me-at-walmart-common': {
- statements: 5,
- branches: 5,
- fu... | chore: test coverage | chore: test coverage
|
b81fdfdd55d495d99337ac0cbc985870a95865e3 | --- package.json
@@ -146,7 +146,7 @@
"@walmart/store-feature-orders": "1.26.9",
"@walmart/taskit-mini-app": "3.3.0",
"@walmart/time-clock-mini-app": "2.395.0",
- "@walmart/topstock-mini-app": "1.12.0",
+ "@walmart/topstock-mini-app": "1.15.19",
"@walmart/ui-components": "patch:@walmart/ui-comp... | fix(paging): fix pagination VS- 5650 | fix(paging): fix pagination VS- 5650
|
f024418133c050dddb8ad18866e262a530d6dc3e | --- src/index.tsx
@@ -29,9 +29,7 @@ import {
initNotificationListeners,
miniAppNotificationRef,
} from './notification';
-import {
- routePushNotificationSaga,
-} from './redux/Notifications/sagas';
+import {routePushNotificationSaga} from './redux/Notifications/sagas';
export const LOGGER_FIELDS = {id: 'tex... | fix formatting issue | fix formatting issue
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.