commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
47a53c90b5af5bd4b3d419f6cf05857b432545cc
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -728,7 +728,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = AllSpark/AllSpark.entitlements; - CODE_SIGN_IDENTITY = "iPhone Distribution"; + CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_S...
reverting profile
reverting profile
ac1d68574adcde3a8f2fc4e2d76507315fc93b76
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -416,7 +416,7 @@ "${PODS_ROOT}/../../node_modules/react-native-wm-voice-text/ios/state-change_confirm-down.wav", "${PODS_ROOT}/../../node_modules/react-native-wm-voice-text/ios/state-change_confirm-up.wav", "${PODS_ROOT}/../../node_modules/@walmart/topstock-m...
fix(version): merge develop branch
fix(version): merge develop branch
8368dc968cddc29ad85c68c40424d0f23bae610a
--- __tests__/startup/AssociateStartupTest.ts @@ -2,10 +2,8 @@ import {call, put, take} from 'redux-saga/effects'; import {ConfigSagas} from '@walmart/allspark-foundation/Config'; import {AllsparkNotificationClient} from '@walmart/allspark-foundation/Notification'; -import { - ActiveAllsparkContainer, - Container...
fix(startup): feature flows not being called from work client (#4263)
fix(startup): feature flows not being called from work client (#4263)
f43335bb3556e3129c37c95b9d33ad6f0f8e9858
--- packages/allspark-foundation/Hooks/useUserPreferences.js @@ -8,19 +8,20 @@ const mockData_1 = require("../Components/Hub/Container/mockData"); const User_1 = require("../User"); const Site_1 = require("../Site"); const sorter = (data) => { - const sorted = []; - for (let i = 0; i < data.length; i++) { - ...
chore(ui): added sorter function for teamdata
chore(ui): added sorter function for teamdata
022695fe6914dfb1d4ae235fa88480daca26be65
--- ios/Podfile.lock @@ -556,7 +556,7 @@ PODS: - React-Core - react-native-wm-app-review (0.4.0): - React-Core - - react-native-wm-vizpick-shell (1.1.2-rc.9): + - react-native-wm-vizpick-shell (1.1.2-rc.10): - React - react-native-wm-voice-text (1.0.1): - React @@ -1231,7 +1231,7 @@ SPEC CHE...
build(update): update topstock & shell version
build(update): update topstock & shell version
436217ef90525503004abffcf82799e70e641a43
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.0-alpha.8", + "version": "1.15.0-alpha.9", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", ...
Update roster widget on my Team mini app
Update roster widget on my Team mini app
6d34b420080b25d6688f90704b8064ab899d901c
--- 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
49f0cbd907c6b70927d103209a1088df31fda323
--- .yarn/patches/@react-navigation-stack-npm-7.6.7-99a55dcbcc.patch @@ -1,13 +1,13 @@ -diff --git a/lib/module/TransitionConfigs/CardStyleInterpolators.js b/lib/module/TransitionConfigs/CardStyleInterpolators.js -index fe959806339399f0ef4a3c89144a0d0c579d6c68..26ab594bc1e0ec8e6b924b199ee364a94afcd912 100644 ---- a/lib...
fix(navigation): disable native driver for animation (#5250)
fix(navigation): disable native driver for animation (#5250) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
4704336d52bf92a35816c2a2f3e965b8f74a3bd2
--- __tests__/__mocks__/@walmart/allspark-foundation-hub/HubFeature.js @@ -0,0 +1,5 @@ +import MockHubWidget from './MockHubWidget'; + +module.exports = { + HubWidget: jest.fn().mockImplementation(MockHubWidget), +}; --- __tests__/__mocks__/@walmart/allspark-foundation-hub/MockHubWidget.tsx @@ -0,0 +1,8 @@ +import R...
test: add minimal test coverage for roster widget
test: add minimal test coverage for roster widget
287b230a0e2aa1d89e5c5d489497e292c28dc6e0
--- packages/allspark-graphql-client/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. +## [0.0.5](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-graphql-client@0.0.5 - @walmart/allspark-redux-store@1.0.4
38a9f5927b21c0178e82c504fa8c92f1ad148b34
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "2.40.0", + "version": "2.41.0", "main": "dist/index.js", "files": [ "dist",
fix: SMDV-8203 upgrade version to 2.41.0
fix: SMDV-8203 upgrade version to 2.41.0
db91fb90e529c235b848dbf54be10f40adb525e0
--- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts @@ -1,5 +1,6 @@ import { EventManager } from '@walmart/allspark-utils'; import { AllsparkFeatureModule } from './AllsparkFeatureModule'; +import { ConnectCapabilities } from './types'; /** * Manages a collection of AllsparkFeatureModule insta...
refactor: update feature module manager connect to handle specific features and capabilities
refactor: update feature module manager connect to handle specific features and capabilities
853cf4b5d4298d1a4f13392f26beeb4b3e00a7e1
--- packages/components-library/components/BottomNav/BottomNav.tsx @@ -33,14 +33,14 @@ export type NavItem = { label: string; /** Icon component to render for the navigation item. * Do not pass `color` and `size` props, it will be handled internally. - * Example: `Icon: CalendarIcon` + * Example: `icon: C...
refactor(BottomNav): rename icon prop for consistency across components
refactor(BottomNav): rename icon prop for consistency across components
ca80f496df3eca05f2d38f7757db0864f7e3709e
--- package-lock.json @@ -3062,9 +3062,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.29.5", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.5.tgz", - "integrity": "sha512-MOgZvgc3pJuHabHW6nhgLPheomCoko6wy+TaKKdE5UkgFg96Vw8GnSp81V4JgL7p...
Ask sam version bump
Ask sam version bump
515cd3e2f4173a8e40f01c01aae4463d2728b319
--- core/src/core/translations.ts @@ -141,6 +141,7 @@ export const enUS = { notifications_1: '{{label}}, 1 notification', notifications_null: '{{label}}', notifications_plural: '{{label}}, {{count}} notifications', + request_details: 'Request Details', settings: { '3rd_party_notices': '3rd...
Add reuqest list and request details page routes.
Add reuqest list and request details page routes.
127ad67e958d2ba22e30f90db2013e0c341b3e5d
--- 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.17.3", + "@walmart/receipt-check-miniapp": "1.18.4", ...
upgrade version
upgrade version
cd80e4119584ba698fb4f5e4d7269d05a5c2317a
--- package.json @@ -41,7 +41,7 @@ "@walmart/config-components": "^1.0.4", "@walmart/functional-components": "^1.0.21", "@walmart/gtp-shared-components": "^0.2.1", - "@walmart/push-to-talk-mini-app": "0.0.10", + "@walmart/push-to-talk-mini-app": "0.0.11", "@walmart/react-native-logger": "^1.14...
Update package.json
Update package.json
59b37ff9b4f9e60eaa3d9fec62b8b9b38e752bb0
--- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx @@ -63,7 +63,6 @@ export const RosterFiltersAndInfo = ({ {isScheduleVisible && ( <Link onPress={viewWeeklySchedule} - disabled={!associateWINs.length} UNSAFE_style={styles.weeklyScheduleLink} ...
Update weekly schedule disable check
Update weekly schedule disable check
6f9017f0d5de95b8e48be5834a57b0d8d3b83205
--- packages/allspark-foundation/src/Translation/index.tsx @@ -1,4 +1,4 @@ export type { TranslationFeatureClient } from './client'; export { AllsparkTranslationClient } from './client'; -export type { TranslationClientOptions } from './types'; +export type { TranslationClientOptions, LocaleConfig } from './types'; ...
fix: export locale config type
fix: export locale config type
4701bf1de8876887b414b0735c6b090957e141d1
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.22", + "version": "1.2.23", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation-hub/src/Store/Modules/TeamSelection/Compon...
Update the foundation hub version
Update the foundation hub version
5ca3fb08e52bf36bf6e223cd58067dd288f254fc
--- __tests__/__mocks__/@react-native-community/netinfo.js @@ -3,16 +3,6 @@ module.exports = { default: { addEventListener: jest.fn(), }, - NetInfoStateType: { - wifi: 'wifi', - unknown: 'unknown', - cellular: 'cellular', - }, - NetInfoCellularGeneration: { - '2g': '2g', - '3g': '3g', - ...
chore: :wrench: Removed not needed mock files
chore: :wrench: Removed not needed mock files
7e61adf01d2a76fce7311f8d4762d9fc550c3f39
--- __tests__/Hooks/useUpsertStoreAssociatePreference.test.ts @@ -80,7 +80,7 @@ describe('useUpsertStoreAssociatePreference', () => { // Setup mock Apollo client mockApolloClient = { - refetchQueries: jest.fn(), + refetchQueries: jest.fn().mockReturnValue(Promise.resolve()), cache: { ...
feat(ui): add coverage for getStoreAssociateTeamPreference #SMDV-8075
feat(ui): add coverage for getStoreAssociateTeamPreference #SMDV-8075
9d0d95f2c549c12d78740993289d86e9a207463f
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/learning-mini-app": "17.0.4", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/metrics-mini-app": "0.17.9", - "@walmart/mod-flex-mini-app": "1.13.7", + "@walmart/mod-flex-mini-app": "1.14.5", "@walmart/moment-wal...
Update to version v1.14.5
Update to version v1.14.5
4f9b9aa84dac0ef3c31a4150d2ce7a7c38a16f49
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.43.0", + "version": "1.44.0", "main": "dist/index.js", "files": [ "dist"
Update roster version and count changes
Update roster version and count changes
82fd59d1e2ae959ccf762bf53e580af98aea5d76
--- package-lock.json @@ -32866,7 +32866,7 @@ }, "packages/allspark": { "name": "@walmart/allspark", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "dependencies": { "commander": "11.0.0", "inquirer": "^9.2.10", @@ -32875,10 +32875,10 @@ }, "packages/allspark-authenticatio...
chore: update package lock
chore: update package lock
409b727124deda9d21ed136dc834d2971ebaf727
--- __tests__/config/foundationConfig.test.ts @@ -6,6 +6,9 @@ import rosterScreens from '../../src/screens'; import rosterTranslations from '../../src/translations'; import {rosterModals} from '../../src/modals'; +beforeEach(() => { + jest.resetAllMocks(); +}); jest.mock('@walmart/me-at-walmart-common', () => ({ ...
Update __tests__/config/foundationConfig.test.ts
Update __tests__/config/foundationConfig.test.ts Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
2c2a5669936cc8652388ce0c3f177a04e2b6362e
--- packages/allspark-http-client/src/react/providers.tsx @@ -1,6 +1,7 @@ import React, { forwardRef, PropsWithChildren, + useEffect, useImperativeHandle, } from 'react'; import { defaultHttpClient } from '../defaultClient'; @@ -10,20 +11,36 @@ import { HttpClientConfig } from '../types'; import { HttpCli...
refactor: update http client context to accept proxy
refactor: update http client context to accept proxy
113fd311bdb6f5755628c6d4c13644a544e2dba9
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -3,7 +3,6 @@ import { AllsparkComponentContainers, ComponentContainer, } from '@walmart/allspark-foundation/Components'; -import { widgetCCMData } from './mockData'; import { useDispatch } from 'react-redux'; import {...
feat(ui): Update navigation changes
feat(ui): Update navigation changes
58e11fe3c0df61f9ab6c99257f6ff20f262a8a8b
--- package-lock.json @@ -3606,19 +3606,37 @@ } }, "@walmart/time-clock-mini-app": { - "version": "0.4.3", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.3.tgz", - "integrity": "sha1-T6M3BmnOshMaH43pOIotUzfnUsY=", + "version": "0.4.7",...
Bump time clock mini app version
Bump time clock mini app version
c0ba6958c244b0af9b405639d6cd02a65e20307b
--- .looper-native-common.yml @@ -4,7 +4,6 @@ envs: global: variables: RCT_NO_LAUNCH_PACKAGER: true - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true KEYCHAIN_PW: "%{credentials.secret('ios-sign-keychain-pw')}" XCODE_CONFIG: 'Release' PROVISIONING_PROFILE: ./BuildSupport/Allspark_MeAtWM_...
updated looper file
updated looper file
8f92f69166f93b85ab29af956d7f4a2a7aac0972
--- package-lock.json @@ -89,7 +89,7 @@ "@walmart/time-clock-mini-app": "2.111.3", "@walmart/topstock-mini-app": "1.0.13", "@walmart/ui-components": "1.15.1", - "@walmart/welcomeme-mini-app": "0.83.0", + "@walmart/welcomeme-mini-app": "0.83.0-736-d783686", "@walmart/wfm...
chore: welcomeme version bump
chore: welcomeme version bump
0485fb6d298935fd7aa4134d7fb4e637bd15288f
--- src/index.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, {Component} from 'react'; import {StatusBar} from 'react-native'; import {SafeAreaProvider} from 'react-native-safe-area-context'; import {NavigationContainer} from '@react-navigation/native'; @@ -20,7 +20,7 @@ import {TranslationRef} from ...
CP adding logs
CP adding logs
3e47e69d3331b7c53bc94f62b16eeabd1d9fbf96
--- package.json @@ -1,7 +1,7 @@ { "name": "@walmart/wmconnect-mini-app", "version": "2.29.0", - "main": "index.js", + "main": "dist/index.js", "files": [ "dist/" ],
feat: SMDV-9999 update package
feat: SMDV-9999 update package
7d557b8db0cae55ab3a20f895a8332a72dfbdc3d
--- targets/US/android/app/build.gradle @@ -55,6 +55,7 @@ react { /* Hermes Commands */ // The hermes compiler command to run. By default it is 'hermesc' // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc" + hermesCommand = "$rootDir/../../../node_modules/react-native/sdks/hermesc/%OS-BIN%/h...
Updating hermesCommand for US target
Updating hermesCommand for US target
78b2bde595e0dcd63ee06155826933ae5bde223b
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen/StoreRosterDetailScreen.tsx @@ -430,7 +430,7 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => { /> ); // eslint-disable-next-line react-hooks/exhaustive-deps - }, []); + }, [teamState]); useEffect(() => { ...
fix(ui): update floating message btn
fix(ui): update floating message btn
b75311d6493a2af63849b7d9ce541b9609dfaf44
--- packages/allspark-navigation/package.json @@ -26,7 +26,7 @@ "clean": "rm -rf lib/ || true" }, "dependencies": { - "@walmart/allspark-utils": "^1.3.2", + "@walmart/allspark-utils": "^1.4.0", "@walmart/gtp-shared-components": "^2.0.0", "redux-saga": "^1.2.2" },
chore: version fix
chore: version fix
9ab98a89c8953bff80c36a02b829986f2d601904
--- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx @@ -14,7 +14,6 @@ import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import {UserSelectors} from '@walmart/allspark-foundation/User'; import {UserDomain} from '@walmart/me-at-walmart-common'; -impo...
fix: weekly Schedule link logic
fix: weekly Schedule link logic
3b9d3ae0fc343866591bfa490cb50234b1310b26
--- android/app/build.gradle @@ -272,23 +272,23 @@ android { } } -apply plugin: 'com.walmart.amp.androidsigning' +apply plugin: 'com.walmart.ssmp.signing' android { buildTypes { release { tasks.whenTaskAdded { task -> - if(task.name.matches(/^assemble.*Release$/)) { - ...
sos fix
sos fix
721aa4d9569975ac061a408dce34eb603fe14a8f
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/core-services": "~1.4.15", "@walmart/core-services-allspark": "~1.10.18", "@walmart/core-utils": "~1.3.0", - "@walmart/core-widget-registry": "~0.7.2", + "@walmart/core-widget-registry": "~0.9.5", "@walmart/counts-compon...
version bump for redux-store & widget registry with package lock
version bump for redux-store & widget registry with package lock
ff4acba5510428eb7f36492d035f7b4279cea326
--- package-lock.json @@ -95,7 +95,7 @@ "@walmart/time-clock-mini-app": "2.301.0", "@walmart/topstock-mini-app": "1.4.8", "@walmart/ui-components": "1.15.6", - "@walmart/welcomeme-mini-app": "0.85.0", + "@walmart/welcomeme-mini-app": "0.86.0", "@walmart/wfm-ui": "0.2.26...
chore: welcome me mini app version bump
chore: welcome me mini app version bump
597d8fe09e4a7a0b1a688dd242a990bd90a6de15
--- app.config.US.ts @@ -220,6 +220,7 @@ const CONFIG: ExpoConfig = { "Allow $(PRODUCT_NAME) to use your Camera for scanning barcodes", }, ], + ["./plugins/withAbiFilters", ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"]], // "./plugins/withActiveArchFix", "./plugins/withAppAuth", ...
chore: add abi filters plugin for looper testing
chore: add abi filters plugin for looper testing
d914518ecf1691d82e325a7bdf865d4e4b9ec152
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx @@ -442,6 +442,7 @@ export const SupplyChainRosterDetailScreen = ({ shiftSelected, teamState, rosterData?.getDailyRoster, + dataLoading ]); useEffect(() => {
fix: fix associate List on Team Selected
fix: fix associate List on Team Selected
57341510927f8f4ecf2d0568b25049903286e341
--- ios/Podfile.lock @@ -935,7 +935,7 @@ SPEC CHECKSUMS: FirebaseRemoteConfig: 2d6e2cfdb49af79535c8af8a80a4a5009038ec2b fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4 - glog: 5337263514dd6f09803962437687240c5dc39aa4 + glog: 85ecdd10ee8d8ec362ef519a6a45ff9...
updating ptt version
updating ptt version
c9021cbabf64c5b257b99468926b6743f845553f
--- packages/me-at-walmart-container/__tests__/http/interceptors/headerSize.test.ts @@ -7,7 +7,7 @@ import { HEADER_SIZE_BUFFER, } from '../../../src/http/interceptors/headerSize'; const { - MeAtWalmartEnvironment, AllsparkEnvironment + MeAtWalmartEnvironment } = require('@walmart/allspark-foundation/Environmen...
code cleanup
code cleanup
a2ffa137d1479f422785d08e0cdea3669610f672
--- packages/allspark-foundation/__mocks__/axios-cache-interceptor.js @@ -0,0 +1,4 @@ +module.exports = { + buildStorage: jest.fn(), + setupCache: jest.fn(), +} \ No newline at end of file --- packages/allspark-foundation/__tests__/Auth/sagas.test.tsx @@ -8,7 +8,7 @@ beforeEach(() => { }); describe('waitFor...
added more unit tests
added more unit tests
c8edf08b5a35a036b8ef3a6fceb5a826739a2b3c
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/gtp-shared-components": "2.0.2", "@walmart/impersonation-mini-app": "1.10.0", "@walmart/ims-print-services-ui": "1.2.0", - "@walmart/inbox-mini-app": "0.81.6", + "@walmart/inbox-mini-app": "0.81.7", "@walmart/iteminfo-mi...
version bump inbox
version bump inbox
8f69e87325712e728c1d26ab1f3c84ff8bcd9a07
--- core/__tests__/core/syncDeviceLanguageTest.ts @@ -37,8 +37,8 @@ test('onLanguageChange', async () => { describe('syncDeviceLanguage', () => { beforeEach(jest.clearAllMocks); - AllsparkTranslationClient.getSupportedLanguages.mockReturnValue(['en-US', 'es-MX']); it('does not change language if device langua...
sync device language tests
sync device language tests
64c8a4fd4dde60b3e870f7dac6d47e52669abf55
--- __tests__/core/__snapshots__/RootContainerTest.tsx.snap @@ -21,12 +21,17 @@ exports[`RootContainer renders and fires startup event 1`] = ` "getState": [MockFunction] { "calls": Array [ Array [], + Array [], ], "results": Array [ Object {...
Removing await from onImport chain. Init sagas not added in time.
Removing await from onImport chain. Init sagas not added in time.
057560e0dc8df4ca885752bfa39e7a638a8eb289
--- package.json @@ -20,6 +20,7 @@ "lint:fix": "yarn workspaces foreach --all -p run lint:fix", "prepare": "husky", "test": "npm run build && jest --no-watchman", + "generate:iconTypes": "node ./scripts/generateIconTypes.js", "components:prebuild": "yarn workspace components-library-storybook run...
feat(icons): add script to generate TypeScript types for iconmoon json file
feat(icons): add script to generate TypeScript types for iconmoon json file
bbaaae7c723da0ce21624a20055e1b72b358fba4
--- src/navigation/AssociateHallwayNav/Banners.tsx @@ -18,6 +18,7 @@ import { } from '@walmart/core-widget-registry'; import {ChangeStoreBanner} from '../../changeStore/ChangeStoreBanner'; import {getDataSaverOn} from '../../settings'; +import {createSelector} from 'reselect'; export const ImpersonationBanner = (...
fix connectivity banner logic
fix connectivity banner logic
b39eebd468472def7f1b2c865943d1471be8282f
--- package-lock.json @@ -99,7 +99,7 @@ "react": "^18.2.0", "react-hook-form": "^7.38.0", "react-i18next": "^12.0.0", - "react-native": "0.70.4", + "react-native": "0.70.5", "react-native-app-auth": "^6.4.3", "react-native-background-timer": "^2.4.1", ...
feat: upgrade to react native 70.5
feat: upgrade to react native 70.5
c3b9bfcb648069df0b2970684950f607ff079b5f
--- .husky/pre-commit @@ -50,8 +50,8 @@ echo "🧪 Running tests on changed files..." # Get list of staged source files STAGED_SRC_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep -E '^src/.*\.(js|jsx|ts|tsx)$' | tr '\n' ' ') -# Get list of staged test files -STAGED_TEST_FILES=$(git diff --cached --name...
fix(pre-commit): exclude snapshot files from test runner and add passWithNoTests flag
fix(pre-commit): exclude snapshot files from test runner and add passWithNoTests flag - Fixed pre-commit hook to exclude __snapshots__ files from test detection - Added --passWithNoTests flag to Jest commands to prevent failures when no tests are found - This resolves issues where snapshot files were being treated as ...
d0098fa63d0bbc77db9eddb1e72bb87504664278
--- package.json @@ -149,7 +149,7 @@ "@walmart/returns-mini-app": "4.17.8", "@walmart/rfid-scan-mini-app": "2.13.2", "@walmart/rn-mobile-sdk-pairing": "2.1.8", - "@walmart/rn-receiving-mini-app": "2.5.18", + "@walmart/rn-receiving-mini-app": "2.5.21", "@walmart/roster-mini-app": "3.5.0", ...
feat(receiving): Drop 33 version bump (#4669)
feat(receiving): Drop 33 version bump (#4669) * chore: bump receiving @ 2.5.21 * chore: bump receiving version 2.5.21 --------- Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Justin Shuck - j0s03ko <Justin.Shuck@walmart.com>
9be0fa5ed5c91f37e027422996b8715254c5448c
--- src/components/TeamList.tsx @@ -86,6 +86,31 @@ const styles = StyleSheet.create({ }, buttonsStyle: {flexDirection: 'row', alignItems: 'center'}, pushToTalkBtn: {marginRight: 8}, + workgroupMyTeamOrAreaHeader: { + fontFamily: 'Bogle-Regular', + fontSize: 12, + color: colors.gray['140'], + }, + w...
partial completion of styles
partial completion of styles
9ab872eb6c8ed8dd8d46a6a6b6f289e18d7cf33d
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 139 + versionCode 140 versionName "1.0.14" } ...
Incrementing build number
Incrementing build number
92722ff6824d6a279e9f3dd7c7272a65a2048625
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.17", + "version": "1.0.1-beta.18", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Store/C...
Update the user domain for team switcher
Update the user domain for team switcher
a5468ad80f94090d1994dd020b94ffd942803f27
--- package.json @@ -1,7 +1,7 @@ { - "name": "@walmart/wmconnect-mini-app", + "name": "@walmart/wmconnect-minri-app", "version": "2.36.2", - "main": "dist/index.js", + "main": "main.js", "files": [ "dist", "main.js"
fix(ui): update packages
fix(ui): update packages
56039e4bef130909d9ce685dd348ee9fb632ee4f
--- graphql.yml @@ -36,6 +36,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql' tags: - 'v1' + - name: 'getSupplyChainTeamPreference' + hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839...
Adding getSupplyChainTeamPreference query
Adding getSupplyChainTeamPreference query
cefedac50c6ae12c64f31335d5b9d91dbfec51a4
--- __tests__/startup/AuthFlowTest.ts @@ -1,23 +1,14 @@ import {createMockTask} from '@redux-saga/testing-utils'; -import {call, cancel, fork, select, take, takeLatest} from 'redux-saga/effects'; +import {call, cancel, fork, take} from 'redux-saga/effects'; import {navigate} from '@walmart/react-native-shared-navigat...
refactor candidate logout handling
refactor candidate logout handling
19cfa1c0dc54604784038ea539f624d6714b5097
--- __tests__/services/configTest.ts @@ -81,20 +81,4 @@ describe('getGraphQLConfig', () => { expect(getGraphQLConfig(envConfig)).toEqual(expectedConfig); }); - - it('should return the correct config when miniAppPackage.version is not defined', () => { - jest.replaceProperty(miniAppPackage, 'version', unde...
feat: removed duplicate tests
feat: removed duplicate tests
a19fd18db108d902a5cd35025ec2693bd8eca8aa
--- package-lock.json @@ -5644,9 +5644,9 @@ } }, "@walmart/time-clock-mini-app": { - "version": "0.22.2", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.22.2.tgz", - "integrity": "sha512-d0GlA9ImjIvRFdBtx6xRYp0Ujtj+ZbEL/2SVy4KhvHizpEnN+CkoMnN...
Bump time clock mini app to 0.22.3
Bump time clock mini app to 0.22.3
0eccdf26259e01fe298627bfc4f8b93980f48169
--- packages/allspark-cli/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@azure/storage-blob": "^12.26.0", - "@clack/prompts": "^0.7.0", + "@clack/prompts": "^0.8.2", "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/near-operation-file-preset": "^2.5.0", "@graphql-codegen/typesc...
feat(cli): update package.json (#440)
feat(cli): update package.json (#440) * feat(cli): update package.json * feat(cli): update package.json
8be79f56d7d3e00f50989b6a516a215a4b05212b
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx @@ -25,7 +25,7 @@ export const ShiftFilter = ({ return ( <TouchableOpacity style={styles.container} - testID='shift-filter' + testID={`shift-filter-${shiftId}`} onPress={handleSelect} ...
Adding test Id's
Adding test Id's
295b39975cf6921c9a3e57f9c2a56e1e7dab18a3
--- __tests__/core/wmConfigInitTest.ts @@ -19,6 +19,11 @@ jest.mock('react-native-wm-config', () => ({ })); describe('wmConfigInit', () => { + const user = { + data: { + siteId: '100', + }, + }; const mockGetStore = getStore as jest.Mock; const mockGetState = jest.fn(() => ({})); const mockDis...
add siteId check (#151)
add siteId check (#151)
cd9cb9f8cd75ec641eed021b065030cc6c010a18
--- package-lock.json @@ -69,7 +69,7 @@ "@walmart/react-native-encrypted-storage": "1.1.3", "@walmart/react-native-env": "0.2.0", "@walmart/react-native-logger": "1.33.0", - "@walmart/react-native-scanner-3.0": "0.1.32", + "@walmart/react-native-scanner-3.0": "0.2.1", "...
chore: updating scanner
chore: updating scanner
423ab2363703a6fd10c9ba75cf3466ae751918d4
--- targets/US/ios/AllSpark/Info.plist @@ -19,7 +19,7 @@ <string>APPL</string> <key>CFBundleShortVersionString</key> <!-- @customization - default: <string>$(MARKETING_VERSION)</string> --> - <string>1.27.0</string> + <string>1.29.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVe...
GDVCVR-17557 info.list file changes for builds
GDVCVR-17557 info.list file changes for builds
f877a47fda09cd349e817b20abd121895a8d771c
--- index.js @@ -10,5 +10,8 @@ import 'moment/locale/es-mx'; import {AppRegistry} from 'react-native'; import {App} from './src'; import {name as appName} from './app.json'; +import {registerAskSamWidgets} from '@walmart/metrics-mini-app'; AppRegistry.registerComponent(appName, () => App); +registerAskSamWidgets(...
asksam version bump
asksam version bump
3a43ee9db0d3dacda1afa66121988357bf4f0344
--- graphql.yml @@ -155,24 +155,24 @@ applications: # queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql" # tags: # - "v1" - - name: "allspark-core-intl" - applicationKey: "ALLSPARK_APP_INTL" - description: "Core applicat...
fix: spacing
fix: spacing
c73359becabd12df7fc4708c549b651d44eb0f1e
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.28.0", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.28.0.tgz", - "integrity": "sha512-3wcqmEIL/0n4cpiJnyiZnkFtqFFGATqU4Ta49WM1HtumFPWsc7tK+6Vkws10btt4...
Correcting ask sam version
Correcting ask sam version
5b91db1901de6aed05fb0e4c803fd6b3a1edbf16
--- packages/allspark-utils/__tests__/placeholderProxyTest.ts @@ -0,0 +1,21 @@ +import {PlaceholderProxy} from '../src/placeholderProxy'; + +describe("Placeholder proxy tests", () => { + it("works as described", () => { + // const placeholder = PlaceholderProxy((error) => 'error'); + // expect(placeholder.isConn...
fix: queue tests
fix: queue tests
4c189a2a16f37ba22cf8dd0395f4386ed04d8eba
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/schedule-mini-app": "0.37.0", "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", - "@walmart/taskit-mini-app": "2.40.6", + "@walmart/taskit-mini-app": "2.40.7", "@walmart/time-clock-...
chore: taskit version bump
chore: taskit version bump
3861bb624b2e4d2a38c0009b5139eae447ff8192
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.12.0", + "version": "3.12.1", "main": "dist/index.js", "files": [ "dist", @@ -90,9 +90,9 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-nati...
feat(ui): update wmconnect, roster and myteam verion
feat(ui): update wmconnect, roster and myteam verion
bdb1fef145f46426c10a82572ed5f938c6bdf676
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.199.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.199.0-rc.0.tgz", - "integrity": "sha512-NE2lQSZuN7dnvvOZPom+vnpwuo6tfdhMWUSt8bCIc2uL0IIdH/JoTSG...
upgrading taskit version
upgrading taskit version
5c8ad6725f024525e74b83d97c3d35746c5559b5
--- targets/US/package.json @@ -116,7 +116,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-core": "workspace:^", - "@walmart/metrics-mini-app": "1.27.0", + "@walmart/metrics-mini-app": "1.27.3", "@walmart/mod-flex-...
chore: metrics version bump to remove ^ from metrics pkgs versions
chore: metrics version bump to remove ^ from metrics pkgs versions
a1bcf6bdb69b550e2c6f4329331b6cc083ca7c08
--- package-lock.json @@ -3088,9 +3088,9 @@ "integrity": "sha512-LveEdSxJy0V8cEmS3xS22gsVYtqS+T/e9hrZxkxCgVV5O12UFv8dSrfDkIuQ/WMzuijIf5yTlLOxRPjf0dDRdg==" }, "@walmart/inbox-mini-app": { - "version": "0.0.53", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
bump inbox-mini-app (#375)
bump inbox-mini-app (#375) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
60f188067b50c273a8494b671995c6b303559ddb
--- package.json @@ -94,7 +94,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.7.4", "@walmart/redux-store": "6.3.29", - "@walmart/roster-mini-app": "2.36.0", + "@walmart/roster-mini-app": "2.37.0", "@walmart/ui-components": "1.15.1", "@walmart...
updating roster version
updating roster version
667570a2d3bd917c38a6ed0667426360199a5969
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/shelfavailability-mini-app": "1.5.13", "@walmart/taskit-mini-app": "2.28.14", "@walmart/time-clock-mini-app": "2.85.0", - "@walmart/ui-components": "1.10.1", + "@walmart/ui-components": "1.11.1", "@walmart/welcomeme-mini...
again incrementing the ui-components version which got reverted by mistake
again incrementing the ui-components version which got reverted by mistake
12d6b99f8ad9617cad743a9bc34a93d2bfe206cc
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap @@ -3,6 +3,7 @@ exports[`MeStackNav headerLeft of initial screen match snapshot 1`] = ` [ <IconButton + accessibilityLabel="drawerButton.accessiblityLabel" color="white" disabled={false} onPress...
updating tests
updating tests
f44caf2fe7c517b34fa2e832542748163b9d2701
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt @@ -26,7 +26,7 @@ class MainActivity: ReactActivity() { * Handles showing the splash screen on creation of MainActivity */ override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) + super.onC...
add null for bundleinstance on MainActivity and remove MainApplication
add null for bundleinstance on MainActivity and remove MainApplication
2b93c346efa65764aac5710ac903b2141dd88c6d
--- packages/allspark-foundation/__tests__/Navigation/__snapshots__/DrawerButton.test.tsx.snap @@ -1,30 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Navigation/components/DrawerButton should render DrawerButton snapshot 1`] = ` -[ - <IconButton - UNSAFE_style={{}} - color="white" - disabled...
code cleanup
code cleanup
5e12b3cf219c44e6c1a222b12e4e2d0cc417356a
--- package-lock.json @@ -1857,9 +1857,9 @@ } }, "@walmart/allspark-me-mini-app": { - "version": "0.0.9", - "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.9.tgz", - "integrity": "sha512-R2m8IwV9MVeHJwutTZyc4TKXeDJMaPnG5I6lQ/fDPyS9CtpTfUdFJt...
Feature flagged time clock and time off requests (#143)
Feature flagged time clock and time off requests (#143)
766232399d275e899ffff804f453bb26be282617
--- src/components/TeamList.tsx @@ -65,6 +65,13 @@ const styles = StyleSheet.create({ paddingVertical: 2, color: colors.gray['150'], }, + viewTeamStyleTextDisabled: { + textDecorationLine: 'underline', + fontFamily: 'Bogle-Regular', + paddingVertical: 8, + right: 16, + color: colors.gray['1...
update view team for primary team and whole store
update view team for primary team and whole store
082c041431548a8c30d279e21b81de97782a7be5
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeature.test.tsx @@ -2,35 +2,18 @@ import React from 'react'; import { Text } from 'react-native'; import { AllsparkFeature } from '../../src/Feature/AllsparkFeature'; import { HttpModule } from '../../src/HTTP'; +import { LoggerModule } from '../../src/Logg...
feat(test): update AllsparkFeature test
feat(test): update AllsparkFeature test
7abb2efe52e41ce0897b30b9d3d8ce8968730334
--- core/src/auth/AuthenticatorView.tsx @@ -128,7 +128,7 @@ export const AuthenticatorView = ( isLoading={associateLoading} disabled={loading} testID='retryButton' - accessibilityLabel={translate('signInButtonText')}> + accessibilityLabel={translate('signInAccessibilit...
fix: updating AuthenticatorView labels
fix: updating AuthenticatorView labels
c73d3d06ee3b6d000f1354a0fd3bfe3f7ca25b32
--- docs/CHANGELOG.md @@ -1,3 +1,30 @@ +# [3.2.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.1.1...v3.2.0) (2025-07-01) + + +### Bug Fixes + +* **ui:** fix lint issues ([8c99237](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/8c992371258168963cf78bf18b0905da57552e97)) +* **ui:** update l...
chore(release): 3.2.0 [skip ci]
chore(release): 3.2.0 [skip ci] # [3.2.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.1.1...v3.2.0) (2025-07-01) ### Bug Fixes * **ui:** fix lint issues ([8c99237](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/8c992371258168963cf78bf18b0905da57552e97)) * **ui:** update lint errors ([d...
feb027d79a4392656596a016eeb03acc6d50534f
--- packages/expo-config-plugins/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. +## [0.5.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0....
chore(version): updating package version
chore(version): updating package version - @walmart/expo-config-plugins@0.5.3
ca4eafd1b3e795c114b3e856111022bcd864d1ef
--- src/utils/user.ts @@ -29,6 +29,6 @@ export const associateIsClockedIn = (associate?: Associate) => export const associateIsOnMeal = (associate?: Associate) => !associateIsClockedIn(associate) && associate?.punch?.lastPunchType === '5'; -// @todo - add correct logic +// @todo - add correct logic, ptt has said ...
chore: add temp logic for ppto
chore: add temp logic for ppto
c177a6c4acca2e44f58249d37bd2879b0eebf234
--- package-lock.json @@ -78,7 +78,7 @@ "@walmart/me-at-walmart-common": "6.0.16", "@walmart/me-at-walmart-container": "6.0.16", "@walmart/metrics-mini-app": "0.20.8", - "@walmart/mod-flex-mini-app": "1.16.4", + "@walmart/mod-flex-mini-app": "1.17.5", "@walmart/moment-w...
modflex drop 21
modflex drop 21
92efd21a2869e429795562bf345c986e112b6520
--- package-lock.json @@ -70,7 +70,7 @@ "@walmart/gtp-shared-components": "2.1.10", "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.10.3", - "@walmart/inbox-mini-app": "0.92.9", + "@walmart/inbox-mini-app": "0.92.9-549-78a92c4", "@walma...
Platform Drop21 changes
Platform Drop21 changes
f8e5e64986cd0266cd39619ea60238fc4c8d95cd
--- package.json @@ -86,7 +86,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.10.0", + "@walmart/emergency-mini-app": "1.10.0-bannerEtc.1", "@walmart/exception-mini-app": "1.0.3"...
add banner related cases
add banner related cases
2700f48adf54327acfa55069f8c140f7005ef8af
--- __tests__/index.test.tsx @@ -6,18 +6,18 @@ const {initialize, RosterMiniApp} = require('../src/index'); describe('initialize', () => { it('should initialize Firebase App Check with debug token', async () => { - const debugToken = 'test_debug_token'; - await initialize(debugToken); + const testValue =...
Update test for debug token
Update test for debug token
3d913b2170504f1492b572b223a175506fdd699e
--- .looper.multibranch.yml @@ -607,11 +607,11 @@ flows: - var(END_TIME): date +%s - var(TIME_ELAPSED): - $START_TIME-$END_TIME + $(($START_TIME-$END_TIME)) - var(MINUTES): - ($TIME_ELAPSED%3600)/60 + $((($TIME_ELAPSED%3600)/60)) - var(SECONDS): - (($TIME_...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
07032a1bf8a7e0bc7d489603a76a7b4cc7ed62f4
--- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx @@ -202,6 +202,7 @@ export const HubDashboard = ({ if (scrollView) { scrollView.scrollTo({ y: 0, animated: false }); } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [allowedWidgetsList]) );
Fixing lint errors
Fixing lint errors
72cfe2b0fe9457065564acfffd9d862a71299ec0
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.5.0 - @walmart/celebration-mini-app-graphql@1.4.0
6f8466f280986d23fedcd4bce644a386070b7dfc
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -484,7 +484,7 @@ export class AllsparkFeatureModule< this._connectedMap.screens = true; Object.keys(screens).forEach((id) => { - AllsparkNavigationClient.addScreen(id, screens[id]); + AllsparkNavigationClient.addScre...
feat: add capability on navigation client to get feature id from screen name
feat: add capability on navigation client to get feature id from screen name
a4a7466a3a2d9dd5f32e30a878f527dd849412d3
--- package-lock.json @@ -5026,7 +5026,7 @@ } }, "@walmart/OneWalmart-MiniApp": { - "version": "1.0.12", + "version": "1.0.11", "resolved": "https://npme.walmart.com/@walmart/OneWalmart-MiniApp/-/OneWalmart-MiniApp-1.0.11.tgz", "integrity": "sha512-+4z1KqCaKdstCSQNd5SVWz/7gWU7IZ...
ECT-1733 Reverting package-lock changes
ECT-1733 Reverting package-lock changes
ba353ee41ae28bde200dffb0f69ba2520438e32e
--- packages/allspark-foundation-hub/src/HubFeature/Store/Components/TeamListItem/TeamListItem.tsx @@ -8,6 +8,7 @@ import { Tag, } from '@walmart/gtp-shared-components'; import { Images } from '../../Images/images'; +import { Images as supplyChainImages } from '../../../SupplyChain/Images/images'; import { TeamLi...
feat: Add supplyChain Images to TeamListItem
feat: Add supplyChain Images to TeamListItem
daf0be4cdcf9308174f91917e578b41f13fde610
--- packages/allspark-foundation/__tests__/Site/selectors.test.tsx @@ -1,4 +1,4 @@ -import { createAddressString, createCoordinates, divisionIsStore } from '../../src/Site/selectors'; +import { createAddressString, createCoordinates, divisionIsDC, divisionIsStore } from '../../src/Site/selectors'; describe('Address ...
feat: update isDC selector for new DC division scope.
feat: update isDC selector for new DC division scope.
fa6fd06ec8d816f44ddd65bdf5e59dbb02b4b1b6
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.0-alpha.16", + "version": "2.12.1-alpha.1", "main": "dist/index.js", "files": [ "dist" --- src/hooks/teams.ts @@ -9,6 +9,10 @@ import {useEnvironment} from '@walmart/allspark-foundation/Environment'; import {ge...
Update roster app version
Update roster app version
a8d7442bb1d4230f90930247560c7a123e25db53
--- .looper.codepush.yml @@ -40,6 +40,7 @@ flows: - npm install -g appcenter-cli - echo 'doing listing' - appcenter apps list --token $APPCENTER_API_TOKEN_ANDROID + - appcenter codepush release-react -a AllSpark-Me-Walmart/AllSpark-Android -d Staging --description ‘This is from looper’ --token $APPCEN...
updated key2
updated key2