commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
e0b046c8938eddf95c0ee0c82e247cd1189652f6
--- 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"
Addressing comments
Addressing comments
e523034afe148f887fb635f0f4f5bbb433a93b57
--- ios/Podfile.lock @@ -1200,7 +1200,8 @@ SPEC CHECKSUMS: react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a react-native-image-picker: 4bc9ed38c8be255b515d8c88babbaf74973f91a8 react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f - react-native-logger: 23f2b2ed3622b45613...
cleaned up podfile conflict
cleaned up podfile conflict
0d43941f73bf3fa413d35f23222142df36fdb7e1
--- package.json @@ -80,7 +80,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.15.2", + "@walmart/ask-sam-mini-app": "1.15.3", "@walmart/attendance-mini-app": "0.190.6", "@walma...
SMBLV-4870: bump ask sam version
SMBLV-4870: bump ask sam version
2885090318351371228a45f2cf7f1ac91e05e9e8
--- docs/docs/allspark ecosystem/allspark-http-requests.md @@ -4,10 +4,10 @@ custom_edit_url: null --- ## Overview -AllSpark is using the HttpClientProvider component to configure http requests. The underlying implementation is a wrapper around axios that provides extra utility to clone from a common default confi...
docs: linking ecosystem and foundation where relevant
docs: linking ecosystem and foundation where relevant
b10dbfb2c79b61b6786103c7dc111eb855962178
--- __tests__/navigation/SideMenuContentTest.tsx @@ -0,0 +1,71 @@ +import React from 'react'; +import {create, act, ReactTestRenderer} from 'react-test-renderer'; + +jest.mock('react-redux', () => ({ + useSelector: jest.fn(), +})); +jest.mock('../../src/auth', () => ({ + connectedSSO: { + signOut: jest.fn(), + },...
using global nav
using global nav
b02f9671ff56421dbf7df44ba612e61ae811bbce
--- __tests__/settings/versions/utilsTest.ts @@ -5,6 +5,15 @@ import { getVersionData, } from '../../../src/settings/versions/utils'; +jest.mock('../../../package.json', () => ({ + dependencies: { + '@walmart/ask-sam-mini-app': '1.0.0', + '@walmart/unknown-mini-app': '2.0.0', + '@walmart/profile-feature...
fix: patch version not correctly extracted for display on version list
fix: patch version not correctly extracted for display on version list
f3dcca4b0446d63e5b3389d0e97dc10008c2588d
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.15.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.14.2...v2.15.0) (2025-03-07) + + +### Features + +* **ui:** update roster widget schedule count ([4258ff5](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/4258ff5ad64166cf121bb187b70ef11549684861...
chore(release): 2.15.0 [skip ci]
chore(release): 2.15.0 [skip ci] # [2.15.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.14.2...v2.15.0) (2025-03-07) ### Features * **ui:** update roster widget schedule count ([4258ff5](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/4258ff5ad64166cf121bb187b70ef11549684861))
5bf4388c845a2dfd8cf78571db9169d5b4f3f261
--- android/app/build.gradle @@ -13,6 +13,7 @@ plugins { import com.android.build.OutputFile // import org.apache.tools.ant.taskdefs.condition.Os //++ +/* * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets * and bundleReleaseJsAndAssets). * These basically call `react...
android build fix. language resource late init fix
android build fix. language resource late init fix
ca1d01b077c1fa329db67d0a6b925ac6bee7f568
--- package.json @@ -92,7 +92,7 @@ "@walmart/avp-shared-library": "0.7.3", "@walmart/backroom-mini-app": "1.2.6", "@walmart/calling-mini-app": "0.3.5", - "@walmart/checkout-mini-app": "3.21.0", + "@walmart/checkout-mini-app": "3.22.0", "@walmart/compass-sdk-rn": "5.19.13", "@walmart/confi...
CO mini app hide unassign link
CO mini app hide unassign link
7db24261545880a56074cce217e40537663842a8
--- container/scripts/runWithVariablePrompt.ts @@ -901,13 +901,13 @@ if (nonInteractive) { METRO_PORT: finalMetroPort, ...(device && device.platform === 'ios' ? { - EXPO_SIMULATOR_DEVICE_TYPE: device.name, - EXPO_SIMULATOR_ID: device.id, - SIMULATOR_UD...
feat: update the container
feat: update the container
db67cb83d4d813a5cbdf97e11bacabf5fba72967
--- package-lock.json @@ -4636,9 +4636,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.66.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.66.0.tgz", - "integrity": "sha512-GTIQUNN7e/iMRwOphMocZ1112vWR4cPJqUwqipqlfBXmM5qxXxn4koTAED...
build: WelcomeMe v0.68.0
build: WelcomeMe v0.68.0
d1a32abbd5cf1a4c11131a942562d2a02426fb8e
--- packages/allspark-http-client/src/HttpClient.ts @@ -364,7 +364,7 @@ class HttpClient extends Axios implements IHttpClient { /** * @deprecated Use httpClient.clones instead */ - public get cloneInstanceMap() { + public get clonedInstanceMap() { return this.clones; }
fix: clone instance map backwards compatability fix
fix: clone instance map backwards compatability fix
ee73f85c51c763ddb7b2c3ba51b456299fc64cbc
--- packages/allspark-foundation/src/Container/redux.ts @@ -4,6 +4,7 @@ import { generateSelectorsForSlice, } from '../Redux/utils'; import { InferActionTypes } from '../Redux/types'; +import { LibraryInfo } from './types'; export type ContainerState = { name: string; @@ -11,6 +12,8 @@ export type ContainerS...
refactor: move library version data from environment to container redux. add container version field
refactor: move library version data from environment to container redux. add container version field
693d82fa0d9804cbcac1ed790bc9e09e425274bc
--- __tests__/navigation/ToastModalTest.tsx @@ -40,7 +40,7 @@ const mockGetCurrentRoute = getCurrentRoute as jest.Mock; describe('isWithinTabs', () => { it('returns true when within tabs', () => { - mockGetCurrentRoute.mockReturnValue('home'); + mockGetCurrentRoute.mockReturnValue('home.root'); expect(...
Tab name fix
Tab name fix
8ffb4627164c0d08e21e8ca278bc49e5504ecf1b
--- packages/me-at-walmart-container/__tests__/http/interceptors/work.test.ts @@ -1,49 +1,31 @@ -import { WorkInterceptor } from '../../../src/http/interceptors/work'; -import { AllsparkReduxStore } from '@walmart/allspark-foundation'; -import { WorkActions } from '@walmart/allspark-foundation/Work'; +import {AllsparkR...
fix: finish tests DWORK-7538
fix: finish tests DWORK-7538
971ab7ba5c2e068c9e01fe4fb979b6bcfc475108
--- package.json @@ -149,7 +149,7 @@ "@walmart/roster-mini-app": "3.3.0", "@walmart/schedule-mini-app": "2.2.1", "@walmart/shelfavailability-mini-app": "1.5.45", - "@walmart/shop-gnfr-mini-app": "1.0.302", + "@walmart/shop-gnfr-mini-app": "1.0.417", "@walmart/sidekick-mini-app": "4.201.13", ...
feat: GNFRTECH-6723 shop-gnfr drop 32 features (#4318)
feat: GNFRTECH-6723 shop-gnfr drop 32 features (#4318) * feat: GNFRTECH-6808 shop gnfr drop 32 features * feat: GNFRTECH-6808 ShopGNFR drop 32 changes * feat: GNFRTECH-6808 shopGNFR drop 32 changes * feat: GNFRTECH-6808 shopgnfr drop 32 changes * feat: GNFRTECH-6808 shop GNFR drop 32 changes * feat: GNF...
377ece7f861f7dc1b41442571d75d1d4a4bb052b
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx @@ -72,4 +72,16 @@ describe('ShiftFilterList', () => { 'shift1' ); }); + + it('Test 3: Renders correctly when there are no shifts', () => { + const { getByTestId, queryByTestId } = render( + <ShiftFilt...
Adding Test 3 for shiftFilterList
Adding Test 3 for shiftFilterList
b8aaba113500e55f828d9faf3961450dc9a35404
--- package-lock.json @@ -5552,9 +5552,9 @@ "integrity": "sha512-3SoyGLVpJ2hRSUlEmQ1Ro29AUcdagZb8WzqMJDpMgM6PqZU0+btV36GuRb/VCOccii16ONBXrQKCfWqsZmHLYw==" }, "@walmart/time-clock-mini-app": { - "version": "0.13.1", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Update time clock mini app version
Update time clock mini app version
c18b81e085aecb8291b98a6558b84960d31a827e
--- ios/Podfile.lock @@ -623,9 +623,9 @@ PODS: - JWT (~> 3.0.0-beta.12) - React-Core - SSZipArchive (~> 2.2.2) - - compass-sdk-ios (0.3.17) - - compass-sdk-rn (5.18.9): - - compass-sdk-ios (= 0.3.17) + - compass-sdk-ios (0.4.2) + - compass-sdk-rn (5.18.14): + - compass-sdk-ios (= 0.4.2) - ...
git merge
git merge
7c1d176dbe5e5b1eef70abad0efccc19cfd1cc6b
--- packages/allspark-foundation/package.json @@ -139,6 +139,7 @@ "react": "18.x", "react-native": "0.72.x", "react-native-apollo-devtools-client": "*", + "react-native-device-info": "*", "react-native-flipper": "*", "react-native-gesture-handler": "2.x", "react-native-get-random-values...
chore: add missing peer dependency of device info required by gtp
chore: add missing peer dependency of device info required by gtp
6f536ef759a7cb9a45ca17ec64cadf5af13e3cb5
--- targets/US/package.json @@ -140,7 +140,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.4.4", - "@walmart/rn-receiving-mini-app": "2.3.332", + "@walmart/rn-receiving-mini-app": "2.3.340", "@walmart/roster-mini-app": "2.9.0", ...
2.3.340 - Receiving version update - drop26
2.3.340 - Receiving version update - drop26
5cdeefa0053cc188707af5b24f7269861f377fa9
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -124,7 +124,7 @@ export class AllsparkContainer< * @param config - The configuration object for the container. */ constructor(id: string, config: AllsparkContainerConfig<E, T>) { - if (!id && id.length < 1) { + if (!id || id.length...
fix(container): update id check
fix(container): update id check Co-authored-by: qodo-merge[bot] <98856+qodo-merge[bot]@users.noreply.gecgithub01.walmart.com>
01c39df60e5805347478dad389ab6b15aeb78429
--- targets/US/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/shop-gnfr-mini-app": "1.0.121", + "@walmart/shop-gnfr-mini-app": "1.0.124", "@walmart/sidekick-mini-app": "...
added 1.0.124 version for shop-gnfr
added 1.0.124 version for shop-gnfr
a582bfc0f51a171aa919d9a6d7189872bfd67728
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen/useSupplyChainQueries.ts @@ -8,12 +8,12 @@ import { import {RosterDetailScreenProps} from '../types'; import {logger} from '../../../common'; import moment from 'moment'; -import {useStoreRosterDetails} from '../StoreRosterDetailScreen/useStoreRosterDe...
fix(ui): update supply chain query hook fix
fix(ui): update supply chain query hook fix
353ee87f3de15319eb60994b1a16cabd1798b59e
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.3.0...v2.3.1) (2024-06-13) + + +### Bug Fixes + +* **looperCoverage:** added var for looper coverage ([d67d1c6](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d67d1c6a0ddf0ce8d37e734bd6c7f8ff557...
chore(release): 2.3.1 [skip ci]
chore(release): 2.3.1 [skip ci] ## [2.3.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.3.0...v2.3.1) (2024-06-13) ### Bug Fixes * **looperCoverage:** added var for looper coverage ([d67d1c6](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d67d1c6a0ddf0ce8d37e734bd6c7f8ff557fbdfa))
9d39f957c6985d66fde2a7b29d47d590d13f6235
--- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamSelectionList.test.tsx @@ -1,118 +1,11 @@ import React from 'react'; -import { render as ren } from '../../utils/index'; -import { render, fireEvent, waitFor } from '@testing-library/react-native'; +import { render, fireEvent } from '@testing...
Adding team selection test coverage
Adding team selection test coverage
6f69203e770b2d00ece033510416b19a6d99afcd
--- __tests__/home/components/TaskCard/TaskClockStatusStoreCardTest.tsx @@ -83,7 +83,10 @@ describe('TaskClockStatusStoreCard', () => { expect(logWMTelemetryTouchComponentEvent).toHaveBeenCalledWith( 'task_view_roster', ); - expect(mockNavigation.navigate).toHaveBeenCalledWith("myTeam", {"params": {...
Update test
Update test
7ae426b12171fedb56b38e232384535f1cecf655
--- package.json @@ -88,7 +88,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.24", + "@walmart/facilities-management-miniapp": "0.5.25-rc1", "@walmart/feedback-...
Test FCM https://jira.walmart.com/browse/REC-5468
Test FCM https://jira.walmart.com/browse/REC-5468 Test FCM https://jira.walmart.com/browse/REC-5468
089a33c38b9dd66548369a8936fca4f34b689c10
--- src/auth/ErrorScreen.tsx @@ -14,7 +14,6 @@ import WmTelemetry from 'react-native-wm-telemetry'; import { LinkButton, PrimaryButton, - Dropdown, RadioItemGroup, CheckboxItemGroup, Subheader, @@ -27,6 +26,7 @@ import {logger} from '../services/Logger'; import {encryptUserId} from '../services/MaskUs...
replace picker component
replace picker component
047330d30e31f5610ddced8363b2200b349b6282
--- package-lock.json @@ -4400,7 +4400,7 @@ "@walmart/react-native-shared-navigation": { "version": "0.4.0", "resolved": "https://npme.walmart.com/@walmart/react-native-shared-navigation/-/react-native-shared-navigation-0.4.0.tgz", - "integrity": "sha1-dBX44FzZJKjZPuXiMoFiFQzybYE=" + "integ...
Bump time clock mini app to 0.5.2 for drop 7
Bump time clock mini app to 0.5.2 for drop 7
7a852573aaa56eaef71b36d4d68d1a0ad91138ee
--- packages/me-at-walmart-container/__tests__/services/config.test.ts @@ -30,6 +30,7 @@ describe('actualListener', () => { afterEach(() => { jest.clearAllMocks(); }); + it('should not call ChangeEventManager.runEvent when result is undefined', () => { const runEventSpy = jest.spyOn(ChangeEventManage...
removed whitespaces
removed whitespaces
bbb9df03652358dd98ea556422942bb4b2c32890
--- packages/me-at-walmart-container/__tests__/utils/setup.js @@ -1,6 +1,4 @@ - jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter'); -import 'react-native-gesture-handler/jestSetup'; const {NativeModules} = require('react-native'); // Stub out NativeModules
fix: revert setup.js change DWORK-753
fix: revert setup.js change DWORK-753 8
6493e9cb2a7094f1db2031c02f631512b01d59ad
--- package.json @@ -8,7 +8,7 @@ "description": "", "private": true, "scripts": { - "build": "tsc -b --verbose --force packages", + "build": "yarn run clean && tsc -b --verbose --force packages", "clean:tsbuildinfo": "rm -rf packages/*.tsbuildinfo || true", "clean": "yarn run clean:tsbuildinfo ...
Update yarn build
Update yarn build
9fb2a5e2334faf18914b9911e7243d4445630666
--- package.json @@ -104,7 +104,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "6.1.4", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "2.23.0", + "@walmart/wmconnect-mini-app": "2.23.1", "babel-jest": "^29.2.1", "chance": "^1.1.11", "es...
fix(ui): update modal for roster screens
fix(ui): update modal for roster screens
27572eea264cfde39f2d4ff17222057e78643ad5
--- targets/US/package.json @@ -107,7 +107,7 @@ "@walmart/functional-components": "~6.3.28", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.4", - "@walmart/ims-print-services-ui": "2.15.3", + "@walmart/ims-print-services-ui": "2.16.0", "@walmart/inbox-mi...
bump up modflex and print version for drop 27 testing
bump up modflex and print version for drop 27 testing
767113bb6cd2a00bf8b56b96424ce9f1f3babfec
--- package-lock.json @@ -9359,9 +9359,9 @@ } }, "react-native-wm-barcode": { - "version": "2.1.0", - "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.1.0.tgz", - "integrity": "sha512-hSFyGpCsQ1UbHk5lvkcPZQhwiXuJT4E28r9a2JI4PKzGqWmwNJKZA2iGkIin/Qr...
update barcode version (#104)
update barcode version (#104)
9bb078cb2ba0b03cd1702c584cdbfe6e8f0af761
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.1.0...v3.1.1) (2025-07-01) + + +### Bug Fixes + +* **ui:** update readme and looper ([b369b19](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/b369b19f5cb8ef4ca28754e5469b8b1dc8ec9ca3)) + ...
chore(release): 3.1.1 [skip ci]
chore(release): 3.1.1 [skip ci] ## [3.1.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.1.0...v3.1.1) (2025-07-01) ### Bug Fixes * **ui:** update readme and looper ([b369b19](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/b369b19f5cb8ef4ca28754e5469b8b1dc8ec9ca3))
932da9f5e6397279750be2491f65db53198b0a50
--- src/components/modals/hoc/UpdateModal.tsx @@ -31,6 +31,7 @@ import { import {MODALS} from '../../../constants'; import {useUpsertStoreAssociatePreference} from '../../../hooks'; import {useConfig} from '../../../hooks/useConfigData'; +import {handleModalClose} from '../../../utils/navUtils'; const UpdateModal...
feat(ui): added accessibility focus for modals
feat(ui): added accessibility focus for modals
074df76510de76c82d4ce15645cfab45283b1862
--- .yarn/patches/@react-navigation-stack-npm-7.6.7-99a55dcbcc.patch @@ -0,0 +1,13 @@ +diff --git a/lib/module/TransitionConfigs/CardStyleInterpolators.js b/lib/module/TransitionConfigs/CardStyleInterpolators.js +index fe959806339399f0ef4a3c89144a0d0c579d6c68..26ab594bc1e0ec8e6b924b199ee364a94afcd912 100644 +--- a/lib/...
fix: android flicker from right on new Arch (#5242)
fix: android flicker from right on new Arch (#5242) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
80682d0c8089b6758ecebd1d2b3b0bd9fd2a4d34
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -79,6 +79,7 @@ import {MyTeamStackNav} from './Tabs/MyTeamStackNav'; import {MainStackMap} from './types'; import {managerExperienceFeature} from '@walmart/allspark-foundation-hub'; import wmConnectFeature from '@walmart/wmconnect-mini-app'; +...
feat(ui): update the myteam and roster mini app version for drop 28
feat(ui): update the myteam and roster mini app version for drop 28
c1647c73416fa36ad3042d5ed7c2bab9b8bbe1ee
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/VerticalDivider.test.tsx @@ -14,7 +14,7 @@ describe('VerticalDivider', () => { const divider = getByTestId('vertical-divider'); expect(divider.props.style).toEqual( expect.objectContaining({ - height: 44, + height: 48, ...
feat(ui): update teamswitcher image urls and styles
feat(ui): update teamswitcher image urls and styles
8b6e79e39d801132becbd813c3d0ee7d04741262
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -201,7 +201,7 @@ export const TeamShiftSwitcher = ({ setFormattedShiftText(shiftText); // eslint-disable-next-line react-hooks/exhaustive-deps - }, [refreshing]); + }, [refreshing, currentSelectedTea...
feat(ui): update the team switcher name based on the change
feat(ui): update the team switcher name based on the change
287efba34e54349c26bb4af289b0102da2681287
--- .looper-pr.yml @@ -13,6 +13,7 @@ flows: - (name Yarn Install) yarn install - (name Test Coverage) yarn run coverage + envs: global: variables:
chore(ci): added a whitespace to looper pr yml
chore(ci): added a whitespace to looper pr yml
5b649d85b971efe4554252392df1f623a888ff61
--- scripts/BuildSupport/AppStore.keychain-db Binary files /dev/null and b/scripts/BuildSupport/AppStore.keychain-db differ --- scripts/BuildSupport/enterprise.cer Binary files /dev/null and b/scripts/BuildSupport/enterprise.cer differ --- scripts/BuildSupport/looper-clean.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +set +e...
feat(ui): update scripts
feat(ui): update scripts
00aa436eac76fba48affeb57b6dd421a707cb791
--- package-lock.json @@ -3383,9 +3383,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.18", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.18.tgz", - "integrity": "sha512-obMi22nJz2FN8CWuJ/0ekV9pKMRQJz0u4qiX5lQTAv6yOV...
SSMP-2112
SSMP-2112
f36922a31c67ed2db2ccd33b68b9461ebc9f3b8b
--- .eslintrc.js @@ -1,6 +1,3 @@ module.exports = { - extends: 'expo', - env: { - "jest/globals": true - } + extends: 'expo' }; \ No newline at end of file --- jest.config.js @@ -1,6 +1,6 @@ module.exports = { projects: [ - '<rootDir>/core', + '<rootDir>/src', '<rootDir>/packages/*', '<ro...
chore: fix lint. skip test to evaluate cicd native builds
chore: fix lint. skip test to evaluate cicd native builds
13706acfad20b39d7a2fe99182c3f664f30e6342
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -17,16 +17,6 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper enableDevelopersOption={true} globalNavConfig={ Array [ - Object { - "action": Object { - ...
snapshot
snapshot
4d9a8516c942f82f8fece73f5de3fda2535c7f3e
--- 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.25.12](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.16.10 - @walmart/allspark-foundation-hub@1.25.12 - @walmart/my-walmart-hub@1.6.10
0e440bd55eb5e8665c5cbd5e5aaa5c8ac59104b4
--- package-lock.json @@ -59,7 +59,7 @@ "@walmart/manager-approvals-miniapp": "0.2.2", "@walmart/me-field-mini-app": "1.3.0", "@walmart/metrics-mini-app": "0.11.5", - "@walmart/mod-flex-mini-app": "1.9.2", + "@walmart/mod-flex-mini-app": "1.9.3", "@walmart/moment-walmar...
update modflex package 1.9.3
update modflex package 1.9.3
7ca2b131e9902e78a8b44c962489d086a02eb314
--- src/navigation/utils.ts @@ -1,7 +1,11 @@ import {navigate} from '@walmart/react-native-shared-navigation'; import namecase from 'namecase'; +import {analytics} from '../logger/Analytics'; export const goToWeeklySchedule = (wins: string[], teamName?: string) => { + analytics('weeklyschedule', { + message: '...
update weekly schedule screen
update weekly schedule screen
deaef0e50a63e33f35ee36879299bcdf782da55e
--- src/common/graphqlClient.ts @@ -1,3 +1,4 @@ import {RosterFeature} from './feature'; +// Not being used as of Migration2 export const gqlClient = RosterFeature.createGraphQLClient({}); --- src/common/httpClient.ts @@ -1,5 +1,6 @@ import {RosterFeature} from './feature'; +// Not being used as of Migration2 ...
chore(ui): added comments and updated import SMDV-5878
chore(ui): added comments and updated import SMDV-5878
f23b9a1763902bf89c8598f2dc91122677af49f1
--- package-lock.json @@ -1102,15 +1102,6 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, - "@callstack/react-theme-provider": { - "version": "3.0.7", - "resolved": "https://npme.walmart.com/@callstack/reac...
0.3.97
0.3.97
4eaaf9985968d320cc81640a2782e44a537ef647
--- .looper.multibranch.yml @@ -7,5 +7,5 @@ envs: global: variables: ANDROID_ANALYZE_SIZE_ENABLED: true - ALLSPARK_STRIP_BINARY_SYMBOLS: false + ALLSPARK_STRIP_BINARY_SYMBOLS: true \ No newline at end of file
chore(symbols): enabled CI strip symbols
chore(symbols): enabled CI strip symbols
cf1b42188ce184f6495a57a687002f7386e48b92
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: 'job:///metropolis/metroloop/metroloop-parent' ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((osx||stable_osx)&&!dualcore) +node: ((osx||stable_osx)&&!dualcore&&!MAC-DRFQLAB-MINI21&&!...
Temporarily restricting Looper Nodes
Temporarily restricting Looper Nodes
1845f762bb0b7441e630ecefcbe03e2529c78455
--- packages/allspark-foundation/__tests__/User/components/selector.test.tsx @@ -2,12 +2,6 @@ import { UserSelectors, fullNameFromFields, getFirstFromFullName, getNameFromUser, getFirstNameFromUser } from '../../../src/User/selectors'; import { User } from '../../../src/User/types'; -jest.mock('../../../src//Redux/...
code cleanup
code cleanup
9f394a152f2dea8f633a45e3d4d1a15c928a93eb
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.4.0 (2024-05-23) + + +### Features + +* add me at specific packages. add yarn workspaces. add...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@6.4.0 - @walmart/core-widget-registry@6.4.0 - @walmart/me-at-walmart-athena-queries@6.4.0 - @walmart/me-at-walmart-common@6.4.0 - @walmart/me-at-walmart-container@6.4.0
dcfa4f8b08a70fefe19c35e7ebf664b1fee94f05
--- src/managerExperience/screens/RosterDetailScreen/ListEmptyComponent.tsx @@ -30,4 +30,5 @@ export const ListEmptyComponent = ({ /> ); } + return null; };
feat: fixed build error
feat: fixed build error
41a57265ff36ac60021b16092ed20c8c22f79e23
--- packages/allspark-foundation/src/HTTP/client.ts @@ -127,9 +127,6 @@ export class HttpClient extends Axios { public configure = (config: Omit<HttpClientConfig, 'featureId'>) => { this.configured = true; - // Extract custom fileds we must manually merge. - const { interceptors, cache, ...restConfig } ...
fix: merging of http config did not handle interceptors
fix: merging of http config did not handle interceptors
212407441ebaf86303613d318fa92da74e97c6ad
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "6.25.0", + "version": "6.24.0", "npmClient": "yarn", "changelogPreset": "angular", "command": {
chore: chaning packages version for first drop 25 publish
chore: chaning packages version for first drop 25 publish
d8d1533fe0d69f65497380d920a54efec6365869
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 52 + versionCode 53 versionName "1.0.4" } sp...
Incrementing build number
Incrementing build number
bef459105a4c2cbaeec07f6469fde663c158a4fd
--- .looper.yml @@ -101,4 +101,9 @@ flows: sonar: - call: coverage - - sonar("Sonar"): sonar-scanner -Dproject.settings=sonar-project.properties + - sonar("Sonar"): sonar-scanner -X -Dproject.settings=sonar-project.properties + -Dsonar.pullrequest.github.repository=allspark/allspark + -Dsonar...
fix: sonar scan for PRs
fix: sonar scan for PRs
0e716198bdba305de934834afeef6be8aad349d4
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.13", + "version": "1.0.14", "hasInstal...
Update version
Update version
2b6655d997b5878abe1bddd1e0b762a2325d8849
--- src/managerExperience/translations/index.ts @@ -0,0 +1,18 @@ +import i18n from 'i18next'; +import {enUS} from './en-US'; +import {esMX} from './es-MX'; + +export const MANAGER_EXPERIENCE_NAMESPACE = 'managerExperience'; + +export const addLanguageResources = () => { + i18n.addResourceBundle('en-US', MANAGER_EXPERI...
chore: added translations index file
chore: added translations index file
58e2ed5b7e9c17ae07a0a65d0d5a186dba8d23d9
--- __tests__/translations/LanguageSettingsTest.tsx @@ -1,5 +1,10 @@ import React from 'react'; -import {fireEvent, render, screen} from '@testing-library/react-native'; +import { + fireEvent, + render, + screen, + waitFor, +} from '@testing-library/react-native'; import {useTranslation} from 'react-i18next'; im...
fix language change
fix language change
09b6c013892f806794d7bb6ea13dbca2120cb5e9
--- core/__tests__/startup/DeeplinkFlowTest.ts @@ -0,0 +1,84 @@ +import {Linking} from 'react-native'; +import {call} from 'redux-saga/effects'; +import {LoggerService} from '@walmart/allspark-foundation/Logger'; +import {handleDeepLink} from '../../src/startup/DeeplinkFlow'; + +describe('DeeplinkFlow', () => { + cons...
added test coverage for deeplink flow
added test coverage for deeplink flow
776a19b80a07e5b8ec86407cf0dad4f365804bae
--- package.json @@ -150,7 +150,7 @@ "@walmart/perf-pay-mini-app": "0.7.204", "@walmart/persona-hub": "0.8.1", "@walmart/price-changes-mini-app": "1.17.2", - "@walmart/profile-feature-app": "2.157.2-UPV2MyWalmart.0", + "@walmart/profile-feature-app": "2.157.6-UPV2MyWalmart.0", "@walmart/react-...
fix(profile-feature-app): bump profile-feature-app with VQA fab ui fixes (#5382)
fix(profile-feature-app): bump profile-feature-app with VQA fab ui fixes (#5382)
2bffded68ff71e6d4dc61cbd06a9dac23b05d1d8
--- ios/Podfile.lock @@ -0,0 +1,3 @@ + + +
adding back podfile.lock
adding back podfile.lock
85c2bb09b8a46e62c4865699928e5e0959cd7ae2
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx @@ -28,6 +28,7 @@ import {useSelector} from 'react-redux'; import { displayRoster, displaySearchInput, + messageButtonEnabled, showManagerTeamsHub, teamLeadJobDescriptions, } from '../../redux/selectors'; @@ -99,6 +100,7 @@ export const Store...
feat(ui): Update the roster message button condition for total store and team
feat(ui): Update the roster message button condition for total store and team
7543fc5581ebad067f6814a1fcb0e5cb7852ef05
--- graphql.yml @@ -103,24 +103,24 @@ applications: # queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql" # tags: # - "v1" - - name: "allspark-core-intl" - applicationKey: "ALLSPARK_APP_INTL" - description: "Core applicatio...
Revert "fix: spacing"
Revert "fix: spacing" This reverts commit c18fbdca783c1d5b737fb5cbee58c307b1443679.
c018a35fdf3b0f5daa4728f94ef2a5b6fdaf5a7b
--- assets/fonts/EverydaySansMono-Bold.otf Binary files a/assets/fonts/EverydaySansMono-Bold.otf and b/assets/fonts/EverydaySansMono-Bold.otf differ --- assets/fonts/EverydaySansMono-Regular.otf Binary files a/assets/fonts/EverydaySansMono-Regular.otf and b/assets/fonts/EverydaySansMono-Regular.otf differ --- asset...
chore: ALLSPARK-7548 update fonts for drop 35.1 (#5325)
chore: ALLSPARK-7548 update fonts for drop 35.1 (#5325) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
2b71b57860642983ef3e73daf9ff2068bd7d0061
--- packages/associate-exp-hub-mini-app/src/components/modals/smartModal/ModalContent.tsx @@ -74,6 +74,7 @@ import { EditSavedTeamsLoader, WarningBanner, EmptyTeamsList, + TeamItem, } from '@walmart/allspark-foundation-hub'; import {ExtendedModalContentConfig} from '../../../types/modalTypes'; import {Tele...
feat(ui): initial selection of primary team
feat(ui): initial selection of primary team
0c48e39f7b80bb3c73a4df0ea786d4fd85dc04ba
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/counts-component-miniapp": "0.1.8", "@walmart/emergency-mini-app": "1.26.5", "@walmart/exception-mini-app": "1.7.3", - "@walmart/facilities-management-miniapp": "0.6.93", + "@walmart/facilities-management-miniapp": "0.7.3", ...
updated fixit version
updated fixit version
6d1238506002c62f3f0eff07b7092cb5fb5128bf
--- packages/celebration-mini-app-graphql/package.json @@ -36,7 +36,7 @@ "@types/react": "^18.2.45", "@walmart/allspark-foundation": "7.12.0", "@walmart/allspark-foundation-hub": "1.24.0", - "@walmart/ax-components": "1.1.0", + "@walmart/ax-components": "1.2.3", "@walmart/gtp-shared-components...
feat(ui): update package version
feat(ui): update package version
2e97376495d47039244badb4590486b5630d6594
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.37", + "version": "2.0.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/texting-mini-app", - "version": "2.0.37", + "version": "2.0.38", "hasInst...
update version
update version
35e02ef279d73306c01eb2c9df20f6098ca07d82
--- targets/US/package.json @@ -145,7 +145,7 @@ "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.84.12", + "@walmart/sidekick-mini-app": "4.84.13", "@walmart/store-feature-orde...
chore: bump sidekick@4.84.13
chore: bump sidekick@4.84.13
c259fc7c6c1ab21f0d7a5bb454b560853c07f3a3
--- package-lock.json @@ -5333,9 +5333,9 @@ } }, "@walmart/react-native-encrypted-storage": { - "version": "1.0.2", - "resolved": "https://npme.walmart.com/@walmart/react-native-encrypted-storage/-/react-native-encrypted-storage-1.0.2.tgz", - "integrity": "sha512-rRkdidoEzXcFsM2xznGa/yvE...
encrypted storage bump
encrypted storage bump
5f13b5e48910d64a4c9408c0b5dec5466791a516
--- package-lock.json @@ -67,7 +67,7 @@ "@walmart/mod-flex-mini-app": "1.10.4", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.10.12", + "@walmart/pay-stub-miniapp": "0.10.13", "@walmart/payrollsolution_min...
bump version
bump version
7c83e563503f984ca6e96c993450af94e588a31a
--- __tests__/components/RosterWidget.test.tsx @@ -1,24 +1,12 @@ jest.useFakeTimers(); -import React from 'react'; import * as hooks from '../../src/hooks'; -import {renderWithProviders} from '../harness'; -import {RosterWidget} from '../../src/components/RosterWidget/RosterWidget'; -import {TeamHubWidgetProps} from ...
fix(bug): fix linting warnings
fix(bug): fix linting warnings
bb42110644a5695a9ce5373459f771b627b87fa6
--- android/app/build.gradle @@ -158,8 +158,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 909 - versionName "1.11.1" + versionCode 908 + ve...
♻️ Bump Learning mini app and remove core config files
♻️ Bump Learning mini app and remove core config files
3c8663d37ff28903630e0dbb3c0c85d3e2fbba00
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.27", + "version": "2.0.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/texting-mini-app", - "version": "2.0.27", + "version": "2.0.29", "hasInst...
Adding haptic feedback upon PTT receiving
Adding haptic feedback upon PTT receiving
70a6ac132b2a81998f1e3221ccf1bfcdc384b25b
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/allspark-utils": "6.0.16", "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.20.5", + "@walmart/ask-sam-mini-app": "1.21.2", "@walmart/attendance-mini-app"...
bump up iteminfo and saksam for drop 21
bump up iteminfo and saksam for drop 21
26023efe06d4a2307a1e8e851f5bcfb79d85f505
--- src/channels/hooks.ts @@ -1,10 +1,12 @@ /* eslint-disable react-hooks/exhaustive-deps */ -import {useContext, useMemo} from 'react'; +import {useContext, useEffect, useMemo, useState} from 'react'; import {ChannelsContext} from './context'; import {LocalFirebaseChannel, LastMessage} from './types'; import fires...
adding local storage behavior
adding local storage behavior
fb33c1a742cfeb5f606357ebd67fa5a6945b2aae
--- 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.25.31](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.17.11 - @walmart/allspark-foundation-hub@1.25.31 - @walmart/me-at-walmart-location@1.2.21 - @walmart/my-walmart-hub@1.11.2
9fe710fbb764bd08756e0ac1a41219d33da859e8
--- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/store-feature-orders": "1.26.12", "@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch", "@walmart/time-clock-mini-app": "2.400.0", - "@walmart/topstock-mini...
fix(): updated topstock version
fix(): updated topstock version
7e0762650e5f1b421545bf654d04a8a6d8dad8bc
--- src/navigation/index.tsx @@ -6,15 +6,12 @@ import {GestureHandlerRootView} from 'react-native-gesture-handler'; import {Header} from '@walmart/ui-components'; import {RenderGuard} from '@walmart/allspark-utils'; -import {UserSelectors} from '@walmart/allspark-foundation/User'; -import {AllsparkNavigationClient}...
fix: remove old set linking options
fix: remove old set linking options
d32552b597b835f704639e64480173b468cccb00
--- .github/pull_request_template.md @@ -7,6 +7,7 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag ## Links to JIRA tickets: <br/> + | Yes | No | | -------- | | [ ] | [ ] |
twicking changes
twicking changes
36b4c8a7d16edec6f349d5366d698991fc6b89a5
--- src/changeStore/ChangeStoreModal.tsx @@ -69,7 +69,8 @@ export const ChangeStoreModal = ( const opacity = useRef(new Animated.Value(1)).current; const workingSite = useSelector(SiteSelectors.getWorkingSiteSiteId); - const countryCode = useSelector(SiteSelectors.getWorkingSiteCountryCode); + // We are setti...
fix: default countryCode to US
fix: default countryCode to US
d854117781fac53b91d6ebf33baa365168bc1386
--- package-lock.json @@ -25273,7 +25273,9 @@ } }, "@walmart/mod-flex-mini-app": { - "version": "1.9.4" + "version": "1.9.4", + "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.9.4.tgz", + "integrity": "sha512-Z2Mh6hXBXAdZl6suTlO7lCa9GODtImMITZf...
feat: add badges
feat: add badges
968a0166b329ce9ddf29da528f5c018eefc282cf
--- src/index.tsx @@ -1,7 +1,7 @@ import React, {Dispatch, useMemo, useReducer} from 'react'; import {useSelector} from 'react-redux'; import {firebase} from '@react-native-firebase/app-check'; -import {SiteSelectors, addSagas} from '@walmart/redux-store'; +import {SiteSelectors} from '@walmart/redux-store'; import...
removing dead import
removing dead import
883ac34a774da0d8e225a4db7bb9bf32f70a5430
--- packages/allspark-foundation/__tests__/FeatureRunner/components/LanguageButton.test.tsx @@ -29,7 +29,7 @@ describe('ChangeLanguageButton', () => { fireEvent.press(button); expect(AllsparkNavigationClient.openModal).toHaveBeenCalledWith( - 'container.changeLanguage' + 'Allspark.ChangeLanguage' ...
chore: fix tests
chore: fix tests
7015e8effc6da35b42d225aea5820decc136a93f
--- __tests__/__mocks__/@walmart/redux-store.js @@ -37,6 +37,11 @@ module.exports = { appConfigInitSuccess: jest.fn(), appConfigInitError: jest.fn(), }, + deviceInfoActions: { + deviceInfoProgress: jest.fn(), + deviceInfoSuccess: jest.fn(), + deviceInfoError: jest.fn(), + }, SIGN_IN_SUCCESS: ...
update versions and fixes
update versions and fixes
f0621fafb4f52451512296ae575c5ac615e88a29
--- packages/allspark-foundation/src/HTTP/client.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-unused-vars */ import axios, { Axios, HeadersDefaults, AxiosInstance } from 'axios'; import { HttpOptions } from '@apollo/client'; import { Response } from 'node-fetch'; @@ -110,55 +109,101 @@ export class Ht...
fix: merging of http client config and defaults was error prone
fix: merging of http client config and defaults was error prone
55eb504460064f61c9cfccdd9004f1adb68b0800
--- package-lock.json @@ -8930,7 +8930,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "3.5.0", - "@walmart/taskit-mini-app": "v2.56.0-953-0c9b829", + "@walmart/taskit-mini-app": "2.53.3", "@wal...
revert taskit
revert taskit
db951f410c64cd2ec9f176d214c4f8d5090c801d
--- jest.config.js @@ -31,6 +31,7 @@ module.exports = { '!<rootDir>/src/**/*.d.ts', ], coverageReporters: ['lcov', 'text'], + //Todo: Update coverage to 90% once all tests are written coverageThreshold: { global: { statements: 50,
chore(ui): update jest config to 50% for now
chore(ui): update jest config to 50% for now
4d71a09322f8b9512b507746526ce9c3591f51e6
--- src/components/RosterWidget/useRosterWidget.ts @@ -8,6 +8,7 @@ import { useDailyRoster, useGetTeamsByStore, useSupplyChainTeamsByBusinessUnit, + useSupplyChainShifts, } from '../../hooks'; import {SupplyChainTeam} from '../../queries/schema.types'; import { @@ -15,6 +16,10 @@ import { associateIsClo...
Updating count logic
Updating count logic
9497baa8d12b3ebacc353853f2383de248373e05
--- package.json @@ -118,7 +118,7 @@ "@walmart/me-at-walmart-common": "6.1.4", "@walmart/me-at-walmart-container": "6.1.4", "@walmart/metrics-mini-app": "0.22.4", - "@walmart/mod-flex-mini-app": "1.17.5", + "@walmart/mod-flex-mini-app": "1.18.5", "@walmart/moment-walmart": "1.0.4", "@walm...
update modflex version
update modflex version
ac5221ed90e219c0c09ec1f59c4eb12b1fbdb727
--- 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.0", - "@walmart/receipt-check-miniapp": "1.9.2", + "@walmart/receipt-check-miniapp": "1.9.4", "...
bump version
bump version
38f26fd22994a4f4f93adc9615bae27782b9c8ca
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 91 + versionCode 92 versionName "1.0.6" } sp...
Incrementing build number
Incrementing build number
fd9939eba007789a537a448a63b3f24469ab0729
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt @@ -31,6 +31,9 @@ class MainActivity: ReactActivity() { SplashScreen.show(this); } + /** + * Handles Sumo push notification when app is in background, but not in a killed state. + */ override fun onNewIntent(intent: Intent?...
added comment for onNewIntent
added comment for onNewIntent
99ec1dc47769e1e7d19720eb0692dcb2577e89bb
--- .yarn/patches/react-native-vision-camera-npm-3.7.1-a55884f46c.patch @@ -36,3 +36,23 @@ index f9b32285233a15f2f88395e85167f405a25dab91..a5b2dc6633bdeb4d37c404de7a3b0d73 import android.media.Image import android.media.ImageReader import android.os.Build +diff --git a/android/src/main/java/com/mrousavy/camera/Ca...
Update patch of react-native-vision-camera
Update patch of react-native-vision-camera