commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
47d09cfd9794103e429a5f18599107da6a8fd6b9
--- .looper-pr.yml @@ -7,7 +7,7 @@ envs: STAGES_TO_RUN: LINT: false UNITTEST: false - BUILD: false + BUILD: true SONAR_SCAN: false ARTIFACT_PUBLISH: true AUTO_PR_MONO: false
fix(ci): build enable SSMP-1188
fix(ci): build enable SSMP-1188
e1e6fa0599f5824d1e6cda39019357f423ad6167
--- package-lock.json @@ -1872,9 +1872,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.5.2", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.5.2.tgz", - "integrity": "sha512-n8ETcFz6oNTW9ah+bGjvB+jSWQcNJFUshCGfYffCWRhIj5uVhtXd+Cvik7mV6L1F0x...
Increment ask sam version
Increment ask sam version
e382555f41d0f47d6c751071d88171ec931b16ab
--- package-lock.json @@ -63,7 +63,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.1", + "@walmart/metrics-mini-app": "0.15.3", "@walmart/mod-flex-min...
metrics version bump
metrics version bump
71de2ffce2ed6ba4d1f39a4fd3003a5d0b948556
--- __tests__/__mocks__/@walmart/ItemInfo.js @@ -0,0 +1,4 @@ +module.exports = { + ItemInfoMiniApp: 'ItemInfoMiniApp', + }; + \ No newline at end of file --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -27,6 +27,16 @@ exports[`SideMenuContent matches snapshot for undef...
linter
linter
646193a149a465f9d9a12c05a5483b84860da13f
--- graphql.yml @@ -61,30 +61,31 @@ applications: tags: - 'v2' - 'Drop16' - - name: 'prod' - persistedQueries: - - name: 'GetAssociateClockStatus' - hash: 'b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214' - queryTempl...
comment out prod
comment out prod
e663f224f68177bbbc4c865a30ce74108eb5397c
--- package-lock.json @@ -4664,9 +4664,9 @@ "integrity": "sha512-x0n2tEbTwVe6Xn7KxnslCa8y2I+f6KG6hkhQiNAcZu17Bitwf/Kddoz/9h8Pn5guehnqYVB2oXHoMwMvmr0u0A==" }, "@walmart/functional-components": { - "version": "2.0.3", - "resolved": "https://npme.walmart.com/@walmart/functional-components/-/func...
bumping functional components for fixes
bumping functional components for fixes
50d920480580b3eafcdfcda6076455496131dc5b
--- package.json @@ -140,7 +140,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/react-native-webex-sdk": "0.8.50", - "@walmart/receipt-check-miniapp": "1.30.2", + "@walmart/receipt-check-miniapp": "1.31.0", "@walmart/redux-store": "~6.3.28"...
feat(receipt-check-miniapp): FLB-2643 Drop 31 Accessibility Fixes
feat(receipt-check-miniapp): FLB-2643 Drop 31 Accessibility Fixes
25d65b1d57f4f83d530d82da80954dacd6879e62
--- __tests__/startup/StartupFlowTest.ts @@ -76,7 +76,7 @@ describe('candidateStartupFlow', () => { test('associateStartupFlow', () => { const iterator = associateStartupFlow(); expect(iterator.next().value).toEqual(call(handleSiteIdPrompt)); - // expect(iterator.next().value).toEqual(call(waitForAppConfig)); +...
core service bump for app config fix. adding back wait on app config to startup
core service bump for app config fix. adding back wait on app config to startup
8203cfc39ac11487b1725685d14a5037ecb31d6d
--- __tests__/core/appConfigInitTest.ts @@ -121,7 +121,6 @@ describe('getAppConfigScope', () => { const deviceType = 'COPIUM'; const model = 'ZYA'; const osVersion = '11'; - const teamIds = ['SUP_US_5431785', 'SUP_US_5431785']; it('gets scope and params for app config', () => { const iterator = getA...
team id removing
team id removing
bde6d826450f7f3790c4a5b76303a9934791d9fc
--- __tests__/core/RootContainerTest.tsx @@ -11,7 +11,6 @@ import {initBiometrics} from '../../src/biometrics'; import {initWhatsNew} from '../../src/whatsNew'; import {initStartupSaga, StartupActionCreators} from '../../src/startup'; import {initTermsOfUseSagas} from '../../src/termsOfUse'; -import {watchAppStateCh...
Fixing tests
Fixing tests
e2ea26309af4633847dc0abe04076d8a6b10c86e
--- android/app/build.gradle @@ -297,7 +297,6 @@ android { pickFirst '**/x86_64/libc++_shared.so' pickFirst '**/x86/libjsc.so' pickFirst '**/armeabi-v7a/libjsc.so' - exclude "**/libjsc.so" exclude 'META-INF/gradle/incremental.annotation.processors' } }
removing jsc exclucde
removing jsc exclucde
9b3437cf4970549ad9423a4e564b7e53b2a4de58
--- src/config/HubConfig.tsx @@ -7,7 +7,7 @@ */ import React from 'react'; -import {AllsparkComponentContainers} from '@walmart/allspark-foundation/Components'; +import {ComponentsModule} from '@walmart/allspark-foundation/Components'; import {HourlyRosterWidget, SalariedOrTeamLeadRosterWidget} from '../component...
feat(ui): update allspark component containers
feat(ui): update allspark component containers
0851d70c5f9ff7aab6ee32810c27e9d51a9c298c
--- src/utils/user.ts @@ -10,6 +10,20 @@ export const OBFUSCATION_PARSE_KEY = OBFUSCATION_KEY.padStart(64, '0'); export const encryptUserId = (userId: string) => baseEncryptUserId(userId, OBFUSCATION_KEY).replace(/\//g, '\\'); +export const returnClockedStatusBasedOnSchedule = (scheduleInfo: any) => { + const {s...
feat: add back is associate clocked in
feat: add back is associate clocked in
e47d2068f4f3e4d1740fb14191d84badd09587df
--- package.json @@ -2,9 +2,9 @@ "name": "@walmart/feature-app-template-typescript", "version": "2.0.0", "private": false, - "main": "dist/index.js", + "main": "bundle/dist/index.js", "files": [ - "dist" + "bundle/dist" ], "scripts": { "android": "react-native run-android", @@ -14,8 +14,8...
fix build script
fix build script
09ff11c2b8ae9b8aa5c5afe9878dd6eff9ba1ec8
--- __tests__/components/AppHeader.test.tsx @@ -198,7 +198,7 @@ describe('AppHeader components', () => { headerTitleAlign: 'left', headerTintColor: 'white', headerBackTitleVisible: false, - headerStyle: {backgroundColor: colors.primary.base, height: BaseHeaderHeight, shadowColor: 'tran...
refactor: remove unnecessary header styling. move impersonation form container to screen
refactor: remove unnecessary header styling. move impersonation form container to screen
b1066da403e4a7d89ee9edd5b46920e5220aa185
--- .looper.multibranch.yml @@ -98,6 +98,7 @@ envs: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 300 FASTLANE_OPT_OUT_USAGE: 1 FASTLANE_HIDE_PLUGINS_TABLE: 1 + FASTLANE_HIDE_TIMESTAMP: 1 AUDIT_SLACK_CHANNEL: allspark-node-audit MULTI_BUILD: false # PRODUCT_NAME: 'Me@Walmart'
Update .looper.multibranch.yml
Update .looper.multibranch.yml
0bf7ffe6374b3b658ce761f55534e02cf37b3b8a
--- packages/associate-exp-hub-mini-app/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.3](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.14.3 - @walmart/associate-exp-hub-team-switcher@2.25.1
83360d5d65a800fced04e27ef1f340a5cf5cfe9a
--- package.json @@ -172,6 +172,7 @@ "moment-timezone": "~0.5.43", "namecase": "^1.1.2", "numeral": "^2.0.6", + "promise-queue": "^2.2.5", "react": "18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.0", @@ -282,6 +283,7 @@ "@types/luxon": "^2.3.2", "@types/node": "20....
fix: added promis queue
fix: added promis queue
c8ef78f2e1ea1952d82225d78a48939b9516f3d7
--- package.json @@ -97,7 +97,7 @@ "@walmart/attendance-mini-app": "patch:@walmart/attendance-mini-app@npm:3.176.0#~/.yarn/patches/@walmart-attendance-mini-app-npm-3.176.0-b8336306f0.patch", "@walmart/avp-feature-app": "0.26.15", "@walmart/avp-shared-library": "0.25.36", - "@walmart/ax-components": "1...
chore(bump): bumped gtp and ax component versions (#5106)
chore(bump): bumped gtp and ax component versions (#5106) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
59a49c79cf630409c701bf7ba67c9c75b9315c53
--- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.11-6123ac0660.patch @@ -1,67 +0,0 @@ -diff --git a/android_dynamic_modules/webex_dynamic_module/build.gradle b/android_dynamic_modules/webex_dynamic_module/build.gradle -index c08fd93fe1ace4a4e13b7fafb4e70e8c82bca4db..2565f202119f5d0f30cd75b7d37616a56760a8df 100...
fix: CONAS-1763 Bugfixes for calling mini app (#4093)
fix: CONAS-1763 Bugfixes for calling mini app (#4093) Co-authored-by: Aswin Das <Aswin.Das@walmart.com>
36d9097f45a43db32e7dd030621bc0c044818664
--- .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)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22&&!MA...
removing extra nodes to test
removing extra nodes to test
f3a89c05d3d24a564bcbb54d0207aabef92ba7b7
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -69,6 +69,13 @@ export class ComponentContainer<Props extends AnyObject> { this._eventManager.runEvent('change', id); }; + /** + * @deprecated use `add` method instead + */ + public register = (id: string, Component: ComponentTyp...
fix: add register and multi register methods to component container for backwards compat
fix: add register and multi register methods to component container for backwards compat
9b6f2ac61b6a9178ded9bcd0c1ce1e6880ae6de7
--- 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. +# [6.36.0-alpha.4](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.36.0-alpha.3...v6.36.0-alpha.4) (2025-09-08)...
chore(version): updating package version
chore(version): updating package version
786cd374ae3e099e9336802cb7f048f062a7d1e8
--- package-lock.json @@ -5243,14 +5243,9 @@ "integrity": "sha512-qLdsZzlG4t1os8wJH9fi8JYPIZh8P3GBehf2bq2anQIZ9N1U+QlW8SA2t5S4NnNemhI3bhjMGXbhvcv1M0mhYg==" }, "@walmart/facilities-management-miniapp": { - "version": "0.2.2", - "resolved": "https://npme.walmart.com/@walmart/facilities-manageme...
Adding package-lock.json
Adding package-lock.json
ce9ea388b3e8b6bef66bb91aac1d936e09f232de
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.2.0-alpha.9", + "version": "3.2.0-alpha.10", "main": "dist/index.js", "files": [ "dist", @@ -77,9 +77,9 @@ "@walmart/allspark-authentication": "6.4.1", "@walmart/allspark-components-library": "1.1.0", ...
feat(ui): update roster mini app version
feat(ui): update roster mini app version
f5c74535346ab526e9c19049fccbcecae0cb6e1f
--- src/screens/MyWalmartV2/AssociateRosterDetailScreen/AssociateRosterDetailScreen.tsx @@ -186,7 +186,7 @@ export const AssociateRosterDetailScreen = memo<RosterDetailScreenProps>( accessibilityLabel={t("rosterScreen.headerSection")} > <AllsparkSharedComponents.Component - ...
feat(ui): update feature id for team switcher
feat(ui): update feature id for team switcher
b267546396f0181320643681eebfc1096914f024
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.26.0", + "version": "2.27.0", "main": "dist/index.js", "files": [ "dist" --- src/screens/index.tsx @@ -1,32 +1,46 @@ -import React from 'react'; +// import React from 'react'; import {ScreenTags} from '@walmart/me...
Update navigation changes
Update navigation changes
132af5fb164a983da4d5c41071278086d96a5367
--- packages/me-at-walmart-container/src/redux/config.ts @@ -137,11 +137,7 @@ export function* getAppConfigScope() { export function* fetchAppConfig(forceRefresh: boolean = false): any { // Wait for config initialization if not done already // Wait for site and device details to be fetched as scope is dependent ...
fix: app config init did not wait for device info
fix: app config init did not wait for device info
9301e6b85a8899d7dce79eb9c1d38ed391d058e9
--- package-lock.json @@ -3328,9 +3328,9 @@ } }, "@walmart/config-components": { - "version": "1.0.29", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.29.tgz", - "integrity": "sha512-2lWd8SElggyOahK4nn0xJgPzSqTS5npYsrLCfOj3aeMy0/fXufGzmTvAVeI0d...
SSMP-2115
SSMP-2115
5db8a642a2561a4440015360b3025800d1acd906
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/gtp-shared-components": "2.0.3", "@walmart/impersonation-mini-app": "1.11.0", "@walmart/ims-print-services-ui": "1.2.2", - "@walmart/inbox-mini-app": "0.81.7", + "@walmart/inbox-mini-app": "0.81.8", "@walmart/iteminfo-mi...
npm i
npm i
4f3bc4010e819df23fe73a7b7a268680e38d30cd
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/HubHeader.tsx @@ -8,6 +8,8 @@ import { import { useAllsparkImage } from '@walmart/allspark-foundation/Components/context'; import { TouchableOpacity } from 'react-native-gesture-handler'; import { RosterHeaderProps, getHeaderStyles } fro...
feat: added feature flags for header and filter
feat: added feature flags for header and filter
162ea92215ea006cd85d8365047479307a9dad15
--- .looper.multibranch.yml @@ -255,7 +255,7 @@ flows: - echo "buildType ${buildType}" - echo "workspace is ${WORKSPACE}" - - var(stuff = '{{ \$root = {title = "stuff", version = "1.10"}, webhookUrl = "https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a42-9531-d0511cf632aa@3cbcc3d3-094d-4006-98...
trying something
trying something
2837a5eae9accb11ecf90c95668a24f478725bc3
--- .looper.yml @@ -23,4 +23,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - - yarn run coverage + # - yarn run coverage
feat(ui): update looper file
feat(ui): update looper file
5d98e14f4a97d13e5bffa44018aa36ea46b89f41
--- android/app/src/main/java/com/walmart/stores/allspark/beta/SplashActivity.java @@ -9,9 +9,18 @@ public class SplashActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - Intent intent = new Intent(this, Ma...
Fix/sumo android (#272)
Fix/sumo android (#272) * temp commit * fix for android and revert some previous changes for testing * revert some previous changes for testing
dc3bcf505a17b0f2c967235896e3092a93dd50a3
--- __tests__/utils/blobs-test.js @@ -43,13 +43,9 @@ describe('Blobs utils', () => { }); describe('isValidFilename', () => { - it('should return false if base path is not valid', () => { - //TODO - return true; - }); it('should return false if uri is nil', () => { - //TODO - retur...
update isValidFileURI defn
update isValidFileURI defn
fa798b6272d57114a4954a33f5e3437000003da6
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.18.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.18.0 - @walmart/associate-exp-hub-mini-app@1.11.0 - @walmart/associate-exp-hub-team-switcher@2.20.0
d4c7a2e9335fab02317357d7f721eae1c020ef76
--- packages/allspark-foundation-hub/__tests__/supplyChain/hooks/useGetSupplyChainTeamsByStore.test.ts @@ -45,6 +45,7 @@ describe('useGetSupplyChainAllTeamsBySite', () => { const dispatch = jest.fn(); const mockLogger = { error: jest.fn(), + info: jest.fn(), }; beforeEach(() => {
test(ui): update test failure
test(ui): update test failure
5896be44ffed772c095fd7adba41e5624677bbc0
--- __tests__/home/containers/__snapshots__/HomeScreenTest.tsx.snap @@ -91,7 +91,7 @@ exports[`HomeScreen matches snapshot 1`] = ` } } > - <Button + <LinkButton UNSAFE_style={ { "flexGrow": 1, @@ -100,10 +100,9 @@ exports[`HomeScreen matche...
fix(nudge): fix not now button issue (#5054)
fix(nudge): fix not now button issue (#5054) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
f9b4a0988bbe4f535fcf9448e16b5275bdfee3b4
--- package.json @@ -78,13 +78,9 @@ "@types/react-test-renderer": "^18.0.7", "@walmart/allspark-authentication": "6.4.1", "@walmart/allspark-foundation": "^6.32.0", - "@walmart/allspark-graphql-client": "6.3.29", "@walmart/allspark-http-client": "6.3.29", "@walmart/allspark-utils": "6.5.1", ...
Adding package.json changes
Adding package.json changes
a929ec3c0a9dc5540d0e5278447286d0e739789f
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.9", + "version": "1.15.1-alpha.10", "main": "dist/index.js", "files": [ "dist" --- src/index.tsx @@ -3,6 +3,7 @@ import {MyTeamFeature} from './common/feature'; import {FEATURE_NAME} from './common/cons...
Update my team app version
Update my team app version
53dd79929271aa10ff97938a36617139d10f26e3
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.14", + "version": "2.0.15", "private": false, "main": "bundle/dist/index.js", "files": [ --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.14", + "version": "2.0.15", ...
Update package.json
Update package.json
052d349894e1479cb895030c2c52e9e388b94e5b
--- README.md @@ -44,3 +44,5 @@ When running on the iOS simulator while connected to VPN (or otherwise on an int - `./scripts/certifyBootedSim.sh` +You will also need to add your SSH key to Walmart github using [these](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-...
Create README.md
Create README.md Added github step for ssh key
9ebf00938c8280aa33355b820451d0fcffe857ac
--- graphql.yml @@ -41,6 +41,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getSupplyChainTeamPreferenceQuery.graphql' tags: - 'v1' + - name: 'GetSupplyChainTeamsByStore' + hash: '628c21f19457c4deea7fd9d2dd15138c11da598add9f4f67...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
6af32d2b56639f9073322e79a30a67eef3db7389
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -43,9 +43,7 @@ export class NavigationClient { 'dispatch', 'reset', ]); - private _screenChangeEventManager = new EventManager<EventManagerTypes>([ - 'screenChange', - ]); + private _eventManager = new EventManager<EventManagerTypes>(['scr...
fix: navigation comments and linking setup in configure method
fix: navigation comments and linking setup in configure method
e887b3296a472bd17530181fe1a5b2d84694c221
--- package-lock.json @@ -4552,9 +4552,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.55.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.55.0.tgz", - "integrity": "sha512-Aas3lUKjHf3Tis6fBK7CaXAyxAH+kkcjSY6Bjvj8z0ylVoPbJh5BIJOB4c...
build: welcomeME v0.56.0
build: welcomeME v0.56.0
030b7f3538f2753cbf90d7917cd432252fefe666
--- package-lock.json @@ -4604,9 +4604,9 @@ } }, "@walmart/core-services-allspark": { - "version": "1.0.0-beta.16", - "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.0.0-beta.16.tgz", - "integrity": "sha512-K2bpXy/MVyEnSY36se5U0oIbAM7+hO0O...
bumping core services for cache fixes
bumping core services for cache fixes
e75fa5616806e6d899edb373b0de550e033b6b4b
--- package-lock.json @@ -4263,7 +4263,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha1-uZ6zL5R12W20AFyA5eFskWpu0Iw=", + "integrity": "sha512-OxDrYdXQeR2...
action name changed
action name changed
c9a82976be3a4aa18b2719e33382edb60c68cd12
--- .yarn/patches/@walmart-time-clock-mini-app-npm-3.19.12-d3039974f6.patch --- package.json @@ -173,7 +173,7 @@ "@walmart/talent-preboarding-shared-utils": "^0.1.114", "@walmart/taskit-mini-app": "5.51.0", "@walmart/time-clock-feature-app": "1.0.0-beta.10", - "@walmart/time-clock-mini-app": "patch:...
feat: Time Clock 35 - Bug fixes (#5214)
feat: Time Clock 35 - Bug fixes (#5214) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
53ce3720aca6570d660587cd6042207fea6960a3
--- package-lock.json @@ -48,7 +48,7 @@ "@walmart/exception-mini-app": "1.0.14", "@walmart/facilities-management-miniapp": "0.4.2", "@walmart/feedback-all-spark-miniapp": "0.9.9", - "@walmart/financial-wellbeing-feature-app": "1.0.82", + "@walmart/financial-wellbeing-feature-app...
bumped financial-wellbeing-feature-app to 1.0.83
bumped financial-wellbeing-feature-app to 1.0.83
8d2c96bc3f89f30900597d6377fc9a6db397d7b5
--- package.json @@ -124,7 +124,7 @@ "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.3.0-rc.0", "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.14", - "@walmart/ims-print-services-ui": "2.24.2", + "@walmart/ims-print-services-u...
fix(print): Bump Print UI to v2.24.3 (#5163)
fix(print): Bump Print UI to v2.24.3 (#5163) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
36b61e5ca1d5436a825612a64d97aa92435bd08c
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.4.0 - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.27 - @walmart/associate-exp-hub-team-switcher@2.4.0
632ac2305a885fd336803cb2442b6dee35ff5701
--- .looper.multibranch.yml @@ -574,6 +574,7 @@ branches: - market: label: "Enter Market from the following - US, INTL " type: STRING + defaultValue: US - manual: name: Build Android Dev call: build-selector(market=$market, branch=feature, env_selecte...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
fe09553a6625d9bb3bc4da05ce8c14564712f7b5
--- package.json @@ -98,7 +98,7 @@ "@walmart/core-services-allspark": "workspace:^", "@walmart/core-widget-registry": "workspace:^", "@walmart/counts-component-miniapp": "0.2.7", - "@walmart/digital-locks-mini-app": "1.4.6", + "@walmart/digital-locks-mini-app": "1.4.6-hotfix1", "@walmart/emerg...
fix(digitalkey): added clock check flag to all screens (#4562)
fix(digitalkey): added clock check flag to all screens (#4562) Co-authored-by: Alex Scarlett <Alex.Scarlett@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
08c20442e9079ed20349e8420fdff2d9d577789b
--- core/__tests__/startup/AuthFlowTest.ts @@ -22,6 +22,16 @@ describe('isSilentSignInError', () => { it('returns false for undefined error', () => { expect(isSilentSignInError(undefined)).toEqual(false); }); + + it('returns true for normal payload error', () => { + expect( + isSilentSignInError({ +...
fix invalid_grant showing error feedback screen
fix invalid_grant showing error feedback screen
541d54bde6d0bdc412dc6d4b3cb5f3a6adafaa9f
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingContext.tsx @@ -27,8 +27,6 @@ export const SupplyChainOnboardingProvider = ({ children }: any) => { const isTeamLead: boolean = useSelector(UserSelectors.getIsUserTeamLead); const isSalaried: boolean = useSelector(U...
Adding refresh data changes
Adding refresh data changes
3414f005a6d72af737cc5dcb646df19feda07563
--- packages/allspark-foundation/src/Navigation/components/Header.tsx @@ -1,4 +1,4 @@ -import React, { PropsWithChildren } from 'react'; +import React, { ComponentType, PropsWithChildren } from 'react'; import { Platform, StyleSheet } from 'react-native'; import { useSafeAreaInsets } from 'react-native-safe-area-cont...
feat: add option to override base header component for extensive customization cases
feat: add option to override base header component for extensive customization cases
4ee449d77ab0a1aae514ab176ab91e695113d33a
--- 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.36.0-alpha.5](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.36.0-alpha.4...v6.36.0-alpha.5) (2025-09-09)...
chore(version): updating package version
chore(version): updating package version
c38e25947a043b40a5928dd6acc67fcfa4c570a2
--- package-lock.json @@ -4553,9 +4553,9 @@ } }, "@walmart/core-services": { - "version": "1.0.12", - "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.12.tgz", - "integrity": "sha512-HjDtpCvMikH0RpxWwtexmf8RXWnA0pfrTUgJ/DobAHCfR9efEvA0sWuiIx7hpjeSQWIm3IZhz...
bumping core services
bumping core services
1db43e34fe7e256783097787cd9772b64a2296bf
--- package-lock.json @@ -5084,9 +5084,9 @@ } }, "@walmart/core-services-allspark": { - "version": "1.6.5", - "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.6.5.tgz", - "integrity": "sha512-QKbuZCEf9l9hbk1VocvpJ5VPyJwnhQOmFtL4XslaB9TaQrgC...
Project: Introducing scanner3
Project: Introducing scanner3
1a3a69c6ffe9174c21622029585f2cb3fc34111c
--- packages/allspark-foundation/__tests__/Container/registries.test.tsx @@ -7,7 +7,7 @@ import { describe('Registry Managers', () => { describe('ComponentRegistryManager', () => { - it('should add a feature registry and create a widget', () => { + it('Registry Managers should add a feature regist...
registries and sagas unit test
registries and sagas unit test
6f10b21e75408fe57900664186a6c913de8accd1
--- __tests__/services/configTest.ts @@ -0,0 +1,100 @@ +import {getHttpConfig, getGraphQLConfig} from '../../src/services/config'; + +const miniAppPackage = require('../../package.json'); + +describe('getHttpConfig', () => { + it('should return the correct config', () => { + const envConfig = { + externalBffUr...
Adding coverage for cofig file
Adding coverage for cofig file
083f248a99e58a43b2e5616f52bbbbf4093fbb03
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/payrollsolution_miniapp": "0.130.14", "@walmart/price-changes-mini-app": "1.6.10", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.8.58", + "@walmart/push-to-talk-mini-app": "1.8.59", "@w...
PTT Alarm Permissions Feature, GTP 1.x with Meganav Fixes
PTT Alarm Permissions Feature, GTP 1.x with Meganav Fixes
4ff807035125326f1f9cf4b34fa30e818927053b
--- .husky/commit-msg @@ -1,5 +1,11 @@ #!/bin/sh +# Emergency bypass: set SKIP_COMMITLINT=1 to bypass commitlint validation +if [ "$SKIP_COMMITLINT" = "1" ]; then + echo "SKIP_COMMITLINT flag detected, bypassing commitlint validation" + exit 0 +fi + # Skip commitlint for merge commits (they have auto-generate...
chore: SMDV-8201 emergency bypass docs
chore: SMDV-8201 emergency bypass docs
9cfce6ead5af76d2dab52ebf417725a8c3081a8e
--- package.json @@ -161,7 +161,7 @@ "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", "@walmart/talent-preboarding-mini-app": "1.0.48", - "@walmart/taskit-mini-app": "5.42.22", + "@walmart/taskit-mini-app": "5.42.26", "@walmart/time-clock-mini-app": "3.19.6",...
feat(fixing retake photo issue): fixing retake photo issue
feat(fixing retake photo issue): fixing retake photo issue
272189f7c44c9c857e4748e48db24ba447187b4e
--- patches/@walmart+ui-components+1.15.6.patch @@ -0,0 +1,30 @@ +diff --git a/node_modules/@walmart/ui-components/components/DrawerButton/index.js b/node_modules/@walmart/ui-components/components/DrawerButton/index.js +index 405d1f8..dca14e2 100644 +--- a/node_modules/@walmart/ui-components/components/DrawerButton/ind...
mega nav shaking patch
mega nav shaking patch
9926f9589d685a251c8f9dee4547f962a0fbaecb
--- package.json @@ -126,7 +126,7 @@ "@walmart/onewalmart-miniapp": "1.0.24", "@walmart/pay-stub-miniapp": "0.15.3", "@walmart/payrollsolution_miniapp": "0.141.11", - "@walmart/price-changes-mini-app": "npm:1.10.15", + "@walmart/price-changes-mini-app": "1.10.15", "@walmart/profile-feature-app...
resolved merge conflicts
resolved merge conflicts
e13df144c28fd77649e26456111fb7ae57d91a94
--- .yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch @@ -1222,7 +1222,7 @@ index 14c53b1eb12bcb387f56326dc4973499fd87654f..72b9d098378913f108594fae7fcf6c88 } } diff --git a/src/SketchCanvas.js b/src/SketchCanvas.js -index 8f4fe48faabc56015d76bad685818b1744038443..6b0b07ef499c185e...
updated sketch canvas patch
updated sketch canvas patch
a34161ec0eb0f8eeaead0e845c568cf24b9f834e
--- android/app/src/main/AndroidManifest.xml @@ -23,6 +23,15 @@ </intent> </queries> + <queries> + <package android:name="com.walmart.gif2" /> + <intent> + <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.BROWSA...
Updated the manifest for develop branch
Updated the manifest for develop branch
54922af79e4b75f2524937bb2594a249e01fca77
--- package-lock.json @@ -4475,8 +4475,8 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.143.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.143.0-rc.0.tgz", + "version": "0.146.0-rc.2", + "resolved": "https://npme.walmart.com/@wal...
Fixing build conflicts
Fixing build conflicts
d982f7bc9ab11fc6f0025ca5d64c80fe5689c55a
--- src/queries/getSupplyChainTeamById.graphql @@ -1,4 +1,4 @@ -query GetSupplyChainTeamById($businessUnitNumber: Int!, $countryCode: String!, $date: Date!, $includeProxyMembers: Boolean!, $role: [String!], $siteNbr: String!, $teamId: String!) { +query GetSupplyChainTeamById($businessUnitNumber: Int!, $countryCode: Str...
Update the query to include the query params
Update the query to include the query params
a98eccb434a95a4e3e83763486c1680c3b4bcf87
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.19.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.19.0 - @walmart/associate-exp-hub-mini-app@1.13.0 - @walmart/associate-exp-hub-team-switcher@2.22.0
4955ef07553e0401ae3bcd98e1575b5e23d5365b
--- __tests__/components/WarningBanner.test.tsx @@ -10,8 +10,8 @@ jest.mock('react-redux', () => ({ // Mock @walmart/gtp-shared-components jest.mock('@walmart/gtp-shared-components', () => { - const ReactModule = require('react'); - const ReactNative = require('react-native'); +import * as ReactModule from 'react...
Update __tests__/components/WarningBanner.test.tsx
Update __tests__/components/WarningBanner.test.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
dd49ff0d68bc8e1cdee6505728ee557bc46c8388
--- packages/allspark-foundation-hub/__tests__/HubFeature/ClockOut.test.tsx @@ -1,31 +0,0 @@ -import React from 'react'; -import { render } from '../utils'; -import { ClockOutGuard } from '../../src/HubFeature/ClockOut'; -import { View } from 'react-native'; -import { ClockSelectors } from '@walmart/allspark-foundation...
feat(ui): remoce clockout screen test since component was removed from local
feat(ui): remoce clockout screen test since component was removed from local
68656a252b5065aa4d13cb6c591c234311517f4d
--- package-lock.json @@ -3191,9 +3191,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.5.26", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.5.26.tgz", - "integrity": "sha512-AqmJDM2a2BTAJ9J+YOflVD5Fr+z459dGW7qN7Q3IjK1yiASCFBKZcxVHBM...
Welcome Me Mini App - Language reset on iOS swipe gesture (#285)
Welcome Me Mini App - Language reset on iOS swipe gesture (#285) * WelcomeMe Mini App.- Language Reset - Hardware Back button * WelcomeMe - Language Reset on iOS Swipe back gesture Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
1ae24f714ed7f0ee34fd59430096d92ac680a57e
--- packages/allspark-foundation/src/Navigation/context.tsx @@ -1,31 +1,51 @@ import React, { PropsWithChildren } from 'react'; -import { noop } from 'lodash'; import { useToggleState } from '@walmart/allspark-utils'; import { AllsparkContextCreator } from '../utils'; +export type DrawerStatus = 'opened' | 'closed...
feat: add open state to drawer context
feat: add open state to drawer context
b4849212b3e3fde997cb4158d1f6ad491e2ae5cf
--- 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.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.16.2 - @walmart/allspark-foundation-hub@1.25.4 - @walmart/ax-components@1.2.5 - @walmart/expo-config-plugins@0.8.2 - @walmart/me-at-walmart-location@1.2.20 - @walmart/my-walmart-hub@1.6.1
55bed00684978b2ba693729e0254b0e67e777de1
--- src/components/Avatar.tsx @@ -48,7 +48,7 @@ type AvatarProps = { viewer?: boolean; isClockedIn: boolean | {}; style?: StyleProp<ViewStyle>; - showPresence: boolean; + showPresence?: boolean; }; export const Avatar = (props: AvatarProps) => { --- src/components/Avatar.tsx @@ -48,7 +48,7 @@ type Avat...
tsc error
tsc error
df5fcfb10a83deac5a17567874579c1f4b654622
--- src/containers/StoreChatCard.tsx @@ -10,9 +10,11 @@ import { } from '@walmart/gtp-shared-components'; import {useStartStoreText} from '../hooks'; import {useOnlineCount} from '../presence/hooks'; +import {useTranslation} from 'react-i18next'; export const StoreChatCard = (props: {style?: StyleProp<ViewStyle>}...
adding store chat card
adding store chat card
98c8faf9c79c72d65bd9c6b0bdb288dc976c4860
--- ios/Podfile.lock @@ -261,7 +261,7 @@ PODS: - Permission-Notifications (3.6.1): - RNPermissions - PromisesObjC (2.2.0) - - PTT (1.10.0-rc-01): + - PTT (1.10.0): - Alamofire (= 5.6.4) - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) @@ -530,8 +530,8 @@ PODS: - React-Core - ...
Update push to talk package
Update push to talk package
a9e4d940ed845a906d92a660fcbe3bf2d7b396d0
--- graphql.yml @@ -42,7 +42,7 @@ applications: tags: - "v1" - name: "getTeamsByStore" - hash: "49da730c0bc1d293da071814f3d7506a7daf865110898f8d5e92f6c41a9ac8d1" + hash: "aad913d998645d71338e1e4b51b5f58ef3a1d250876a1c404633587a1ac40dc2" queryTemp...
feat(ui): update graphql query
feat(ui): update graphql query
a536672c6905156354ccbc32242a57c7edb14be3
--- core/__tests__/home/services/HomeApi/indexTest.ts @@ -145,15 +145,15 @@ describe('fetchCelebrationData', () => { const result = await fetchCelebrationData('someValidQuery'); expect(result).toEqual('Valid result'); }); - it('should throw error when there is no data response', async () => { + it('shoul...
code cleanup
code cleanup
c758816b0735ea3c2907c59ad575cbb39ba3bf7f
--- package-lock.json @@ -3606,9 +3606,9 @@ } }, "@walmart/time-clock-mini-app": { - "version": "0.4.7", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.7.tgz", - "integrity": "sha512-DNirBUEwPnr+lj8jnzbclIkPqHEmiD2caKB8ATHXmylrwGjRVoeGARZcl...
Fixed punch log calendar load issue
Fixed punch log calendar load issue
226bbc632a3a47f9ce34eae1389c5f5fd27f7d27
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.4", + "version": "1.15.1-alpha.5", "main": "dist/index.js", "files": [ "dist" --- src/index.tsx @@ -4,6 +4,9 @@ import {TeamHub} from './navigation'; import {useSelector} from 'react-redux'; import {Us...
Update my team mini app version
Update my team mini app version
2b6ffc72baf826b8243c4220046b352379647880
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.27.0", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.27.0.tgz", - "integrity": "sha512-hcUi09B9gzGSUcN3FkCP+yFlmySV8PDWn0qR8jiT2sqI+i3MrR0wy5uDOeklcxw2...
Version increment
Version increment
ba904487949f4159b0d0a7fcb163796af21edac1
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/financial-wellbeing-feature-app": "1.0.64", "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.15", - "@walmart/gtp-shared-components": "^2.0.1", + "@walmart/gtp-shared-components": "2.0.2", ...
Gtp version 2.0.2
Gtp version 2.0.2
ecb912aa2156cd775d720a25b685143263d26507
--- 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.8.3", - "@walmart/facilities-management-miniapp": "0.11.7", + "@walmart/facilities-management-miniapp": "0.11.8", "@walmart/feedback-al...
drop 23 fixit version upadte
drop 23 fixit version upadte
e2d5e6f956b35ea5f20a8efc7970e474e3164bd8
--- packages/allspark-foundation/src/Environment/client.ts @@ -70,6 +70,13 @@ export class EnvironmentClient<E extends BaseAllsparkEnvironment> { } }; + /** + * Access the environment values directly + */ + public get VALUES() { + return this._environment.current as E; + } + /** * Returns the...
feat: made environment variables statically accessibly on environment client
feat: made environment variables statically accessibly on environment client
8983feb6c21aabd2caa0981acb95899404c648ea
--- __tests__/auth/ErrorScreenTest.tsx @@ -53,6 +53,7 @@ const setErrorCategoriesFb = jest.fn(); const setOtherErrorFb = jest.fn(); const setSelectedOther = jest.fn(); const setFormatedOther = jest.fn(); +const setDeviceType = jest.fn(); describe('ErrorScreen', () => { afterEach(() => { @@ -77,6 +78,7 @@ descr...
unit test added
unit test added
485075d0d1f1f4b99a75a7c638ee1d16195fe151
--- __tests__/config/foundationConfig.test.ts @@ -40,7 +40,7 @@ describe('foundationModuleConfig', () => { expect(foundationModuleConfig.screens).toBe(rosterScreens); }); - it('should have the correct redux', () => { + it('should have the correct redux config', () => { expect(foundationModuleConfig.red...
feat(ui): case name
feat(ui): case name
89c70c944d4e953044b40676e6f3ec417d1c9bd3
--- __tests__/components/GroupMessageButton.test.tsx @@ -129,7 +129,7 @@ describe('GroupMessageButton', () => { } }); const component = render( - <GroupMessageButton teamIds={['total']} disabled={false} />, + <GroupMessageButton teamIds={['9999999']} disabled={false} />, ); expect(c...
feat(ui): update teamid for total store
feat(ui): update teamid for total store
f4fcd722c860e1ebd8d2047ee7b46e36e13eab0e
--- packages/me-at-walmart-container/README.md @@ -1,92 +1,5 @@ -# Core Services (Allspark) +# WIP -### Recipes +This package is still in an experimental state. -`@walmart/core-services-allspark` is what we call a core services "recipe". Meaning, this is Allsparks specific implementation and configuration of each c...
chore: update experimental package readme
chore: update experimental package readme
d9e8098c76ece39084c943fd2b8e902c97701865
--- .codepulseai.yml @@ -1,6 +1,5 @@ ignore: - "node_modules/" - - "src/assets" - "patches" - "scripts" - "coverage/"
Update my team app version
Update my team app version
3b353f6e4a9f9e430b4753632bdeb8b2a73418c8
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -112,6 +112,10 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` } } /> + <Screen + component="ItemInfoMiniApp" + name="itemInfoQuickAction" + /> <Screen comp...
adding snapshot updates
adding snapshot updates
a497bd38ec2b7b2fd7ba191c224ca2ffc45f35de
--- src/containers/RosterFilters.tsx @@ -13,6 +13,7 @@ import { associateIsTardy, encryptUserId, } from '../utils'; +import {useTranslation} from 'react-i18next'; const styles = StyleSheet.create({ container: { @@ -47,6 +48,7 @@ export const RosterFilters = (props: { onFilter: (filteredAssociates: Assoc...
adding roster filters
adding roster filters
15da548bfd1a995a6191616ff30190034bd15aad
--- android/app/build.gradle @@ -289,7 +289,8 @@ android { pickFirst 'lib/arm64-v8a/libc++_shared.so' pickFirst 'lib/armeabi-v7a/libc++_shared.so' pickFirst 'lib/x86_64/libc++_shared.so' - exclude "**/libjsc.so" + pickFirst 'lib/x86_64/libjsc.so' + pickFirst 'lib/arm64-v8a/libjsc.so' exclud...
added jsc
added jsc
a5ccedf3a33d900b611745d4738c629ae294830a
--- .looper.multibranch.yml @@ -4,8 +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)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22&&!MA...
Watchmin fix for CI
Watchmin fix for CI
d509ecf52b1348068fe08968297ea660ef1f7b97
--- android/app/build.gradle @@ -135,7 +135,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 96 - versionName "1.0.7" + versionName "1.0.8" } splits { abi { --- ios/AllSpark/Info.plist @...
dev version for 2 pilot sites (#427)
dev version for 2 pilot sites (#427) Co-authored-by: Hitesh Arora <>
844ebefc57c61e895504cbc0471dddddd4c6e8c2
--- package.json @@ -80,7 +80,7 @@ "@walmart/allspark-authentication": "6.4.10", "@walmart/allspark-cope-key-listener": "0.0.18", "@walmart/allspark-foundation": "6.50.0", - "@walmart/allspark-foundation-hub": "1.15.0", + "@walmart/allspark-foundation-hub": "1.16.0", "@walmart/allspark-graphql...
feat(ui): updated version for foundation-hub (#4813)
feat(ui): updated version for foundation-hub (#4813) Co-authored-by: Prasan Suresh Dhareshwar - p0d02sx <Prasansuresh.Dharesh@walmart.com>
9b85869d7d44628cf57b970d46a19d93e8d4f9b0
--- src/components/ClockedOutScreenGuard.tsx @@ -30,12 +30,10 @@ export const ClockedOutScreenGuard: React.FC<ClockedOutScreenGuardProps> = ({ return ( <Alert variant='warning' - children={ - 'You are currently clocked out. This feature is only available when you are clocked in' - ...
using i18n on clockedOut component
using i18n on clockedOut component
04438ff3ff639c383d3d8975c4560272707dfc13
--- scripts/updateAndroidProjectConfig.sh @@ -16,7 +16,7 @@ STRINGS_XML="android/app/src/main/res/values/strings.xml" RN_CONFIG_JS="react-native.config.js" RN_CONFIG_PROD_APP_MANIFEST_PATH="{manifestPath: '\/app\/src\/main\/AndroidManifest.xml'}," -RN_CONFIG_DEV_BETA_APP_MANIFEST_PATH="{ }," +RN_CONFIG_DEV_BETA_APP...
Update updateAndroidProjectConfig.sh
Update updateAndroidProjectConfig.sh