commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
a48382aa0f0ee929571d6f4649c1c752c739abde | --- __tests__/__mocks__/@walmart/rfid-scan-mini-app.js
@@ -0,0 +1,3 @@
+module.exports = {
+ RfidScanMiniApp: 'RfidScanMiniApp',
+};
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -87,6 +87,11 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects... | Integrate @walmart/rfid-scan-mini-app | Integrate @walmart/rfid-scan-mini-app
|
07479984942ac26c60b625e53cfd7cb1be3665e0 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -14,7 +14,6 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = `
>
<Screen
component="InboxMiniApp"
- listeners={[Function]}
name="inbox"
options={
Object {
@@ -41,7 +40,6 @@ ex... | removing listener | removing listener
|
12ec1f0cddf05c4e136ebb1410822646d441c7cc | --- packages/allspark-foundation/package.json
@@ -68,6 +68,7 @@
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
+ "@types/node-fetch": "^2.6.9",
"axios-cache-interceptor": "^1.3.2",
"react-nati... | chore: update deprecated package readme and links. stub unwritten foundation readmes | chore: update deprecated package readme and links. stub unwritten foundation readmes
|
d8a063bfec71fad58c78ad0c506d125b5eee247a | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -75,6 +75,15 @@ exports[`AssociateHallwayNav matches snapshot 1`] = `
}
}
/>
+ <Screen
+ component="TimeClockScreen"
+ name="timeClock"
+ options={
+ Object {
+ "header": "Heade... | Fixed navigation to time clock from Me tab | Fixed navigation to time clock from Me tab
|
d8645f5c4e6ec67a0a05b34d471be805fbe54f4d | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
- "@walmart/exception-mini-app": "1.0.14",
+ "@walmart/exception-mini-app": "1.0.16",
"@walmart/fac... | exception-mini-app 1.0.16 | exception-mini-app 1.0.16
|
37c89071402e3ca84eec9c35edaaee1f1a9e321a | --- packages/allspark-foundation/Components/ComponentRegistry.ts
@@ -1,8 +1,69 @@
-import { ComponentType } from 'react';
+import { ComponentType, createElement } from 'react';
+import { useRegistry } from '../Hooks';
import { Registry } from '../Utils';
export type ComponentProps = Record<string, any>;
export c... | chore: add changes from other repo | chore: add changes from other repo
|
7900b88652429976aa3e49bbb24d7f1398fb6318 | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/attendance-mini-app": "0.190.2",
"@walmart/compass-sdk-rn": "4.0.0",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "^1.66.0",
+ "@walmart/copilot-mini-app": "^1.68.0",
"@walmart/core-services... | chore: bump copilot | chore: bump copilot
|
8b389f0a9f9e38bbc5bb1136e152a8354067340b | --- .yarn/patches/@walmart-ui-components-npm-1.24.4-247996ccb0.patch
@@ -78,74 +78,3 @@ index 4b2a5559c2ab84537d71ed5a832cbb135af01649..ae52c4f939ff6dc7072a1c036bfc4dab
+ */
Header.Provider = HeaderContext.Provider;
-diff --git a/containers/ActivityMonitor/ActivityMonitor.js b/containers/ActivityMonitor/ActivityM... | chore: updating patch and yarn lock | chore: updating patch and yarn lock
|
21aece3992e793197d8faf2a45306c1e80081e60 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.20",
"@walmart/returns-mini-app": "4.13.0",
"@walmart/rfid-scan-mini-app": "2.3.16",
- "@walmart/rn-receiving-mini-app": "2.2.165",
+ "@walmart/rn-receiving-mini-app": "2.3.133",
"@walmart/roster-mini-app": "2.8.2",
... | Receiving - Drop24 - 2.3.133 | Receiving - Drop24 - 2.3.133
|
dfab4b5e1cba45ce37b22d6371933de15ae7b626 | --- packages/allspark-foundation/src/Navigation/config/redux.ts
@@ -18,6 +18,7 @@ export type NavConfigState = {
error: boolean;
data: NavConfigData | null;
overridden: boolean;
+ originalData: NavConfigData | null;
};
const INITIAL_STATE: NavConfigState = {
@@ -28,6 +29,7 @@ const INITIAL_STATE: NavConfi... | feat: retain nav config original data for optional reference after override | feat: retain nav config original data for optional reference after override
|
e94e7107abf0181b03348b5ab16033f8693f502c | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/types.ts
@@ -65,6 +65,14 @@ export interface TeamSelectionListProps {
handleSelectAll: () => void;
}
+export interface ListHeaderProps {
+ userType: UserType;
+ selectedTeams: Team[];
+ allAvailableTeams: Team[];
+ styles: any;
+ ha... | Adding types | Adding types
|
36126341a2049420281cddcd8ac91a159fc0333a | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.5",
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.4.2",
- "@walmart/facilities-management-miniapp": "0.6.42",
+ "@walmart/facilities-management-miniapp": "0.6.45",
... | FixIT: Drop 13 | FixIT: Drop 13
|
1cc4619d8ff1b8cc83de9a0d982cbb701257794f | --- package-lock.json
@@ -4301,9 +4301,9 @@
"integrity": "sha512-7IEyBIuL87sBJj2YD1suMfIM0g/ifdZZ1B6IVWxOAkWRhTZXyrskZf9kySQ4/nAI8mspHkXXVmEsboRAJSZ8OA=="
},
"@walmart/iteminfo-mini-app": {
- "version": "4.1.8",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min... | Camera scan telemetry support | Camera scan telemetry support
|
ad7e431d67570892aef1d7388489ddd01e438aff | --- package-lock.json
@@ -5458,48 +5458,6 @@
"redux": "^4.1.2"
}
},
- "node_modules/@walmart/patient-portal-mobile": {
- "version": "2.1.14",
- "resolved": "https://npme.walmart.com/@walmart/patient-portal-mobile/-/patient-portal-mobile-2.1.14.tgz",
- "integrity": "sha1-6a8PZ45o8X... | Updated package-lock | Updated package-lock
|
31a6abd9d1de8afd8941e2751511fd8084cc8a13 | --- src/hooks/roster.ts
@@ -16,6 +16,7 @@ import {getGraphQLConfig} from '../services/config';
import {UserSelectors} from '@walmart/allspark-foundation/User';
import {useGetSupplyChainShiftsQuery} from '../queries/getSupplyChainShifts';
import {UserDomain} from '@walmart/me-at-walmart-common';
+import {EMP_TYPE_SAL... | Fix the weekly schedule changes for Supply Chain | Fix the weekly schedule changes for Supply Chain
|
0d6c75b4cf598ca391233522f15729f63357c246 | --- package-lock.json
@@ -3278,9 +3278,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.4",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.4.tgz",
- "integrity": "sha512-hJCH7pIPAOZ/+SyopxSE1ziqHdR30ijmbOsR2+ijxwzRtqkPmcK3WuzvZj8mWlJE... | Incrementing ask sam version | Incrementing ask sam version
|
699f99c3cd048e4ed650dd63fb3989110a4e2d18 | --- src/channels/provider.tsx
@@ -169,6 +169,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
const value = await firestore()
.doc(id)
.collection('messages')
+ .where('createdAt', '>', SEVEN_DAYS_AGO_TIMESTAMP)
.where('createdAt', '>'... | SMDV-4810 - fixing unread count hook to respect TTL and lint errors | SMDV-4810 - fixing unread count hook to respect TTL and lint errors
|
8fea3a1332c25d9c753f61f2bbddaec14f126d26 | --- packages/allspark-utils/package.json
@@ -31,6 +31,8 @@
"dependencies": {
"crypto-js": "~4.1.1",
"lodash": "~4.17.21",
+ "redux": "^4.2.0",
+ "redux-saga": "^1.2.2",
"uuid": "~9.0.0"
},
"devDependencies": {
--- packages/allspark-utils/src/createRestarableSaga.ts
@@ -0,0 +1,31 @@
+impo... | feat: add redux and saga utils | feat: add redux and saga utils
|
81be99ab9a7b23af61280ff991a328f1ff5ff36d | --- package-lock.json
@@ -36,7 +36,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.58",
+ "@walmart/ask-sam-mini-app": "1.3.59",
"@walmart/attendance-mini-... | SMBLV-2898: Ask Sam version bump for | SMBLV-2898: Ask Sam version bump for
|
07849cdda6cb19f7cfcb29f38d52363e16f62ecc | --- package-lock.json
@@ -4530,9 +4530,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-rc.6",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.6.tgz",
- "integrity": "sha512-2vjE5AgFr4jFXr6mu6AVIkJiHpze2/chByCye3AGZbFiy23MYbDARDJ45WRUgjU9s... | updated package-lock | updated package-lock
|
bb25378d6cf11814f7f73fc5b884271c0f9a6910 | --- package-lock.json
@@ -4481,9 +4481,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.37",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.37.tgz",
- "integrity": "sha512-nx31Ak2vNipkztlqiRCM0n8++jInh6oPRGww6hCiW7LGYi... | bumping home for new link card addition | bumping home for new link card addition
|
deaa6f44b6809d96624dccbf351e26d436d46910 | --- src/screens/MeganavScreen.tsx
@@ -1,175 +1,10 @@
import React from 'react';
-import {
- SafeAreaView,
- StyleSheet,
- TouchableOpacity,
- TouchableWithoutFeedback,
- View,
- Text,
-} from 'react-native';
-import {StackNavigationProp} from '@react-navigation/stack';
-import {TextingNavParamsMap} from '../navi... | shelling out an integration point spotted | shelling out an integration point spotted
|
6218c475b7f815a6708e45a467215bf0450dfc1e | --- packages/allspark-foundation/src/Feature/types.ts
@@ -14,7 +14,7 @@ import {
IEventManager,
MethodRegistry,
} from '@walmart/allspark-utils';
-import { AtLeastOne, NonUndefined, PickValueType, RequiredBy } from '../types';
+import { AtLeastOne } from '../types';
export type LifecyleConfig = {
onStartup... | chore: lint fix | chore: lint fix
|
ba78d47be9ae563d52156429fdd26c4046e02d51 | --- package-lock.json
@@ -3652,9 +3652,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.68",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.68.tgz",
- "integrity": "sha512-yDK234JlCjNzZs83opaU3fcAu53lq3S0pcJipCkd42jv24ianl73YgL9vgdJNZguRaJI0eMZo... | Incrementing ui components | Incrementing ui components
|
1aa2ef4d6a04033a0073af9cd74f0d9673c3493e | --- 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.14](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.2
- @walmart/allspark-foundation-hub@1.19.14
- @walmart/me-at-walmart-geolocation@1.3.13
|
ff7a874995e4cc1838deba2fff03ebe2715e0406 | --- yarn.lock
@@ -5700,6 +5700,8 @@ __metadata:
optional: true
"@walmart/redux-store":
optional: true
+ react-native-apollo-devtools-client:
+ optional: true
react-native-flipper:
optional: true
bin:
| chore: update yarn lock | chore: update yarn lock
|
9fe7afc07eb6ad88869dd1292f7923f286f875e8 | --- package.json
@@ -168,7 +168,7 @@
"@walmart/sidekick-mini-app": "4.253.2",
"@walmart/store-feature-orders": "1.34.7",
"@walmart/talent-preboarding-mini-app": "1.0.48",
- "@walmart/taskit-mini-app": "5.42.35",
+ "@walmart/taskit-mini-app": "5.48.1",
"@walmart/time-clock-feature-app": "0.4.0-... | feat(notes): my walmart 2.0 - notes changes (#5070) | feat(notes): my walmart 2.0 - notes changes (#5070)
|
f4f07386d6b501c01b337052d17c731d5f1344ce | --- packages/allspark-authentication/src/Authentication.ts
@@ -233,9 +233,9 @@ export class AllsparkAuthentication {
const newAuthResult: AuthorizeResult = {
...authResult,
+ ...(refreshResult.refreshToken && {refreshToken: refreshResult.refreshToken}),
accessToken: refreshResult.acces... | Update Authentication.ts | Update Authentication.ts
Added suggested approach |
977631ff239d834fc7510d64c3987ebda22a2016 | --- README.md
@@ -0,0 +1,22 @@
+# allspark-core
+
+This is the core container app for the AllSpark Project (Me@Walmart redesign)
+
+## Setup
+
+### Prerequisites
+
+- node v12.4.0
+- Xcode
+- Android Studio
+- Cocoapods
+
+### Steps
+
+- git clone this repo
+- cd to the created folder
+- npm install
+- cd ios
+- pod in... | adding first readme | adding first readme
|
16c37404a697af3c14d486e7791666ca6d8915c1 | --- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -15,6 +15,7 @@ import {
useGetViewersPrimaryTeamId,
useGetViewersPrimaryTeamName,
useTotalSiteOrTotalStore,
+ useUserIsInRoster,
} from '../../../hooks';
import {useSelector} from 'react-redux';
import {
@@ -41,7 +42,7 @@ import... | feat: added user in roster logic | feat: added user in roster logic
|
9c5efb40b2666029cafa8c17dc7c09ab34eb6293 | --- packages/me-at-walmart-common/__tests__/__mocks__/@walmart/allspark-foundation/Clock.js
@@ -1,5 +0,0 @@
-module.exports = {
- ClockSelectors: {
- getIsClockedIn: jest.fn(),
- },
-};
\ No newline at end of file
--- packages/me-at-walmart-common/__tests__/__mocks__/@walmart/allspark-foundation/Config.js
@@ -1,... | test: update test coverage | test: update test coverage
|
5da1a693944989fbdf795e28a24577e44a5362fb | --- 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.10.0-bannerEtc.1",
+ "@walmart/emergency-mini-app": "1.11.0",
"@walmart... | update emergency and inbox with optimisation and style fix | update emergency and inbox with optimisation and style fix
|
e82e871b4bd3b7cbebe320ec04a4d4177bc7a13d | --- templates/README.MD
@@ -0,0 +1,23 @@
+# Templates Directory
+
+This directory contains prompt templates and related files used for AI-assisted code and test generation with GitHub Copilot.
+
+## Purpose
+
+- Store reusable Copilot prompt templates for generating code, tests, documentation, and other artifacts acros... | chore: add templates directory | chore: add templates directory
|
abb09ae92aec20b81763ce308cbed63462db6f38 | --- package-lock.json
@@ -4248,9 +4248,9 @@
"integrity": "sha512-aPs0urHbFuCTv7I7E8+4q8+lNnabvECiyhnFBvKFp2AIP6lPuRyuCjevDW4EkqrNQ2UKOiS18GiC5Oxl+FduLQ=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.1.6",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims-... | MegaNav Changes | MegaNav Changes
|
dac4b3970f97edb8a26bd832dacd9e18c49c0e0d | --- docs/docs.md
@@ -0,0 +1,3 @@
+# Allspark Documentation
+Get all the updated documentation for MyWalmart: [MyWalmart DX Documentation](https://dx.walmart.com/meplatform/documentation/dx/overview)
+
--- docs/docs/docs.md
@@ -1,9 +0,0 @@
----
-sidebar_position: 8
-title: Documentation
-custom_edit_url: null
----
-
-... | change structure | change structure
|
eb3dff93fe1bbd407e234cd4466fcf0f30517519 | --- packages/allspark-foundation-hub/__tests__/HubFeature/__snapshots__/TeamListItem.test.tsx.snap
@@ -295,281 +295,3 @@ exports[`TeamListItem renders list item for team selection correctly 1`] = `
</View>
</View>
`;
-
-exports[`TeamSelectionListItem renders list item for all teams roster view correctly 1`] = `
-<... | Fixing build failure | Fixing build failure
|
3a3f3693ec544c666d09e58e78400684d447b79e | --- src/containers/ChatInput/AudioInput.tsx
@@ -1,5 +1,5 @@
import React, {useEffect} from 'react';
-import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native';
+import {StyleProp, StyleSheet, View, ViewStyle, AppState} from 'react-native';
import {RecordingDetails} from './types';
import {AudioPlayback} ... | fix(ui): fixing audio recording on first time bug | fix(ui): fixing audio recording on first time bug
|
e88ef9845a80a232bbf0a8ba9633e5e9c25d1866 | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -127,7 +127,7 @@ export class LoggerClientManager {
) => {
const existing = this._instances.get(id);
if (existing) {
- existing.configure(config);
+ existing.configure(config as FoundationLoggerConfig);
return existing;
}
... | chore: type fix | chore: type fix
|
e2e288d6145727bc64fedb870b2d3ffe5d4c8358 | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
- "@walmart/taskit-mini-app": "2.40.2",
+ "@walmart/taskit-mini-app": "2.40.2-823-7acc54a",
"@walmart... | Updated taskit version with PR version to test Alarms | Updated taskit version with PR version to test Alarms
|
4a000db524cd26655b3a5f173bf26e009931144c | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -105,6 +105,9 @@ Array [
<Screen
name="personalSettingsScreen"
/>
+ <Screen
+ name="paymentselection"
+ />
</Group>
<Screen
component="TimeClockScreen"
@@ -250,9 +253,6 @@ Arr... | bump version | bump version
|
cc720936d4d2d032fb84371029fbd980ea119a68 | --- 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.1",
+ "@walmart/payrollsolution_miniapp": "0.138.2",
"@... | bump version | bump version
|
364c94e7c28675adbf490172fd9d8b3fabc6bca7 | --- __tests__/utils/timestamp-test.ts
@@ -0,0 +1,43 @@
+import {channelRowTimeStamp} from '../../src/utils/timestamps';
+import moment from 'moment';
+
+const mockTranslationFunction = jest.fn((key) => key);
+
+describe('channelRowTimeStamp function', () => {
+ const currentDate = moment('2023-09-21');
+ it('returns ... | Added unit test changes | Added unit test changes
|
998b91968a8e19866438df6925ab3fdb4aaffc83 | --- targets/US/ios/Podfile.lock
@@ -2242,7 +2242,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.7.4)
- - topstock-mini-app (1.15.20):
+ - topstock-mini-app (1.16.16):
- React
- VisionCamera (3.7.1):
- React
@@ -2905,7 +2905,7 @@ SP... | update podlock file | update podlock file
|
649677ef370eecabdb943991b5cdaa332b19412f | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/returns-mini-app": "0.6.0",
"@walmart/schedule-mini-app": "0.29.0",
"@walmart/settings-mini-app": "1.11.0",
- "@walmart/shelfavailability-mini-app": "1.5.8",
+ "@walmart/shelfavailability-mini-app": "1.5.9",
"@walmart/ta... | SA-321, SA-323 update SA to 1.5.9 | SA-321, SA-323 update SA to 1.5.9
|
172e09067553d2e8f375fc42ccf348243548a50f | --- yarn.lock
@@ -7742,7 +7742,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-hook-form: "npm:^7.51.0"
react-i18next: "npm:^13.3.1"
- react-native: "npm:^0.72.12"
+ react-native: "patch:react-native@npm%3A0.72.12#~/.yarn/patches/react-native-npm-0.72.12-e28f3b183e.patch"
react-native-apollo-d... | chore: yarn lock change | chore: yarn lock change
|
0a886875fbfc2595a72bd2c1848ec42b9ac02820 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -526,7 +526,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B372B28AFCF2721547468DFD /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-B... | update stable version | update stable version
|
7ef36abe3c54a8da778329699dae0b9cf1928ed3 | --- package.json
@@ -150,7 +150,7 @@
"@walmart/schedule-mini-app": "2.2.1",
"@walmart/shelfavailability-mini-app": "1.5.45",
"@walmart/shop-gnfr-mini-app": "1.0.302",
- "@walmart/sidekick-mini-app": "4.199.7",
+ "@walmart/sidekick-mini-app": "4.201.13",
"@walmart/store-feature-orders": "1.30.0... | fix(sidekick): DWORK-9284 expo migration and bug fixes (#4346) | fix(sidekick): DWORK-9284 expo migration and bug fixes (#4346)
* fix(sidekick): DWORK-8725 expo migration and bug fixes
* fix(sidekick): DWORK-8725 bump the version
* fix(sidekick): DWORK-8725 bump up the version
* fix(DWORK-000): version update for ada bug fix
* fix(sidekick): DWORK-8725 bump sidekick@4.2... |
677e9308ff0677fc2b510c8066b71cb12aae11f8 | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/attendance-mini-app": "0.190.2",
"@walmart/compass-sdk-rn": "4.0.0",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "^1.71.0",
+ "@walmart/copilot-mini-app": "1.71.0",
"@walmart/core-services"... | chore: bump taskit to 2.40.6 | chore: bump taskit to 2.40.6
|
a3c5005b65d0b1a977a24e9f516313ab2f1fc319 | --- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
--- package-lock.json
@@ -4253,9 +4253,9 @@
"integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.1.10",... | Bumping item info. Updating icomoon font. | Bumping item info. Updating icomoon font.
|
caee2480ffe1d702ff37d8e6ba0f5836da4e9dda | --- core/src/core/translations.ts
@@ -4,6 +4,7 @@ export const enUS = {
'@walmart/allspark-me-mini-app': 'Me',
'@walmart/amp-mini-app': 'Amp',
'@walmart/ask-sam-mini-app': 'Ask Sam',
+ '@walmart/associate-listening-mini-app': 'Associate Listening',
'@walmart/attendance-mini-app': 'Attendance',
... | Update Associate Listening MiniApp name | Update Associate Listening MiniApp name |
a393e00d1637958e628f93ad98746259ce106fdc | --- 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
@@ -3609,9 +3609,9 @@
}
},
... | data saver widget fixes | data saver widget fixes
|
d756d564599c15a235d1a913e0b8419f9965d1d7 | --- package-lock.json
@@ -4137,9 +4137,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.26",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.26.tgz",
- "integrity": "sha512-drlChf64fqgj+/4/KoSHiR8x5DJzM8Yg3/NzHtPyWYuIu1... | testing new metrics version | testing new metrics version
|
02079d9fae75cf2365e2aed6a2eca4b49765d06c | --- package.json
@@ -107,7 +107,7 @@
"@walmart/refrigeration-alarms-mini-app": "1.35.0",
"@walmart/schedule-mini-app": "0.18.0",
"@walmart/settings-mini-app": "1.6.0",
- "@walmart/shelfavailability-mini-app": "1.0.0",
+ "@walmart/shelfavailability-mini-app": "1.2.1",
"@walmart/taskit-mini-app"... | SA-239 inc SA to 1.2.1 | SA-239 inc SA to 1.2.1
|
426c6c262a6f621967f2737da5e54bde94c3990f | --- .github/pull_request_template.md
@@ -18,6 +18,7 @@ In the allspark dir
- yarn run build
- yarn run coverage
- yarn run lint:fix
+ - yarn run prepare
For Telemetry:
--- .husky/pre-commit
@@ -1 +1 @@
-npm run lint
+yarn run lint && yarn run-p lint verifyBranchName
--- .husky/pre-push
@@ -1... | chore(ui): update pr guidelines and husky config | chore(ui): update pr guidelines and husky config
|
5f19a175a098e3604aed159a0d5efb47fa529c49 | --- packages/me-at-walmart-container/src/redux/config.ts
@@ -8,6 +8,7 @@ import {
ConfigActionTypes,
FeatureConfig,
} from '@walmart/allspark-foundation/Config';
+import {ContainerSelectors} from '@walmart/allspark-foundation/Container';
import {AllsparkEnvironment} from '@walmart/allspark-foundation/Environmen... | fix: update config scope to use container app version | fix: update config scope to use container app version
|
9444fb2348f7a6172f62d6fa013200cca94d9bf2 | --- patches/@walmart+me-field-mini-app+1.1.35.patch
@@ -1,14 +0,0 @@
-diff --git a/node_modules/@walmart/me-field-mini-app/dist/components/Home/HomeMenu/index.js b/node_modules/@walmart/me-field-mini-app/dist/components/Home/HomeMenu/index.js
-index af9e8a8..fd12927 100644
---- a/node_modules/@walmart/me-field-mini-app... | removing patch version for learning | removing patch version for learning
|
e1536eb6eb3b1bb737f1c74727870bdac3af00c8 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-11",
+ "version": "1.0.16-alpha-12",
"private": false,
"main": "dist/index.js",
"files": [
@@ -90,7 +90,7 @@
"@walmart/redux-store": "3.7.0",
"@walmart/ui-components": "1.15.1",
"@walmart/wmco... | Update version | Update version
|
43a6a1ea648ace25a9cd7d9af2b9bd31b7836171 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/metrics-mini-app": "0.9.12",
"@walmart/mod-flex-mini-app": "1.1.3",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/pay-stub-miniapp": "0.7.7",
+ "@walmart/pay-stub-miniapp": "0.8.0",
"@walmart/payrollsolution_miniapp": "0.126.8",
"@walmart/p... | removed react-native-chart-kit and updated paystub version to 0.8.0 | removed react-native-chart-kit and updated paystub version to 0.8.0
|
583515cc5fca818f7fa3837a42301bd5dcef10a6 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/avp-shared-library": "0.10.7",
"@walmart/backroom-mini-app": "1.9.0",
"@walmart/calling-mini-app": "0.7.34",
- "@walmart/checkout-mini-app": "4.4.2",
+ "@walmart/checkout-mini-app": "4.8.0",
"@walmart/compass-sdk-rn": "6.2.1",
"@walmart/config-... | feat(Checkout): FEAT-2379 Drop29 Fixes and enhancements (#4083) | feat(Checkout): FEAT-2379 Drop29 Fixes and enhancements (#4083)
* Update checkout version for Drop29
* Update checkout version
* Update lock file
* build: FEAT-2379 Update checkout version
* build: FEAT-2379 Update checkout version
* build: FEAT-2379 Update checkout version
* fix: FEAT-2379 Update ch... |
1fb5c430da036d1cb8d17c2638fdd95e8776822f | --- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap
@@ -29,13 +29,5 @@ exports[`PreHireHallwayNav matches snapshot 1`] = `
}
}
/>
- <Screen
- name="paymentselection"
- options={
- {
- "headerShown": false,
- }
- }
- />
</Navi... | Updated the snapshot | Updated the snapshot
|
2999c35f183258bb815526d452b2702819217877 | --- package.json
@@ -153,7 +153,7 @@
"@walmart/returns-mini-app": "4.17.10",
"@walmart/rfid-scan-mini-app": "2.14.3",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.6.11",
+ "@walmart/rn-receiving-mini-app": "2.6.18",
"@walmart/roster-mini-app": "3.8.0",
... | fix(receiving): drop 34 release bugfix merge (#4815) | fix(receiving): drop 34 release bugfix merge (#4815)
Co-authored-by: Dakota Bourne <dakota.bourne0@walmart.com>
Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
Co-authored-by: Abhishek Dourbi <ABHISHEK.DOURBI@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com... |
1360fd42accbc189ca648127c4a8d34ec885203f | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/manager-approvals-miniapp": "0.1.2",
"@walmart/me-field-mini-app": "1.1.36",
"@walmart/metrics-mini-app": "0.9.33",
- "@walmart/mod-flex-mini-app": "1.3.13",
+ "@walmart/mod-flex-mini-app": "1.3.14",
"@walmart/moment-wal... | upgrading modflex to 1.3.14 | upgrading modflex to 1.3.14
|
a0ce25068bb1464ec682ff0ce638b9f13bbde81c | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.8.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.7.0...v1.8.0) (2024-07-09)
+
+
+### Features
+
+* **ui:** update version SMDV-5955 ([52c39f3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/52c39f3aaeda87930dc777a4be398dd3e371597c))
+
# [1.7.0... | chore(release): 1.8.0 [skip ci] | chore(release): 1.8.0 [skip ci]
# [1.8.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.7.0...v1.8.0) (2024-07-09)
### Features
* **ui:** update version SMDV-5955 ([52c39f3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/52c39f3aaeda87930dc777a4be398dd3e371597c))
|
53a09143c7c6c25da1e76d71d13d14b1e214023b | --- src/channels/components/ChannelRow.tsx
@@ -74,6 +74,7 @@ export type ChannelRowProps = {
style?: StyleProp<ViewStyle>;
index?: number;
channelsListLength?: any;
+ testID?: string;
};
export const ChannelRow = (props: ChannelRowProps) => {
@@ -156,7 +157,10 @@ export const ChannelRow = (props: ChannelR... | SMDV-4866 Test ids needed for PTT automation | SMDV-4866 Test ids needed for PTT automation
|
13c74348866d2cfd1cf89a603272f962a9c16dde | --- package-lock.json
@@ -126,7 +126,7 @@
"namecase": "^1.1.2",
"numeral": "^2.0.6",
"react": "^18.2.0",
- "react-hook-form": "^7.38.0",
+ "react-hook-form": "7.38.0",
"react-i18next": "^13.3.1",
"react-native": "0.72.6",
"react-native-app-auth": "^6.4... | chore: change hook form version | chore: change hook form version
|
aead07aa3f32bb7f111c7e527c230cc45fdf0530 | --- package-lock.json
@@ -44,10 +44,10 @@
"@walmart/core-utils": "~1.3.0",
"@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-component-miniapp": "0.1.2",
- "@walmart/emergency-mini-app": "1.17.0",
+ "@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-... | Updated emergency version | Updated emergency version
|
855017bc4a1ce6993a854a37e9ac0f13e201e9cf | --- package-lock.json
@@ -35,7 +35,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.7",
+ "@walmart/ask-sam-mini-app": "1.3.8",
"@walmart/attendance-mini-ap... | ask sam version bump | ask sam version bump
|
de31d53d93b2079b2bd7f16bffb02a02420749a0 | --- __tests__/components/AssociateRosterItemTest.tsx
@@ -4,7 +4,7 @@ import {renderWithProviders} from '../harness/redux';
import {generateMockAssociate} from '../harness/mockData/associate';
describe('AssociateRosterItem', () => {
- it('should not display message button if item is for the current user', () => {
+... | update the type | update the type
|
a19be91ab2b707e1034bc3c15c3a271b42787e53 | --- targets/US/package.json
@@ -108,7 +108,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.5",
"@walmart/ims-print-services-ui": "2.15.3",
- "@walmart/inbox-mini-app": "0.97.11",
+ "@walmart/inbox-mini-app": "0.97.12",
"@walmart/iteminfo-mini-app": "... | inbox version update | inbox version update
|
6817f1ade25bc945b9080387fbbb935ddab56053 | --- 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.7",
+ "@walmart/ask-sam-mini-app": "1.28.10",
"@walmart/associate-listening-mini-app": "1.2.10... | version bump -side kick and fix few dependencies | version bump -side kick and fix few dependencies
|
7c9e69f95d38f63c0852fe138ef30f83257835f5 | --- packages/associate-exp-hub-team-switcher/src/services/teamState/modalStateManager.ts
@@ -23,16 +23,16 @@
* @since 2.0.0
*/
-import {useDispatch} from 'react-redux';
-import {useAllsparkSelector} from '@walmart/allspark-foundation';
-import {useRef, useEffect, useCallback, useMemo} from 'react';
+import { useD... | feat(ui): updated selection logic | feat(ui): updated selection logic
|
33b090f3879fe0d81229b9b6bb64fa11a327e6c2 | --- targets/US/package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
- "@walmart/metrics-mini-app": "1.29.3",
+ "@walmart/metrics-mini-app": "1.29.4",
"@walmart/mod-flex-... | build: bumped metrics version | build: bumped metrics version
|
c23d737598560a6d7e6c6c10a7ed956b4b650016 | --- __tests__/components/ClockStatusIndicatorTest.tsx
@@ -45,4 +45,19 @@ describe('ClockStatusIndicator tests', () => {
clockStatusIndicatorComponent.getByText('Clocked out');
expect(clockedOutText).toBeDefined();
});
+
+ it('should render Clocked out when showIndicator is true', () => {
+ const prop... | Adding tests for ClockStatusIndicator | Adding tests for ClockStatusIndicator
|
7507353591ccf048298cb162b695dac9059d148e | --- packages/me-at-walmart-container/__tests__/http/interceptors/addCorrelationId.test.ts
@@ -1,16 +1,7 @@
import { AddCorrelationInterceptor } from '../../../src/http/interceptors/addCorrelationId';
-
-const { AllsparkReduxStore } = require('@walmart/allspark-foundation/Redux');
const { getCorrelationId } = require(... | chore: fix test | chore: fix test
|
286c6998b11139d303009322e7233b430ff99e50 | --- src/components/Roster/Roster.tsx
@@ -16,6 +16,7 @@ import {isNil} from 'lodash';
import {
associateIsAbsent,
associateIsClockedIn,
+ associateIsTardy,
sortedAssociateList,
} from '../../utils';
import {useSelector} from 'react-redux';
@@ -32,6 +33,7 @@ import {FilterValue, RosterFilters} from '../../co... | Update filter change associate update | Update filter change associate update
|
921439363978bb18bb367a3ef7d7579676682529 | --- package.json
@@ -180,7 +180,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-i18next": "^13.3.1",
- "react-native": "patch:react-native@npm%3A0.73.7#~/.yarn/patches/react-native-npm-0.73.7-7f2047866d.patch",
+ "react-native": "0.73.7",
"react-native-app-auth": "7.2.0",
... | updating package and yarn.lock | updating package and yarn.lock
|
47ecbf32fd983b51c01abe7eef1a894d92a68cab | --- packages/allspark-foundation/src/FeatureRunner/components/FeatureSection.tsx
@@ -12,6 +12,7 @@ import {
import { AllsparkNavigationClient } from '../../Navigation';
import { AllsparkFeatureModule } from '../../Feature';
import { AllsparkLocalStorage } from '../../LocalStorage';
+import { ActiveAllsparkContainer ... | feat: add enable and disable feature option to feature runner | feat: add enable and disable feature option to feature runner
|
e78b57f20c89fe2eaa2bc89066b5e5391fc23982 | --- src/hooks/useForceCloseOnClockOut.ts
@@ -38,10 +38,49 @@ export const useForceCloseOnClockOut = (
): void => {
const isClockedOut: boolean = useSelector(ClockSelectors.getIsClockedOut);
+ // DIAGNOSTIC: Track previous state to detect changes
+ const prevClockedOutRef = useRef<boolean | null>(null);
+
... | feat(ui): add clock hook | feat(ui): add clock hook
|
2ec967b56c16604e426e88f2edb070f578305d82 | --- package-lock.json
@@ -73,7 +73,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.1",
- "@walmart/receipt-check-miniapp": "1.11.5",
+ "@walmart/receipt-check-miniapp": "1.11.8",
... | base branch fix | base branch fix
|
63ec79615d9ec18a04c8e8a80ed5dfb5da618c09 | --- package-lock.json
@@ -178,7 +178,7 @@
"util": "^0.12.4",
"uuid": "^3.3.2",
"victory-native": "^36.5.0",
- "wifi-store-locator": "1.1.3",
+ "wifi-store-locator": "1.4.0",
"xdate": "^0.8.2"
},
"devDependencies": {
@@ -21827,7 +21827,9 @@
}
},... | Update Wi-Fi store locator to 1.4.0 | Update Wi-Fi store locator to 1.4.0
|
90cf9b670ed4a856ec83e5f9828d71e801746c3f | --- packages/allspark-authentication/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.
+## [7.1.6](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-authentication@7.1.6
- @walmart/allspark-foundation@7.16.9
- @walmart/allspark-foundation-hub@1.25.11
- @walmart/allspark-utils@7.2.1
- @walmart/my-walmart-hub@1.6.9
|
9805d2e391ffc28f579ddffb8c44bd9c3ee9fc49 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@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",
"@walmart/receipt-check-miniapp": "1.27.3",
"@walmart/redux-store": "~6.3.28",
- "@walmart/... | chore(ui) : updated the latest version | chore(ui) : updated the latest version
chore(ui) : updated the latest version
|
e25d54539d74ce7bc8d64b44d48bb7abd4320cd7 | --- src/containers/Message/index.tsx
@@ -139,21 +139,16 @@ export const Message = ({
if (deleted) {
return `${t('channelsScreen.deletedMessage', {
deletedBy: deletedByPreferredName,
- })}. ${t('Sent at')} ${messageTime}`;
+ })}, Sent at: ${messageTime}`;
}
+ const senderName = isM... | fix(SMDV-7779): Improve message speaker identification format | fix(SMDV-7779): Improve message speaker identification format
- Change format to '[Name] said: [message], Sent at: [time]'
- Use 'You' consistently for user's own messages
- Simplify image/audio announcements with [Photo] and [Audio message]
- Remove translation dependencies for clearer announcements
JIRA: SMDV-7779
|
fcc92c89e0d34f31468d9e3e9e053e5a4916f91f | --- src/channels/utils.ts
@@ -23,14 +23,21 @@ export const createStoreDocumentPath = (storeId: string) => {
};
/**
- * @description Create full path to store channel
- * @returns channels/STORE_ALL
+ * @description Create full path for given store and channel id
+ * @returns text_channels/STORE_{storeId}/channels/{... | feat: add generic channel path creation util. integrate for push handler. | feat: add generic channel path creation util. integrate for push handler.
|
be70c7f1c00bfb377c26c8f7b486941919a150c3 | --- src/redux/Notifications/sagas.ts
@@ -2,7 +2,6 @@ import {takeLatest, call} from 'redux-saga/effects';
import {NotificationTypes} from '.';
import {navigate} from '@walmart/react-native-shared-navigation';
-
export function* routePushNotification(action: any) {
const {pushNotificationEvent} = action;
cons... | adding navigator to search screen | adding navigator to search screen
|
c061dae4d57a65c98d05fc5d80ea90d83a9c3aaf | --- ios/Podfile.lock
@@ -406,7 +406,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.5.80):
+ - react-native-ptt-module (1.5.81):
- PTT (= 0.7.14-rc.12)
- React
- react-native-safe-area-context (3.3.2):
@@ -970,7 +970,7 @@ SPEC CHECKSUMS:
rea... | updating package version | updating package version
|
251e0b8573080275109e626edaf856d08cf994fc | --- packages/celebration-mini-app-graphql/__tests__/hubConfig.test.ts
@@ -6,7 +6,7 @@
import {
CELEBRATIONS_GRAPHQL_HUB_CONFIG,
registerCelebrationsGraphQLComponents,
- initializeMyTeamHub,
+ initializeCelebrationsForMyTeamHub,
} from '../src/config/HubConfig';
const mockAdd = jest.fn();
@@ -66,7 +66,7 @@ ... | feat(ui): update celebration details screen | feat(ui): update celebration details screen
|
4909013d5a34fbc81457efe84db2dbbf482fd118 | --- packages/allspark-foundation/src/Network/redux.ts
@@ -63,8 +63,7 @@ export const networkSlice = createSlice({
},
});
-export const { ActionTypes, ActionCreators } =
- createSliceActionUtils(networkSlice);
+const { ActionTypes, ActionCreators } = createSliceActionUtils(networkSlice);
/**
* A map of actio... | fix: integrate permissions redux state for backwards compatability | fix: integrate permissions redux state for backwards compatability
|
a715da45fc9ed7657c6b0bfae539edd093301493 | --- __tests__/screens/MessagesScreen/DeleteMessageTest.tsx
@@ -0,0 +1,28 @@
+import React from 'react';
+import {MessageOptionsModal} from '../../../src/containers/Message/MessageOptionsModal';
+// import {firebase} from '@react-native-firebase/firestore';
+// import react from 'react';
+const {renderWithProviders} = r... | Initial push | Initial push
|
eaa617affddc7c472977d6099ff76a1157def42c | --- src/components/Roster/Roster.tsx
@@ -59,6 +59,9 @@ export const Roster: React.FC<RosterProps> = (props) => {
> = ({item: associate, index, extraData}: AssociateListRenderItem) => {
const isTopRow = index === 0;
const isLastRow = index === extraData?.listLength - 1;
+ if (isNil(associate)) {
+ r... | updating roster screen | updating roster screen
|
65cf6591a042a89d5eecae804e6286807ae0a84b | --- packages/celebration-mini-app-graphql/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.14.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.23.0
- @walmart/celebration-mini-app-graphql@1.14.0
|
68a6badff5fdf8392a40637a9d5f35cb946de058 | --- packages/core-services-allspark/src/graphql/links.ts
@@ -1,4 +1,5 @@
-import { ApolloLink } from '@apollo/client';
+import { ApolloLink, DefaultContext } from '@apollo/client';
+import { generateQueryHash } from '@walmart/allspark-graphql-client';
import { MewAssociate } from './schema.types';
// Remap Mew type... | feat: add link to format athena requests. move base url from graphql http config to http client config | feat: add link to format athena requests. move base url from graphql http config to http client config
|
30d3ae796dda2bf8dcb8b7ce5f155da5831c5bb5 | --- ios/Podfile.lock
@@ -559,7 +559,7 @@ PODS:
- React-Core
- react-native-wm-app-review (0.3.0):
- React-Core
- - react-native-wm-voice-text (0.6.0):
+ - react-native-wm-voice-text (1.0.0):
- React
- React-perflogger (0.70.4)
- React-RCTActionSheet (0.70.4):
@@ -718,7 +718,7 @@ PODS:
- R... | fix: patch react-native-loudness package | fix: patch react-native-loudness package
|
d2b5250f45da1029e84c1f7ca6a0de40e5e879f9 | --- packages/allspark-foundation-hub/src/SupplyChain/Utils/utils.ts
@@ -26,4 +26,4 @@ export const trimToFortyCharacters = (text: string | null | undefined) => {
return '';
}
return text.slice(0, 40);
-}
+};
| Fixing lint errors | Fixing lint errors
|
8e62080e6b5e5ad2d4bca0176fedcfe4b074a23f | --- src/core/appConfigInit.ts
@@ -102,7 +102,7 @@ export function* getAppConfigScope(): any {
model,
siteId: `${siteId}`,
deviceType,
- teamIds: `[${teamIds.join(',')}]`,
+ teamIds: `${teamIds.join(',')}`,
},
} as AppConfigFetchParams;
}
--- src/navConfig/NavConfigSagas.ts
@@ -... | teams id | teams id
(cherry picked from commit 0f7e70d6ac654466399a23802ae69238003f65db)
|
abfb75a065ec9c8bc22ba2c5c31c0169791daa59 | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -212,4 +212,4 @@ describe('SideMenuContent', () => {
component.update(<SideMenuContent {...baseProps} />);
expect(component.toJSON()).toMatchSnapshot();
});
-});
\ No newline at end of file
+});
--- src/navigation/AssociateHallwayNav... | prettier spce issue | prettier spce issue
|
66c8639bffbd9f29de38154c26a3d9c9fa573d8a | --- core/__tests__/__mocks__/@walmart/shop-gnfr-app.js
@@ -1,3 +1,3 @@
module.exports = {
- GNFRApp: 'GNFRApp',
- };
\ No newline at end of file
+ GNFRApp: 'GNFRApp',
+};
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -545,7 +545,7 @@ const MiniAppScreens = createMiniAppScreens(MainSt... | push main stack changes | push main stack changes
|
01e5dae57dbc7c5da42613f0836a58195f2bc5c3 | --- src/channels/pushToTalkProvider.tsx
@@ -4,7 +4,10 @@ import {useSelector} from 'react-redux';
import {FirebaseFirestoreTypes} from '@react-native-firebase/firestore';
import {SiteSelectors} from '@walmart/redux-store';
-import {getEncryptedUserId} from '../redux/selectors';
+import {
+ getEncryptedUserId,
+ s... | update firestore settings config | update firestore settings config
|
23695c340b5f921332549ab1a8071f54cacbf3f6 | --- src/auth/ErrorScreen.tsx
@@ -58,7 +58,7 @@ export const ErrorScreen: FC<any> = (props) => {
);
logger.error('SSO error while Login', {
message: detail || 'no details entered by the user',
- userId: encryptUserId(userId, siteId),
+ userId: encryptUserId(userId.toUpperCase(), site... | user id uppercase | user id uppercase
(cherry picked from commit 837de1243ac3c37a4fbce112f81a34420a78711b)
|
96bf833fad63971ca69465292e3d1c8658dd465b | --- package-lock.json
@@ -3228,9 +3228,9 @@
"integrity": "sha512-R+Kkr3KRExpa59xqPkVPF66+zGo88oZiqbfFx+BzrIJE6eUTUKTGCeiidVci+xjmfSnp6TKrMUkRBxh2b/GffA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.55",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Urgent time clock and TOR fixes (#510) | Urgent time clock and TOR fixes (#510)
* Urgent time clock and TOR fixes
* Null checks and gracefully handling errors
Co-authored-by: Noor Mohiuddin <noor.mohiuddin@outlook.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.