commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
1a76b1fddac815438904893a3dca4de2b5b71594 | --- __tests__/hooks/useCanImpersonateTest.ts
@@ -2,11 +2,7 @@ import {renderHook} from '@testing-library/react-hooks';
import {useSelector} from 'react-redux';
import {useCanImpersonate} from '../../src/hooks';
-import WmConfig from 'react-native-wm-config';
-jest.mock('react-native-wm-config', () => ({
- getVal... | move impersonator groups to ccm (#385) | move impersonator groups to ccm (#385)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
658dc988dfdb050377e88176ee912bb5f29504a8 | --- src/channels/components/ChannelRow.tsx
@@ -117,7 +117,8 @@ export const ChannelRow = (props: ChannelRowProps) => {
const shouldDisplayLastMessage =
lastMessage?.createdAt &&
- lastMessage?.createdAt?.nanoseconds < SEVEN_DAYS_AGO_TIMESTAMP?.nanoseconds;
+ lastMessage?.createdAt?.toDate()?.getMillisec... | update the time | update the time
|
1d759eabc2bbed7881544bef620b0164374ebce3 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -524,7 +524,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 212ACBF9F6EA1B3866D5D388 /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-... | reverting podfile and ios env changes | reverting podfile and ios env changes
|
2008de3b49bd01671526be57465842498b167b33 | --- package-lock.json
@@ -3228,9 +3228,9 @@
"integrity": "sha512-R+Kkr3KRExpa59xqPkVPF66+zGo88oZiqbfFx+BzrIJE6eUTUKTGCeiidVci+xjmfSnp6TKrMUkRBxh2b/GffA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.52",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Time clock startup, MDM, and splunk fix (#462) | Time clock startup, MDM, and splunk fix (#462)
* Time clock startup and splunk fix
* Filter sams clubs from mdm response
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
e9cf3e93334ada29b278b6002fda382986f1c7fb | --- src/components/Roster/Roster.tsx
@@ -64,6 +64,7 @@ export const Roster: React.FC<RosterProps> = (props) => {
//TODO: teamLeads should not be controlled by CCM. This list should be controlled bt RBAC. Reconsider impl for teamLead check
const teamLeads = useSelector(teamLeadJobDescriptions) as string[];
+ //... | adding the roster filter | adding the roster filter
|
1de3f0af1ec1b9b7e3cfe1992c6bb4281028959a | --- packages/allspark-foundation-hub/__tests__/__mocks__/data/apolloMocks.ts
@@ -231,7 +231,7 @@ export const apolloMocks = [
mewClockedOutCount: 30,
site: '100',
teamId: '1000282',
- teamName: 'Apparel',
+ teamName: 'Fashion',
workgroup: 'GM',
... | chore(ui): clean up apparel from code base (#275) | chore(ui): clean up apparel from code base (#275)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
16ae21c90539ce20a07d87b8e5d2afccde4ef995 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 16
+ versionCode 17
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
5bd918c18a305fc62580fdcf6005a3367f150a24 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.33.0",
+ "version": "1.34.0",
"main": "index.js",
"private": true,
"workspaces": [
| fix: update version for drop 34 (#4685) | fix: update version for drop 34 (#4685)
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
e4d34baccdf62398c088e8651a77e6e7ddec8ec9 | --- package-lock.json
@@ -3509,9 +3509,9 @@
"integrity": "sha512-bRj8dBPIo3ShYDH800Lm9XfbCHk8Kclu+Cqbdo/oEB3DIQtoK4TSoyIm8W+c9nhd/kaeEQsev6N99WmNj5BEAg=="
},
"@walmart/schedule-mini-app": {
- "version": "0.3.0",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-min... | Bumping schedule-mini-app | Bumping schedule-mini-app
|
1245eab788bc73d4db1485a4a6b6a545cc22a6da | --- src/components/RosterWidget.tsx
@@ -76,7 +76,7 @@ export const RosterWidget = (props: WidgetDataProps) => {
export const Header = () => {
const {t} = useTranslation([MY_TEAM_I18N_NAMESPACE]);
return (
- <HubHeader title={t('hubheader.title')} subText={t('hubheader.subText')} />
+ <HubHeader title={t('h... | feat(ui): fixed typo for labels | feat(ui): fixed typo for labels
|
52f634405725d4350c8284724288baffe3da46c3 | --- package.json
@@ -1,7 +1,7 @@
{
"name": "@walmart/wmconnect-mini-app",
"version": "2.38.0",
- "main": "dist/index.js",
+ "main": "main.js",
"files": [
"dist",
"main.js"
| feat(ui): update wmconnect develop with main | feat(ui): update wmconnect develop with main
|
184b634f2a29fdafc4b7f737f3688cbe0b871e36 | --- 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.7",
+ "@walmart/copilot-mini-app": "3.92.8",
"@walmart/core-services": "6.0.... | chore: bump copilot@3.92.8 | chore: bump copilot@3.92.8
|
cffcb930a0a25b4038a3581dcfcabac7765fbb1e | --- package-lock.json
@@ -35,7 +35,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.30",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.74",
+ "@walmart/ask-sam-mini-app": "1.12.1",
"@walmart/attendance-mini-... | Bumped ask-sam-mini-app version | Bumped ask-sam-mini-app version
|
f8b576eeeffb29dc601567ef83c228767d320a8d | --- src/transforms/user.ts
@@ -1,7 +1,9 @@
/* eslint-disable curly */
-import {User} from '@walmart/redux-store';
+import {User, UserSelectors} from '@walmart/redux-store';
import type {LoggedInUser} from '../services/KGraph';
+const {returnIfValid} = UserSelectors;
+
export const NOT_FOUND = 'NOT_FOUND';
expor... | Updating user transforms domain fallback | Updating user transforms domain fallback
|
1282f6bc5339fb28cebd7b71e81e64e5d2ef6fe1 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -18,7 +18,7 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = `
name="copilot"
options={
{
- "tabBarAccessibilityLabel": "navigation.work",
+ "tabBarAccessibilityLabel": "nav... | fix: translation feedback to combine strings | fix: translation feedback to combine strings
|
3ba8b10c14aa828a7582c6e8ac79ca12379b0020 | --- packages/allspark-foundation/src/GraphQL/README.md
@@ -0,0 +1,51 @@
+# AllsparkGraphQLClient
+
+The `AllsparkGraphQLClient` provides a simple, unified interface for making GraphQL requests. It is an extension of [Apollo Client](https://www.apollographql.com/docs/react/) and can create scoped clients for use in feat... | chore: documentation | chore: documentation
|
92dedd8e8ef1ba0bdc4d4402266b97611c303827 | --- package-lock.json
@@ -77,7 +77,7 @@
"@walmart/receipt-check-miniapp": "1.9.4",
"@walmart/redux-store": "3.1.3",
"@walmart/refrigeration-alarms-mini-app": "1.35.0",
- "@walmart/returns-mini-app": "0.9.0",
+ "@walmart/returns-mini-app": "0.11.0",
"@walmart/schedule-mi... | bump returns version | bump returns version
|
03fe19184c7d9fc957a1728a8a65fa24b58967cb | --- docs/docusaurus.config.ts
@@ -83,7 +83,7 @@ const config: Config = {
// Uncomment this to enable blog
//{to: '/blog', label: 'Blog', position: 'left'},
{
- to: '',
+ to: 'https://gecgithub01.walmart.com/allspark/allspark',
label: 'FAQ',
position: 'r... | Update getting started file | Update getting started file
|
34d4a7286805ba78037ae223d346810f5ef1fc1a | --- packages/core-services-allspark/src/graphql/cache.ts
@@ -33,6 +33,9 @@ const AllsparkTypePolicies: StrictTypedTypePolicies = {
keyFields: ['associateId'],
merge: true,
},
+ CourseAssertion: {
+ keyFields: ['assignedBy', 'completionStatus', 'id'],
+ },
MewAssociate: {
keyFields: ['associate... | fix: add learning type policies | fix: add learning type policies
|
7b1b2a3602afcffa8cfae1a20279b44d97e95da5 | --- package.json
@@ -121,12 +121,12 @@
"@walmart/metrics-mini-app": "1.29.6",
"@walmart/mod-flex-mini-app": "1.25.4",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "2.3.4",
+ "@walmart/money-auth-shared-components": "2.3.6",
"@walmart/myteam-mini-app": "1.20.0"... | feat(ui): PAYROLL-28223 bump version to RN74 (#4071) | feat(ui): PAYROLL-28223 bump version to RN74 (#4071)
* feat: bump version
* feat(update rn74): OPIF-176734 upgrade to rn74
* feat: OPIF-176734 bump version
---------
Co-authored-by: xiaojie zhang - x0z06uf <Xiaojie.Zhang1@walmart.com> |
36be06e5ad16753db1db63615d78569b4ce32df1 | --- 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.11",
+ "@walmart/associate-listening-mini-app": "2.0.32",
"@walmart/atten... | fix(engage-1623): associate-listening-mini-app - drop35 homecard (#5260) | fix(engage-1623): associate-listening-mini-app - drop35 homecard (#5260)
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 Novakh -... |
52c8353483c28b0388aa66cfbef547e16cd489d8 | --- targets/US/package.json
@@ -107,7 +107,7 @@
"@walmart/functional-components": "~6.3.28",
"@walmart/global-vpi-mini-app": "1.1.1",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.6-rc.1",
+ "@walmart/gtp-shared-components": "2.2.6",
"@walmart/ims-pri... | update gtp version and remove RC version | update gtp version and remove RC version
|
70a0a678f3496cf595b3dc6ecc889f26ed1e260c | --- __tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap
@@ -13,17 +13,56 @@ exports[`MeStackNav headerLeft of initial screen match snapshot 1`] = `
<MenuIcon />
</IconButton>,
<View
+ accessibilityState={
+ {
+ "busy": undefined,
+ "checked": un... | chore: foundation version bump (#5204) | chore: foundation version bump (#5204)
|
25e7f22125698a1988e4565102118da5b95d9fe1 | --- package.json
@@ -73,7 +73,6 @@
"@react-navigation/stack": "^6.1.0",
"@sharcoux/slider": "^6.1.1",
"@terrylinla/react-native-sketch-canvas": "0.8.0",
- "@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/allspark-graphql-client": "^0.1.0",
"@walmart/allspark-home-mini-app": "0.6.14",
... | reverting minor change to package.json | reverting minor change to package.json
|
ab729f2fdbae17ed1509c32f66f8379398ea8930 | --- packages/me-at-walmart-container/__tests__/services/config.test.ts
@@ -26,32 +26,23 @@ import {
AppConfig,
} from '@walmart/config-components';
-
-
-
describe('actualListener', () => {
afterEach(() => {
jest.clearAllMocks();
});
-
it('should not call ChangeEventManager.runEvent when result is u... | removed white spaces | removed white spaces
|
fb8a5f9e42778b7f01a3d67f965b8dd153a59fa6 | --- package.json
@@ -104,7 +104,7 @@
"@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "13.0.3",
- "@walmart/metrics-mini-app": "0.15.10",
+ "@walmart/metrics-mini-app": "0.15.12",
"@walmart/mod-flex-mini-app": "1.10.4",
"@... | metrics version bump | metrics version bump
|
391e5cd234350a021cd1a7a185c995a75e1f4973 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.48",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.13.4",
- "@walmart/attendance-mini-app": "1.49.0",
+ "@walmart/attendance-mini-app": "1.52.0",
"@walmart/compass-sdk-... | ama v1.52.0 | ama v1.52.0
|
30ac6bfc77f6b6a89b7d0b3fbcb8a55342a780b1 | --- src/home/containers/HomeScreen/index.tsx
@@ -21,7 +21,7 @@ import {GreetingRow} from '../../components/GreetingRow';
import {CovidBanner} from '../../components/CovidBanner';
import {CelebrationCard} from '../../components/CelebrationCard';
import {TaskCard} from '../../components/TaskCard';
-import { CopilotCar... | chore: fix lint | chore: fix lint
|
16b72901788d23416669e3ab82fa4f4e1149b2d9 | --- package-lock.json
@@ -3094,9 +3094,9 @@
"integrity": "sha512-6mn+6g+DjmNh3C26iI+gVE0XZQpnUVIIJJIKr+UX6eYhBmjSxI89C4/8VEr3+slxjAxKdQehgkqYnj5tuJHgxw=="
},
"@walmart/exception-mini-app": {
- "version": "0.16.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | pinpoint version bump | pinpoint version bump
|
2cf1388c6cdcb5595a6fa1bc1cfe3869b19a5042 | --- package-lock.json
@@ -3292,9 +3292,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.30.15",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.30.15.tgz",
- "integrity": "sha512-BSvU5ngRszN8SzHC8frg3inldPftXQlElKLROUEoFfOglAM/fsPSMRg7jnQzIb... | Incrementing ask sam for navigation gesture change | Incrementing ask sam for navigation gesture change
|
33e8daa13de58646dfa3710f46c8100a75e726f6 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap
@@ -38,6 +38,11 @@ exports[`MeStackNav matches snapshot 1`] = `
/>
<Screen
name="timeClockTabs"
+ options={
+ Object {
+ "headerShown": true,
+ }
+ }
/>
</Navigator>
`;
--- src/navigation/Ass... | add header shown true back for time clock tabs | add header shown true back for time clock tabs
|
52c39f3aaeda87930dc777a4be398dd3e371597c | --- package.json
@@ -97,9 +97,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.7.0",
+ "@walmart/roster-mini-app": "2.8.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/wm... | feat(ui): update version SMDV-5955 | feat(ui): update version SMDV-5955
|
829156427506459cd1209b1978ea3976220fa8a1 | --- package.json
@@ -52,7 +52,7 @@
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "4.1.2",
"@react-native-community/clipboard": "^1.5.0",
- "@react-native-community/datetimepicker": "^3.0.9",
+ "@react-native-community/datetimepicker": "^3.5.0",
"@rea... | package.json | package.json
|
73b0129191010272c97da98746a22cefd5a5b960 | --- packages/me-at-walmart-athena-queries/src/businessUnitByCountryAndNumber.ts
@@ -342,6 +342,7 @@ export const BusinessUnitByCountryAndNumberDocument = gql`
number
type
}
+ faxNumber
type
}
controllingCountry {
@@ -452,6 +453,9 @@ export const... | feat: adding more required fields to businessunitbycountryandnumber | feat: adding more required fields to businessunitbycountryandnumber
|
078b80b4ca58fc5e47cc81dc1a1aff921ffdfd99 | --- packages/allspark-foundation-hub/src/Shared/Common/constant.ts
@@ -17,6 +17,7 @@ export const PLATFORM_NAME = 'manager-experience';
export const HOME_OFFICE_DOMAIN = 'homeoffice';
export const SUPPLY_CHAIN_DOMAIN = 'distribution center';
export const TOTAL_SITE_TEAM_ID = 'total';
+// Const
/**Supply Chain Con... | dummy commit | dummy commit
|
57552677ce2d5441d16d555ecd2e961fef5b13e2 | --- packages/allspark-authentication/__tests__/allspark-foundation.test.js
@@ -0,0 +1,5 @@
+describe('allspark-redux-store', () => {
+ it('works', () => {
+ expect(true).toEqual(true);
+ });
+});
--- packages/allspark-utils/__tests__/hooks/useAppStateTest.ts
@@ -3,7 +3,7 @@ import { AppState } from 'react-native... | fix: fix import | fix: fix import
|
c5fdd6e2f3fa82c7b83ffeb230e74a3c43587f42 | --- core/__tests__/home/components/TaskCard/TaskClockStatusStoreCardTest.tsx
@@ -25,8 +25,8 @@ jest
// eslint-disable-next-line react-hooks/rules-of-hooks
const mockNavigation = useNavigation();
-const mockQuery = useGetDailyRosterHomeQuery as jest.Mock;
-const mockLoadQuery = jest.fn();
+const mockGetDailyRosterQu... | ALLSPARK-4959: rename mock variables | ALLSPARK-4959: rename mock variables
|
9a238b83c39b828bdfec0a213def1e95261332ac | --- packages/allspark-foundation-hub/package.json
@@ -41,7 +41,7 @@
"react-native": "~0.73.7",
"react-native-device-info": "~10.13.1",
"react-native-drop-shadow": "^1.0.0",
- "react-native-safe-area-context": "~4.7.4",
+ "react-native-safe-area-context": "~4.14.1",
"react-redux": "^8.1.3"
}... | chore: update some more dependencies | chore: update some more dependencies
|
2fd72a4dcdb788487b4418ebf6a99bffb956ff78 | --- src/auth/AuthenticatorView.tsx
@@ -14,16 +14,13 @@ import {
import {getScaledImageHeight} from '@walmart/allspark-utils';
import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation';
import {useEnvironment} from '@walmart/allspark-foundation/Environment';
-import {AuthSelectors, AuthService} ... | refactor: move sign in loading to its own combined selector | refactor: move sign in loading to its own combined selector
|
39d75a76307c4caea4f0bc7a4595f5f23e799d73 | --- package-lock.json
@@ -3090,9 +3090,9 @@
"integrity": "sha512-xScS3+/bnwlSFENS31yokqgl9pN0G1DcY8/amLstP2BeBk/kx6DxNq5BmMWg1o1J+K3rWZubcv8LZA2arqIVpQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.50",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Bumping feedback library version | Bumping feedback library version
|
6067f77a36cbe579db817d390ad95a2deb401ab7 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [2.35.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.34.0...v2.35.0) (2025-05-05)
+
+
+### Features
+
+* **ui:** update lint fixes ([b5373ce](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b5373ce51425e7ff773a86802cba80b7533daa21))
+* **ui:** upda... | chore(release): 2.35.0 [skip ci] | chore(release): 2.35.0 [skip ci]
# [2.35.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.34.0...v2.35.0) (2025-05-05)
### Features
* **ui:** update lint fixes ([b5373ce](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b5373ce51425e7ff773a86802cba80b7533daa21))
* **ui:** update the covera... |
5277a742c6bdfe82fe4d0778ee23b0a6773da1bc | --- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx
@@ -150,7 +150,7 @@ describe('AllsparkComponentContainers', () => {
const { getAllByText } = render(
<AllsparkComponentContainers.List container="test" props={{ greeting: 'Hello 2' }} />
);
- expect(getAllByText('Hell... | component containers unit test fix | component containers unit test fix
|
8512b43726fdfffd45d5835b0bdd34e1f16ca374 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -20,7 +20,7 @@ import {
} from '@walmart/feedback-all-spark-miniapp';
import {FeedbackDialogScreen} from '@walmart/feedback-all-spark-miniapp/dist/src/feedback/containers/FeedbackDialogScreen';
import {SurveySaysDialogScreen} from '@walmart/feedback-all-spar... | inbox screen import fix | inbox screen import fix
|
0d8a4679e6416c8b63f88e063793bc7ff995a0f9 | --- src/managerExperience/components/TeamSearchInput/types.ts
@@ -7,3 +7,4 @@ export interface TeamSearchInputProps {
export interface TeamSearchInputLoadingProps {
rightIcon: boolean | undefined;
}
+console.log('hi');
| feat: dummy commit | feat: dummy commit
|
b24939d9953dbc7284c763fb5a0ade03c48028c1 | --- package-lock.json
@@ -68,7 +68,7 @@
"@walmart/learning-mini-app": "18.0.3",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/metrics-mini-app": "0.18.6",
- "@walmart/mod-flex-mini-app": "1.15.0",
+ "@walmart/mod-flex-mini-app": "1.15.1",
"@walmart/moment-wal... | update modflex | update modflex
|
e327ca1f7499b0fc5506a07324b7dfd36bdbee4f | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamOnboardingScreen.test.tsx
@@ -24,7 +24,7 @@ jest.mock('@walmart/allspark-foundation/Navigation', () => ({
},
}));
-describe('TeamSelectionList Component Tests', () => {
+describe('TeamOnboarding Screen Component Tests', () => {
before... | Adding teamonboarding coverage | Adding teamonboarding coverage
|
28ecf253697cc6b812c30e11cfb91290709618c7 | --- src/components/TeamList.tsx
@@ -1,4 +1,4 @@
-import React, {useMemo, useState} from 'react';
+import React, {useEffect, useMemo, useState} from 'react';
import {useSelector} from 'react-redux';
import {
StyleProp,
@@ -365,10 +365,18 @@ export const TeamChatCard = (props: {
}, [primaryTeam, data?.getTeamsByS... | adding use effect to re-render sort logic | adding use effect to re-render sort logic
|
74a1207fc7449a48ec9d187ccac3230c52f64051 | --- __tests__/components/ListEmptyComponentTest.tsx
@@ -22,6 +22,7 @@ describe('ListEmptyComponent', () => {
const props = {
isLoading: false,
hasError: true,
+ error: 'error',
} as ListEmptyComponentProps;
const component = renderWithProviders(<ListEmptyComponent {...props} />);
... | Adding remaining coverage for listEmptyComponent | Adding remaining coverage for listEmptyComponent
|
3dbb2eeb57e7bc552634295c7e961e451b1dbd10 | --- targets/US/package.json
@@ -102,7 +102,6 @@
"@walmart/emergency-mini-app": "1.29.8",
"@walmart/exception-mini-app": "1.8.11",
"@walmart/facilities-management-miniapp": "0.15.7",
- "@walmart/facilities-management-miniapp": "patch:@walmart/facilities-management-miniapp@npm%3A0.14.6#~/.yarn/patches/@... | Updating the patch | Updating the patch
|
9f0fc72b19cf3f3825186b03c6497c863de121f3 | --- __tests__/PinAccess/PinCodeSagasTest.ts
@@ -52,7 +52,7 @@ describe('pinCreationFlow', () => {
const iterator = pinCreationFlow();
expect(iterator.next().value).toEqual(take(PinAccessTypes.CREATE_PIN));
expect(iterator.next().value).toEqual(
- call(navigate, 'Core.PinAccessScreen', {flow: CREATE}... | Reverting pin screen name change back to match settings reference | Reverting pin screen name change back to match settings reference
|
a1e3f904ff47f7208fe1b710b3b10f66eac6f342 | --- __tests__/harness/redux/mockState/index.ts
@@ -19,8 +19,5 @@ export const initialStateMock: GlobalState = {
versions: versionsState,
deviceInfo: deviceInfoState,
appConfig: appConfigState,
- network: {
- isConnected: true,
- }
//texting: textingState, //TODO: redux-store library needs mod to combin... | updating from online review | updating from online review
|
7942573e798ffff179d2d48c29c3e03e951546b3 | --- package-lock.json
@@ -2986,9 +2986,9 @@
"integrity": "sha512-Pe55V+hzs8Z1aqVW3BNuHKpC92fViArzNHp754Y2ZKINFPv6pXTlxkEDNw5x4qQ1m9qBsQyS8LpBPGOllAlnEg=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.30",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Bump feedback mini app version for small layout issue and add splunk logging (#195) | Bump feedback mini app version for small layout issue and add splunk logging (#195)
Co-authored-by: Lochy <Hy.Loc@walmartlabs.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
5a5d760619eda94bc5976fa00eebfe51aef1f2e6 | --- src/components/TeamChatCard.tsx
@@ -14,7 +14,7 @@ import {
import {teamsMock} from '../hooks/tempTeamMock';
import {Images} from '../images';
import {noop} from 'lodash';
-import {useStartStoreText} from '../hooks';
+import {useStartStoreText, useStartTeamText} from '../hooks';
import firestore from '@react-nat... | adding team text behavior | adding team text behavior
|
538801aff973630c4165da91427ae34e3417ebdc | --- ios/Podfile.lock
@@ -139,7 +139,7 @@ PODS:
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (~> 2.30908.0)
- - GoogleDataTransport (9.2.0):
+ - GoogleDataTransport (9.1.4):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
... | Fixed Podfile.lock | Fixed Podfile.lock
|
b6b750eb5cdfdd81e087bd612e4d5c02985ffad2 | --- android/package-lock.json
@@ -1,6 +0,0 @@
-{
- "name": "android",
- "lockfileVersion": 2,
- "requires": true,
- "packages": {}
-}
| Delete unwanted package-lock | Delete unwanted package-lock |
4cf996909246bc66f893700a1dad10a098d37bc5 | --- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx
@@ -458,25 +458,30 @@ const HubCelebrationWidgetCore: React.FC<
additionalProps.onHeaderPress = () => {
if (enableWidgetNavigation) {
- AccessibilityInfo.isScreenReaderEnabled().then(enabled => {
- if ... | feat(ui): update celebration peformance | feat(ui): update celebration peformance
|
c28dce07fab80967084001bac29f564f48b8e147 | --- package.json
@@ -1,7 +1,7 @@
{
"name": "@walmart/wmconnect-mini-app",
"version": "2.36.0",
- "main": "main.js",
+ "main": "dist/index.js",
"files": [
"dist",
"main.js"
| fix(ui): update package | fix(ui): update package
|
a723e70765b84ab8e8b9be8c472a37816a9712f4 | --- .looper.multibranch.yml
@@ -52,6 +52,18 @@ flows:
- call: build-npm
- (name Build JS Bundle for ${market}) npm run bundle-js
+ app-build-init:
+ - call: initialize
+ - (name Set NPM Env) yarn run env:${ENV}
+ # - call: initialize-fastlane
+ - withcache('yarn-cache'):
+ - call: yarn-s... | chore: looper fix | chore: looper fix
|
af593fd1b032958a80b9b173066a425eee6b577a | --- targets/US/package.json
@@ -119,7 +119,7 @@
"@walmart/metrics-mini-app": "1.24.4",
"@walmart/mod-flex-mini-app": "1.22.0",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.1.22",
+ "@walmart/money-auth-shared-components": "2.0.14",
"@walmart/myteam-mini-app... | feat: bump version | feat: bump version
|
66b678c4073e0f6d570fff563f755fa6f98148d6 | --- package.json
@@ -153,7 +153,7 @@
"@walmart/taskit-mini-app": "5.31.6",
"@walmart/time-clock-mini-app": "2.462.1",
"@walmart/time-clock-mini-app-next": "2.812.1",
- "@walmart/topstock-mini-app": "1.22.2",
+ "@walmart/topstock-mini-app": "1.22.3",
"@walmart/translator-mini-app": "1.4.2",
... | fix: VS-8972 fixed the crash in topstock for db migration | fix: VS-8972 fixed the crash in topstock for db migration
|
44c7cb8389f4d45decb92a10a87705388e3e18fd | --- src/navigation/utils.ts
@@ -6,6 +6,7 @@ import {
TransitionPresets,
} from '@react-navigation/stack';
import {TextingNavParamsMap} from './types';
+import {navigate} from '@walmart/react-native-shared-navigation';
let comingFrom: keyof TextingNavParamsMap | null = null;
const REPLACE_SCREEN = 'texting.newM... | adding weekly schedule link | adding weekly schedule link
|
2233a3d437fc7df258437afc2a5694bfee601d19 | --- packages/allspark-graphql-client/codegen/generate.js
@@ -94,7 +94,7 @@ cli
// Merge apollo codegen config with allspark config
...(config.apollo || {}),
...(config.typescriptOperations || {}),
- gqlImport: '@walmart/allspark-graphql-client',
+ gqlImport: ... | fix: add missing type exports. fix type reference. fix codegen reference | fix: add missing type exports. fix type reference. fix codegen reference
|
a9830560100878cf073608febd4890cd6cd32e2e | --- packages/me-at-walmart-athena-queries/src/index.ts
@@ -2,6 +2,7 @@ export * from './businessUnitByCountryAndNumber';
export * from './getAssociateById';
export * from './getDailyRosterHome';
export * from './getLoggedInUser';
+export * from './getLoggedInUserV2';
export * from './getTeamByIdHome';
export * fro... | chore(ui): expose getLoggedInUserV2 (#298) | chore(ui): expose getLoggedInUserV2 (#298)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
fa466048aca1ba7ca8c1408dd911af3682fd9576 | --- src/home/Home.tsx
@@ -1,29 +0,0 @@
-import React, {useEffect} from 'react';
-import {View} from 'react-native';
-import {useSelector} from 'react-redux';
-
-import {Body} from '@walmart/gtp-shared-components';
-import {GlobalState} from '@walmart/redux-store';
-
-import {callApi} from './testApiCall';
-
-export con... | Removing home, no longer used | Removing home, no longer used
|
ae1a48b03eba48e06759d5aa33187209164c9a93 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -497,7 +497,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 212ACBF9F6EA1B3866D5D388 /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-B... | updating manager approvals version with vqa changes. | updating manager approvals version with vqa changes.
|
eb9c8fc4f96d6cd4aaa6957bc898eb77f47ea601 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.60",
+ "@walmart/financial-wellbeing-feature-app": "1.0.61",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.61 | bumped financial-wellbeing-feature-app to 1.0.61
|
7bfe6fd0be6f5737ed08a2bfc4c657345da872d2 | --- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionList.test.tsx
@@ -205,22 +205,6 @@ describe('TeamSelectionList Component Tests', () => {
expect(mockOnComplete).toHaveBeenCalledTimes(1);
});
- test('handles upsertManagerExperiencePreferenceMutation error', async () => {
- const m... | test(ui): update with pr comments | test(ui): update with pr comments
|
ff5bd68d567b7894e185e53d250b0b4136811150 | --- package-lock.json
@@ -36171,4 +36171,4 @@
}
}
}
-}
\ No newline at end of file
+}
--- package.json
@@ -336,4 +336,4 @@
"pre-push": "run-p solidarity coverage"
}
}
-}
\ No newline at end of file
+}
| update package-lock | update package-lock
|
f28cbcaf3edab3e0f12bbe6d48ed8878576fae5d | --- src/components/AssociateRosterItem/style.ts
@@ -30,8 +30,8 @@ export const styles = StyleSheet.create({
},
badge: {
marginRight: 8,
- marginBottom: 20, // for alignment with name, not within the same view
- alignSelf: 'center',
+ marginTop: 8,
+ alignSelf: 'flex-start',
},
tag: {
a... | chore: style fixes | chore: style fixes
|
e8f2d29d50a2cd0d742be4dd3e724a8c496f4280 | --- package.json
@@ -80,7 +80,7 @@
"@types/redux-mock-store": "^1.0.2",
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "^6.32.0",
- "@walmart/allspark-foundation-hub": "1.10.0-beta.4777+338560dd",
+ "@walmart/allspark-foundation-hub": "1.10.0-beta.4778+f34e932b",
... | chore(ui): update roster and myteam mini app | chore(ui): update roster and myteam mini app
|
b377436bbe8629bb6ac287ec7669b96b6c8432a9 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.27",
+ "version": "2.0.28",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.27",
+ "version": "2.0.28",
... | Update package.json | Update package.json |
888dc5fa370cac119fcf839798c0c1ac6c9e745b | --- package.json
@@ -102,7 +102,7 @@
"@walmart/counts-component-miniapp": "0.1.11",
"@walmart/emergency-mini-app": "1.27.1",
"@walmart/exception-mini-app": "1.7.10",
- "@walmart/facilities-management-miniapp": "0.10.1-build-14",
+ "@walmart/facilities-management-miniapp": "0.11.1",
"@walmart/f... | Version bump | Version bump
|
cb58f08706d684f6316e3f3e11a8c13d1090a398 | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/impersonation-mini-app": "1.4.0",
"@walmart/ims-print-services-ui": "1.2.0",
"@walmart/inbox-mini-app": "0.73.0",
- "@walmart/iteminfo-mini-app": "6.0.1",
+ "@walmart/iteminfo-mini-app": "5.3.1",
"@walmart/manager-approv... | fix: downgrade iteminfo mini app | fix: downgrade iteminfo mini app
|
965e01c6ede108f901b5640a54c9530b3b3101f8 | --- scripts/updateAndroidProjectConfig.sh
@@ -46,23 +46,29 @@ fi
## Find and replace package name ########
echo "Updating package name to ${PACKAGE} in ${APP_GRADLE}"
-sed -i.bak "s/${BETA_PACKAGE}|${PROD_PACKAGE}/${PACKAGE}/" ${APP_GRADLE} && rm ${APP_GRADLE}.bak
+# sed -i.bak "s/${BETA_PACKAGE}|${PROD_PACKAGE}/${... | Updated sed command to test | Updated sed command to test
|
5a410aae47f9f131379f09def50ff316ae8ee07c | --- packages/allspark-foundation/src/Auth/AuthManager.ts
@@ -24,16 +24,16 @@ export type AuthManagerOptions = {
* ecosystem. It delegates actual authentication operations to an injected service
* implementation while handling state management through Redux.
*
- * **New Architecture**: Services are injected via co... | chore: update auth comments | chore: update auth comments
|
d0d192748147d8b7916af6bc6fc2bd4436026c91 | --- src/components/ActionButton/index.tsx
@@ -1,11 +1,5 @@
-import React, {createElement, ReactNode} from 'react';
-import {
- StyleProp,
- StyleSheet,
- TouchableOpacity,
- TouchableOpacityProps,
- ViewStyle,
-} from 'react-native';
+import React, {createElement} from 'react';
+import {TouchableOpacity} from 'rea... | refactors | refactors
|
780dbbcd7e627504a78b914007f2a1ba6b8ab107 | --- targets/US/package.json
@@ -143,7 +143,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.83.0",
+ "@walmart/sidekick-mini-app": "4.83.3",
"@walmart/store-feature-orders": "1... | chore: bump sidekick@4.83.3 | chore: bump sidekick@4.83.3
|
e7ca25a02b978b1a6d3b0d89dc09eadc6dc95fa9 | --- .looper.multibranch.yml
@@ -608,15 +608,15 @@ branches:
flows:
native-ios:
- - exposeVars(${market}-market)
+ - exposeVars("${market}-market")
- node(label=${NODES}):
- call: build-ios(ios)
native-android:
- - exposeVars(${market}-market)
+ - exposeVars("${market}-market")
- ca... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
79601621d589924f5610f96c34db2cda8e1080bb | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.11",
+ "version": "2.12.12",
"main": "dist/index.js",
"files": [
"dist"
--- yarn.lock
@@ -5870,8 +5870,8 @@ __metadata:
linkType: hard
"@walmart/allspark-foundation-hub@npm:latest":
- version: 1.0.1-beta.... | Update the roster imports | Update the roster imports
|
21eba2d4755ba7e1fd59ccf96fa6f4f230bab612 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 906
- versionName "1.9.10"
+ versionCode 907
+ ve... | version bump to 1.10.0 | version bump to 1.10.0
|
8dc1155f38690e92d92841a537c5338cc20bf3e0 | --- targets/US/package.json
@@ -146,7 +146,7 @@
"@walmart/shelfavailability-mini-app": "1.5.33",
"@walmart/sidekick-mini-app": "4.80.1",
"@walmart/store-feature-orders": "1.26.12",
- "@walmart/taskit-mini-app": "4.17.12-1121-decec7b",
+ "@walmart/taskit-mini-app": "4.17.13",
"@walmart/time-clo... | chore: bump taskit version | chore: bump taskit version
|
a3022af5261d9b9be82d69dd77a6182487a613bb | --- ios/Podfile.lock
@@ -166,6 +166,8 @@ PODS:
- nanopb/encode (= 2.30908.0)
- nanopb/decode (2.30908.0)
- nanopb/encode (2.30908.0)
+ - Permission-Camera (3.0.0):
+ - RNPermissions
- Permission-LocationWhenInUse (3.0.0):
- RNPermissions
- Permission-Notifications (3.0.0):
@@ -583,6 +585,7 @@ ... | pod update | pod update
|
cbb047b4b8cea963e45f8b17291c18f1ad40cd76 | --- packages/associate-exp-hub-mini-app/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.4.0-alpha.21](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.21
|
49864df2b2bc5feb14fd79dfc7c1c59bfaa53f35 | --- __tests__/__mocks__/@walmart/my-walmart-hub.js
@@ -0,0 +1,5 @@
+
+module.exports = {
+ ...jest.mock("@walmart/my-walmart-hub"),
+ TOTAL_STORE_TEAM_ID: "9999999", // Updated to canonical value, supports legacy 'total' for backward compatibility
+};
| feat(ui): added mock | feat(ui): added mock
|
e8e6391964c8f5a6f8ddeb281458b89f3b509f84 | --- __tests__/screens/SearchScreen/SearchScreenTest.tsx
@@ -116,14 +116,12 @@ describe('SearchScreen', () => {
expect(flashListComponent.props.data.length).toEqual(0);
});
- it('should show recent search history if recent search exists', () => {
- jest
- .spyOn(React, 'useState')
- .mockReturnVa... | fixing more tests | fixing more tests
|
c4a18f30a7251628f3ff81fb3a5842c9725e9441 | --- packages/me-at-walmart-container/src/services/telemetry.ts
@@ -46,7 +46,7 @@ export class TelemetryClient {
`AllsparkTelemetry: event cannot exceed length of ${MAX_EVENT_LENGTH}. Event: ${fullEvent}`,
);
} else {
- fullEvent = event.slice(0, MAX_EVENT_LENGTH);
+ fullEvent = ... | fix: update event to count for 40 chars | fix: update event to count for 40 chars
|
aab1748b0aaf3d12682a892186f3f0e321ec9be7 | --- targets/US/package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.89",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.24.7",
+ "@walmart/ask-sam-mini-app": "1.27.4",
"@walmart/associate-listening-mini-app": "1.2.7",... | feature ask sam branch drop27 version | feature ask sam branch drop27 version
|
9047920dd4b611c8ed5395319b2bceea8c3b5446 | --- .looper.yml
@@ -65,6 +65,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- (name Install Dependencies) yarn install
+ - (name Commit Lockfile Changes) ./scripts/commit-lockfile-changes.sh
buildPackages:
- (name Build Packages) yarn run bu... | fix: re-add lockfile commit workaround for persistent ci drift | fix: re-add lockfile commit workaround for persistent ci drift
|
3491d4e7c46da2b7712296a9fbff770b3ee36e7c | --- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json
@@ -2,49 +2,49 @@
{
"legacyLibrary": "@walmart/core-services",
"replacement": "@walmart/allspark-foundation",
- "enforcementDate": "2025-09-15",
+ "enforcementDate": "2025-11-03",
"notes": "Use the foundation replac... | fix(drop33): enforcement date change | fix(drop33): enforcement date change
|
617dc0b0d0c6d85a87d8e56596a9d8738eaf5892 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/EditSavedTeamSection.tsx
@@ -72,6 +72,13 @@ export const EditSavedTeamSection: React.FC<EditSavedTeamSectionProps> = ({
toggleSelection={() => handleSelection(item.teamId)}
/>
)}
+ ListEmptyCom... | fix(bug): add no teams found search result state | fix(bug): add no teams found search result state
|
ecb9e2216874fe97ac7f44475f84262f0ba19c7f | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.1.6",
+ "version": "1.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.1.6",
+ "version": "1.1.7",
"hasInstallScr... | Update version | Update version
|
ddc8425bb305290b755493c86902a35712e2e31b | --- .npmrc
@@ -4,4 +4,4 @@ proxy=http://sysproxy.wal-mart.com:8080
https-proxy=http://sysproxy.wal-mart.com:8080
strict-ssl=false
# legacy-peer-deps=true
-no_proxy=walmart.api.crowdin.com,.wal-mart.com,.walmart.net,.walmart.com,localhost,127.0.0.1
+no_proxy=walmart.api.crowdin.com,.wal-mart.com,.walmart.net,.walmart... | Update mini app versions | Update mini app versions
|
30800fa448c5b26c57fa2165a896fae6d092cf45 | --- packages/me-at-walmart-container/__tests__/services/user/getCandidateInfo.test.ts
@@ -1,4 +1,4 @@
-import {getCandidateInfo, getLoggedInCandidate} from '../../../src/services/user/getCandidateInfo';
+import {getLoggedInCandidate} from '../../../src/services/user/getCandidateInfo';
import {AllsparkHttpClient} from ... | removed unused code and whitespaces in getCandidateInfo.test.ts | removed unused code and whitespaces in getCandidateInfo.test.ts
|
d4bbdbe6b6e6691c4a0633f758a9eae144a3a1dd | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.59",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.15.4",
- "@walmart/attendance-mini-app": "1.62.10",
+ "@walmart/attendance-mini-app": "1.62.11",
"@walmart/compass-sd... | ama v1.62.11 fix for GTA-136185 | ama v1.62.11 fix for GTA-136185
|
99881c9566e5b18608d69b7fcf806a152beb3f8f | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -189,7 +189,12 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
onRefresh();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
- }, [userOnboardingComplete, userTeamSelection... | feat(ui): error screen dependencies | feat(ui): error screen dependencies
|
e4db66deae537380f8f286e08b8e5ce492df13a2 | --- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionUtils.test.tsx
@@ -161,6 +161,7 @@ describe('useGetViewersPrimaryTeamName', () => {
if (selector === UserSelectors.getTitle) {
return 'Senior Manager';
}
+ return null;
});
const result = useGetViewersPrimar... | test(ui): resolved test failures | test(ui): resolved test failures
|
b0d5d308b6f7fd1c674ab83bd48a68a3a885dbd2 | --- .github/pull_request_template.md
@@ -8,11 +8,6 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
## Links to JIRA tickets:
<br/>
-| Yes | No |
-| :--- | :--- |
-| - [ ] | - [ ] |
-| - [ ] | - [ ] |
-
## Please describe the changes, problems and solutions this PR is addressing:... | twicking changes | twicking changes
|
328473a60c4ed1d8f9b96a39e6d52276d8190ad3 | --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -469,15 +469,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
- <Screen
- component={[Function]}
- name="DigitalLocksMiniApp"
- options={
- {
- ... | chore: fix snapshot test | chore: fix snapshot test
|
034fe95821015bbf8c43652b22de0c35df43ac45 | --- android/settings.gradle
@@ -19,4 +19,4 @@ useExpoModules()
This flag is not advisable if you need to download new dependencies of your Andriod SDK with each run.
(Like testing new compass SDK version each time you run the app)
*/
-gradle.startParameter.offline=true
+gradle.startParameter.offline=false
| Update settings.gradle | Update settings.gradle |
4273c80de40a5301f8aaf556229a08a1269c06ab | --- core/__tests__/__mocks__/@walmart/returns-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- ReturnsMiniApp: 'ReturnsMiniApp',
+ __esModule: true,
+ default: {
+ buildAllScreens: () => 'ReturnsMiniApp',
+ },
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.s... | chore(ui) : updated testcases | chore(ui) : updated testcases
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.