commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
0c05c4fb78050f494eb0fbcd7f84cf7fa50b495d | --- commitlint.config.js
@@ -25,33 +25,5 @@ module.exports = {
'build',
],
],
- 'scope-enum': [
- 2,
- 'always',
- [
- 'appConfig',
- 'auth',
- 'clockStatus',
- 'deviceInfo',
- 'environment',
- 'athena',
- 'hooks',
- 'httpCli... | chore: update commit lint config | chore: update commit lint config
|
286b08efcd66c7c36bfc12338ef99c9a793229a3 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -87,6 +87,9 @@ exports[`HomeStackNav matches snapshot 1`] = `
component="MetricsFtprTabNavigation"
name="metrics.ftprDrilldown"
/>
+ <Screen
+ name="metrics.viewAllFreights"
+ />
</Navigator>
`;
@@ -208,6 ... | adding navigation page to core | adding navigation page to core
|
c981d8a421f3ff67dde843532b9756de41538b14 | --- targets/US/package.json
@@ -93,7 +93,7 @@
"@walmart/calling-mini-app": "0.5.6",
"@walmart/checkout-mini-app": "3.22.0",
"@walmart/compass-sdk-rn": "5.19.15",
- "@walmart/config-components": "4.4.2",
+ "@walmart/config-components": "4.4.5",
"@walmart/core-services": "~6.4.1",
"@walmart... | config component version update | config component version update
|
4b068d3485fd316114d79be33e3f3b6003ea4526 | --- src/components/Roster/AssociateListItem.tsx
@@ -9,7 +9,7 @@ import {
} from '@walmart/gtp-shared-components';
import {useTranslation} from 'react-i18next';
import {ROSTER_I18N_NAMESPACE} from '../../translations';
-import {useSelector} from 'react-redux';
+import {shallowEqual, useSelector} from 'react-redux';
... | adding back memo for list items | adding back memo for list items
|
5375fe455629f293f10d400efb2fc0e75317c3f0 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.11",
+ "version": "1.3.12",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update foundation version | Update foundation version
|
6bebc101f1b12ebba6dd1ff3cb7bdd5bc6fb23c2 | --- __tests__/home/components/TaskCard/TaskClockStatusTeamCard2Test.tsx
@@ -8,6 +8,7 @@ import {useGetTeamByIdHomeQuery} from '@walmart/me-at-walmart-athena-queries';
import {logWMTelemetryTouchComponentEvent} from '../../../../src/home/logger/Logger';
import {TaskClockStatusTeamCard2} from '../../../../src/home/co... | chore: updating tests to bump coverage | chore: updating tests to bump coverage
|
1e49da3266622b3e274d1e3b6515ab1101e1af6b | --- packages/allspark-foundation-hub/__tests__/Hub/TeamSwitcher.test.tsx
@@ -2,7 +2,7 @@ import React from 'react';
import {
TeamSwitcherTypes,
TeamSwitcher,
-} from '../../src/Store/Modules/Hub/TeamSwitcher';
+} from '../../src/Store/Modules/TeamSwitcher';
import { Dimensions } from 'react-native';
import { u... | Update tests | Update tests
|
d5d597b45c7b546b7c2cc164f5e5f3298c4c94ee | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.2.1-alpha.2",
+ "version": "3.2.1",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): adding changes for wmconnect version | feat(ui): adding changes for wmconnect version
|
79a406167abf434354b3f3e2b82dcd0f40b90aa9 | --- package.json
@@ -106,7 +106,7 @@
"@walmart/payrollsolution_miniapp": "0.127.5",
"@walmart/price-changes-mini-app": "1.5.4",
"@walmart/profile-feature-app": "0.0.71",
- "@walmart/push-to-talk-mini-app": "1.8.14",
+ "@walmart/push-to-talk-mini-app": "1.8.15",
"@walmart/react-native-encrypted... | version bump | version bump
|
6c673f63bb1a0064a41201a0b45ccf98b8ab0f56 | --- targets/US/package.json
@@ -87,7 +87,7 @@
"@walmart/ask-sam-mini-app": "1.28.12",
"@walmart/associate-listening-mini-app": "1.2.10",
"@walmart/attendance-mini-app": "3.96.2",
- "@walmart/avp-feature-app": "0.16.2",
+ "@walmart/avp-feature-app": "0.16.4",
"@walmart/avp-shared-library": "0.1... | bump avp and fwb version | bump avp and fwb version
|
1e087d028cd85dbe3da7423380ba54c5123bf48b | --- package-lock.json
@@ -82,7 +82,7 @@
"@walmart/taskit-mini-app": "2.24.5",
"@walmart/time-clock-mini-app": "2.49.0",
"@walmart/ui-components": "1.10.1",
- "@walmart/welcomeme-mini-app": "0.76.0",
+ "@walmart/welcomeme-mini-app": "0.77.0",
"@walmart/wfm-ui": "0.2.26",... | chore: welcomeMe mini app version bump | chore: welcomeMe mini app version bump
|
f2a46baaa0fdecfd984c5af505b046ffcf984cd4 | --- package-lock.json
@@ -67,6 +67,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/ui-components": "1.15.1",
+ "@walmart/wmconnect-mini-app": "1.0.1",
"babel-jest": "^29.2.1",
"chance": "^1.1.11",
... | Integrate message button | Integrate message button
|
1c9ea519a16751ff42254a2095f514dff032a16a | --- __tests__/auth/ErrorScreenTest.tsx
@@ -4,7 +4,7 @@ import {TextInput} from 'react-native';
import {useDispatch} from 'react-redux';
import {create} from 'react-test-renderer';
import {PrimaryButton, LinkButton} from '@walmart/gtp-shared-components';
-
+import {Picker} from '@react-native-community/picker';
impo... | update test case | update test case
|
1b56fc2194693b69d330809c5015d0b782510264 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.39.0",
+ "version": "2.40.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the roster primary team check | Update the roster primary team check
|
7e2043289567a6b25377cd0a142fb2629c05b3f6 | --- package-lock.json
@@ -55,7 +55,7 @@
"@walmart/impersonation-mini-app": "1.18.3",
"@walmart/ims-print-services-ui": "2.4.1",
"@walmart/inbox-mini-app": "0.83.3",
- "@walmart/iteminfo-mini-app": "7.3.3",
+ "@walmart/iteminfo-mini-app": "7.3.4",
"@walmart/manager-appro... | updated iteminfo version with mip bugfix | updated iteminfo version with mip bugfix
|
75fdc7200e2cfc8e9a46f06d7b06ec1c60ff0e70 | --- targets/US/package.json
@@ -110,9 +110,9 @@
"@walmart/gtp-shared-components": "2.2.4",
"@walmart/ims-print-services-ui": "2.12.0",
"@walmart/inbox-mini-app": "0.95.3",
- "@walmart/manager-approvals-miniapp": "0.2.8",
"@walmart/iteminfo-mini-app": "7.16.2",
"@walmart/learning-mini-app": "... | chore: resolving conflicts | chore: resolving conflicts
|
22e21f838c9b142e190f2fe1df1ca3ceee5db33b | --- packages/allspark-graphql-client/src/apollo/provider.tsx
@@ -7,12 +7,9 @@ import {
from,
} from '@apollo/client';
import { buildAxiosFetch } from '@lifeomic/axios-fetch';
-// Eventually we can remove the reliance on these types and instead
-// have a dependency on allspark-http-client and use its types and ins... | chore: remove uneeded code from apollo provider | chore: remove uneeded code from apollo provider
|
19d56779f851602db79aff81db6020a24d8514bc | --- 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.6.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.6.3
|
88e19ed597427fe78b0c6f5996ae8d3f92a4ce92 | --- core/__tests__/__mocks__/@walmart/global-vpi-mini-app.js
@@ -0,0 +1,3 @@
+jest.mock('@walmart/global-vpi-mini-app', () => ({
+ GlobalVPIMiniApp: 'GlobalVPIMiniApp',
+}));
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/MainStackNavTest.tsx
@@ -16,10 +16,6 @@ jest.mock(
}),
);
-jest.mock('@walma... | fix: attended pr comments | fix: attended pr comments
|
d2511433c7f2a8fbcce865389b2bbcd649e82e06 | --- graphql.yml
@@ -68,11 +68,11 @@ applications:
queryTemplate: "packages/me-at-walmart-athena-queries/src/getAssociateById.graphql"
tags:
- "v1"
- - name: "getAssociatePreferences"
- hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4"
-... | fix: remove unwanted queries in graphql | fix: remove unwanted queries in graphql
|
c996ea6c266bf4bb07b130c181689fed59135430 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
"@walmart/gtp-shared-components": "^2.0.0-rc.1",
- "@walmart/impersonation-mini-app": "1.8.0",
+ "@walmart/impersonation-mini-app": "1.9.0",
... | update all gtp comp | update all gtp comp
|
aabcf54ab12db10c1c378880ae61d70a5f436da8 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -215,6 +215,7 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
<TeamSwitcher
onTeamChange={(id) => setTeamId(id)}
refetch={refetchUserPrefs}
+ refreshing={state... | fix(ui): show team switcher loader view while refreshing | fix(ui): show team switcher loader view while refreshing
|
2bfbf4745c20ebd93ae2bdeca37a8183d6d458e0 | --- package-lock.json
@@ -3543,9 +3543,9 @@
"integrity": "sha512-HqzsayD8WUTeiG7VTuHWPgSqKM/RxN90OYmLxBvtyMgGAeAYz8nKnsR5USnPHGb0L2wHUg/KwAhpqRLr0Y2s7w=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.3.76",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini... | 0.3.78 build | 0.3.78 build
|
6492f4dedb1ae779428c445cba1dc32ba2c0a998 | --- package.json
@@ -107,7 +107,7 @@
"@walmart/functional-components": "~6.3.28",
"@walmart/global-vpi-mini-app": "1.1.20",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.7-rc.0",
+ "@walmart/gtp-shared-components": "2.2.7-rc.1",
"@walmart/ims-print-se... | fix: update gtp lib for bottom sheet fix for RN 76 (#4265) | fix: update gtp lib for bottom sheet fix for RN 76 (#4265)
|
6861e67ee659c88a31581e6806be565bb4d2a9dc | --- package.json
@@ -148,7 +148,7 @@
"@walmart/schedule-mini-app": "1.13.0",
"@walmart/shelfavailability-mini-app": "1.5.41",
"@walmart/shop-gnfr-mini-app": "1.0.302",
- "@walmart/sidekick-mini-app": "4.168.24",
+ "@walmart/sidekick-mini-app": "4.175.31",
"@walmart/store-feature-orders": "1.28... | feat(sidekick): DWORK-6905 academy trainer and pre 7pm changes (#3887) | feat(sidekick): DWORK-6905 academy trainer and pre 7pm changes (#3887)
* sidekick drop 29 changes with updated version
* manifest update
* updated foundation hub version
* sidekick version updated to release version
* version update for bug fixes
* side kick version updated for bug fixes
* feat: DWOR... |
247a482cb48b98a6aab17da45883aa71b500fdcb | --- src/components/TeamList.tsx
@@ -131,6 +131,7 @@ const TeamItem = (props: {
const userIsInRoster = useUserIsInRoster();
const isMessageButtonEnabled: boolean = useSelector(messageButtonEnabled);
const userIsImpersonatedOnDev: boolean = useIsImpersonatedOnDev();
+ const isPushToTalkEnabled: boolean = useSel... | adding call button | adding call button
|
3534abb57cbac26de74bc59e7c58164a28b17ae5 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -112,7 +112,7 @@ export const SupplyChainRosterDetailScreen = ({
}>({
shiftIds: [loggedInUserShift],
teamLabel: [defaultTeamLabel as string],
- teamIds: selectedTeamIds || defaultTeamIds,
+ teamIds: selectedTeamIds?.length ? sele... | fix(ui): truthy check bug fix | fix(ui): truthy check bug fix
|
dfcd9a3fd9500d22431fb4a39391310a5ff36a46 | --- src/utils/user.ts
@@ -27,10 +27,7 @@ export const associateIsTardy = (associate?: Associate) =>
associate?.absentData?.absenceTypeCode === 2;
export const associateIsClockedIn = (associate?: Associate) => {
- return (
- ClockStatusEnum.clockedIn === Number(associate?.punch?.clockStatus) ||
- ClockStatu... | updating logic on couting clocked in status | updating logic on couting clocked in status
|
e44f42a4dae46971f4ad98e527a8455b62e66aa5 | --- .looper.multibranch.yml
@@ -348,12 +348,14 @@ flows:
- group("$os prod"):
- call: build-snapshot(prod)
else:
- - group("$os beta"):
- - call: build-release(beta)
- - group("$os prod"):
- - call: build-release(prod)
+ - node(label=$LOO... | added looper parallel step | added looper parallel step
|
88be1093b6117f0d013039f0f414fdb2b1da0f2a | --- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap
@@ -128,7 +128,7 @@ exports[`VersionsList VersionsList 1`] = `
accessibilityLabel="section-list"
contentContainerStyle={
{
- "paddingBottom": 30,
+ "paddingBottom": 46,
}
}
data={
--- src/settings/v... | feat(drop35): add padding on settings | feat(drop35): add padding on settings
|
5e0e79b323aa67ea0600730b03c4d63a9ede779b | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -560,7 +560,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D994751F557438D6B85DBCC2 /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Teflon";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIco... | revert env change | revert env change
|
a31d3e92d61d1bd230334e403c29ee956fb07aff | --- src/components/Roster/types.ts
@@ -1,3 +1,5 @@
+import {Associate, Team} from '../../types';
+
interface RosterActionButton {
label: string;
action: (event: any) => void;
@@ -20,10 +22,23 @@ export interface RosterProps {
}
//TODO: Refine type to only include fields needed to render an AssociateItem
-exp... | updating types, removing unused code | updating types, removing unused code
|
974ffe98943eb3ce2f1e5d88aa0dbd44cb9f0075 | --- src/cafeOrders/components/messages/ChannelRow.tsx
@@ -77,7 +77,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
} = snapshot.data() as Channel;
const lastMessageData = (await lastMessage.get()).data();
- const lastMessageMoment = moment(lastMessageTime.toDate());
+ const lastMe... | feat: add update of recent read field | feat: add update of recent read field
|
3ccf906344ee94893bc51018a26d5adf10a76975 | --- .looper.multibranch.yml
@@ -124,7 +124,7 @@ envs:
slackIcon: ":firecracker:"
slackChannel: "allspark-builds-feature"
buildType: "SNAPSHOT"
- buildGABuilds: true
+ buildGABuilds: false
buildTeflon: false
teamsReleaseTypeIcon: "https://ih1.redbubble.net/image.1355946808.47... | revert test changes | revert test changes
|
a94259260c79a3387c26e65134786d3a0fecf6b1 | --- src/screens/MessagesScreen.tsx
@@ -222,30 +222,15 @@ export const MessagesScreen = () => {
return message.message || '';
};
- const channelType = getChannelTypeFromPath(channelPath);
-
- const getRecipientsForPush = () => {
- if (channelType === ChannelTypes.ONETOONE) {
- ... | only send push notifications for onetoone chat | only send push notifications for onetoone chat
|
4bc90fb66528fa889b796a5b12b32166236eaf21 | --- packages/me-at-walmart-athena-queries/README.md
@@ -1,5 +1,5 @@
# DEPRECATED
-This is no longer supported, please use [@walmart/me-at-walmart-container](../me-at-walmart-container/README.md) instead.
+This is no longer supported, please use [@walmart/me-at-walmart-common](../me-at-walmart-common/README.md) inste... | Update README.md | Update README.md |
38aca5888f2cc1bb0005e43bbe870b58e540806e | --- src/utils/assoicateList.ts
@@ -23,8 +23,16 @@ const checkUserIsTeamLead = (associate: Associate, teamLeads: string[]) =>
const checkUserClockedIn = (associate: Associate) =>
associateIsClockedIn(associate) ? ASC_ORDER : DESC_ORDER;
+const associateIsOnlyClockedOut = (associate: Associate) =>
+ associateIsClo... | update the sorting order for Absent, Tardy, PTO, PPTO and Not scheduled | update the sorting order for Absent, Tardy, PTO, PPTO and Not scheduled
|
4cf3229e979a077c4bea1fbe09d311f9246fbb26 | --- __tests__/managerExperience/components/FilterChip.test.tsx
@@ -3,12 +3,13 @@ import {FilterChip} from '../../../src/managerExperience/components/FilterChip';
import {fireEvent} from '@testing-library/react-native';
import {renderWithProviders} from '../../harness';
import {FilterChipProps} from '../../../src/man... | test: updated roster info tests | test: updated roster info tests
|
4c097d8ed2efe703b7e53b46f52e9860ad04dcca | --- package-lock.json
@@ -3187,25 +3187,16 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.3.0",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-c... | Falling back to GTA API to load business unit | Falling back to GTA API to load business unit
If the K-Graph call fails
|
e6271615914e4a35cd4b5951515c5dff9ee76977 | --- .looper.yml
@@ -30,8 +30,7 @@ flows:
# - (name Test) npm run test
preparePublish:
- - (name Install Lerna project dependencies) npm ci
- - (name Bootstrap the packages) npx lerna bootstrap
+ - (name Install Dependencies) npm install
publishFromChanges:
- call: preparePublish
--- packa... | chore: looper publish fix | chore: looper publish fix
|
b57fb425b58f135a28efaeaf991c9d64ae631cec | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.6.1",
- "@walmart/receipt-check-miniapp": "1.18.4",
+ "@walmart/receipt-check-miniapp": "1.18.5",
... | update version | update version
|
31c39bc65dd1d7cdeb502cac5b672bc5dc900ec0 | --- commitlint.config.ts
@@ -0,0 +1,10 @@
+import type {UserConfig} from '@commitlint/types'
+
+const config: UserConfig = {
+ extends: ['@commitlint/config-conventional'],
+ rules: {
+ 'subject-case': [0, 'always', 'upper-case']
+ }
+}
+
+export default config
| fix: SMDV-9999 update looper | fix: SMDV-9999 update looper
|
bdbfbabcca1bd22b430e260054accdd868a7709e | --- __tests__/screens/RosterDetails/RosterDetailScreen.test.tsx
@@ -5,15 +5,12 @@ import {
RosterDetailScreen,
} from '../../../src/screens/RosterDetailScreen/RosterDetailScreen';
import {RosterNavParamsMap} from '../../../src/navigation';
-import {SupplyChainRosterDetailScreen} from '../../../src/screens/RosterDe... | test: increase coverage for RosterDetailScreen | test: increase coverage for RosterDetailScreen
|
7ca58e0994747f9f8cace99e78efe3e0ac7fbd65 | --- core/src/auth/SitePrompt.tsx
@@ -88,7 +88,9 @@ export const SitePrompt: AllsparkModalComponent<
style={styles.container}>
<View style={styles.card}>
<Text style={styles.headerText}>{t('storePrompt.title')}</Text>
- <Text style={styles.siteText}>{t('storePrompt.siteNumber')}</Text>
+ ... | fix: ADA fix for SitePrompt for RECRUIT-88829 | fix: ADA fix for SitePrompt for RECRUIT-88829
|
18f4ef6dda7817d3185782db356b40eade1b72d5 | --- src/auth/AuthenticatorView.tsx
@@ -55,8 +55,7 @@ export const AuthenticatorView = () => {
const logger = useLogger<IAllsparkLogger>();
const telemetry = useTelemetry<IAllsparkTelemetry>();
- const signingIn = useSelector(AuthSelectors.getSigningIn);
- const signingOut = useSelector((state) => state.auth.s... | auth view fix | auth view fix
|
9bdc127af1c0463afab88d451a3a915519a2e2d9 | --- packages/allspark-foundation/__tests__/Components/SharedComponents.test.tsx
@@ -3,15 +3,6 @@ import { render } from '@testing-library/react-native';
import { Text } from 'react-native';
import { AllsparkSharedComponents } from '../../src/Components/SharedComponents';
-
-// jest.mock('@walmart/allspark-utils', ... | code cleanup | code cleanup
|
3d3f9fa77df22b3664b31b0da1b0b6cabfad58b5 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.34",
+ "version": "2.0.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.34",
+ "version": "2.0.35",
"hasInst... | update package version | update package version
|
c7178a6e83f7541e4dc9f2f561c18635933771fc | --- package-lock.json
@@ -62,7 +62,7 @@
"@walmart/inbox-mini-app": "0.86.1",
"@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-approvals-miniapp": "0.2.4",
- "@walmart/me-field-mini-app": "13.0.3",
+ "@walmart/me-field-mini-app": "14.0.2",
"@walmart/metrics-mini-... | ⬆️ Bump Learning mini app | ⬆️ Bump Learning mini app
|
2987ac725ef08a64f28171bf5cced96a57f2d76e | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -45,6 +45,7 @@ import {Alert, Body} from '@walmart/gtp-shared-components';
import {
associateIsAbsent,
associateIsClockedIn,
+ associateIsScheduled,
associateIsTardy,
} from '../../utils/user';
import {
@@ -205,7 +206,7 @@ export const RosterDeta... | Update schedule count for roster | Update schedule count for roster
|
0502717c3556abe40e0d0fc176fe536bb14b3bf2 | --- targets/US/package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp-feature-app": "0.10.7",
"@walmart/avp-shared-library": "0.10.1",
- "@walmart/backroom-mini-app": "1.5.18",
+ "@walmart/backroom-mini-app": "1.5.20",
"@walmart/calling-mini-app": "0.5.17",
... | Update @walmart/backroom-mini-app to 1.5.20 | Update @walmart/backroom-mini-app to 1.5.20
|
57f02f251dc791ce431cf6a080aaaacc464a81fb | --- src/containers/ChatInput/AudioPlayback.tsx
@@ -61,7 +61,7 @@ export const AudioPlayback = (props: {
try {
const Sound = await Audio.Sound.createAsync(
audio,
- {shouldPlay: false},
+ {shouldPlay: true},
(status) => {
if (status.isLoaded) {
const {p... | reverting some changes on AudioPlayback | reverting some changes on AudioPlayback
|
ad305a31ef95dbc4a40032aaf2e335fe7a7385bf | --- .looper.yml
@@ -21,4 +21,4 @@ flows:
- npm install
- npm run lint
- npm run build
- # - npm run coverage
+ - npm run coverage
| Update tests | Update tests
|
fc18f039ac076ff3edd546eec877cefd4f8463fb | --- __tests__/navigation/ChangeStorePromptTest.tsx
@@ -57,7 +57,10 @@ describe('ChangeStorePrompt', () => {
const UpdateButton = component.root.findByProps({testID: 'updateStoreBtn'});
UpdateButton.props.onPress();
- expect(userActions.updateUser).toHaveBeenCalledWith({siteId: '1234'});
+ expect(userA... | Fixing change store action. Fixing updating of cached user | Fixing change store action. Fixing updating of cached user
|
e7e6912fc4d1f3afc18e89a052129efc8c833fe4 | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamOnboarding/Component/TeamOnboardingCards.tsx
@@ -32,7 +32,12 @@ export const TeamOnboardingCards = ({ cards }: TeamOnboardingCardProps) => {
onScroll={onScroll}
showsVerticalScrollIndicator={false}
>
- <View accessibilityRole='list' ... | Adding accessibility lables and translations to it | Adding accessibility lables and translations to it
|
e36bb9f0c487f9799d58dd0634f68fda84352332 | --- __tests__/harness/index.tsx
@@ -24,7 +24,8 @@ import {
MockedProvider as MockAthenaProvider,
MockedResponse,
} from '@apollo/client/testing';
-import {mockGetDailyRosterQuery} from "./athenaQueries/getDailyRoster";
+import {mockGetDailyRosterQuery} from './athenaQueries/getDailyRoster';
+import {mockGetTeams... | adding new team to harness | adding new team to harness
|
fa7de907919a44d5b150c43bdb9c349329dc4116 | --- package.json
@@ -75,7 +75,7 @@
"@walmart/allspark-health-survey-mini-app": "0.0.44",
"@walmart/allspark-home-mini-app": "0.5.47",
"@walmart/allspark-neon-core": "0.1.29",
- "@walmart/amp-mini-app": "0.2.10",
+ "@walmart/amp-mini-app": "0.2.11",
"@walmart/ask-sam-mini-app": "1.1.3",
"@... | AMP Version updated to 0.2.11 with fix to CTP-7943 | AMP Version updated to 0.2.11 with fix to CTP-7943
|
596ca5b8a7025efb924dfa9918a259eed24a9364 | --- src/components/ClockedOutScreenGuard.tsx
@@ -15,7 +15,7 @@ import {DrawerButton, Header} from '@walmart/ui-components';
import {TEXTING_I18N_NAMESPACE} from '../translations';
import {navigate} from '@walmart/react-native-shared-navigation';
import {showViewTimeClock} from '../redux/selectors';
-import {useIsHou... | fixing clocked out screen guard component | fixing clocked out screen guard component
|
3b0894ae6d6b42c93de617f0d87d5207a84f79e0 | --- packages/expo-config-plugins/src/withEmmAppRestrictions.ts
@@ -64,7 +64,6 @@ const withAppRestrictionsXml: ConfigPlugin = (config) => {
<restriction
android:key="emmDeviceType"
android:title="EMM Device Type"
- android:description="Specifies the device classification for enterprise management"
... | fix(ci): remove android description from emm plugin (#555) | fix(ci): remove android description from emm plugin (#555)
|
b7d2185603ba1a0f93ffbb3cdc30925b1a953884 | --- core/src/startup/AuthFlow.ts
@@ -7,14 +7,18 @@ import {IAuthActions, AuthActionTypes} from '@walmart/allspark-foundation/Auth';
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
/**
- * get user failed, authorization canceled - iOS
- * no user signed in, user cancelled flow - And... | fix: add invalid grant error to silent errors list | fix: add invalid grant error to silent errors list
|
079383eec8eadeac4cc487e23939f3d6b5af3ecb | --- src/navigation/index.tsx
@@ -6,6 +6,7 @@ import {RosterScreen} from '../screens/RosterScreen';
import {SearchHeader} from '../components/SearchHeader';
import {ViewTeamScreen} from '../screens/ViewTeamScreen';
import {RosterDetailScreen} from '../managerExperience/screens/RosterDetailScreen';
+import {AllTeamsSc... | added all teams screen to nav | added all teams screen to nav
|
a6d73d1d5d6e1e03da3ba447448a4df93fcebc07 | --- package.json
@@ -93,7 +93,7 @@
"@walmart/ask-sam-mini-app": "1.35.21",
"@walmart/associate-exp-hub-hub": "2.21.2",
"@walmart/associate-exp-hub-team-switcher": "2.23.2",
- "@walmart/associate-listening-mini-app": "2.0.32",
+ "@walmart/associate-listening-mini-app": "2.0.37",
"@walmart/atten... | fix(engage-1623): associate-listening-mini-app - drop35 homecard - 2 (#5272) | fix(engage-1623): associate-listening-mini-app - drop35 homecard - 2 (#5272)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
Co-authored-by: Daniel Mustafa - damusta <Daniel.Mustafa@walmart.com>
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Maksym Nova... |
c420af4e9606ed1d8feb292ca537e224ba22d253 | --- src/notification.ts
@@ -22,15 +22,12 @@ const goToMessageScreenForChannel = (
channelId: string,
) => {
const channelPath = createChannelPath(storeNumber, channelId);
- navigate(ROOT_CONTAINER_SCREEN_NAME, {
- // @ts-ignore
- screen: 'myTeam.tabs',
- });
navigate(ROOT_CONTAINER_SCREEN_NAME, {
... | finally getting navigation to work | finally getting navigation to work
|
f63fbcdecb9f8edea6ad17dda620289a0ad8d8f5 | --- package-lock.json
@@ -36,7 +36,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.52",
+ "@walmart/ask-sam-mini-app": "1.3.53",
"@walmart/attendance-mini-... | SMBLV-3091: Log firebase events for scan and dotcom links | SMBLV-3091: Log firebase events for scan and dotcom links
|
345d323ef074038516306ab2c87dfe966305b2fd | --- src/screens/ViewTeamScreen.tsx
@@ -14,7 +14,7 @@ import {teamLeadJobDescriptions} from '../redux/selectors';
import {TEXTING_I18N_NAMESPACE} from '../translations';
import {useTranslation} from 'react-i18next';
import {sortedAssociateList} from '../utils';
-import { AssociateRosterItem } from "../components/Rost... | fix lint error | fix lint error
|
5ba0aa1708484646b6248d4776d821c1a568c73a | --- targets/US/package.json
@@ -87,7 +87,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.27.5",
"@walmart/associate-listening-mini-app": "1.2.10",
- "@walmart/attendance-mini-app": "3.96.0",
+ "@walmart/attendance-mini-app": "3.96.2",
"@walmart/avp-feature-ap... | feature/GTA-157944: fixed drop27 ama crashing issue | feature/GTA-157944: fixed drop27 ama crashing issue
|
68a7042246dbf888cb59a5bb426cb945b0fe88c4 | --- package-lock.json
@@ -3611,9 +3611,9 @@
}
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.14",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.14.tgz",
- "integrity": "sha512-ONZTYt2E38yYEm2t1TnNOaCUJlvvU1SmN3EnOal4d54uOUMBfCPhWBl... | Teflon env and fixes | Teflon env and fixes
|
74225dc8973f5d58798869ad10d92c8f296f7742 | --- .looper.multibranch.yml
@@ -565,8 +565,6 @@ flows:
fields:
- type: mrkdwn
text: "*Download:* <${fastlane-session.download_link}|Link :calling:>"
- - type: mrkdwn
- text: "*Build Information:* ${fastlane-session.build_inform... | removed build information | removed build information
|
52ce5058dde58a0e7fece6ebc5c9e70c89ef7c21 | --- packages/allspark-authentication/src/index.ts
@@ -1,19 +1,19 @@
import {
- AuthEvents,
- AuthEvent,
- AuthEventListener,
- AuthEventPayload,
+ AuthInfoEvent,
+ AuthErrorEvent,
+ AuthInfoCategories,
+ AuthErrorCategories,
} from './events';
import { AuthError, AuthResult } from './types';
import { Authen... | fix: fix type references | fix: fix type references
|
bb5853507ec786a825d4afd335f2e0c742aa41a6 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [2.19.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.18.0...v2.19.0) (2025-03-28)
+
+
+### Features
+
+* **ui:** update the readme file ([911336b](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/911336bd4e6ded6d844b72aeeb102950f417f3ff))
+* **ui:**... | chore(release): 2.19.0 [skip ci] | chore(release): 2.19.0 [skip ci]
# [2.19.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.18.0...v2.19.0) (2025-03-28)
### Features
* **ui:** update the readme file ([911336b](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/911336bd4e6ded6d844b72aeeb102950f417f3ff))
* **ui:** update versi... |
c98f9269778b3086c32cce144131f145e6630afa | --- package.json
@@ -95,7 +95,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@walmart/redux-store": "6.3.29",
- "@walmart/roster-mini-app": "3.1.1",
+ "@walmart/roster-mini-app": "3.2.0",
"@walmart/ui-components": "1.15.1",
"@walmart/w... | fix(ui): update roster mini app version | fix(ui): update roster mini app version
|
32b356ebc190c6a06f55371667a3e770faa9d2e5 | --- src/components/ActionButton/ClockStatusIndicator.tsx
@@ -2,7 +2,7 @@ import React from 'react';
import {StyleProp, StyleSheet, TextStyle, View, ViewStyle} from 'react-native';
import {Body, colors} from '@walmart/gtp-shared-components';
import {useTranslation} from 'react-i18next';
-import { ROSTER_I18N_NAMESPAC... | fixing lint issues | fixing lint issues
|
ea311a12e22baa6235f6776326e95eac97f9b448 | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/ims-print-services-ui": "1.2.2",
"@walmart/inbox-mini-app": "0.81.7",
"@walmart/iteminfo-mini-app": "5.3.4",
- "@walmart/manager-approvals-miniapp": "0.1.2",
+ "@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-... | Bump manager approvals v0.2.1 | Bump manager approvals v0.2.1
|
e1cb48f98d6370d2d0abf9cbb914902314dda5a5 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.21",
+ "version": "2.0.25",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.21",
+ "version": "2.0.25",
"hasInst... | Update pacakge version | Update pacakge version
|
d1708096261336d82b7f84476296928b27d81251 | --- ios/Podfile.lock
@@ -427,7 +427,7 @@ PODS:
- React
- react-native-safe-area-context (3.3.2):
- React-Core
- - react-native-scanner-3.0 (0.1.18):
+ - react-native-scanner-3.0 (0.1.19):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1005,7 +1005,7 @@ SPEC CHECKSUMS:
... | Scanner3: Android not to standby on pause state | Scanner3: Android not to standby on pause state
|
0354e526bfa1afd7e408ef78c10510737c175281 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 902
- versionName "1.8.16"
+ versionCode 903
+ ve... | ver bump to 1.8.17 and config component bump | ver bump to 1.8.17 and config component bump
|
2c9bd5a88b306428aa982e191195aa8fee6d0aea | --- package.json
@@ -109,7 +109,7 @@
"@walmart/global-vpi-mini-app": "1.1.20",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7-rc.0",
- "@walmart/ims-print-services-ui": "2.19.1",
+ "@walmart/ims-print-services-ui": "2.19.2",
"@walmart/inbox-mini-app": ... | fix(print): SSLS-11156 Revert apparel name change to fashion (#4218) | fix(print): SSLS-11156 Revert apparel name change to fashion (#4218)
|
eb1cf8f5cf569fa917941011f593775b81f5101e | --- .looper.multibranch.yml
@@ -40,7 +40,7 @@ envs:
variables:
TMPDIR: /tmp
- TARGET_XCODE: "12.0"
+ TARGET_XCODE: "12.3"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
EXTRA_PACKAGER_ARGS: "--sourcemap-output /tmp/index.ios.js.map"
@@ -91,42 +91,48 @@ e... | Feature/git flow (#538) | Feature/git flow (#538)
* updated Xcode to 12.3 and adding a check for skipping GA builds from test, and develop builds
* testing ruby installation
* adding branch name to the slack failure
* calling PR slack notification flow.
* added logic to distinguish build envrionment; dev or beta
* Added build di... |
1f786d8f034fbe4257db3a00edc1cc9162c56971 | --- scripts/mini-app-scan/.eslintrc-custom.json
@@ -1,30 +1,47 @@
{
+ "plugins": [
+ "@typescript-eslint",
+ "react-hooks"
+ ],
"rules": {
"no-raw-text-custom": [
"error",
{
"textProxyComponents": [
- "Text",
+ "Alert",
"Body",
+ "Button",
... | feat: update scan scripts to differentiate between warnings and errors. add verbose modes | feat: update scan scripts to differentiate between warnings and errors. add verbose modes
|
9d3d8ab89e82eb12e1fe72f80423dc14450c086a | --- package.json
@@ -89,7 +89,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.17",
+ "@walmart/facilities-management-miniapp": "0.5.17-rc1",
"@walmart/feedback... | Update package.json | Update package.json |
b85308920c4e4db82697fe55c2e7c8e9a16b5072 | --- .looper.yml
@@ -22,4 +22,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- # - yarn run coverage
+ - yarn run coverage
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1",
+ "version": "2.12.0",
"main": "dist/in... | Revert "feat(ui): Update textng mini app version" | Revert "feat(ui): Update textng mini app version"
|
7b6c178b0c1f768211af234a48e08b6681f0ac53 | --- package-lock.json
@@ -88,7 +88,7 @@
"@walmart/time-clock-mini-app": "2.175.2",
"@walmart/topstock-mini-app": "1.3.1",
"@walmart/ui-components": "1.15.1",
- "@walmart/welcomeme-mini-app": "0.84.4",
+ "@walmart/welcomeme-mini-app": "0.85.0",
"@walmart/wfm-ui": "0.2.26... | chore: welcome me version bump | chore: welcome me version bump
|
c0fe5ab55738e01a4edd80c40c7a7f48c0175db2 | --- packages/allspark-app-auth/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.
+## [2.0.4](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/allspark-a... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-app-auth@2.0.4
- @walmart/allspark-http-client@2.0.4
|
6c9112577b6405876cc7b9754a2a5302371d51d3 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.41.4",
+ "@walmart/copilot-mini-app": "^3.41.6",
"@walmart/core-services": ... | chore: bump copilot@3.41.6 | chore: bump copilot@3.41.6
|
80fa6f8e56869d5e58623bce0442e69fe4ad88f1 | --- src/presence/provider.tsx
@@ -78,7 +78,4 @@ export const PresenceProvider = (props: PropsWithChildren<{}>) => {
);
};
-export const DoNotDisturbController = ({children}: PropsWithChildren<{}>) => {
- useEffect(() => )
- return <DoNotDisturbController>{children}</DoNotDisturbController>;
-};
+
--- src/pres... | update latest for autoset | update latest for autoset
|
6e7c104f342569df2cd8ab8f78f3e150affb2931 | --- src/components/Avatar.tsx
@@ -74,6 +74,11 @@ export const Avatar = (props: AvatarProps) => {
const [initials, setInitials] = useState<string>();
const viewerName: string = useSelector(UserSelectors.getName);
+
+ // The following API call has been removed to optimize performance
+ // We now receive assoc... | chore: remove redundant API call | chore: remove redundant API call
|
f1a963a042313b1ceff45a95b4fb34ef72a86110 | --- ios/BuildSupport/install-cocoapods.sh
@@ -5,7 +5,7 @@ set -x
echo "Current Directory: $WORKSPACE"
echo "Installing CocoaPods"
-CCP_VER=1.9.1
+CCP_VER=1.9.3
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH
| updating cocoapods version to 1.9.3 | updating cocoapods version to 1.9.3
|
c5b64aaedcfb9e1acbe96125d12276f3eb1b2640 | --- tsconfig.json
@@ -65,6 +65,7 @@
"graphql.config.js",
"allspark.config.js",
"react-native.config.js",
+ "ReactotronConfig.js",
"index.js",
"container",
"__tests__",
| fix(ui): update the tsconfig to exclude reactotron | fix(ui): update the tsconfig to exclude reactotron
|
a2b74158ad5951223190caf3c1e4fe77808d2c01 | --- package.json
@@ -144,7 +144,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
- "@walmart/sidekick-mini-app": "4.67.14",
+ "@walmart/sidekick-mini-app": "4.67.15",
"@walmart/store-feature-orders": "1.26.12",
... | chore: bump sidekick@4.67.15 | chore: bump sidekick@4.67.15
|
a43dc6c5528df7b9467b1c7133c449ae6410444c | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -12,11 +12,6 @@ export const enUS = {
subText:
'Shift A1 is selected by default, but you can change it at any time.',
},
- editSavedTeams: {
- title: 'My Saved Teams',
- subText:
- "Shortcut to quickly view team... | updated translations | updated translations
|
086511de4476473293a2140d7b268ba295fdda0e | --- package.json
@@ -137,7 +137,7 @@
"@walmart/react-native-shared-navigation": "~6.3.28",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.4",
- "@walmart/react-native-webex-sdk": "0.8.27",
+ "@walmart/react-native-webex-sdk": "0.8.37",
"@walmart/receipt-chec... | fix: CONAS-1878 Calling crash fix for NullPointerException | fix: CONAS-1878 Calling crash fix for NullPointerException
|
22133503d920541dfc76830ea7ef3153c67663de | --- example/src/teamHub/screens/teamSelection.tsx
@@ -72,8 +72,6 @@ export const TeamSelectionScreen = TeamHub.createScreen(
return (
<TeamSelection
- headerTitle="Personalize your hubs"
- headerSubText="Your primary team is automatically selected. Choose additional teams to view on your Tea... | Removing header component props | Removing header component props
|
0caa9847b85b2e40ce92287e2e8f279431670f07 | --- lerna.json
@@ -6,6 +6,7 @@
"command": {
"publish": {
"conventionalCommits": true,
+ "conventionalPrerelease": true,
"message": "chore(publish): publish package",
"verifyAccess": false
},
| chore: lerna config change | chore: lerna config change
|
b34fb23a2088967afe9c5eda73ab38fbc032c2bc | --- docs/CHANGELOG.md
@@ -1,3 +1,18 @@
+# [2.9.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.8.3...v2.9.0) (2024-08-09)
+
+
+### Bug Fixes
+
+* **ui:** ignoring prop for now ([be0faa3](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/be0faa3061f2dc3b647c53f74726c754af4ecae1))
+* **ui:** up... | chore(release): 2.9.0 [skip ci] | chore(release): 2.9.0 [skip ci]
# [2.9.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.8.3...v2.9.0) (2024-08-09)
### Bug Fixes
* **ui:** ignoring prop for now ([be0faa3](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/be0faa3061f2dc3b647c53f74726c754af4ecae1))
* **ui:** updated wmconnec... |
ab73ebb988232a33dee5939f42b01592a7a398b9 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -94,7 +94,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps<
StatusBar.setBarStyle('light-content', true);
if (remoteNavConfig?.length && !navConfig) {
// TODO: revert back to setNavConfig(remoteNavConfig);
- ... | linter is working different in build | linter is working different in build
|
929514b75bd8809fd0c0604cf058d2b8e684bead | --- react-native.config.js
@@ -1,7 +1,9 @@
module.exports = {
project: {
ios: {},
- android: {},
+ android: {
+ manifestPath: '/app/src/main/AndroidManifest.xml'
+ },
},
dependencies: {
...(process.env.CI
| Update react-native.config.js | Update react-native.config.js |
1b370fc2c50a0f318672be36720e0796176f75b0 | --- docs/docs/components/allspark foundation/clients/foundation-permissions.md
@@ -9,16 +9,25 @@ The Allspark Permission Client is a wrapper around [react-native-permissions](ht
## API
-View the [react-native-permissions documentation](https://github.com/zoontek/react-native-permissions#-react-native-permissions) ... | Permissions client updates. | Permissions client updates.
|
b2fc6df3e28f3e23d855c4adcc0c692ae783d0af | --- core/src/core/FeatureToggleGuard.tsx
@@ -1,10 +1,10 @@
import React, {ComponentProps, ComponentType, PropsWithChildren} from 'react';
import {useOneClick} from '../oneClick/useOneClick';
-import {MINI_APPS} from '../oneClick/MiniApps';
import {useNavigation} from '@react-navigation/native';
import {useAllspar... | ALLSPARK-3962: added oneclick and featureToggleGuard | ALLSPARK-3962: added oneclick and featureToggleGuard
|
453b1f8401285ddbead0adc1dd5c986b57302d33 | --- src/components/RosterHeader.tsx
@@ -1,12 +1,11 @@
import React, {useMemo} from 'react';
import {StyleSheet, View} from 'react-native';
import {Body, Button} from '@walmart/gtp-shared-components';
-import {Associate} from '../types';
import {goToWeeklySchedule} from '../navigation/utils';
import {ROSTER_I18N_NA... | fix lint errors | fix lint errors
|
7b854abe77a3e581f8237edfd371d0adef507437 | --- core/src/manifest.ts
@@ -54,6 +54,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => {
require('./storeInfo').StoreInfoFeature,
require('./features/timeclock').default,
require('./whatsNew').WhatsNewFeature,
+ require('@walmart/checkout-mini-app').CheckoutMiniApp,
];
/... | Checkout phase 5 changes | Checkout phase 5 changes
|
86849329fc0d83c4b8ef30158c796eea6788370b | --- package-lock.json
@@ -4166,9 +4166,9 @@
"integrity": "sha512-t1d3ohYMyfrKWEogykstetXWuIeHcGrnClVJu+m1CrTlL0o4ZrcyNpHwZLo1olJbwX3ujgmpRRcygMmWpowDCA=="
},
"@walmart/ask-sam-mini-app": {
- "version": "0.40.6",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-... | Ask Sam version bump. | Ask Sam version bump.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.