commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
e408d5d1a8ff88395579d776a55fedbd9f64f6f4 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -2,14 +2,14 @@
exports[`RootContainer renders and fires startup event 1`] = `
<Provider
- env="teflon"
+ env="beta"
environmentOverrides={{}}
/>
`;
exports[`RootContainer renders with no linking config on undefined userid 1`] = `
<Provider
- env="teflon"
+... | Updated test | Updated test
|
efde7e84338ee83a10beba5f11d64bee2b27bf4e | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/checkout-mini-app": "3.9.310",
"@walmart/compass-sdk-rn": "5.19.3",
"@walmart/config-components": "4.3.2",
- "@walmart/copilot-mini-app": "3.92.8",
+ "@walmart/copilot-mini-app": "3.92.9",
"@walmart/core-services": "6.0.... | chore: bump copilot@3.92.9 | chore: bump copilot@3.92.9
|
89a36f0ef4d54e1d01b59a3ff55f7e19fc40ad95 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -8,6 +8,7 @@ import {
useGetTeamById,
useGetTeamsByStore,
useGetViewersPrimaryTeamId,
+ useTotalSiteOrTotalStore,
} from '../../../hooks';
import {createAllTeamsSections} from '../../utils/allTeams';
import {Team} from '../../../types';... | fix: useTotalSiteOrTotalStore hook use - [SMDV-6515] | fix: useTotalSiteOrTotalStore hook use - [SMDV-6515]
|
c7854fd039b26ebbe92462d2ef3d878a5db37ed8 | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/time-clock-mini-app": "2.98.0",
"@walmart/topstock-mini-app": "1.0.6",
"@walmart/ui-components": "1.15.0",
- "@walmart/welcomeme-mini-app": "0.81.0",
+ "@walmart/welcomeme-mini-app": "0.81.2",
"@walmart/wfm-ui": "0.2.26"... | chore: welcomeme-mini-app version bump | chore: welcomeme-mini-app version bump
|
b4b1072a36f8e4926f2c9bdea9ff2081f84fa42d | --- packages/allspark-foundation-hub/package.json
@@ -22,29 +22,27 @@
"engines": {
"node": ">=18.0.0"
},
- "dependencies": {
- "@reduxjs/toolkit": "^1.9.7",
- "@shopify/flash-list": "~1.6.4",
- "lodash": "~4.17.21",
- "namecase": "^1.1.2",
- "react-redux": "^8.1.3"
- },
"devDependencies":... | fix(ui): update the package for foundation hub to move the dependency (#187) | fix(ui): update the package for foundation hub to move the dependency (#187)
|
949bc5925fab0e6ca093bff3e1c41a3e720bf919 | --- packages/celebration-mini-app-graphql/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.28.3](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/cele... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.39.0
- @walmart/celebration-mini-app-graphql@1.28.3
|
4f494598345fc75463be992483592c72466a0da1 | --- .github/pull_request_template.md
@@ -1,37 +1,39 @@
## Links to JIRA tickets:
+## Please describe the problem this PR is addressing:
-## Types of changes
+
+## Please describe your solution for this problem:
+
+## Core App
+Fill in the below sections if this PR has changes to the core app.
+
+#### Types of chan... | updating pr template (#245) | updating pr template (#245)
|
4054b5f8b8bd6de4638c7e54cf023e7d35a35cf1 | --- packages/allspark-foundation/src/Components/DynamicComponents.md
@@ -117,42 +117,6 @@ A `Template` renders the component directly. It requires props be provided. This
The example is simple, but imagine the component being a smart component that handles its own data fetching, navigation, etc. The consuming featur... | chore: remove deprecated docs | chore: remove deprecated docs |
d549ae9d68bc86f643b9e08589cffd695c6f29eb | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/emergency-mini-app": "1.27.0",
"@walmart/exception-mini-app": "1.7.9",
"@walmart/facilities-management-miniapp": "0.9.1",
- "@walmart/feedback-all-spark-miniapp": "0.9.59",
+ "@walmart/feedback-all-spark-miniapp": "0.9.60",
... | GDVCVR-16386 Init feedback Drop 20 | GDVCVR-16386 Init feedback Drop 20
|
9f4a2cbc5a22c4657bc28371278303b6d94daf0f | --- package-lock.json
@@ -3062,9 +3062,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.29.3",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.3.tgz",
- "integrity": "sha512-o7bb0TkVF926zc062zoJVD57eZmPHYBiVBUFxCk+IbCFrErvkajSHX4B7vYNylnW... | Version bump | Version bump
|
8d16ac22a466037b2ce0c330524c50a42307850c | --- packages/allspark-authentication/src/Authentication.ts
@@ -341,6 +341,8 @@ export class AllsparkAuthentication {
this._runInfoEvent('SIGN_OUT_SUCCESS');
}
} catch (e) {
+ await this._cachedResult.remove();
+ this._cachedConfig.remove();
this._runErrorEvent('SIGN_OUT_ERROR', e a... | fix: adding additional removes inside catch | fix: adding additional removes inside catch
|
e93ae4aaaa87c3c45506245737caca41f505c0ae | --- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx
@@ -35,7 +35,7 @@ import {UserSelectors} from '@walmart/allspark-foundation/User';
import {
generateTeamRoster,
handleViewAssociateSchedule,
- filterAssociatesByStatusAndSearchInputAndShift,
+ filterAssociatesByStatusAndSearchInput,
} from '../../... | seperate filter function | seperate filter function
|
9456a3b3c2252c3a84318ef7070d207dc480c735 | --- package-lock.json
@@ -74,7 +74,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.14.4",
+ "@walmart/receipt-check-miniapp": "1.14.5",
... | version bump | version bump
|
b11bfaca4d3d4405ed75388818454b3741720bff | --- targets/US/package.json
@@ -123,12 +123,12 @@
"@walmart/metrics-mini-app": "1.27.3",
"@walmart/mod-flex-mini-app": "1.23.2",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "2.3.2",
+ "@walmart/money-auth-shared-components": "2.3.4",
"@walmart/myteam-mini-app... | bump version | bump version
|
e1db17a7411a226ce5a57a1464d3529a906a5eb8 | --- src/managerExperience/components/AssociateList/styles.ts
@@ -84,13 +84,13 @@ export const associateListItemStyles = (hasBorder: boolean) =>
fontFamily: 'Bogle Regular',
fontSize: 14,
lineHeight: 20,
- marginBottom: 4,
},
associateSchedule: {
display: 'flex',
flexDir... | fix: fixed associate list styling | fix: fixed associate list styling
|
59d39b8fe478dce819d54bf5699c8f7fded6ca86 | --- targets/US/ios/Podfile.lock
@@ -2955,9 +2955,9 @@ SPEC CHECKSUMS:
walmart-react-native-sumo-sdk: 49d6a1873b29b2279433bd4346755206ac60e1fd
WebexSDK: 8a46648ec5992f1a10de5375e91df35750275445
wifi-store-locator: 501fca0a220c725ed93ab403635c0f246a8ce7e3
- Yoga: c716aea2ee01df6258550c7505fa61b248145ced
+ Yoga... | Run pod install | Run pod install
|
cff934076b3f3df665d08bca9fd2d1bbc28e41e6 | --- .looper.yml
@@ -15,4 +15,5 @@ flows:
pr:
- npm install
- npm run lint
- - npm run coverage
+ # Temporarily disable coverage check until tests are written
+ #- npm run coverage
--- .looper.yml
@@ -15,4 +15,5 @@ flows:
pr:
- npm install
- npm run lint
- - npm run coverage
+ ... | disabling coverage check | disabling coverage check
|
1df39c31e517af74e89759569b5b93f640d9deaa | --- src/components/hub/HubFactory.tsx
@@ -84,10 +84,30 @@ export const HubFactory: React.FC<HubFactoryProps> = ({
// Import HubConfig only when widget management is enabled
const {HubConfig} = require('../../config/HubConfig');
+ const enhancedConfig = {
+ ...HubConfig,
+ accessibility: {
+ accessib... | feat(ui): added accessibility config to hubconfig object | feat(ui): added accessibility config to hubconfig object
|
ce1a1ad6f1fe96870a3516db0916172d7b0155b0 | --- packages/allspark-foundation-hub/__tests__/store/redux/reducer.test.ts
@@ -129,6 +129,7 @@ describe('storeManagerExperienceSlice', () => {
expect(newState.userOnboardingComplete).toEqual(true);
expect(newState.userOnboardingInProgress).toEqual(false);
expect(newState.userOnboardingError).toEqual(null... | fix(onboarding): add user already onboarded to context SMDV-8929 (#534) | fix(onboarding): add user already onboarded to context SMDV-8929 (#534)
* fix(onboarding): add user already onboarded to context SMDV-8929
* fix(onboarding): remove fix specific comments SMDV-8929
* fix(onboarding): show Got It bottom sheet
* fix(onboarding): remove excessive logging
* fix(onboarding): rem... |
5fd5d373df5f1e94d8cbb61f787883d928a39795 | --- src/channels/components/ChannelRow.tsx
@@ -237,7 +237,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
<View style={styles.itemLeading}>
<Avatar
style={styles.avatar}
- associate={channelAvatarAssociate ?? {} as Associate}
+ ... | chore: remove default value | chore: remove default value
|
698c70b7422877e3c6005b492d4ec1a0bd4c2df9 | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/checkout-mini-app": "3.9.310",
"@walmart/compass-sdk-rn": "5.19.3",
"@walmart/config-components": "4.3.2",
- "@walmart/copilot-mini-app": "3.92.4",
+ "@walmart/copilot-mini-app": "3.92.5",
"@walmart/core-services": "6.0.... | chore: bump copilot@3.92.5 | chore: bump copilot@3.92.5
|
826d8d28517f1fe34ae60478cb81afb25fb6b86d | --- packages/components-library/components/AssociateListItem/index.tsx
@@ -1,2 +1,2 @@
export * from './AssociateListItem';
-export * from './types';
\ No newline at end of file
+export * from './types';
| fix(lint): allspark-5979 lint fix | fix(lint): allspark-5979 lint fix
|
49e7cd4890a681c0f97e1c2e6993ecb2334850e2 | --- packages/expo-config-plugins/src/withReactNativeScanner.ts
@@ -0,0 +1,13 @@
+import { ConfigPlugin } from '@expo/config-plugins';
+import withGradleExtVars from './withGradleExtVars';
+
+const withReactNativeScanner: ConfigPlugin = (config) => {
+ return withGradleExtVars(config, {
+ tag: 'react-native-scanner-... | chore(sync): ALLSPARK-5806 sync plugins from drop/30 (#200) | chore(sync): ALLSPARK-5806 sync plugins from drop/30 (#200)
|
eeeee5c0b4666b8d49be46bd2d0844a1db92da1c | --- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/MeStackNav.tsx
@@ -10,7 +10,6 @@ import {withSensitiveView} from '../../withSensitiveView';
import {MeStackMap} from '../types';
import {withScreenGuards} from '../../../../core/CreateGuardedScreens';
import {MINI_APPS} from '../../../../oneClick/MiniApps';
... | Update inbox icon on the Profile screen | Update inbox icon on the Profile screen
|
5e1f8de0f42717fdbf53e0418440bafa1594c791 | --- src/channels/components/ChannelRow.tsx
@@ -112,6 +112,9 @@ export const ChannelRow = (props: ChannelRowProps) => {
screen: MESSAGES_SCREEN_NAME,
params: {
channelPath,
+ details: {
+ channelName: channelName,
+ },
},
},
});
--- src/scr... | update channel data for mega nav screen channel navigation | update channel data for mega nav screen channel navigation
|
9b901eb8af12ecb0fa79d550d151c5e922797002 | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -143,7 +143,7 @@ export class ActiveContainerManager {
* Can be accessed using `ActiveAllsparkContainer.features.Screens`, but this is provided for simplicity.
*/
public get Screens() {
- return this._activeContainer?.Screens;
+ ... | chore: revert active container manager screens reference to ensure no undefined | chore: revert active container manager screens reference to ensure no undefined
|
3a60d72b7b15419ce92f67757cd0b7335186e0a6 | --- .looper.multibranch.yml
@@ -1,5 +1,10 @@
inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
+tools:
+ jdk:
+ flavor: azul
+ version: 17
+
flows:
prepare-npm-project:
- (name Yarn Install) corepack enable
--- package.json
@@ -176,7 +176,7 @@
"react-i18next": "^13... | fix: update audio recorder player library | fix: update audio recorder player library
|
72cdbfafc1979402a2eb06742226849995cb3260 | --- src/containers/RosterFilters.tsx
@@ -36,7 +36,7 @@ export enum FilterValue {
// ChipGroup emits index of selected chip rather than id, so mapping
// index to string value here.
// IMPORTANT! Render order of chips matters!
-const FilterMap = {
+const FilterMapSalaried = {
'0': FilterValue.all,
'1': FilterVa... | add filter for hourly associate | add filter for hourly associate
|
6b71205f7eab263134a78849d44103cd6ff8a4da | --- packages/allspark-foundation-hub/src/Store/translation.ts
@@ -91,7 +91,7 @@ export const enUS = {
},
},
warningAlert: {
- warningMessage: 'Something went wrong',
+ warningMessage: 'Unable to load. Please refresh.',
buttonLabel: 'Try again.',
},
};
@@ -191,7 +191,7 @@ export const esMX = {
... | feat(ui): updated error message | feat(ui): updated error message
|
da8106087e01c4ecc418d93f3e0e16d44928b0ac | --- ios/Podfile.lock
@@ -985,7 +985,7 @@ PODS:
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- - native-rfid-scanner (3.9.9):
+ - native-rfid-scanner (3.9.10):
- React-Core
- OpenSSL-Universal (1.1.1100)
- PromisesObjC (2.3.1)
@@ -2111,7 +2111,7 @@ SPEC CH... | Update native-rfid-scanner@3.9.10 | Update native-rfid-scanner@3.9.10
|
f3239c31205a2735bdf106729406db92e6356ef3 | --- __tests__/screens/MessagesScreen/DeleteMessageTest.tsx
@@ -225,8 +225,17 @@ describe('MessageOptionsModal', () => {
// image: null,
// message: 'Message was deleted by Darlene M Jones',
// });
- expect(mockUpdate).toHaveBeenNthCalledWith(2, {
+ expect(mockUpdate).toHaveBeenNthCalledWith(1, ... | updating updates | updating updates
|
746f66e105dc187dd42e242f59b746fc429e3a09 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/avp-shared-library": "0.2.12",
"@walmart/backroom-mini-app": "1.0.6",
"@walmart/calling-mini-app": "0.1.24",
- "@walmart/checkout-mini-app": "3.11.0",
+ "@walmart/checkout-mini-app": "3.12.0",
"@walmart/compass-sdk-rn": ... | Checkout 3.12.0 | Checkout 3.12.0
|
b3c0c750273300ac75d3b9a45a5edd0780c3e80f | --- .looper-pr.yml
@@ -10,7 +10,7 @@ flows:
- (name Enable Corepack) corepack enable
- (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- - (name Yarn Install) yarn install --mode=update-lockfile
+ - (name Yarn Install) yarn install --immutable false
envs:
g... | fix: allow lockfile updates in looper ci to prevent installation errors | fix: allow lockfile updates in looper ci to prevent installation errors
|
5fa7e74c39c2557ff4102df6fd9be021b395655f | --- src/screens/RosterScreen.tsx
@@ -19,6 +19,7 @@ import {TEXTING_I18N_NAMESPACE} from '../translations';
import {useTranslation} from 'react-i18next';
import {teamLeadJobDescriptions} from '../redux/selectors';
import {sortedAssociateList} from '../utils';
+import {analytics} from '../logger/Analytics';
const s... | Pull down to refresh error case fix | Pull down to refresh error case fix
|
fae38670cbf7210cc5057366dd27324ef4cb52b1 | --- packages/allspark-foundation/__tests__/Components/__snapshots__/AllsparkBanner.test.tsx.snap
@@ -1,10 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AllsparkBanner renders banner correctly 1`] = `
-<View
- entering={BaseAnimationMock {}}
- exiting={BaseAnimationMock {}}
->
+<View>
<View
s... | fix(test): fix failing test | fix(test): fix failing test
|
263655043932a4c327822944a0137de3132a0095 | --- package-lock.json
@@ -24907,9 +24907,9 @@
"integrity": "sha512-31gtF8rVekdlx443qIZY7uGrD1ctzINt0C/Y+QP4VsRfZC2/n0J50syLxJqD2rP5S4+e0TYtdT1MLmGNtTteTQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.9.7",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-mi... | Feedback bump version for drop-9 | Feedback bump version for drop-9
|
e7d7d3910f9948ca9a9416c2d5b9115d86f22597 | --- package.json
@@ -113,7 +113,7 @@
"@walmart/ims-print-services-ui": "2.12.0",
"@walmart/inbox-mini-app": "0.95.3",
"@walmart/iteminfo-mini-app": "7.15.11",
- "@walmart/learning-mini-app": "20.0.34",
+ "@walmart/learning-mini-app": "20.0.35",
"@walmart/manager-approvals-miniapp": "0.2.4",
... | feat: :sparkles: Bump learning mini app version to 20.0.35 | feat: :sparkles: Bump learning mini app version to 20.0.35
|
48fa699a9c8cf6cbeaa3228de4ec6f556900ade3 | --- fastlane/Fastfile
@@ -59,13 +59,14 @@ lane :submit_to_appcenter do |options|
if options[:BUILD_OUTPUT]
appcenter_upload(
file: options[:BUILD_OUTPUT],
+ destinations: "allsparktestershotfix"
release_notes: release_notes.join("\n\n"), # renders each line in a <p/> in App Center
upload_build... | new group1 | new group1
|
a7c1c072faf52946b2885c376a6ef49d18aaab7f | --- package-lock.json
@@ -3446,9 +3446,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.30",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.30.tgz",
- "integrity": "sha512-DuJmoeaS7L3QoZ59kYDbqoCqvVjHL3gWs1KbqUIs6Wr3pP+Np... | updating PTT version | updating PTT version
|
4474dac773c96a683c5ff1ed5d3095472172a828 | --- graphql.yml
@@ -60,33 +60,27 @@ applications:
- name: 'prod'
persistedQueries:
- name: 'GetAssociateClockStatus'
- hash: 'b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214'
queryTemplate: 'src/queries/getAssociateClockStatus.graphql'
tag... | remove hash, update spacing, sync versioning | remove hash, update spacing, sync versioning
|
0402e5c767951ddad9329119124af40dd017d6b4 | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/taskit-mini-app": "4.25.8",
"@walmart/time-clock-mini-app": "2.419.0",
"@walmart/topstock-mini-app": "1.17.11",
- "@walmart/translator-mini-app": "1.2.0",
+ "@walmart/translator-mini-app": "1.3.0",
"@walmart/ui-components": "patch:@walm... | version bump | version bump
|
2b55fa0fd0cc1c261599159f81b9ed17f3f378c3 | --- src/shared/index.tsx
@@ -1,4 +1,3 @@
export {RosterDetailScreen} from '../screens/RosterDetailScreen';
export {AllTeamsScreen} from '../screens/AllTeamsScreen';
export {RosterWidget} from '../components/RosterWidget';
-export {RosterMiniApp} from '../screens';
| Update the roster mini app version | Update the roster mini app version
|
48fdcaa901a4d1e0365567f016f92ec0eed1b678 | --- graphql.yml
@@ -41,6 +41,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getSupplyChainTeamPreferenceQuery.graphql'
tags:
- 'v1'
+ - name: 'GetSupplyChainTeamsByStore'
+ hash: '628c21f19457c4deea7fd9d2dd15138c11da598add9f4f67... | feat(ui): resolved conflicts | feat(ui): resolved conflicts
|
226d1ed443df39c3cc3e29ab8eb4a2952a84b14d | --- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
@@ -25,7 +25,7 @@ import {
telemetryEventsHandler,
createDefaultWidgetPlaceholder,
} from '../../../Shared';
-import styles from './styles';
+import { styles } from './styles';
import { Body } from '@walmart/gtp-shared-components';
imp... | Update foundation version | Update foundation version
|
e1c2e60b180f04d6b820bc23765b48daa8c569c8 | --- src/components/TeamList.tsx
@@ -20,7 +20,6 @@ import {
ListItem,
SkeletonText,
} from '@walmart/gtp-shared-components';
-import {UserSelectors} from '@walmart/redux-store';
import {Images} from '../images';
import {
useDailyRoster,
--- src/components/TeamList.tsx
@@ -20,7 +20,6 @@ import {
ListItem... | fix lint issue | fix lint issue
|
b7553cc75b8e121b4712be06ac3dd22c683d41d1 | --- src/components/TeamList.tsx
@@ -486,6 +486,13 @@ export const TeamChatCard = (props: {
{
i18nLabel: t('rosterScreen.associateRosterItem.messageBtn'),
action(team) {
+ analytics('team_messagebtn', {
+ message: 'n... | Addressing PR comments | Addressing PR comments
|
ee59cb222e9a53222c11911eb5eb772a0c3900b7 | --- __tests__/startup/SsoSagaTest.ts
@@ -526,13 +526,13 @@ describe('isSilentSignInError', () => {
});
describe('handleSignInFailure', () => {
- it('handles feedbackWidgetEnabled feature flagging', () => {
+ it('handles ssoFeedbackWidgetEnabled feature flagging', () => {
const configValue = {asBoolean: () =>... | changing property name | changing property name
|
03bbc9612b1e3ec86eaeadab3402427f10103539 | --- 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.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.2.0
- @walmart/allspark-foundation-hub@1.19.2
- @walmart/expo-config-plugins@0.7.0
- @walmart/me-at-walmart-geolocation@1.3.2
|
9b7d688e088005404247de909b25044a7199940e | --- 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.17.0-LoggerFix.2",
+ "@walmart/emergency-mini-app": "1.18.0",
"@walmart... | Emergency Mini App Logger issue Fix | Emergency Mini App Logger issue Fix
|
7a6cbdafad37f3625d24d739e34e93afbbaad3bb | --- packages/allspark-foundation/package.json
@@ -163,4 +163,4 @@
"optional": true
}
}
-}
\ No newline at end of file
+}
| chore: lint fix | chore: lint fix
|
8ccbe085d1242b2f4eafb900441eeb73c64cef9b | --- packages/allspark-foundation/__tests__/Config/sagas.test.ts
@@ -1,82 +0,0 @@
-import { select, take, takeLatest } from 'redux-saga/effects';
-import { ConfigActionTypes, ConfigActionCreators } from '../../src/Config/redux';
-import { ConfigSelectors } from '../../src/Config/selectors';
-import { onInit, onFetch, wa... | config sagas build fails fix | config sagas build fails fix
|
98aca8f785ad33ba26f15d43f0efd3b6d4904fe5 | --- packages/allspark-foundation/__tests__/Location/sagas.test.ts
@@ -1,31 +1,35 @@
import { onInit, onFetch } from '../../src/Location/sagas';
import { LocationActionCreators } from '../../src/Location/redux';
+import { LocationService } from '../../src/Location/service';
-beforeEach(() => {
- jest.clearAllMocks(... | fix build issue location sagas | fix build issue location sagas
|
62caee87720e96a86cf6dddfc55173eef4f652b9 | --- core/__tests__/home/components/CelebrationCard/__snapshots__/indexTest.tsx.snap
@@ -1,5 +1,68 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
+exports[`CelebrationCard does render the card when associate is clocked in 1`] = `
+<View
+ style={
+ [
+ {},
+ undefined,
+ ]
+ }
+ testID="anniversaryC... | fix: celebration card shoudnt be shown when clocked out | fix: celebration card shoudnt be shown when clocked out
|
31eef9a21ee9bd9344fab48d933f5b4f3c60318c | --- packages/allspark-foundation/__tests__/Device/sagas.test.ts
@@ -0,0 +1,31 @@
+import { select, take } from 'redux-saga/effects';
+import { waitForDeviceFetch } from '../../src/Device/sagas';
+import { DeviceActionTypes } from '../../src/Device/redux';
+import { DeviceSelectors } from '../../src/Device/selectors';
+... | sagas device test | sagas device test
|
371d040e52d6e2d7d43154545d7422b86aa80dd7 | --- src/index.tsx
@@ -4,7 +4,7 @@ import {useSelector, useDispatch} from 'react-redux';
import {ThunkDispatch} from '@reduxjs/toolkit';
import {firebase} from '@react-native-firebase/app-check';
-import {SiteSelectors, reducerManager, addSagas} from '@walmart/redux-store';
+import {SiteSelectors, reducerManager} fr... | remove runSagas | remove runSagas
|
bbdfede12418112b41cb31d51b0a47aa61f16964 | --- package.json
@@ -19,7 +19,7 @@
"build": "yarn workspaces foreach --all --topological-dev run build",
"check-expo-libs": "expo install --check",
"certify-booted-sim": "scripts/certifyBootedSim.sh",
- "coverage": "jest --coverage",
+ "coverage": "echo 'Skipping tests to test native builds' || jes... | chore: skipping coverage to test native builds | chore: skipping coverage to test native builds
|
c805a2e413f2224f855fbc020cc87ec802a5169b | --- __tests__/communications/oneToOneChatTest.tsx
@@ -3,6 +3,7 @@ import {renderWithProviders} from '../harness';
import {ChannelsProvider} from '../../src/channels';
import {TestFirestoreComponent} from '../../src/components/TestFirestoreComponent';
+import {render} from "@testing-library/react-native";
describ... | fixing harness import issues | fixing harness import issues
|
232c671d0f48a776933abc333e1ae33bac805708 | --- src/managerExperience/screens/RosterDetailScreen/ListEmptyComponent.tsx
@@ -0,0 +1,33 @@
+import React from 'react';
+import {useTranslation} from 'react-i18next';
+import {AssociateListLoading} from '../../components/AssociateList/AssociateListLoading';
+import {ListEmptyComponentProps} from './types';
+import {Er... | feat: added logging to error and loading screen | feat: added logging to error and loading screen
|
fab13f05c0ddea32c2d0d41e9419da9d10aeaf97 | --- .looper.yml
@@ -86,15 +86,15 @@ flows:
publishMajor:
- call: preparePublish
- - (name Publish From Changes) HUSKY=0 npx lerna publish major --yes --force-publish
+ - (name Publish From Changes) HUSKY=0 npx lerna publish major -registry ${REPOSOLNS_NPM_REPO} --yes --force-publish
publishFromChan... | Chore: update looper.yml for registry changes | Chore: update looper.yml for registry changes
|
607a7512ba6e4676d741a74664a2ae5a449fa869 | --- __tests__/hooks/useGetSupplyChainAssociateTeamPreference.test.ts
@@ -44,11 +44,11 @@ jest.mock('@walmart/allspark-foundation', () => {
getWin: mockWin,
getSiteId: mockSiteId,
};
-
+
const mockSiteSelectors = {
getWorkingSiteIsDC: mockWorkingSiteIsDC,
};
-
+
const mockDeviceSelectors =... | feat(ui): update fetch and error policy for all the queries unit tests | feat(ui): update fetch and error policy for all the queries unit tests
|
9c72bf1d45d983cdd2a0191f9320525bb9f535af | --- packages/allspark-foundation-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.25.21](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.25.21
|
8789b314d73d0ade5ecd5588d1771e8af3eb869a | --- src/presence/provider.tsx
@@ -1,4 +1,4 @@
-/* eslint-disable react-hooks/exhaustive-deps,no-spaced-func */
+/* eslint-disable react-hooks/exhaustive-deps */
import React, {PropsWithChildren, useMemo, useRef, useState} from 'react';
import firestore from '@react-native-firebase/firestore';
@@ -22,8 +22,8 @@ expo... | fix lint warning | fix lint warning
|
bf400feed27a3d466a63dc6d82a11404aa5abda4 | --- packages/me-at-walmart-common/src/components/Metrics.ts
@@ -4,8 +4,28 @@ import { AllsparkComponentContainers } from '@walmart/allspark-foundation/Compon
export type PayloadStatusType = 'ok' | 'stale' | 'failed';
export interface MetricsWidgetProps {
+ /**
+ * Used to report the status of your data/network r... | chore: update metrics widget props | chore: update metrics widget props
|
9be8f254b4982873c1ce05d711969d164bbff4bd | --- .looper-pr.yml
@@ -0,0 +1,11 @@
+inherit: "job:///metropolis/metroloop/metroloop-parent"
+
+tools:
+ nodejs: 12.4.0
+
+flows:
+ pr:
+ - npm install
+ - npm run env:dev
+ - npm run lint
+ - npm run coverage
| adding pr checks looper file | adding pr checks looper file
|
803bbaf2217ef189e9477fdac8094ba6dc31e959 | --- __tests__/utils/teams-test.ts
@@ -20,6 +20,22 @@ describe('groupTeamsByWorkgroupTransform', () => {
expect(Object.keys(transformedTeams)).toEqual(expectedWorkGroups);
});
+ it('should have expected teams under the stocking category', () => {
+ const transformedTeams = groupTeamsByWorkgroupTransform(
+... | adding unit tests | adding unit tests
|
604ceb1c45600e9f252b1a0da3b72470510d760a | --- env.beta.js
@@ -25,5 +25,5 @@ export default {
allsparkService:
'https://developer.api.walmart.com/api-proxy/service/allspark/api/v1',
rbacAppId: '55fa784a-f748-4fe3-91a8-4019e102772c',
- RMA_MEGA_NAV_ID: '01d285d7-6ec4-45e1-96a5-74365d3b8a6d',
+ RMA_MEGA_NAV_ID: '12068058-e50c-4714-80f2-577ed0b33018',... | RMA Meganav PROD AppID added | RMA Meganav PROD AppID added
|
dc3c0d6a471143a4c6f866380746f573c8425978 | --- package-lock.json
@@ -62,7 +62,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.7",
- "@walmart/payrollsolution_miniapp": "0.130.6",
+ "@walmart/payrollsolution_miniapp": "^0.130.11",
"@walmart/price... | bump version | bump version
|
4b7169f4de53015f2cd49dcdbed4c1c037410607 | --- .looper.multibranch.yml
@@ -607,11 +607,11 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- $(($END_TIME-$START_TIME))
+ echo $(($START_TIME - $END_TIME))
- var(MINUTES):
- $((($TIME_ELAPSED%3600)/60))
+ echo $((($TIME_ELAPSED%3600)/60))
- var(SECON... | Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
628fcdfbcb9681e00b38467ca05e7cdcf073749a | --- sr.yaml
@@ -25,6 +25,8 @@ applications:
consumerIdInfos:
- consumerId: 6513bb4d-28f3-46c1-8640-2e40d2f8f789
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTiCdaphHXOphTEkN61zyYWfT1lzPaU848s/7cYyAUzF3lStLxgbXC7G03ga9v+W9xG3tJ4D+dwsyaxYZEsAYPgHiuE5zhC169I9w/NwOSlfgawcm7HWA/rY... | Adding name and type for dev | Adding name and type for dev
|
ecfa3f14c3090188ced59f11464473a61d5a8caf | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -344,7 +344,7 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
// @ts-ignore
this.register(containerId, container);
- return container;
+ return container as ComponentContainer<ParamList[string]>;
... | chore: type fix for component containers create method | chore: type fix for component containers create method
|
bb1f29e0d9e438419a1a826973088a8f62735749 | --- package-lock.json
@@ -74,7 +74,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.13.5",
+ "@walmart/receipt-check-miniapp": "1.14.2",
... | update version | update version
|
6f6548a880d427e64a9baaf21bdf4a4526a8e2b4 | --- package-lock.json
@@ -3283,9 +3283,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.6",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.6.tgz",
- "integrity": "sha512-qKNH6cLQWeeqGS3RS8I/s2xzCZdXNBfoHIQFLynNbOG+ob2FjQSKEmlF/8UeJ6K7... | Incrementing ask sam version | Incrementing ask sam version
|
d1d84fe7f6e8a07a7440d32f60c102cdb0fef7c0 | --- package.json
@@ -99,7 +99,7 @@
"@walmart/iteminfo-mini-app": "5.3.5",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.45",
+ "@walmart/metrics-mini-app": "0.9.46",
"@walmart/mod-flex-mini-app": "1.4.5",
"@walma... | metrics version bump for supply chain requirements | metrics version bump for supply chain requirements
|
b8561aa6c4c3cb6d522392ed58384ae2b05baf43 | --- jest.config.js
@@ -25,4 +25,5 @@ module.exports = {
'<rootDir>/__tests__/__mocks__/',
'<rootDir>/__tests__/harness/',
],
+ // silent: true, //Uncomment to suppress error and warnings in test output
};
--- jest.config.js
@@ -25,4 +25,5 @@ module.exports = {
'<rootDir>/__tests__/__mocks__/',
... | comment out the silent by default config | comment out the silent by default config
|
acb1e8e6ef806698a7be83e12246024cef67b61f | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.7.5",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "4.0.17",
+ "@walmart/checkout-mini-app": "4.0.18",
"@walmart/compass-sdk-rn": "5.19.15",
"@... | CO : 4.0.18 | CO : 4.0.18
|
f38f0f0c3fbde05bf3a9a95d410dfa63bdc8e7b7 | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: "1.0.0"
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: "smdv-miniapp"
applications:
- name: "ROSTER-MINIAPP"
applicationKey: "ROSTER-MINIAPP"
| fix: revert yml config | fix: revert yml config
|
3fd901f3a8ac062c7c80ad195f3fd87a6c190dac | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -50,7 +50,7 @@ import {
SelfIdNav,
} from '@walmart/profile-feature-app';
import {App as ReceiptCheckMiniApp} from '@walmart/receipt-check-miniapp';
-import {ReturnsMiniApp} from '@walmart/returns-mini-app';
+import ReturnsMiniApp from '@wal... | chore(ui): fix returns crahsing issue | chore(ui): fix returns crahsing issue
|
75562011754ddc9a601299aa113c468aca9fd9a6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.8.7",
+ "version": "3.8.8",
"main": "dist/index.js",
"files": [
"dist",
@@ -91,7 +91,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react... | feat(ui): update package version | feat(ui): update package version
|
f2d496c72db2d5b3c7dee72d79a7aff31db44b8d | --- package.json
@@ -93,7 +93,7 @@
"@walmart/me-field-mini-app": "^1.1.9",
"@walmart/metrics-mini-app": "0.9.5",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/payrollsolution_miniapp": "^0.125.3",
+ "@walmart/payrollsolution_miniapp": "0.125.3",
"@walmart/price-changes-mini-app": "^1.4.6",
... | fix issue | fix issue
|
9a7e51ec63651f24ffcc2701a6081ace910056fb | --- .solidarity
@@ -5,14 +5,14 @@
{
"rule": "cli",
"binary": "node",
- "semver": "^20.10"
+ "semver": "^20"
}
],
"NPM": [
{
"rule": "cli",
"binary": "npm",
- "semver": "^10.2"
+ "semver": "^9"
}
],
"CocoaPods... | chore: update solidary checks | chore: update solidary checks
|
b91c68c4abfc2808cfd9fcaca2fcf5050f5e2900 | --- package-lock.json
@@ -8362,18 +8362,20 @@
}
},
"node_modules/@walmart/allspark-utils": {
- "version": "1.5.2",
+ "version": "1.6.6",
+ "resolved": "https://npme.walmart.com/@walmart/allspark-utils/-/allspark-utils-1.6.6.tgz",
+ "integrity": "sha512-kTUKnXfCi2HejcXf5kyYoSxKOqfXcE... | Update allspark-utils to include appStateChange optimization | Update allspark-utils to include appStateChange optimization
|
8997941570918ce89dd0e7669176343df362c875 | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -86,7 +86,6 @@ const navConfig = [
];
const setShowDialog = jest.fn();
-const setNavConfig = jest.fn();
const baseProps = {
navigation: {
navigate: jest.fn(),
@@ -104,9 +103,8 @@ describe('SideMenuContent', () => {
mockUseCanImperso... | fixed global nav menu update issue | fixed global nav menu update issue
|
b4ee1c493d883fd892c7b9bccf82b97e6479a5d5 | --- targets/US/package.json
@@ -119,7 +119,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
"@walmart/metrics-mini-app": "1.27.3",
- "@walmart/mod-flex-mini-app": "1.23.2",
+ "@walmart/mod-flex-mini-app": "1.24.1",
"@walmart/moment-walmart":... | Modflex - Drop 28 | Modflex - Drop 28
|
563d2c0c56d1840578182554cbdfc9b55204e276 | --- src/index.tsx
@@ -23,7 +23,6 @@ import {initNotificationListeners} from './notification';
import {initi18n} from './translations';
import {MeganavScreen} from './screens/MeganavScreen';
import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard';
-import {useChannelIds} from './channels';
export ... | revert file change | revert file change
|
cb27ec946b6ce6fa6e1d059d5657286d2d40b441 | --- src/translations/en-US.ts
@@ -72,13 +72,17 @@ export const enUS = {
},
ssoError: {
errorMsg:
- 'Sorry – something went wrong. Please share your user ID, site ID and provide as much detail as possible to help our team fix the issue.',
- reportIssueTitle: 'Report issue',
+ 'Sorry –... | update msgs in en-US | update msgs in en-US
|
c20fb4fc870c41f6265b917577a8dbf50cfd52b2 | --- package-lock.json
@@ -70,7 +70,7 @@
"@walmart/gtp-shared-components": "2.1.10",
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.10.3",
- "@walmart/inbox-mini-app": "0.92.9-549-78a92c4",
+ "@walmart/inbox-mini-app": "0.92.9-549-3f80804",
... | inbox update | inbox update
|
c0c4a6f76baf1f739917c8d6a7ad583834917eae | --- packages/associate-exp-hub-mini-app/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.14.0](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.14.0
- @walmart/associate-exp-hub-team-switcher@2.24.0
|
5c67cabff764824e3bd8290d534c7a2504e92933 | --- __tests__/sumo/SumoReduxTest.ts
@@ -56,18 +56,9 @@ describe('selectors', () => {
expect(optIn).toEqual(INITIAL_STATE.optIn);
});
- describe('getSumoProfile', () => {
- it('handles defined profile', () => {
- const profile = getSumoProfile(mockState);
- expect(profile).toEqual(mockProfile);
-... | Updating sumo registration saga to avoid rapid requests | Updating sumo registration saga to avoid rapid requests
|
3dfe61cc6d2150ce924c3b80350d9c07e57814ce | --- src/components/RosterWidget/RosterWidget.tsx
@@ -23,6 +23,11 @@ export const RosterWidget = (props: TeamHubWidgetProps) => {
isPartialGetTeamsByStoreError,
isPartialSupplyChainTeamsError,
} = useRosterWidget(props, isSiteDC);
+ const isPartialDataError =
+ isPartialSupplyChainShiftsError ||
+ is... | feat(ui): updated variables | feat(ui): updated variables
|
fbbae68f0c8d8554f72392b3250a2db8db355c1e | --- package.json
@@ -117,7 +117,7 @@
"@walmart/digital-locks-mini-app": "2.0.12",
"@walmart/emergency-mini-app": "1.32.7",
"@walmart/exception-mini-app": "1.10.3",
- "@walmart/expo-config-plugins": "0.11.0",
+ "@walmart/expo-config-plugins": "0.11.3",
"@walmart/facilities-management-miniapp": ... | fix(bux): bump expo-config-plugins (#5302) | fix(bux): bump expo-config-plugins (#5302)
Co-authored-by: Savan Akbari <Savankumar.akbari@walmart.com> |
90d7dfc5a0826a4c207fbb8f591be8f4ce82bff9 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.0-alpha.10",
+ "version": "2.12.0-alpha.11",
"main": "dist/index.js",
"files": [
"dist"
--- yarn.lock
@@ -5841,8 +5841,8 @@ __metadata:
linkType: hard
"@walmart/allspark-foundation-hub@npm:latest":
- vers... | feat(ui): add roster widget | feat(ui): add roster widget
|
a6f188b82830d3f970c8f6e7ad0556e589966307 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.7",
+ "version": "2.12.8",
"main": "dist/index.js",
"files": [
"dist"
--- src/screens/index.tsx
@@ -14,7 +14,7 @@ const rosterDetailsScreen = RosterFeature.createScreen<
clockCheckRequired: true,
options: ... | Update roster mini app version | Update roster mini app version
|
fe881bbea69ac7bfc1c2a1d329802845cecd09eb | --- android/app/src/main/AndroidManifest.xml
@@ -31,6 +31,7 @@
<application
android:name="com.walmart.stores.allspark.beta.MainApplication"
+ android:requestLegacyExternalStorage="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap... | Update AndroidManifest.xml | Update AndroidManifest.xml |
855a315fecb8107b6b57c9882bc214c13010a2d7 | --- package-lock.json
@@ -70,7 +70,7 @@
"@walmart/pay-stub-miniapp": "0.10.15",
"@walmart/payrollsolution_miniapp": "0.131.15",
"@walmart/price-changes-mini-app": "1.10.1",
- "@walmart/profile-feature-app": "0.334.0",
+ "@walmart/profile-feature-app": "0.334.2",
"@walma... | feat: bump profile-feature-app to 0.334.2 | feat: bump profile-feature-app to 0.334.2
|
66c962ca2bb85ca44f5aabd40b3f438dcf684bdb | --- package.json
@@ -79,7 +79,7 @@
"@walmart/allspark-neon-core": "0.1.29",
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "^1.2.8",
+ "@walmart/ask-sam-mini-app": "1.2.8",
"@walmart/config-components": "3.0.3",
"@walmart/co... | Update package.json | Update package.json |
22b949b5f59edaf4591b142a895e5a799ac26565 | --- package-lock.json
@@ -3310,9 +3310,9 @@
"integrity": "sha512-PaVy13mQ/ehDdi+UiSK0Z4DG1iuL4PId2bYlccy1uHj5FEGW/S2tPrPJL/xIEjv3P6XLQnw/C05OObgyq9RY7A=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.13",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | Update Counts component version | Update Counts component version
|
1e6c273be4eab6c0dacb6ef5bf9a7311e9df9ec8 | --- package-lock.json
@@ -3577,6 +3577,11 @@
"resolved": "https://npme.walmart.com/@react-native-firebase/remote-config/-/remote-config-14.11.0.tgz",
"integrity": "sha512-yZ9fu3ckZ55t3nrtDnZ5ju60dzMuu24+xhrFHMnYBfc2jeUekwB6R3qXt9rurguT89XHCUOXWUtHvzZf+T14hA=="
},
+ "@react-native-picker/picker": {... | Updated time clock mini app to version 0.5.8 | Updated time clock mini app to version 0.5.8
|
876e3da48e7e796fe790a388c8047deb480694d8 | --- __tests__/__mocks__/@walmart/taskit-mini-app.js
@@ -1,5 +1,6 @@
module.exports = {
__esModule: true,
default: 'TaskItMiniApp',
+ TaskItQuickActions: 'TaskItQuickActions',
getTaskBadge: jest.fn(),
};
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -71,7 +71,7... | updated test case | updated test case
|
ec249d8a3b3ee951b22d5900b5c3fb6428a31a8d | --- yarn.lock
@@ -19564,4 +19564,5 @@ __metadata:
resolution: "zen-observable@npm:0.8.15"
checksum: 10c0/71cc2f2bbb537300c3f569e25693d37b3bc91f225cefce251a71c30bc6bb3e7f8e9420ca0eb57f2ac9e492b085b8dfa075fd1e8195c40b83c951dd59c6e4fbf8
languageName: node
- linkType: hard
\ No newline at end of file
+ linkType:... | feat: add back space in yarn.lock | feat: add back space in yarn.lock
|
0d0917e905d701d9f2d9bb7cc47460befa681ad6 | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -19,27 +19,28 @@ import { SESSION_ID } from '../session';
export type { TLogLevelOverride };
+// @todo - re-enable app config log level once mini apps move to foundation
const OVERRIDES = [
- {
- key: 'appConfigLogLevel',
- value: 'debug',
- ... | fix: default log level to info | fix: default log level to info
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.