commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
684fac21da021985470c2b3ba10c7be9ac30e05e | --- packages/allspark-foundation/__tests__/HTTP/retryInterceptor/index.test.ts
@@ -0,0 +1,12 @@
+import { retryRequestInterceptor } from '../../../src/HTTP/retryInterceptor/index';
+
+describe('retryRequestInterceptor', () => {
+ it('initialize __retryCount to 0 if it does not exist', () => {
+ const result = retry... | index retry interceptor tests | index retry interceptor tests
|
255dadf8bf776edf8a1523e7a0aeea191d9d75b3 | --- 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.24.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.13.3
- @walmart/allspark-foundation-hub@1.24.3
- @walmart/me-at-walmart-geolocation@1.4.6
- @walmart/me-at-walmart-location@1.2.6
- @walmart/my-walmart-hub@1.4.3
|
d7ef39713cb3e086cd64811756217126581df265 | --- package.json
@@ -101,7 +101,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-hotfix1",
+ "@walmart/digital-locks-mini-app": "1.5.3",
"@walmart/eme... | feat(digitalkey): bumped version to 1.5.3 (#4555) | feat(digitalkey): bumped version to 1.5.3 (#4555)
* feat(digitalkey): bumped version to 1.5.1
* feat(digitalkey): bumped version to 1.5.2
* feat(digitalkey): bumped version to 1.5.3
* fix(yarn lock): remove unnecessary mods to yarn lock
---------
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@w... |
3248ee81e226d53c629c6a058a2cc90d39b669d4 | --- __tests__/redux/selectors.test.ts
@@ -90,10 +90,6 @@ describe('Selectors', () => {
selectors.getRbacState.resultFunc = getGlobalState;
selectors.getRbacState(state);
-
- expect(mockLogger).toHaveBeenCalledWith('getRbacState error', {
- message: 'error in fetching Rbac State',
- });
});
... | fix(ui): update the selector error | fix(ui): update the selector error
|
880a9dc21fb299bf25622446b06da839d8d16514 | --- __tests__/hooks/useRbacConfigWithJobCode.test.ts
@@ -116,34 +116,8 @@ describe('useRbacConfigWithJobCode', () => {
expect(result.current).toStrictEqual(true);
});
//TODO: Fix this test case
- // test('useRbacConfigWithJobCode returns boolean value if RBACState is defined and permissions are not present'... | Adding skip for one test | Adding skip for one test
|
0584173bd7836d1800a3135665c9a0f0a44f8de5 | --- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx
@@ -12,6 +12,8 @@ import {RosterFiltersAndInfoLoading} from './RosterFiltersAndInfoLoading';
import {displayFilterChips} from '../../redux/selectors';
import {useSelector} from 'react-redux';
import {SiteSelectors} from '@walmart/allspark-foundation/Si... | fix: show weekly schedule link | fix: show weekly schedule link
|
d33f67a10a087aea67d8942bf74987ed09894c6d | --- core/__tests__/__mocks__/@walmart/translator-mini-app.js
@@ -0,0 +1,6 @@
+module.exports = {
+ __esModule: true,
+ default: {
+ buildAllScreens: () => 'TranslatorScreens',
+ },
+};
| mock translator mini app | mock translator mini app
|
18d7f05ffd7b0540c16f1f12b2374478bb6755c4 | --- src/navigation/index.tsx
@@ -27,7 +27,7 @@ export * from './components';
export const TextingNavigation = () => {
const {top} = useSafeAreaInsets();
- const userId = useSelector(UserSelectors.getUserId);
+ const userId: string = useSelector(UserSelectors.getUserId);
const messageScreenOptions = useMemo... | fixing typescript errors | fixing typescript errors
|
8ec5b54e471908ae2e70a5279e0c10ce3e705834 | --- .insights.yml
@@ -8,4 +8,6 @@ languages:
- iOS
- Shell
- Ruby
+cloud:
+ - autoRestart: false
ignoreNotify: true
\ No newline at end of file
| Chore/hygieia reporting (#31) | Chore/hygieia reporting (#31)
* updated insights file as per Hygieia docs |
7bcc896f689ec837f9368363bcc3f1924af94810 | --- __tests__/auth/IndexTest.ts
@@ -1,6 +1,5 @@
import {LoginFeature} from '../../src/auth';
-import {enUS} from '../../src/translations/locales/en-US';
-import {esMX} from '../../src/translations/locales/es-MX';
+import {enUS, esMX} from '../../src/translations';
describe('LoginFeature', () => {
it('render scrr... | fix(import): adjust import | fix(import): adjust import
|
340ebed3d4cf4bd245ffb606fcf19814ad939fcf | --- container/index.tsx
@@ -1,5 +1,5 @@
import React, { useEffect } from 'react';
-import {StatusBar, StyleSheet} from 'react-native';
+import {Platform, StatusBar, StyleSheet} from 'react-native';
import {SafeAreaView} from 'react-native-safe-area-context';
import {NavigationContainer, ParamListBase} from '@react-n... | geting rnfb configs from ccm | geting rnfb configs from ccm
|
4ed15e08354c758d6c8f2e863288a63f3d923fd7 | --- __tests__/navigation/__snapshots__/RootStackTest.tsx.snap
@@ -18,7 +18,6 @@ exports[`RootNav matches snapshot when app accessible 1`] = `
listeners={
{
"focus": [Function],
- "transitionEnd": [Function],
}
}
name="Core.Login"
--- src/navigation/index.tsx
... | fix: update splash screen hide on focus effect (#5309) | fix: update splash screen hide on focus effect (#5309)
|
c382a9648cf6a3f0b9976e93bd4d37c8e14fdd8d | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/AlertBanner/AlertBanner.tsx
@@ -0,0 +1,40 @@
+import React from 'react';
+import { alertBannerStyles as styles } from './style';
+import { View } from 'react-native';
+import { Body, Button, colors, Icons } from '@walmart/gtp-shared-components';
+imp... | feat: created alert banner component | feat: created alert banner component
|
14b5ded393bda386e5c72086c86ee025d812514a | --- .looper.multibranch.yml
@@ -878,7 +878,7 @@ flows:
- (name Check Cocoapods) export PATH="${RUBY_PATH}:${PATH}" && pod _${COCOAPOD_VERSION}_ --version
catch:
- timeout(10min):
- - (name Remove Index Lock) rm -f ~/.cocoapods/repos/master/.git/index.lock || true
+ - (name Remove Inde... | Looper Changes | Looper Changes
|
ba1674e2f2c0979f7ba18704c03092750f543952 | --- targets/US/ios/BuildSupport/AppStore.keychain-db
Binary files a/targets/US/ios/BuildSupport/AppStore.keychain-db and /dev/null differ
| Delete AppStore.keychain-db | Delete AppStore.keychain-db |
e3a2c70156dc34716aad885d31d6b0d89b09d9e4 | --- package-lock.json
@@ -1906,9 +1906,9 @@
"integrity": "sha512-jrHd8momPaFtq2uMCEuqbJTTsRBjwyRplTcNEWjS6gvrc+WVFI5vVD1zcsSNpLevc4UFRdUYkvw0AYvF9yhdPw=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.24",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Updated version of miniapp to 0.0.26 which includes keyboard fixes (#152) | Updated version of miniapp to 0.0.26 which includes keyboard fixes (#152)
|
e150f66ad0b2dc0def183fc2f94b3735d8c1a8ff | --- ios/Podfile.lock
@@ -541,7 +541,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.23):
+ - react-native-scanner-3.0 (0.1.24):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1209,7 +1209,7 @@ SPEC CHECKSUMS:
rea... | Update Scanner3 for android to support camera state controller | Update Scanner3 for android to support camera state controller
|
7497fa4223107ce24061568eeb21704c8ae92be8 | --- package-lock.json
@@ -64,7 +64,7 @@
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "14.0.2",
"@walmart/metrics-mini-app": "0.15.14",
- "@walmart/mod-flex-mini-app": "1.13.2",
+ "@walmart/mod-flex-mini-app": "1.13.4",
"@walmart/moment-wa... | Updated to Modflex v1.13.4 | Updated to Modflex v1.13.4
|
e25357747bd48d19ac5d8cc839bb8267a1ce3787 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -27,6 +27,7 @@ import HubOnboardingImage from '../../../BottomSheet/HubOnboardingImage/Onboardi
import { createDefaultWidgetPlaceholder } from '../utils';
import { isNil } from 'lodash';
import { LoggerService } from '@walm... | Adding analytics | Adding analytics
|
c261f05d3dee2e2955c9e9e69d8e3c1c0b91a77b | --- android/app/build.gradle
@@ -248,6 +248,9 @@ dependencies {
implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava"
implementation 'com.walmart.ssmp:platform-core:1.0.3'
+
+ // Add v8-android - prebuilt libv8android.so into APK
+ implementation 'org.chromium:v8... | Feature/react native v8 (#500) | Feature/react native v8 (#500)
* adding react-native-v8
* adding missing dependency |
b2928c5a561bcf6d621761433f3f7093796083e8 | --- packages/me-at-walmart-container/src/http/interceptors/queueRequest.ts
@@ -34,7 +34,7 @@ export const QueueInterceptor: Interceptor = {
fulfilled: async (request) => {
// @todo - if required, implement logic around if requests should queue or not
//@ts-ignore
- const { queue = false } = requ... | test: lint fix | test: lint fix
|
32ba6633b151fbbadd1d3be8443d7eb97db0a64b | --- packages/allspark-foundation-hub/__tests__/hooks/useTeamSelection.test.ts
@@ -142,7 +142,7 @@ describe('useTeamSelection', () => {
expect(result.current.isError).toBeTruthy();
});
- it('should handle loading states correctly', () => {
+ it.skip('should handle loading states correctly', () => {
(use... | feat(ui): update manager experience queries test for Drop 31 | feat(ui): update manager experience queries test for Drop 31
|
2a40d4d3c17b63dd6d39e474e86b7ab9477ef660 | --- src/containers/Message/index.tsx
@@ -84,7 +84,6 @@ export const Message = ({
isTotalTeamMessage,
);
const isLongPressDisabled = !isRbacConfigForDeleteMessage || deleted;
- // const isLongPressDisabled = false;
const deletedMessage = t('channelsScreen.deletedMessage', {
deletedBy: deletedByPrefer... | Added PR requested changes | Added PR requested changes
|
aedcbe5ec8764db7d32e1b442d4bcda5f51212a3 | --- package.json
@@ -97,7 +97,7 @@
"@walmart/calling-mini-app": "0.8.11",
"@walmart/candidate-authentication-lib": "0.0.8",
"@walmart/checkout-mini-app": "4.17.0",
- "@walmart/compass-sdk-rn": "6.4.4",
+ "@walmart/compass-sdk-rn": "6.4.5",
"@walmart/config-components": "4.11.3",
"@walmart... | fix(compass): COM-5395 Android local build compilation error fix (#4717) | fix(compass): COM-5395 Android local build compilation error fix (#4717)
|
144dcde6842c086c72c35678e5cbaf0612fbeb5d | --- 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.2",
+ "@walmart/gtp-shared-components": "2.0.3",
... | bump gtp-shared-components to 2.0.3 | bump gtp-shared-components to 2.0.3
|
5683c1e391e88e7b4fddd78452b575fdb98d60a7 | --- package-lock.json
@@ -4166,9 +4166,9 @@
"integrity": "sha512-t1d3ohYMyfrKWEogykstetXWuIeHcGrnClVJu+m1CrTlL0o4ZrcyNpHwZLo1olJbwX3ujgmpRRcygMmWpowDCA=="
},
"@walmart/ask-sam-mini-app": {
- "version": "0.40.3",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-... | RTASPE-4683: Update package-lock | RTASPE-4683: Update package-lock
|
d6ae795657ac47dc59ae90ea964e8531994dcdd3 | --- package-lock.json
@@ -3249,9 +3249,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.23.0",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.23.0.tgz",
- "integrity": "sha512-RMs/hODuQfjzgymdTTh2EguqaqIAZJxwlC+HwL1v2hqUrTaiB+RBH4vx/r... | welcomeMe-mini version bump | welcomeMe-mini version bump
|
e6d9022a6c3ef6b000bf5ba1d2f57fbcdf5632b9 | --- packages/allspark-foundation-hub/package.json
@@ -43,9 +43,6 @@
"@reduxjs/toolkit": "^1.9.7",
"@shopify/flash-list": "~1.6.4",
"@types/node-fetch": "^2.6.9",
- "@walmart/allspark-foundation": "workspace:^",
- "@walmart/allspark-utils": "workspace:^",
- "@walmart/me-at-walmart-athena-queries"... | feat(ui): Update on team change args | feat(ui): Update on team change args
|
208f6b0b4ee4ba1b11cd3c84cac9b5b4e2ef8abf | --- package-lock.json
@@ -3354,9 +3354,9 @@
"integrity": "sha512-jplu8SFzqVj1xWNlxMrPmR3oelBdyNBeQHJOr5YM7p7yqAWBiYO2jt9HyUkZCzRkEhrjjDufk9J5K9OJC1GhKA=="
},
"@walmart/iteminfo-mini-app": {
- "version": "1.0.19",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | ItemInfo version containing new error screens | ItemInfo version containing new error screens
|
b647ce354b9c3c4ec304b9e6696f88224565b230 | --- react-native.config.js
@@ -2,11 +2,11 @@ module.exports = {
project: {
ios: {},
android: {},
- dependencies: {
- ...(process.env.CI
- ? {'react-native-flipper': {platforms: {ios: null}}}
- : {}),
- },
+ },
+ dependencies: {
+ ...(process.env.CI
+ ? {'react-native-flip... | chore: fix react native config | chore: fix react native config
|
c84653df4e500e02e708c0c2f84ad112c9a120bd | --- package-lock.json
@@ -4320,9 +4320,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.57",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.57.tgz",
- "integrity": "sha512-lorKdTjWXBmx+XuM1+HU7kUedRqsbb9Ia7i7Yr/ewLAila67V... | feat: package version update | feat: package version update
|
b870b1cce6621b3b68475283bf9f10b5d6b53d19 | --- 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.16.0",
+ "@walmart/wmconnect-mini-app": "2.23.0",
"babel-jest": "^29.2.1",
"chance": "^1.1.11",
"es... | feat(ui): update package js for roster | feat(ui): update package js for roster
|
a655893d04ed2cb2181a5dde74e93f6ee9c20f5b | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24-shop-gnfr*
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| Update .looper.multibranch.yml | Update .looper.multibranch.yml |
9d7ad8d2dea74749d5bb0740089b02cecc4725b5 | --- __tests__/services/AppLauncherTest.ts
@@ -14,7 +14,7 @@ describe('AppLauncher', () => {
forceUpdate: true,
releaseNotes: {
'en-US': ['Bug Fixes'],
- 'en-MX': ['Bug Fixes in Spanish'],
+ 'es-MX': ['Bug Fixes in Spanish'],
},
};
const openUrl = jest.spyOn(Linking, 'openURL');
-... | updated spanish to correct format (#207) | updated spanish to correct format (#207)
Co-authored-by: Hitesh Arora <> |
5b54428b3e35f559dfabcb289e97d9979fcab7bb | --- __tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -36,7 +36,7 @@ module.exports = {
LivingDesignProvider: 'LivingDesignProvider',
ThemeProvider: 'ThemeProvider',
StoreIcon: 'StoreIcon',
- Icons:{
- PhoneIcon: 'PhoneIcon'
- }
+ Icons: {
+ PhoneIcon: 'PhoneIcon',
+ },
};
| lint fix. | lint fix.
|
f335a35be935210580f5689e56b46bad4696d7b9 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainTabsNavTest.tsx.snap
@@ -90,8 +90,9 @@ exports[`TabBar matches snapshot 1`] = `
},
Object {
"badgeInfo": Object {
- "color": "#de1c24",
+ "color": "#fff200",
"count": 0,
+ "hideCount... | SSMP-1137 | SSMP-1137
|
d963ec66f488eab0f9b2caa7e51e31315949cc06 | --- package.json
@@ -94,7 +94,7 @@
"@walmart/react-native-shared-navigation": "^0.4.0",
"@walmart/react-native-sumo-sdk": "2.1.0-alpha.3",
"@walmart/redux-store": "^1.0.15",
- "@walmart/schedule-mini-app": "0.3.1",
+ "@walmart/schedule-mini-app": "0.4.1",
"@walmart/settings-mini-app": "1.3.7",... | bump schedules to fix empty schedule issue | bump schedules to fix empty schedule issue
|
e6c81c833d64a643a64032c0ef57ac371be92e54 | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 18,
- branches: 8,
- functions: 11,
- lines: 18,
+ statements: 18.2,
+ branches: 7.93,
+ functions: 11.94,
+ lines: 18.4,
},
},
transformIgnorePatterns: [... | bump coverage check | bump coverage check
|
c8249a76b554915ef6f0af8a352a4c9d81edc3ec | --- android/app/build.gradle
@@ -259,7 +259,6 @@ dependencies {
exclude group:'com.facebook.flipper'
}
-
if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
debugImplementation files(hermesPath + "hermes-debug.aar")
| Update android/app/build.gradle | Update android/app/build.gradle |
73c73a81adeed7f98feb610bdabfffdab321dced | --- package-lock.json
@@ -3397,9 +3397,9 @@
}
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.56",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.56.tgz",
- "integrity": "sha512-ibAHQmqURlyd7t1ZH4DIVAMsPNhqcnetHU8VB... | Bump MA version | Bump MA version
|
fd1fcd3b3839394ed38f086298f1793ba0f4eba3 | --- src/services/blob.ts
@@ -24,7 +24,6 @@ import {logger} from '../logger/Logger';
export const uploadBlobWithRetry = async (
...params: Parameters<typeof uploadBlob>
): Promise<boolean> => {
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
const [_, remoteURI] = params;
try {
--- src/se... | removing unused lint rule | removing unused lint rule
|
0120a946d7ee0348926bc5e929517aec53c4874e | --- 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): update allspark-foundation hub version (#4814) | feat(ui): update allspark-foundation hub version (#4814)
Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com> |
ee58e265244cc60abd55805837a99f21e042d7bc | --- package-lock.json
@@ -3062,9 +3062,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.29.10",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.10.tgz",
- "integrity": "sha512-11dr3ixkzAxz5P6mrRMQ+3KJ7n5O3C9qn8V3xi1CUNfuOrxwxyVCaSm+na1jcH... | Ask Sam Bump | Ask Sam Bump
|
0baab7bc9c8c391f7e70dbe8d5c5f1c0194647f6 | --- src/navigation/AssociateHallwayNav/Tabs/HomeStackNav.tsx
@@ -27,7 +27,6 @@ import {
} from '@walmart/allspark-home-mini-app';
import {ScheduleMiniApp} from '@walmart/schedule-mini-app';
import {useBadgesCount, InboxScreen} from '@walmart/inbox-mini-app';
-import TimeClockMiniApp from '@walmart/time-clock-mini-ap... | Remove duplicated time clock nav instances | Remove duplicated time clock nav instances
|
782fe567b0b0881dbb258daaf34efc2919eaf8a8 | --- targets/US/package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.98",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.28.6",
+ "@walmart/ask-sam-mini-app": "1.29.2",
"@walmart/associate-listening-mini-app": "1.2.10"... | version bump | version bump
|
36319ed0642798501ef60ae7cabccfdbed1ddb78 | --- __tests__/navigation/utils.test.ts
@@ -3,6 +3,7 @@ import {
goToIndividualSchedule,
} from '../../src/navigation/utils';
import {navigate} from '@walmart/react-native-shared-navigation';
+import { after } from "lodash";
jest.mock('@walmart/react-native-shared-navigation', () => ({
...jest.requireActual('... | fixing failed test | fixing failed test
|
563101224d70d1aefbded7d19357665d2c912d97 | --- package.json
@@ -94,7 +94,7 @@
"metro-react-native-babel-preset": "^0.72.3",
"moment-timezone": "^0.5.42",
"namecase": "^1.1.2",
- "npm": "^9.6.5",
+ "npm": "^9.6.4",
"patch-package": "^6.5.0",
"promise": "^8.3.0",
"react": "^18.2.0",
--- package.json
@@ -94,7 +94,7 @@
"me... | removing pkg change to npm | removing pkg change to npm
|
3bf1ddc55b2b187232b7da7fbfd62b83c5d1d824 | --- sonar-project.properties
@@ -0,0 +1,11 @@
+sonar.projectKey=com.walmart.allspark
+sonar.projectName=AllSpark
+sonar.projectVersion=1.0.0
+sonar.host.url=http://sonar.looper.prod.walmartlabs.com
+
+sonar.sources=packages/
+sonar.tests=packages/**/__tests__/
+# sonar.exclusions=targets/US/src/images,targets/US/src/na... | feat(ci): init sonar project | feat(ci): init sonar project
|
9e288b9f0aa22f1d0988ccba27e4e4a6d6541f62 | --- package-lock.json
@@ -78,7 +78,7 @@
"@walmart/returns-mini-app": "0.13.3",
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/settings-mini-app": "1.17.0",
- "@walmart/shelfavailability-mini-app": "1.5.13",
+ "@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart... | Updated Shelf Availability to v1.5.16 | Updated Shelf Availability to v1.5.16
|
37c4de87e884a33bf0e87aa760590230b5a657d6 | --- package-lock.json
@@ -3329,9 +3329,9 @@
"integrity": "sha512-4fNpEcmRJ99nwJAxvD9T+FqHRbehH/yEW7/YKLpvmdr0IzO0f1ZPZPMSt9Kl0+qQx1j5XMtY30/RQLoMoG0laQ=="
},
"@walmart/exception-mini-app": {
- "version": "0.36.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exce... | version bump, add package-lock | version bump, add package-lock
|
b9c1f165b73888123534059155c6f17ba6e67a42 | --- packages/allspark-app-auth/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 1.8.1 (2022-10-13)
+
+**Note:** Version bump only for package @walmart/allspark-app-auth
+
+
+
+
+
... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-app-auth@1.8.1
- @walmart/allspark-foundation@2.0.1
- @walmart/me-at-walmart-container@1.8.1
- @walmart/me-at-walmart-foundation@1.8.1
|
91a8868d9ba50af9c249af99ae40f78031287526 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.14",
+ "version": "1.3.15",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update country code for supply chain query | Update country code for supply chain query
|
8750bd8bfbf04e3f116350b36828bdcafb4c05c2 | --- src/components/TeamList.tsx
@@ -7,6 +7,7 @@ import {
ViewStyle,
Image,
TouchableOpacity,
+ View,
} from 'react-native';
import {
Body,
@@ -36,6 +37,7 @@ import {Team} from '../types';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
import {WHOL... | SMDV-4646: Adding call button for store chat within teaming card | SMDV-4646: Adding call button for store chat within teaming card
|
2db8dfd19abe2b3f91bb4c550e8cf698f7ce9291 | --- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
@@ -196,13 +196,12 @@ export const HubDashboard = ({
});
};
-useFocusEffect(
- useCallback(() => {
- if (scrollViewRef.current) {
- scrollViewRef.current.scrollTo({ y: 0, animated: false });
- }
- }, [allowedWidgetsList])... | fixed code errors | fixed code errors
|
4f143b623ee8a52ff43c7b1afe18de70f732e437 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/core-widget-registry": "0.5.7",
"@walmart/counts-component-miniapp": "0.0.39",
"@walmart/exception-mini-app": "0.42.6",
- "@walmart/facilities-management-miniapp": "0.3.14-beta-1",
+ "@walmart/facilities-management-miniapp": "0.3.15",
"@walmart/feed... | Update package.json | Update package.json |
9da17db8e51f7409750ed3ad543fef7897194286 | --- __tests__/harness/firestore/data/documentIds.ts
@@ -12,5 +12,7 @@ export const staticFirestoreDocumentIds = [
];
export const generateDocumentId = () => {
- return Array.from(Array(20), () => Math.floor(Math.random() * 36).toString(36)).join('');
+ return Array.from(Array(20), () =>
+ Math.floor(Math.rando... | Added PR requested changes | Added PR requested changes
|
13bbf890e560b3ee0ca6f7b8331a4d0626cfa95f | --- package.json
@@ -107,7 +107,7 @@
"@walmart/financial-wellbeing-feature-app": "1.23.2",
"@walmart/functional-components": "6.1.4",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.1",
+ "@walmart/gtp-shared-components": "2.2.3-rc.0",
"@walmart/imperso... | Upgraded GTP components to 2.2.3-rc.0 | Upgraded GTP components to 2.2.3-rc.0
|
499a8d8e3acd2cbb4ff9db7c02809bb6f63c9c86 | --- __tests__/home/components/CopilotCardTest.tsx
@@ -0,0 +1,21 @@
+import React from 'react';
+import {CopilotCard} from '../../../src/home/components/CopilotCard';
+import {create} from 'react-test-renderer';
+import {useSelector} from 'react-redux';
+
+const mockUseSelector = useSelector as jest.Mock;
+jest.mock('@w... | fix(DWORK-00): add copilot enabled check before rendering quick action card | fix(DWORK-00): add copilot enabled check before rendering quick action card
|
73558912c58756374472e3e5bd3f84c8a2359f4d | --- package.json
@@ -150,7 +150,7 @@
"@walmart/core-utils": "~6.3.9",
"@walmart/core-widget-registry": "workspace:^",
"@walmart/functional-components": "~6.3.28",
- "@walmart/me-at-walmart-athena-queries": "6.26.1",
+ "@walmart/me-at-walmart-athena-queries": "6.27.0",
"@walmart/me-at-walmart-c... | chore: bumping athena graphql packages for wplus changes | chore: bumping athena graphql packages for wplus changes
|
29b0b3fbb954f82fec1d1343acf5d27b5514cfd1 | --- .gitignore
@@ -63,3 +63,5 @@ buck-out/
/ios/Pods/
coverage/
+
+env.js
--- env.dev.js
@@ -1,11 +1,13 @@
export default {
+ env: 'dev',
+ consumerId: 'b5fc6fe0-5927-44a6-a693-6e922e830b04',
sumoOptions: {
appKey: '7d8141d9-1fe7-44d1-91fc-67480de86076',
appSecret: 'N2Q4MTQxZDktMWZlNy00NGQxLTkxZmM... | making env available in redux | making env available in redux
|
e50808f528bc480be1dcc4b800f554fb9f882bc9 | --- packages/me-at-walmart-container/src/index.tsx
@@ -19,3 +19,8 @@ export * from './types';
export { MeAtWalmartUserSelectors } from './redux/user';
export { MeAtWalmartNotificationActions } from './redux/notification';
+export {
+ waitForAppConfigFetch,
+ MeAtWalmartConfigActionCreators,
+ MeAtWalmartConfigAc... | chore: export config actions | chore: export config actions
|
b6c109973d2f75dd8d4e4168f061c7052d19aedc | --- targets/US/package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
"@walmart/metrics-mini-app": "1.24.4",
- "@walmart/mod-flex-mini-app": "1.21.6",
+ "@walmart/mod-flex-mini-app": "1.22.0",
"@walmart/moment-walmart":... | modflex drop 26 bugs | modflex drop 26 bugs
|
591250fe9a633a38f8ad8ce8471ddf8785aea047 | --- package-lock.json
@@ -1887,9 +1887,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.6.6",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.6.tgz",
- "integrity": "sha512-V4szxf7LoTf8GeL4jfZUVPEOhV3v2fNg+mFNUEqb+Yqqfdh/ZWMAfpQsvOUtmzbm8O... | scanner and mini app version bump | scanner and mini app version bump
|
5c54ef23426f741c166abba194d9d7f137190f05 | --- src/home/components/TaskCard/TaskClockStatusTeamCard2.tsx
@@ -1,4 +1,4 @@
-import React, {FC, useEffect} from 'react';
+import React, {FC, useCallback, useEffect} from 'react';
import {useSelector} from 'react-redux';
import {useTranslation} from 'react-i18next';
import moment from 'moment-timezone';
@@ -6,7 +6,... | fix: home task card query logic | fix: home task card query logic
|
f44685d9c9c16d615b9df2b18d859bf549c02c3d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.13.0",
+ "version": "2.14.0",
"main": "dist/index.js",
"files": [
"dist"
| Update the roster mini app version | Update the roster mini app version
|
8a032d05cfdab0b7d2ee914b529f86d16b7abba6 | --- package.json
@@ -165,7 +165,7 @@
"@walmart/rfid-scan-mini-app": "2.15.6",
"@walmart/rn-mobile-sdk-digital-locks": "1.0.9",
"@walmart/rn-mobile-sdk-pairing": "3.0.3",
- "@walmart/rn-receiving-mini-app": "2.8.43",
+ "@walmart/rn-receiving-mini-app": "2.8.44",
"@walmart/roster-mini-app": "3.1... | fix(receiving): drop 35 bug revert hotfix (#5265) | fix(receiving): drop 35 bug revert hotfix (#5265)
Co-authored-by: vn55m86 <Janani.Pargunan@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
f9e6fc98e1da7a7cc0d8d3a10cf69f952bb75d4c | --- targets/US/package.json
@@ -131,7 +131,7 @@
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-env": "~6.3.28",
"@walmart/react-native-logger": "1.35.0",
- "@walmart/react-native-scanner-3.0": "0.10.4",
+ "@walmart/react-native-scanner-3.0": "0.10.6",
"@walmart/rea... | Updated scanner 3.0 version to 0.10.6 | Updated scanner 3.0 version to 0.10.6
|
711bde2073f8d7dbd8fd9b48eba31cb6b1bd6fbf | --- .looper-pr.yml
@@ -8,7 +8,7 @@ tools:
flows:
npm-install:
- (name Enable Corepack) corepack enable
- - (name Yarn Set Version) yarn set version 4.4.0
+ - (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test ... | fix: SMDV-9999 update build script and looper | fix: SMDV-9999 update build script and looper
|
cafa4b0f0e151e763da3e44ee8cf342f103f97d7 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -8,6 +8,7 @@ import {
TOTAL_SITE_TEAM_LABEL,
TOTAL_SITE_TEAM_ID,
useUserCanSeeHub,
+ useGetSupplyChainShifts,
} from '@walmart/allspark-foundation-hub';
import {RosterDetailPageHeader} from '../../components/RosterDetailPageHeader';
im... | Update the all shifts check | Update the all shifts check
|
be0faa3061f2dc3b647c53f74726c754af4ecae1 | --- src/components/SearchHeader.tsx
@@ -117,6 +117,7 @@ export const SearchHeaderBase = (props: StackHeaderProps) => {
};
export const SearchHeader = (props: StackHeaderProps) => (
+ //@ts-ignore
<Header BaseComponent={SearchHeaderBase} {...props} />
);
| fix(ui): ignoring prop for now | fix(ui): ignoring prop for now
|
092e90c8315846d614925150c781f9fcd6e73b5b | --- ios/Podfile.lock
@@ -768,7 +768,7 @@ PODS:
- walmart-react-native-sumo-sdk (2.5.1):
- React
- SumoSDK (= 2.5.0)
- - wifi-store-locator (1.1.3):
+ - wifi-store-locator (1.4.0):
- React-Core
- Yoga (1.14.0)
- YogaKit (1.18.1):
@@ -909,7 +909,7 @@ SPEC REPOS:
- StructuredLogAssistantIOS
... | fix: update package lock for TCMA to v2.111.1 | fix: update package lock for TCMA to v2.111.1
|
9e782a36fb34e357de62fc38d3501320ccc388e8 | --- package-lock.json
@@ -70,6 +70,7 @@
"eslint-plugin-prettier": "^4.2.1",
"expo": "^48.0.15",
"expo-av": "~13.2.1",
+ "graphemer": "1.4.0",
"husky": "^4.3.0",
"i18next": "^22.0.1",
"install": "^0.13.0",
@@ -14739,6 +14740,13 @@
"dev": true,
"l... | adding grapehemer to resolve splitting whem emoji's are next to each other | adding grapehemer to resolve splitting whem emoji's are next to each other
|
33f5424ac81619be73a83e3bb8c12d382e1626d4 | --- packages/core-services-allspark/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.13.12](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@2.13.12
- @walmart/me-at-walmart-athena-queries@1.7.6
|
b1660fb9267314aadab36521ddc6fd955be6703f | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 96
+ versionCode 97
versionName "1.0.8"
}
sp... | Incrementing build number | Incrementing build number
|
8bcb820876cff64238fe4fdfdd48eab04f7555c0 | --- __tests__/startup/AssociateStartupTest.ts
@@ -1,4 +1,4 @@
-import {registerAskSamWidgets} from '@walmart/metrics-mini-app';
+import {registerMetricsWidgets} from '@walmart/metrics-mini-app';
import {initAssociateFeatures} from '../../src/startup/AssociateStartup';
import {initSettings} from '../../src/settings';
... | Fixing tests after latest pull from develop | Fixing tests after latest pull from develop
|
7bec35050cf0d9453cb9143535d871b1b4bcc0cb | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -252,22 +252,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
- <Screen
- component={[Function]}
- name="FacilitiesManagementStack"
- options={
- ... | feat(ui): update mainstack nav test | feat(ui): update mainstack nav test
|
cd41ebfebc34d845f6cddeeba9c9aa4d3303e1f0 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/returns-mini-app": "0.6.0",
"@walmart/schedule-mini-app": "0.29.0",
"@walmart/settings-mini-app": "1.11.0",
- "@walmart/shelfavailability-mini-app": "1.5.7",
+ "@walmart/shelfavailability-mini-app": "1.5.8",
"@walmart/ta... | SA-333 update SA to 1.5.8 | SA-333 update SA to 1.5.8
|
c83227141625d97f0c4b0f225aa1904281f88b80 | --- __tests__/__mocks__/@walmart/metrics-mini-app.js
@@ -0,0 +1,12 @@
+module.exports = {
+ MetricsHomeScreen: 'MetricsHomeScreen',
+ SalesItemizedScreen: 'SalesItemizedScreen',
+ MetricsSalesInfoModalScreen: 'MetricsSalesInfoModalScreen',
+ FtprItemizedScreen: 'FtprItemizedScreen',
+ MetricsFtprTabNavigation: 'Me... | mocking metrics-mini-app on tests | mocking metrics-mini-app on tests
|
022172a52f878c33f5bf0d9740ef344312f45abc | --- packages/core-widget-registry/README.md
@@ -1,5 +1,5 @@
# DEPRECATED
-This is no longer supported, please use [@walmart/me-at-walmart-container](../me-at-walmart-container/README.md) instead.
+This is no longer supported, please use [@walmart/me-at-walmart-common](../me-at-walmart-common/README.md) instead.
V... | chore: update readme | chore: update readme |
6cd9754654f0e5d3ace9a0ca28cf8d6f5978ea36 | --- package-lock.json
@@ -3318,9 +3318,9 @@
}
},
"@walmart/config-components": {
- "version": "1.0.26",
- "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.26.tgz",
- "integrity": "sha512-PaVy13mQ/ehDdi+UiSK0Z4DG1iuL4PId2bYlccy1uHj5FEGW/S2tPrPJL/xIE... | config components and pinpoint version bump | config components and pinpoint version bump
|
9ed1f35cf39d1114ac727362e5fd6519d9222be0 | --- __tests__/__mocks__/@walmart/attendance-mini-app.js
@@ -4,7 +4,4 @@ module.exports = {
TorReviewScreen: 'TorReviewScreen',
TorSubmissionScreen: 'TorSubmissionScreen',
AttendanceModalScreen: 'AttendanceModalScreen',
- CcmSelectors: {
- getIsUsingAttendanceMiniApp: jest.fn(),
- },
};
--- __tests__/na... | Update unit tests. | Update unit tests.
|
5e071f1ae6b69354f527d299f180cb0e23f96cfa | --- targets/US/package.json
@@ -125,7 +125,7 @@
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.3",
"@walmart/payrollsolution_miniapp": "0.141.17",
- "@walmart/price-changes-mini-app": "1.10.19",
+ "@walmart/price-changes-mini-app": "1.10.18",
"@walmart/profile-feat... | chore: reverting pc version | chore: reverting pc version
|
34ef5905126ebbcda91ef34b015e0a65dcd86f04 | --- package.json
@@ -153,7 +153,7 @@
"@walmart/returns-mini-app": "4.17.10",
"@walmart/rfid-scan-mini-app": "2.14.3",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.6.11",
+ "@walmart/rn-receiving-mini-app": "2.6.18",
"@walmart/roster-mini-app": "3.8.0",
... | fix(receiving): drop 34 integration bug fixes (#4798) | fix(receiving): drop 34 integration bug fixes (#4798)
Co-authored-by: Dakota Bourne <dakota.bourne0@walmart.com>
Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
Co-authored-by: Abhishek Dourbi <ABHISHEK.DOURBI@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.co... |
4f4a9c317dab5cf231b40d94cad90da2089898b0 | --- .looper.multibranch.yml
@@ -57,5 +57,5 @@ flows:
- (name Build Packages) yarn run build
publishFromChanges:
- - call: preparePublish
+ - call: preparePackages
- (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish --yes
| chore: looper fix | chore: looper fix
|
6bdca12e5cd88eafc371e5d07936a40a1c62f9b1 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.40",
+ "version": "2.12.41",
"main": "dist/index.js",
"files": [
"dist"
--- src/screens/AllTeamsScreen/SupplyChainAllTeamsScreen.tsx
@@ -3,8 +3,8 @@ import React, {useState, useRef, useCallback} from 'react';
i... | Update roster mini app version | Update roster mini app version
|
72ece06c076f037b11e212f03a210d9fc8bd4cbf | --- packages/allspark-foundation/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -73,7 +73,8 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
?.managerExperiencePreferences?.myTeams;
getMyTeamData().then((myTeamData) => {
- const isUserOnboarded = eligibleForOnboa... | feat(ui): Update the user onboarded condition | feat(ui): Update the user onboarded condition
|
a738aa2462a03ecc4f1788478ee6daafc6a42af8 | --- src/managerExperience/components/AssociateList/AssociateListItem.tsx
@@ -25,7 +25,11 @@ import {
displayManagerSchedule,
messageButtonEnabled,
} from '../../../redux/selectors';
-import {useRbacConfigWithJobCode} from '../../../hooks';
+import {
+ useRbacConfigWithJobCode,
+ useUserIsInRoster,
+ useIsImpe... | feat: added disabled logic to message btn | feat: added disabled logic to message btn
|
b44c67b1c2bba7c78502b128920e0f49de7023ed | --- package.json
@@ -130,7 +130,7 @@
"@walmart/payrollsolution_miniapp": "0.149.17",
"@walmart/persona-hub": "0.3.3",
"@walmart/price-changes-mini-app": "1.13.3",
- "@walmart/profile-feature-app": "2.0.2-UPV2MyWalmart.2",
+ "@walmart/profile-feature-app": "2.0.2-UPV2MyWalmart.4",
"@walmart/rea... | fix(upv2): bump profile-feature-app to fix modal issue drop 31 (#4362) | fix(upv2): bump profile-feature-app to fix modal issue drop 31 (#4362)
* fix(upv2): bump profile-feature-app to fix modal issue
* fix(upv2): bump profile-feature-app to fix modal flicker issue |
4a795d3b5e88f7035159042085122b27b2617b41 | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/exception-mini-app": "1.6.10",
"@walmart/facilities-management-miniapp": "0.6.93",
"@walmart/feedback-all-spark-miniapp": "0.9.52",
- "@walmart/financial-wellbeing-feature-app": "1.16.3",
+ "@walmart/financial-wellbeing-feature-a... | bumped financial-wellbeing-feature-app to 1.19.0 | bumped financial-wellbeing-feature-app to 1.19.0
|
7205fa1d9460dadc0419f6e22d910b8ff2cc4574 | --- targets/US/package.json
@@ -146,7 +146,7 @@
"@walmart/shelfavailability-mini-app": "1.5.33",
"@walmart/sidekick-mini-app": "4.80.1",
"@walmart/store-feature-orders": "1.26.12",
- "@walmart/taskit-mini-app": "4.17.12",
+ "@walmart/taskit-mini-app": "4.17.12-1121-decec7b",
"@walmart/time-clo... | updated taskit version | updated taskit version
|
a0077ff7ac8f96dd35b1e2138fdce939c8fba08f | --- src/components/TeamList.tsx
@@ -451,6 +451,10 @@ export const TeamChatCard = (props: {
{
i18nLabel: t('rosterScreen.associateRosterItem.messageBtn'),
action(team) {
+ analytics('associate_messagebtn', {
+ teamNa... | adding analytics event for teaming message button | adding analytics event for teaming message button
|
576c97e5732c09da8e9575f3073753403f3e0cad | --- packages/allspark-foundation-hub/__mocks__/data/teamSelection.ts
@@ -1,4 +1,7 @@
-import { Areas, AreaTeamMap } from '../../src/HubFeature/Store/TeamSelection/types';
+import {
+ Areas,
+ AreaTeamMap,
+} from '../../src/HubFeature/Store/TeamSelection/types';
export const allAreas: Areas = [
'Admin & Support... | Update the folder for store and supply chain | Update the folder for store and supply chain
|
733670bc2b6bab117e9dba4355dfca45e729b5c8 | --- .looper-pr.yml
@@ -30,3 +30,4 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
+
| chore(ui): update looper yml | chore(ui): update looper yml
|
71ba1efad3aa904426a45af6c7521b7f4486ddfa | --- package.json
@@ -98,7 +98,7 @@
"@walmart/inbox-mini-app": "0.82.3",
"@walmart/iteminfo-mini-app": "7.1.4",
"@walmart/manager-approvals-miniapp": "0.2.1",
- "@walmart/me-field-mini-app": "12.0.10",
+ "@walmart/me-field-mini-app": "12.0.11",
"@walmart/metrics-mini-app": "0.9.61",
"@walm... | update package.json | update package.json |
3faf74aaae0f151dbfc482c236bff72216694ee3 | --- src/components/TeamList.tsx
@@ -210,54 +210,52 @@ const TeamItem = (props: {
};
return (
- <View>
- <ListItem
- UNSAFE_style={[styles.listItem, style]}
- title={team.teamName}
- leading={
- <Image
- style={styles.imageStyle}
- source={teamIconMap[t... | remove difference to teamList | remove difference to teamList
|
e9e5fbfb7a123e8514a6ed6e4819f3156ee1c43b | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 918
- versionName "1.17.0"
+ versionCode 919
+ vers... | Updated allspark version | Updated allspark version
|
ff2f0400bae3a69d0832f6816738a4afd1e85a82 | --- packages/me-at-walmart-container/src/services/user/utils.ts
@@ -15,13 +15,14 @@ export const stripStoreFromUserId = (upnId: string) =>
// Regex Matcher for domain using from email (upn) id
export const stringMatchCreator = (regExp: RegExp) => (email: string) =>
- regExp.test(email);
+ regExp.test(email.toLowe... | chore: lower case domain match for email | chore: lower case domain match for email
|
f53ae4145830d5f54f658c6c02b2f383bd665ce7 | --- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/schedule-mini-app": "0.118.2",
"@walmart/shelfavailability-mini-app": "1.5.37",
"@walmart/shop-gnfr-mini-app": "1.0.129",
- "@walmart/sidekick-mini-app": "4.84.3",
+ "@walmart/sidekick-mini-app": "4.84.4",
"@walmart/store-feature-orders... | chore: bump sidekick@4.84.4 | chore: bump sidekick@4.84.4
|
15deaadf3cd2e03d3e57694bc4e4ebaf82cc4e09 | --- packages/core-services-allspark/src/graphql/cache.ts
@@ -54,45 +54,45 @@ const AllsparkTypePolicies: StrictTypedTypePolicies = {
keyFields: ['teamId'],
},
//
- AssociateDisplayPreference: {
- keyFields: ['win'],
- },
- MewTeamAssociateMapping: {
- keyFields: [],
- },
- MewImPresence: {
- ke... | fix: remove type policies for untested entities | fix: remove type policies for untested entities
|
3fd9458bd2a23bd01ee4fb530b452d44323e979d | --- package.json
@@ -9,7 +9,7 @@
"description": "",
"private": true,
"scripts": {
- "build": "npm run clean && tsc -b --verbose --force packages",
+ "build": "npm run clean && yarn workspaces foreach --all run build",
"circular:check": "node ./scripts/circularCheck.js",
"clean:tsbuildinfo": "rm... | feat(lib): ALLSPARK-6346 update build settings | feat(lib): ALLSPARK-6346 update build settings
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.