commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
507306fa0f457bba8fdcf8e2a1c0b8cc42b568f3 | --- package-lock.json
@@ -52,7 +52,7 @@
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.5.1",
"@walmart/facilities-management-miniapp": "0.6.67",
- "@walmart/feedback-all-spark-miniapp": "0.9.43",
+ "@walmart/feedback-all-spark-miniapp": "0.9.50",
... | Update android version | Update android version
|
57fd81d79b98164865bc3121687af7f574bbb483 | --- .looper.yml
@@ -2,7 +2,7 @@ node: ((osx||stable_osx)&&!dualcore)
tools:
nodejs:
- - 12.4.0
+ - 12.22.0
npm:
- 6.9.0
| chore: update looper node version | chore: update looper node version
|
97fd2b80dd1c5461e5552176f0ba1bdcda0cb581 | --- .looper.yml
@@ -12,34 +12,52 @@ envs:
scheduling: concurrent
-triggers:
- - manual:
- name: PR
- call: pr
- - manual:
- name: Publish Changed
- call: publishFromChanges
- - manual:
- name: Publish From Package
- call: publishFromPackage
- # - manual:
- # name: Publish ... | feat(ci): allspark-5750 multibranch looper with auto publish | feat(ci): allspark-5750 multibranch looper with auto publish
feat(ci): add manual trigger
feat(ci): bumping node version
fix(ci): fix script
fix(ci): trying with the e command
fix(ci): remove dollar sign
fix(ci): lerna instead of yarn
fix(ci): npx
feat(ci): allow release
feat(ci): switching to lerna canary
fi... |
3cb6943bc17106c10dc613063d73c0c51bf36182 | --- src/hooks/teams.ts
@@ -5,6 +5,7 @@ import {useGetTeamsByStoreQuery} from '../queries/getTeamsbyStore';
import {Associate} from '../types';
import {useDailyRoster} from './roster';
import {Team} from '../queries/schema.types';
+import moment from 'moment-timezone';
// import {useGetTeamByIdMock, useGetTeamsBySto... | Pulled from develop | Pulled from develop
|
d8beb7f215b38b3734748bd5a65bfa20baa952e9 | --- src/startup/StartupFlow.ts
@@ -14,6 +14,7 @@ import {WhastNewActionCreators, WhatsNewTypes} from '../whatsNew/WhatsNewRedux';
import {checkAvailableSurveys} from '../survey/SurveySaga';
import {handleAppReviewPrompt} from '../appReview/sagas';
import {handleSiteIdPrompt} from './UserFlow';
+import {DoNotDisturbA... | add dnd startup flow | add dnd startup flow
|
10967061f60c85a7fa96a2177147d473a91cacb8 | --- env.beta.js
@@ -44,7 +44,7 @@ export default {
scopes: ['openid', 'full'],
additionalParameters: {
// settings this would force a login every time we sign out and back in
- // prompt: 'login',
+ prompt: 'login',
},
clientAuthMethod: 'post',
},
--- env.dev.js
@@ -33,7 +33,7 ... | update auth config to force login prompt | update auth config to force login prompt
|
0993058bb9491dd8df4a124374c039039e186f5d | --- __tests__/hooks/teams.test.ts
@@ -21,10 +21,40 @@ jest.mock('../../src/common', () => ({
...jest.requireActual('../../src/common'),
}));
+// Mock react-native before allspark-foundation-hub
+jest.mock('react-native', () => {
+ const RN = jest.requireActual('react-native');
+ return {
+ ...RN,
+ StyleS... | fix(bug): fix tests for the teams.test.ts test file | fix(bug): fix tests for the teams.test.ts test file
|
04300dc36ea88bb538073350bab841beab6a9d31 | --- package-lock.json
@@ -5416,9 +5416,9 @@
"integrity": "sha512-CUovZxH9L3MERTqsWvUJFh9fmjv55vXdt6hfqyokYMZwzGWMBl1Zn6eBR0RbNfdNnKowQE8IZ6Ai+3fuyO+rAw=="
},
"@walmart/profile-feature-app": {
- "version": "0.0.49",
- "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile... | Updated for profile 0.0.50 | Updated for profile 0.0.50
|
fd0078c53aa3557586b821bd83a621a1dd74455e | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/iteminfo-mini-app": "7.3.4",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "12.0.25",
- "@walmart/metrics-mini-app": "0.13.2",
+ "@walmart/metrics-mini-app": "0.13.6",
"@walmart/mod-flex-mi... | Bumping metrics-mini-app version to add wages changes | Bumping metrics-mini-app version to add wages changes
|
48739779694b7e0b98005c203c9703b790dd5c2b | --- __tests__/scanner/useScannerSdkTypeTest.ts
--- src/scanner/useScannerSdkType.tsx
| fix: scanner sdk type hook in wrong folder | fix: scanner sdk type hook in wrong folder
|
9507623ac04d6a1cea8e74719b102e798a2cd2e9 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -37,6 +37,7 @@ import {sortedAssociateList} from '../../utils/associateList';
import {UserSelectors} from '@walmart/allspark-foundation/User';
import {
generateTeamShiftRoster,
+ mapShift,
handleViewAssociateSchedule,
filterAssociatesBy... | Addressing comments | Addressing comments
|
4f89528096e1381d710bca9bfb5382e116ae720b | --- packages/me-at-walmart-athena-queries/src/getTeamsbyStore.graphql
@@ -1,5 +1,14 @@
-query GetTeamsByStore($countryCode: String!, $date: Date!, $storeNbr: String!) {
- getTeamsByStore(countryCode: $countryCode, storeNbr: $storeNbr) {
+query GetTeamsByStore(
+ $countryCode: String!
+ $date: Date!
+ $includeManage... | Adding includeManagement prop | Adding includeManagement prop
|
f5aebead3393add9ceafe1762d04e4ad19d5afd8 | --- packages/allspark-foundation/__tests__/Clock/saga.test.ts
@@ -11,7 +11,7 @@ jest.mock('../../src/Clock/service', ()=>({
}
}))
-describe('Clock/sagas.ts', () => {
+describe('onInit and onFetch tests', () => {
const payload = {clock: 'test'}
it('should call onInit', ()=>{
const getInit = onInit(ClockAct... | code clean up | code clean up
|
51ca8b86d46514ebc999dd8eee8d9a96bc4b7134 | --- 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.27.5",
+ "@walmart/ask-sam-mini-app": "1.28.8",
"@walmart/associate-listening-mini-app": "1.2.10"... | bumped ask sam version for rebranding changes | bumped ask sam version for rebranding changes
|
dd1ad268a25b0d494b5b4a752f8641a5923d8ab2 | --- package-lock.json
@@ -4301,9 +4301,9 @@
"integrity": "sha512-/Loo946gQcW/DKlKMV+6ZaQvst2+KxmJGX2sGX/E3aL7oCFCvhVlY9Id2RcUfuWYmzjiT+BX3IM5zpVZ81AAoA=="
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.59",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-minia... | Bump manager approval version | Bump manager approval version
|
069b93175d84d86be95f1559c260481ff72cf66f | --- ios/Podfile.lock
@@ -403,7 +403,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.5.51):
+ - react-native-ptt-module (1.5.52):
- PTT (= 0.7.13-rc.2)
- React
- react-native-safe-area-context (3.3.2):
@@ -963,7 +963,7 @@ SPEC CHECKSUMS:
reac... | updating core to latest ptt versions | updating core to latest ptt versions
|
78f2dedfb3486e9c26689b4be2aa396c62141c5c | --- packages/core-widget-registry/src/Metrics.ts
@@ -58,4 +58,4 @@ export const MetricsWidgetRegistry = {
* @example
* import {MetricsContainer} from '@walmart/me-at-walmart-common';
*/
-export const useMetricsWidgetRegistry = MetricsWidgetRegistry;
+export const useMetricsWidgetRegistry = () => MetricsWidgetRegi... | fix: metric registry hook proxy not a function | fix: metric registry hook proxy not a function
|
d31ad2fc51269996ab71d74cd978ea0d98c077f9 | --- .looper.multibranch.yml
@@ -46,4 +46,4 @@ flows:
mini-pr:
# - (name Branch Check, silent) echo "TBD"
- call: build-npm
- - (name Build JS Bundle for ${market}) ./node_modules/.bin/react-native bundle --entry-file ./index.js --bundle-output ./bundle.js --reset-cache
+ - (name Build JS Bundle for $... | chore: update build js looper flow to expo equivalent | chore: update build js looper flow to expo equivalent
|
bd89d798cfbccba03306085944b72f6d2c664c36 | --- src/redux/selectors.ts
@@ -2,6 +2,16 @@ import {createSelector} from 'reselect';
import {UserSelectors, GlobalState} from '@walmart/redux-store';
import {encryptUserId} from '../utils';
import {CCMFallbacks} from '../ccmFallbacks';
+import {isNil} from 'lodash';
+
+export const getCCMBooleanStr = (
+ ccmPropert... | update selectors | update selectors
|
b9504a2f6f1da88e46e712d82fa54cb50b5be64a | --- packages/allspark-foundation/__mocks__/react-native-async-storage/async-storage.js
@@ -0,0 +1,13 @@
+module.exports = {
+ ...jest.requireActual('@react-native-async-storage/async-storage'),
+ getItem: jest.fn(),
+ setItem: jest.fn(),
+ removeItem: jest.fn(),
+ mergeItem: jest.fn(),
+ multiGet: jest.fn(),
+ ... | moving local storage lib to global dir | moving local storage lib to global dir
|
2e64eb64a4bb137098e7324c3dce808470c446e2 | --- packages/allspark-foundation-hub/src/HubFeature/Store/HubHeader/types.ts
@@ -3,4 +3,5 @@ export type HeaderTypes = {
subText: string;
backgroundColor?: string;
textColor?: string;
+ noPadding?: boolean;
};
| Adding noPadding to the type | Adding noPadding to the type
|
064dd15ffaad64c2cb2a92830de6b2a877e8c26f | --- sonar-project.properties
@@ -6,6 +6,5 @@ sonar.host.url=http://sonar.looper.prod.walmartlabs.com
sonar.sources=src
sonar.tests=__tests__
sonar.exclusions=src/images
-sonar.test.inclusions=__tests__/**/*Test.ts,__tests__/**/*Test.tsx
sonar.sourceEncoding=UTF-8
-sonar.javascript.lcov.reportPaths=coverage/lcov.inf... | Chore/sonar config (#28) | Chore/sonar config (#28)
* edited sonar properties
* updated sonar props
* removed report path as sonar PR test failed.
* edited sonar properties file.
* trying sonar tests coverage to show up.
|
34c04befdf0ae45221ea65d3610d682fd24a4d28 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.8.3",
+ "version": "3.8.4",
"main": "dist/index.js",
"files": [
"dist",
@@ -93,7 +93,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react... | feat(ui): update graphql queries | feat(ui): update graphql queries
|
ba8bc0c48d9b18b225b0b4f8470cfef37bbbfe7e | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.7.4",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "4.0.9",
+ "@walmart/checkout-mini-app": "4.0.10",
"@walmart/compass-sdk-rn": "5.19.15",
"@w... | removed deprecated dependencies CO 4.0.10 | removed deprecated dependencies CO 4.0.10
|
e3f5032de2f7dc0130bf4e2d8d6eb3b809217b5a | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -195,7 +195,7 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => {
const teamRoster = rosterData
? (generateTeamRoster(
- teamState.teamIds?.[0],
+ teamState.teamIds,
rosterData,
currentTeam,
... | Update roster filter count and roster list | Update roster filter count and roster list
|
549e76bb64965d44885e2dde0119d637be3f9649 | --- src/hooks/teams.ts
@@ -1,13 +1,16 @@
import {useSelector} from 'react-redux';
-import {SiteSelectors} from '@walmart/redux-store';
+import {SiteSelectors, UserSelectors} from '@walmart/redux-store';
import {useGetTeamByIdQuery} from '../queries/getTeamById';
import {Associate} from '../types';
import {useDailyR... | reverting some changes to teams hook with mock | reverting some changes to teams hook with mock
|
392476ca51be3253ee85df2cc83e51cd6eabf879 | --- targets/US/package.json
@@ -127,7 +127,7 @@
"@walmart/native-rfid-scanner": "4.0.16",
"@walmart/onewalmart-miniapp": "1.0.27",
"@walmart/pay-stub-miniapp": "0.20.11",
- "@walmart/payrollsolution_miniapp": "0.145.31",
+ "@walmart/payrollsolution_miniapp": "0.145.33",
"@walmart/price-changes... | direct deposit bump version (#3982) | direct deposit bump version (#3982)
* bump version
* bump version
---------
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
d4f336c8a0fbf9dc89439857e47cac823a8aa30e | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/BannersTest.tsx.snap
@@ -11,12 +11,16 @@ exports[`ConnectivityBanner does not render when connectivity 1`] = `null`;
exports[`ConnectivityBanner renders when no connectivity 1`] = `<ConnectivityBanner />`;
-exports[`ImpersonationBanner does not render when... | fix: fix impersonation banner showing incorrectly | fix: fix impersonation banner showing incorrectly
|
becb553e35a03d51024094ec5b483c141a8559f8 | --- android/app/build.gradle
@@ -135,7 +135,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 129
- versionName "1.0.11"
+ versionName "1.0.12"
}
splits {
abi {
--- ios/AllSpark/Info.plis... | version bump for TestFlight build (#479) | version bump for TestFlight build (#479)
Co-authored-by: Hitesh Arora <> |
73a688c0effc36d261a09baa06209fb1f19ad64a | --- package.json
@@ -63,7 +63,7 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/shelfavailability-mini-app": "0.3.45",
+ "@walmart/shelfavailability-mini-app": "0.3.46",
"@walmart/allspark-health-survey-min... | 0.3.46 dev build | 0.3.46 dev build
|
268b7585177c3f539bb2df6c4c083ea5fdeaffc0 | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -2,7 +2,8 @@ import React, { useMemo } from 'react';
import { View, Text, SectionList } from 'react-native';
import { RenderTeamSelectionListItems } from './RenderTeamSelectionListItem';
import { teamSelection... | Adding mock data to separate folder | Adding mock data to separate folder
|
d1b0b795d05613961331e01da976fae6bb8a39f2 | --- ios/Podfile.lock
@@ -261,7 +261,7 @@ PODS:
- Permission-Notifications (3.6.1):
- RNPermissions
- PromisesObjC (2.2.0)
- - PTT (1.10.0-alpha-14):
+ - PTT (1.10.0-rc-01):
- Alamofire (= 5.6.4)
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
@@ -530,8 +530,8 @@ PODS:
- React-C... | Push to talk mini app package update | Push to talk mini app package update
|
2c33f467d80b440e04c8c40f40794386a02398c6 | --- ios/Podfile.lock
@@ -709,8 +709,8 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.1.4)
- - SSO (1.1.4):
+ - SSO (= 1.1.5)
+ - SSO (1.1.5):
- AppAuth
- Starscream (3.0.6)
- Yoga (1.14.0)
@@ -1025,8 +1025,8 @@ SPEC CHECKSUMS:
RNSketchCanvas: 6939b18677cd1794151cc3d... | updated podfile.lock (#108) | updated podfile.lock (#108)
|
2d7c6db8fe7917bfbcdf2bf6bac3341c0e3e037c | --- packages/allspark-authentication/src/Authentication.ts
@@ -166,10 +166,12 @@ export class AllsparkAuthentication {
const { retryErrors } = this._config.refresh;
const willRetry = retryErrors.includes(error.code);
-
- this._runErrorEvent('TOKEN_REFRESH_RETRY_ERROR', error, {
- willRetry: String(w... | Chore: update log condition for retry | Chore: update log condition for retry
|
d4e2301187b28014bbd1efc5b2492a4aae23c414 | --- src/components/AssociateList/AssociateListItem.tsx
@@ -2,7 +2,7 @@ import React, {useMemo} from 'react';
import {View, Text} from 'react-native';
import namecase from 'namecase';
import {associateListItemStyles} from './styles';
-import {colors, Icons, Link} from '@walmart/gtp-shared-components';
+import {colors... | address PR comments | address PR comments
|
1ab05d1d789529417788090bc96f91b89ce97939 | --- package.json
@@ -173,7 +173,7 @@
"@walmart/shop-gnfr-mini-app": "1.0.454",
"@walmart/sidekick-mini-app": "4.276.1",
"@walmart/store-feature-orders": "1.35.6",
- "@walmart/talent-performance-mini-app": "1.2.7",
+ "@walmart/talent-performance-mini-app": "1.2.13",
"@walmart/talent-preboarding... | chore: update @walmart/talent-performance-mini-app to version 1.2.13 (#5383) | chore: update @walmart/talent-performance-mini-app to version 1.2.13 (#5383)
Co-authored-by: Ajay Kumar Chittemsetti - a0c0zov <Ajaykumar.Chittemset@walmart.com>
Co-authored-by: JAE SHIM - j0s0v4g <Jae.Shim0@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
Co... |
649fbb37c295c15952e2d46a9da95cf89ea61b40 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/index.tsx
@@ -1,7 +1,7 @@
-import React from 'react';
+import React, { useCallback } from 'react';
import { TouchableOpacity, View } from 'react-native';
import { HubWidgetTypes } from './types';
-import { HubWidgetStyles } from './styles';
+import { H... | feat(ui): Update the refresh logic | feat(ui): Update the refresh logic
|
46085af4ec93c06207ff0ab44e75be219b3a1708 | --- package-lock.json
@@ -51,9 +51,9 @@
"@walmart/financial-wellbeing-feature-app": "1.6.3",
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
- "@walmart/gtp-shared-components": "2.0.5",
+ "@walmart/gtp-shared-components": "2.0.6",
... | updated print new version and gtp 2.0.6 | updated print new version and gtp 2.0.6
|
81cb9dc4668c2a7152a52a241325f1d32a70fbaf | --- package-lock.json
@@ -4282,9 +4282,9 @@
"integrity": "sha512-Vpwrt460LPca7ZGjDrDezorVnr+WebRntHaUGkAhIDVVfna0P3wyJcRnr18/hged+q/3f6NmYfZgB3ZaGxGlgg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.34.0-beta.3",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini... | version bump | version bump
|
e5b93239e1d80c89023c693f6df6e9d9d904ab87 | --- targets/US/ios/AllSpark.xcodeproj/project.pbxproj
@@ -608,10 +608,10 @@
"${PODS_XCFRAMEWORKS_BUILD_DIR}/WebexSDK/Wxc/wbxaecodec.framework/wbxaecodec",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/WebexSDK/Wxc/wbxaudioengine.framework/wbxaudioengine",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/WebexSDK/Wxc/WebexSDK.framework... | Update @walmart/rfid-scan-mini-app to 2.6.3 and @walmart/native-rfid-scanner to 3.12.1 | Update @walmart/rfid-scan-mini-app to 2.6.3 and @walmart/native-rfid-scanner to 3.12.1
|
ffa4f05b8b8728f3e1186e10600aab88f143887c | --- packages/allspark-foundation/src/Elements/AllsparkElement.tsx
@@ -49,7 +49,11 @@ export class AllsparkElement<P extends Object, E extends string = string> {
private _eventManager = new EventManager<{
change: string;
}>(['change']);
- private Template: FC<ElementRecord<P>>;
+
+ /**
+ * The component u... | feat: add template access to allspark elements. update docs | feat: add template access to allspark elements. update docs
|
43df3b6bebc6e11c965317841cda9cb2ee859387 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -30,6 +30,10 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
component="ScheduleMiniApp"
name="scheduleScreen"
/>
+ <Screen
+ component={[Function]}
+ name="myTeam"... | update snapshot | update snapshot
|
9cbd7d0a6d306905e7fd130fcf20922a8111fc9e | --- 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.8](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.6
- @walmart/allspark-foundation-hub@1.25.8
- @walmart/my-walmart-hub@1.6.5
|
0ec5bfa5ea65ac754e0d554a0b5d3f9994deb48a | --- package-lock.json
@@ -3634,9 +3634,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.68",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.68.tgz",
- "integrity": "sha512-yDK234JlCjNzZs83opaU3fcAu53lq3S0pcJipCkd42jv24ianl73YgL9vgdJNZguRaJI0eMZo... | SSMP-2424 | SSMP-2424
|
36ae70b4da4f90fb3701c62b9e29a8dba776011c | --- packages/core-services/AppConfig/index.tsx
@@ -1,5 +1,7 @@
import React, { forwardRef, useImperativeHandle } from 'react';
import { useSelector } from 'react-redux';
+import { createSelector } from 'reselect';
+
import {
AllsparkConfigService,
ConfigData,
@@ -149,6 +151,14 @@ export const getDeferredAppCon... | fix: app config state hook wasnt backwards compatible | fix: app config state hook wasnt backwards compatible
|
b16417bfc7f7fa5ba289f803817ffc5016ba541c | --- android/app/build.gradle
@@ -97,7 +97,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 927
- versionName "1.20.0"
+ versionName "1.21.0"
}
signingConfigs {
--- ios/AllSpark/Info.plist
@@ -2... | update version to 1.21.0 | update version to 1.21.0
|
225687f854a484a1c72bf5c80a81ca817e2fbada | --- package.json
@@ -76,7 +76,7 @@
"@walmart/ask-sam-mini-app": "^0.41.8",
"@walmart/config-components": "3.0.2",
"@walmart/core-services": "~1.0.14",
- "@walmart/core-services-allspark": "^1.4.91",
+ "@walmart/core-services-allspark": "~1.4.91",
"@walmart/core-utils": "^1.0.8",
"@walmart... | Update package.json to use tilde | Update package.json to use tilde |
d97d40f7b567f59bc4c93c99bef60dba345eb2bb | --- package-lock.json
@@ -66,6 +66,7 @@
"@walmart/metrics-mini-app": "0.15.14",
"@walmart/mod-flex-mini-app": "1.11.6",
"@walmart/moment-walmart": "1.0.4",
+ "@walmart/money-auth-shared-components": "0.0.2",
"@walmart/onewalmart-miniapp": "1.0.16",
"@walmart/pay-stub-... | bump version | bump version
|
bd2928b13a05fb5e5aa995856f4e49076746d3e3 | --- packages/allspark-foundation-hub/__mocks__/@walmart/allspark-foundation/User.js
@@ -16,6 +16,9 @@ module.exports = {
getOriginalUserWorkingSite: jest.fn(),
getPreferredFullName: jest.fn(),
getOriginalUser: jest.fn(),
+ getIsUserPeopleLead: jest.fn(),
+ getIsUserTeamLead: jest.fn(),
+ getIsUs... | feat(ui): unit tests for onboarding contezxt | feat(ui): unit tests for onboarding contezxt
|
639164c007e57c928c1bd5fc702c79df0e43db0c | --- 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.34.6",
+ "@walmart/taskit-mini-app": "2.39.0",
"@walmart/time-clock-... | updated taskit version with asyncUpgrade | updated taskit version with asyncUpgrade
|
e64ef46f37f39fc11111293667e1657f4f03bfd1 | --- core/__tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap
@@ -20,7 +20,7 @@ exports[`VersionsList 1`] = `
[
{
"data": [],
- "title": "Me@Walmart",
+ "title": "MyWalmart",
"version": null,
},
]
@@ -65,7 +65,7 @@ exports[`VersionsL... | App name fixed part of rebranding | App name fixed part of rebranding
|
05cdb55621ed339ce08d8c7ba1aee5a88e20235f | --- docs/roster-testing-scenarios.md
| chore(ui): update testing doc | chore(ui): update testing doc
|
5b4652c4055cf5b10e76a2b8aa59fb1bb5cc6a4a | --- patches/@walmart+me-at-walmart-container+6.0.16.patch
@@ -0,0 +1,26 @@
+diff --git a/node_modules/@walmart/me-at-walmart-container/lib/graphql/policies.js b/node_modules/@walmart/me-at-walmart-container/lib/graphql/policies.js
+index 97c7d27..05193da 100644
+--- a/node_modules/@walmart/me-at-walmart-container/lib/g... | update cache policy | update cache policy
|
3398cdcde7745d90a87d75fd0ca92f356011bc56 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -109,11 +109,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
name="Feedback"
/>
<Screen
- component={
- {
- "ReceivingRootApp": "ReceivingRootApp",
- ... | Test cases failure - Fixed | Test cases failure - Fixed
|
9c7bc03fa24992add6227316518f1f2bbec2e8af | --- app.config.US.ts
@@ -291,7 +291,7 @@ const CONFIG: ExpoConfig = {
ExpoPlugins.withWebexSDK,
ExpoPlugins.withWifiStoreLocator,
ExpoPlugins.withWorkManagerInitializer,
- './plugins/withRuler', // Custom plugin for Ruler integration
+ ExpoPlugins.withRuler,
],
// [
// "expo-dev-launcher... | feat(ruler): updated plugin call | feat(ruler): updated plugin call
|
90cb2196a2ea7beffc97cf34c96faa3f737ee2da | --- packages/me-at-walmart-container/__tests__/services/site/querySiteInfo.test.ts
@@ -114,12 +114,12 @@ describe('querySiteInfo', () => {
);
expect(
MeAtWalmartLoggerService.getContainerInstance().debug,
- ).toHaveBeenCalledWith('Successfully fetched store configs.', {
+ ).toHaveBeenCalledWith('... | storeConfigs fallback to bff if athena fails | storeConfigs fallback to bff if athena fails
|
d467d324924aa3d0bbf66e28fe5b907e2cfe3bca | --- packages/me-at-walmart-athena-queries/src/schema.graphql
@@ -7733,7 +7733,7 @@ type Query {
getAssociateById(id: String!, idType: idType = WIN): Associate
getAssociateByIds(associateIds: [String!]!): [WorkdayAssociate]!
getAssociateByWinAndSSN(id: String!, ssn: String!): ProfileDetails
- GetForYouHeaderAs... | fix(graphql): fix typo | fix(graphql): fix typo
|
f7e8a20f6ad5c488833918cdefe56d0b236b540c | --- .yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch
@@ -1,12 +0,0 @@
-diff --git a/dist/redux/selectors/index.js b/dist/redux/selectors/index.js
-index d49d43bf964d8848119c5709e654918000d58daf..f6713a53955b109095fbb84305d20bd1c7298e59 100644
---- a/dist/redux/selectors/index.js
-+++ b/dist/redux/selec... | bump notes mini app version for feature build | bump notes mini app version for feature build
|
73c9576ea1ec1d535bc342e32d0cc61a7c35d062 | --- package-lock.json
@@ -55,7 +55,7 @@
"@walmart/impersonation-mini-app": "1.19.1",
"@walmart/ims-print-services-ui": "2.5.1",
"@walmart/inbox-mini-app": "0.84.1",
- "@walmart/iteminfo-mini-app": "7.3.4",
+ "@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-appro... | updated iteminfo version with DSL verbiage change | updated iteminfo version with DSL verbiage change
|
4ba071fc0fbbe67837f074a6fbb3595e7a69ce52 | --- 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.19.10](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.5.2
- @walmart/allspark-foundation-hub@1.19.10
- @walmart/me-at-walmart-geolocation@1.3.10
|
ca463e5c466f6e1c01ab373c339002cd43978df7 | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/exception-mini-app": "1.5.1",
"@walmart/facilities-management-miniapp": "0.6.67",
"@walmart/feedback-all-spark-miniapp": "0.9.43",
- "@walmart/financial-wellbeing-feature-app": "1.13.3",
+ "@walmart/financial-wellbeing-feature-ap... | bumped financial-wellbeing-feature-app to 1.13.4 | bumped financial-wellbeing-feature-app to 1.13.4
|
fb77b4c67a681758ee286a271a7235ebaeb54377 | --- android/app/src/debug/java/com/walmart/stores/allspark/beta/ReactNativeFlipper.java
@@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
-package com.walmart.stores.allspark.beta;
+package com.allspark;
import andr... | merge conflicts from main 2 | merge conflicts from main 2
|
aa0312c18498b4ca26e6cc0d46c96a92e9273595 | --- __tests__/appReview/sagasTest.ts
@@ -0,0 +1,30 @@
+import {call, select} from 'redux-saga/effects';
+import onReview from 'react-native-wm-app-review';
+import {handleAppReviewPrompt, DEFAULT_CONFIG} from '../../src/appReview/sagas';
+import {getCoreAppConfig} from '../../src/redux/SharedSelectors';
+
+jest.mock('r... | add review saga tests | add review saga tests
|
d4458101411b3677d245b4d70ca642a7d841ac0a | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.87",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | updating package lock | updating package lock
|
73238c5e6c2073ecab1c2435b4704c7607bba6e1 | --- package.json
@@ -4,10 +4,10 @@
"private": true,
"scripts": {
"android": "react-native run-android",
- "android:beta": "yarn run env:beta && react-native run-android --variant=betaDebug",
- "android:dev": "yarn run env:dev && react-native run-android --variant=devDebug",
- "android:prod": "yarn r... | fix: replace variant for android run script | fix: replace variant for android run script
|
2f24a0b76cbe5aa00aba4e8dda4d2993d9a7a5a6 | --- src/notification.ts
@@ -13,6 +13,8 @@ export const onTextMessageNotification = (event?: SumoPushEvent) => {
const rootContainerScreen = 'texting';
const appContainerRootScreen = 'texting.root';
const messagesScreen = 'texting.messages';
+ const mockRemoteURL =
+ '/directedvoice/ptt/v1/azure/u... | successful fetch of resource from remote push | successful fetch of resource from remote push
|
d0e73e79d178f9510b47c859c46f264d5097539e | --- package-lock.json
@@ -4258,9 +4258,9 @@
"integrity": "sha512-JxHvDDHlr99T3sIHX3ThGdU5UdlVkDGMQecK8drdlB824HcaUp0a47yvSoO8x7Xr/sWUQF45fLYawmvi7Pwl1g=="
},
"@walmart/inbox-mini-app": {
- "version": "0.26.0-beta.2",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini... | update version to beta-3 | update version to beta-3
|
cb61f660cacc2f3f918aa7b3fe8dea747b288edf | --- package-lock.json
@@ -3359,9 +3359,9 @@
"integrity": "sha512-jplu8SFzqVj1xWNlxMrPmR3oelBdyNBeQHJOr5YM7p7yqAWBiYO2jt9HyUkZCzRkEhrjjDufk9J5K9OJC1GhKA=="
},
"@walmart/iteminfo-mini-app": {
- "version": "1.0.16",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | Fixing header for pixel 4a and lines being cut off | Fixing header for pixel 4a and lines being cut off
|
e11659f3183123f4ca0118efeb10b388bf3ddca4 | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -398,6 +398,23 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => {
);
};
+ const renderListItem = ({item, index}: {item: Associate; index: number}) => {
+ if (dataLoading) {
+ return <AssociateListLoading />;
+ }... | Update roster details screen loading | Update roster details screen loading
|
6e7d8f370b0bf7da4de49838c3bd196041f85080 | --- src/auth/ErrorScreen.tsx
@@ -160,6 +160,7 @@ export const ErrorScreen: FC<any> = (props) => {
!errSelectValid && styles.errorBorder,
]}>
<Picker
+ testID='pickerTest'
selectedValue={errorCategory}
style={!errorCategory &... | err msg shift-up | err msg shift-up
|
c2cd26ef4d4d370c2e5ee1b0aa5fc5a0baf7bb07 | --- .github/pull_request_template.md
@@ -8,15 +8,23 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
## Links to JIRA tickets:
-## Please describe the changes, problems and solutions this PR is addressing:
-
+## PR Type:
+pr_agent:type
+## Please describe the changes, problems ... | feat(template): ALLSPARK-6366 PR teamplate update | feat(template): ALLSPARK-6366 PR teamplate update
|
b487d926d0d7c4534871f2cf4f14d0e5748340c1 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 187
+ versionCode 196
versionName "1.1.0"
}
... | updating version code | updating version code
|
66a2d3b10bdc93e97d23685ba46fbc910841562d | --- android/app/src/main/java/com/walmart/stores/allspark/beta/IntentWakeupReceiver.kt
@@ -10,6 +10,7 @@ import android.util.Log
class IntentWakeupReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {
val intentAction = intent.action
+ Log.d("PTT Core", intent... | adding back one of the removed logs | adding back one of the removed logs
|
84b8f78c9b0c6798611cf43af21b680e9cc2a3d1 | --- targets/US/package.json
@@ -142,7 +142,7 @@
"@walmart/roster-mini-app": "2.4.0",
"@walmart/schedule-mini-app": "0.114.2",
"@walmart/shelfavailability-mini-app": "1.5.26",
- "@walmart/shop-gnfr-mini-app": "1.0.95",
+ "@walmart/shop-gnfr-mini-app": "1.0.99",
"@walmart/store-feature-orders": ... | Version 1.0.99 | Version 1.0.99
|
16e0ee50bc3ea7ba6abe87efbe553f2c991a408c | --- package-lock.json
@@ -5064,9 +5064,9 @@
}
},
"@walmart/allspark-neon-core": {
- "version": "0.1.29",
- "resolved": "https://npme.walmart.com/@walmart/allspark-neon-core/-/allspark-neon-core-0.1.29.tgz",
- "integrity": "sha512-cN6NCvTVApgS+XbQXhGS5J7W7rjoa26sh7/5qERnAedZzvZPoHY9gHobC8... | Bump price-changes 1.5.6 and neon 0.1.31 | Bump price-changes 1.5.6 and neon 0.1.31
|
9ee33175a35a6bb287393ef885a5046801b8a6c5 | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.52",
- "@walmart/attendance-mini-app": "0.48.0",
+ "@walmart/attendance-mini-app": "0.49.0",
"@walmart/config-compo... | version update for AMA to 0.49.0 | version update for AMA to 0.49.0
|
a948e2fb8d15f9204227214acad451252cd152a7 | --- __tests__/__snapshots__/index.test.tsx.snap
@@ -1,30 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`MyTeamMiniApp should render as expected 1`] = `
-<Navigator>
- <Screen
- component={[Function]}
- name="myTeam.rosterDetail"
- options={
- {
- "cardStyle": {
- "backgro... | Update my team mini app version | Update my team mini app version
|
3f99468b2b111e30de086a4b6eddd3ed47e05c01 | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: '1.0.0'
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: 'smdv-miniapp'
applications:
- name: 'ROSTER-MINIAPP'
applicationKey: 'ROSTER-MINIAPP'
| feat(ui): added notification channel name | feat(ui): added notification channel name
|
33a0438d36830b867f539a45d878e61b140fb392 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.23.0",
+ "version": "2.24.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the roster mini app version | Update the roster mini app version
|
309c6fce24ffd4a989c54bfb2147dc8756a165c8 | --- src/Translations/locales/en-US.json
@@ -346,5 +346,21 @@
"yourTeam.clockedOutSubtitle":"You must be clocked in to access more information about your team.",
"yourTeam.headerTitle": "Your Team",
"yourTeam.tabAccessibilityLabel": "Your team",
- "yourTeam.tabTitle": "Your team"
+ "yourTeam.tabTitle": "Your ... | feat(walk): walkthrough translations | feat(walk): walkthrough translations
|
a4508a95fb03f724f4c04251092a896cc3071112 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| feat(ui): Update new version for hub | feat(ui): Update new version for hub
|
8c4340e5f1ad378ef8985d1ab6435a688005ba6c | --- package-lock.json
@@ -12920,9 +12920,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.25.0",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.25.0.tgz",
- "integrity": "sha512-xmSBA8p4Zol8ANcEytrb3cGukmnVCbVqRzRFXKOcKH1LPMVn/wnWEQ0itu8... | updated scanner version | updated scanner version
|
c9d56857722617f4d29b3bdd20a974e3428f4fd4 | --- __tests__/auth/ErrorScreenTest.tsx
@@ -7,6 +7,8 @@ import {
PrimaryButton,
LinkButton,
Dropdown,
+ CheckboxItemGroup,
+ RadioItemGroup,
} from '@walmart/gtp-shared-components';
import {ErrorScreen} from '../../src/auth/ErrorScreen';
import {logger} from '../../src/services/Logger';
@@ -176,6 +178,10 @... | unit test for radio-button and checkbox | unit test for radio-button and checkbox
|
386594a12cffe3566eff22875e885596f04b3c97 | --- packages/me-at-walmart-container/src/redux/logger.ts
@@ -53,8 +53,6 @@ export function* onEnvironmentSet() {
yield call(MeAtWalmartLogger.setConfig, env.logger as LoggerConfig);
- MeAtWalmartLogger.setSessionInfo(SESSION_ID);
-
if (env.logger.logLevel) {
yield call(setDefaultLogLevel, env.logger.log... | fix: session id not on container loggers | fix: session id not on container loggers
|
12eded07ba7e46bf91c9eed02e580d9590f7aff5 | --- package-lock.json
@@ -2047,12 +2047,12 @@
"integrity": "sha512-VbikbxTpoOVaAnI6DzSXQbM3pBxjgqv0834EgclZinTGkhRLpZ5UcADaK5cqNoxmQYyPkzi+9Fk1McF/wehdiQ=="
},
"@walmart/schedule-mini-app": {
- "version": "0.2.24",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-... | Chore/schedule vqa (#182) | Chore/schedule vqa (#182)
* adding schedule view vqa
* updated package.json
* changed fonts in schedule-mini-app
Co-authored-by: Kateryna Palchykova <k0p03fa@m-c02xt902jg5j.homeoffice.wal-mart.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
Co-authored-by: Kateryna Palchykova <k0p03fa@m-... |
c13190b6ffb546cd7a346f603616db1cd80e8fda | --- Gemfile
@@ -12,4 +12,5 @@ eval_gemfile(plugins_path) if File.exist?(plugins_path)
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
-gem 'activesupport', '>= 6.1.7.5', '< 7.1.... | pin gem to 1.27.0 | pin gem to 1.27.0
|
96b733d95199d2dcfd49f66d85ae2ecae3b133bc | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.6.0-beta2",
+ "@walmart/facilities-management-miniapp": "0.6.0-b... | Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta3 | Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta3
|
46baf195827d0568781a7365f23b8231a6cc8e75 | --- package.json
@@ -302,7 +302,7 @@
}
},
"transformIgnorePatterns": [
- "<rootDir>/node_modules/(?!(react-native|@walmart/core-utils|@walmart/core-services|@walmart/core-services-allspark|@walmart/gtp-shared-components|@react-native-community/picker|@walmart/redux-store|@react-native-firebase|rea... | chore: looper fix | chore: looper fix
|
181f6d1f7f298a5167505db66bad60f0ad8c135a | --- package.json
@@ -145,7 +145,7 @@
"@walmart/react-native-shared-navigation": "~6.3.28",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.8.0",
- "@walmart/react-native-webex-sdk": "0.9.12",
+ "@walmart/react-native-webex-sdk": "0.9.16",
"@walmart/receipt-chec... | fix(Calling): CONAS-2410 - iOS Crash fix | fix(Calling): CONAS-2410 - iOS Crash fix
|
c5e313c2a4f718e67ff36a6dd3e151b1e878441a | --- __tests__/managerExperience/components/__snapshots__/FilterChip.test.tsx.snap
@@ -2,12 +2,13 @@
exports[`FilterChip renders active filter chip correctly 1`] = `
<View
+ accessibilityLabel="Filter by 9 Clocked in"
accessibilityRole="togglebutton"
accessibilityState={
{
"busy": undefined,
... | feat: added accessibility state and updated label | feat: added accessibility state and updated label
|
172064f4a006ccf9414a47a4d3bde57f0793b231 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.1.0-alpha.3",
+ "version": "3.1.0-alpha.4",
"main": "dist/index.js",
"files": [
"dist",
@@ -88,9 +88,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walm... | feat(ui): updating versions for drop 33 | feat(ui): updating versions for drop 33
|
5ffc1317a27d82c61fd84ea6c6a401ac8af30cb5 | --- src/screens/SearchScreen.tsx
@@ -15,11 +15,17 @@ import {RecentSearchHistory} from '../components/RecentSearchHistory';
import {
AssociateListRenderItem,
AssociateRosterItem,
+ RosterActionButton,
} from '../components/Roster/types';
import {AssociateListItem} from '../components/Roster/AssociateListItem'... | Integrate message button | Integrate message button
|
363fe886f1ab5a6ff4eb4a637b3015152fdc4581 | --- __tests__/core/initSSOTest.ts
@@ -0,0 +1,93 @@
+import WmTelemetry from 'react-native-wm-telemetry';
+import {
+ SSOPingFedEvents,
+ ssoEventEmitter,
+ SSOPingFedEventData,
+} from 'react-native-ssmp-sso-allspark';
+import {
+ addSSOListeners,
+ ssoTelemetryEventListener,
+} from '../../src/core/initSSO';
+imp... | initSSOTest.ts file adding it | initSSOTest.ts file adding it
|
3ab306caedfcd16b557d9b4f96c1668da8c567b6 | --- .looper.multibranch.yml
@@ -651,7 +651,7 @@ flows:
prepare-npm-project:
- withcache('yarn-cache'):
- call: node-steps
- - (name Set NPM Env) yarns run firebase:dev && cp env.dev.js env.js
+ - (name Set Env) yarn run firebase:dev && cp env.dev.js env.js
validate-npm-project:
- try:
@@ ... | Fixes | Fixes
|
561a425304d1a5c3748121c6ff41670a5bc695ae | --- src/hooks/teams.ts
@@ -1,7 +1,6 @@
import {useSelector} from 'react-redux';
import {SiteSelectors, UserSelectors} from '@walmart/redux-store';
import {useGetTeamByIdQuery} from '../queries/getTeamById';
-import {useGetTeamsByStoreQuery} from '../queries/getTeamsbyStore';
import {Associate} from '../types';
imp... | groupingTeamData into work groups | groupingTeamData into work groups
|
b5872160b69d19a37cc586bb9f09aa1495fce8e1 | --- src/hooks/roster.ts
@@ -34,7 +34,7 @@ export const useDailyRoster = () => {
},
errorPolicy: 'all',
notifyOnNetworkStatusChange: true,
- fetchPolicy: 'network-only', // For the first query execution
+ fetchPolicy: 'cache-first', // For the first query execution
nextFetchPolicy: 'cache-and-n... | update fetch policy | update fetch policy
|
450bce10ad877167c662836c4b0b75ee84ca179f | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/defaultLayout.ts
@@ -1,4 +1,6 @@
export const defaultLayout = {
- teamName: 'default',
- widgets: [{ name: 'roster', rank: 1, enable: true }],
+ ['0000000']: {
+ teamName: 'roster',
+ widgets: [{ name: 'roster', rank: 1, enable: true }],
+ },
... | feat(ui): showing roster widget as default if ccm fails | feat(ui): showing roster widget as default if ccm fails
|
45564b7f7f10b1437e6c7a8f495bba802a0e41d3 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 21
+ versionCode 22
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
0224a594b60600e3c586d83eb9c830cbf8f5e0c3 | --- package-lock.json
@@ -3193,9 +3193,9 @@
"integrity": "sha512-R+Kkr3KRExpa59xqPkVPF66+zGo88oZiqbfFx+BzrIJE6eUTUKTGCeiidVci+xjmfSnp6TKrMUkRBxh2b/GffA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.47",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Pointing to Azure API Proxy endpoint (#415) | Pointing to Azure API Proxy endpoint (#415)
Controlled via CCM
Co-authored-by: Hitesh Arora <> |
9fc17354cca80551382a4e4d66b93da5589c4233 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "1.0.16",
"@walmart/facilities-management-miniapp": "0.5.22",
"@walmart/feedback-all-spark-miniapp": "0.9.10",
- "@walmart/financial-wellbeing-feature-app": "1.3.0",
+ "@walmart/financial-wellbeing-feature-app": "1.3.1",
"@walma... | bumped financial-wellbeing-feature-app to 1.3.1 | bumped financial-wellbeing-feature-app to 1.3.1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.