commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
b33027e8a78b0b3ad0189137d5d28839291867d8 | --- graphql.yml
@@ -103,50 +103,50 @@ applications:
queryTemplate: "src/common/queries/upsertSupplyChainAssociatePreference.graphql"
tags:
- "v1"
- # - name: "prod"
- # persistedQueries:
- # - name: "getStoreAssociateTeamPreference"
- # hash: "11e... | feat(ui): update prod queries #SMDV-9999 | feat(ui): update prod queries #SMDV-9999
|
e0c136abf9e140eaa388e6cb37bd713c704c2f9d | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 108
+ versionCode 109
versionName "1.0.8"
}
... | Incrementing build number | Incrementing build number
|
25bb5818bb82291f8765249a7a2b1b739840e7e9 | --- src/images/assets/index.ts
@@ -19,12 +19,15 @@ const Images: {[key: string]: ImageURISource} = {
LearningIllustration: require('./learning-illustration.png'),
LocationIllustration: require('./location-illustration.png'),
ModFlexIllustration: require('./mod-flex-illustration.png'),
+ MyMoneyIllustration: r... | updating whats new images for drop 8.1 | updating whats new images for drop 8.1
|
18a5176558c939f9c853048f833cee7b47ddf755 | --- src/codeOfConduct/provider.tsx
@@ -13,9 +13,13 @@ import {EmptyChannels} from '../channels';
import {useIsFocused} from '@react-navigation/native';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
+import {useLocalStorage} from '@walmart/core-services/LocalSto... | adding a fallback for coc api | adding a fallback for coc api
|
54b93c708980d96e175c8bd19fd6fa96f4c1fdad | --- android/app/src/debug/res/xml/network_security_config.xml
@@ -3,5 +3,6 @@
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">10.0.2.2</domain>
+ <domain includeSubdomains="false">i5.walmartimages.com</do... | adding cleartext exception for walmart images domain (#174) | adding cleartext exception for walmart images domain (#174)
|
dfa6a7fdc8191b9f5dfbf5ab1b012ffd91170821 | --- src/presence/components/DoNotDisturbAutoReset.tsx
@@ -1,6 +1,7 @@
-import React, {PropsWithChildren, useEffect} from 'react';
+/* eslint-disable react-hooks/exhaustive-deps */
+import React, {PropsWithChildren, useEffect, useRef} from 'react';
import {useSelector} from 'react-redux';
-import {SiteSelectors} from '... | update component to wait until app config is loaded before doing its work | update component to wait until app config is loaded before doing its work
|
58ef6bd99760ee38be1c7059a83460f87caffbb5 | --- packages/core-widget-registry/src/Sidekick.ts
@@ -0,0 +1,23 @@
+import { FunctionComponent } from 'react';
+import { StyleProp, ViewStyle } from 'react-native';
+import { useRegistry, WidgetRegistry } from '@walmart/allspark-utils';
+
+export type PayloadStatusType = 'ok' | 'stale' | 'failed';
+
+export interface S... | feat: Sidekick registry widget | feat: Sidekick registry widget
|
04c33f8945373a01a57b4da3a1c5da25cd7de053 | --- packages/allspark-foundation-hub/src/Shared/Components/EditTeamListItem/EditTeamListItem.tsx
@@ -45,8 +45,8 @@ export const EditTeamSelectionListItem = ({
>
{showTeamImage && (
<TeamImage
- source={{ uri: Images[teamId]?.uri || Images['Default'].uri }}
- placeholder=... | Update lint errors | Update lint errors
|
f4ccb6b642013a242b0926daf2e871110550b71f | --- .yarn/patches/@walmart-react-native-sumo-sdk-npm-2.8.0-31dfe1d845.patch
@@ -1,46 +0,0 @@
-diff --git a/android/src/main/java/com/walmart/sumo/rn/sdk/voip/SumoVoipHeadlessService.kt b/android/src/main/java/com/walmart/sumo/rn/sdk/voip/SumoVoipHeadlessService.kt
-index c5377d68eefe7a771abd36bb2b78ff5f3d9cee3b..c6a05d... | chore(pkg): remove sumo patch (#4975) | chore(pkg): remove sumo patch (#4975)
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
d1aaa528ac8b7103260cd4e9bb888fe218619870 | --- .looper-pr.yml
@@ -31,4 +31,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: 'smdv-miniapp'
-
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.35.0",
+ "version": "2.36.0",
"main": "dist/index.js",
"files": [
"dist/"
| feat(ui): update looper yml | feat(ui): update looper yml
|
8bbd704488695cfc1d1583b8a9064b0b02eb7800 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -12,6 +12,11 @@ export const enUS = {
subText:
'Shift A1 is selected by default, but you can change it at any time.',
},
+ editSavedTeams: {
+ title: 'My Saved Teams',
+ subText:
+ "Shortcut to quickly view team... | feat(ui): edit saved teams and other cleanup | feat(ui): edit saved teams and other cleanup
|
ee619884ec00a308448e70a6b3c0d8bf39524ce4 | --- ios/Podfile.lock
@@ -2232,7 +2232,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.6.1)
- - topstock-mini-app (1.12.0):
+ - topstock-mini-app (1.9.7):
- React
- VisionCamera (3.7.1):
- React
@@ -2899,7 +2899,7 @@ SPEC CHECKSUMS:
... | topstock downgrade version to 1.9.7 | topstock downgrade version to 1.9.7
|
253e913b5dad91a4f569992ea81c5067b2f02a5f | --- .sentinelpolicy
@@ -3,3 +3,9 @@ suppressionkey=4a049898c;This is a test file
suppressionkey=38daf1f0a;This is a test file
suppressionkey=d297e644d;This is a test file
suppressionkey=244649258;This is a test file
+suppressionkey=279015f9d;This is a test file
+suppressionkey=66be7f648;This is a test file
+suppress... | chore: update sentinel policy to ignore test files | chore: update sentinel policy to ignore test files
|
c90954029978b219417f8d7732a1b039d7a22ac3 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -142,6 +142,7 @@ const WorkMiniApps = [
];
const ClockOutGuardedTaskItQuickAction = withClockOutGuard(TaskItQuickActions);
+const ClockOutGuardedItemInfoQuickAction = withClockOutGuard(ItemInfoMiniApp);
const WorkMiniAppScreens = WorkMiniApps.map((screen... | Fixing clock guard for item info quick action | Fixing clock guard for item info quick action
|
620f3db104efe66f5ddb42b433de36b8ed1ee7c5 | --- src/managerExperience/components/FilterChipGroup/FilterChipGroup.tsx
@@ -33,23 +33,22 @@ export const FilterChipGroup = ({
const isSiteDC = useSelector(SiteSelectors.getWorkingSiteIsDC);
const showShiftSwitcher = !isPrimaryTeam && !isSalariedOrLead && isSiteDC;
- const [selectedShift, setSelectedShift] = u... | feat(UI): pr refactor | feat(UI): pr refactor
|
7ba0491d1f8ccb50d4ecf5ccc186e908995bef13 | --- sr.yaml
@@ -25,6 +25,8 @@ applications:
consumerIdInfos:
- consumerId: 1bfc1d19-903b-438b-be7e-b0733aade46b
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiO/GyYc8U769GsAlKTDD1fjWqN6ME5sSrtHiAQQtKoMGZP7GYzbRsuoIsCNLc39a2+JN76q6cR0mWX8WyZsXYJKpnV6I/TqdH6QsvTLbfPxe4qCBtwYS98uh... | Adding name and type for dev | Adding name and type for dev
|
76da2acb791e08457168a1f4aa2c6263a5b8ca76 | --- components-library-storybook/.storybook/preview.jsx
@@ -1,4 +1,5 @@
-import { View } from "react-native";
+import { ActivityIndicator, View } from "react-native";
+import { useFonts } from "expo-font";
/** @type{import("@storybook/react").Preview} */
const preview = {
@@ -12,18 +13,29 @@ const preview = {
},... | fix: remove useFonts dependency from Icons (#285) | fix: remove useFonts dependency from Icons (#285)
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
a5aba6b375a8ad4a7ac51c0275697f74558199b3 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.1.4",
+ "version": "1.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.1.4",
+ "version": "1.1.5",
"hasInstallScr... | Update version | Update version
|
8d760aede9aafebdb5c33518c1f526d2e373fd99 | --- package-lock.json
@@ -59,7 +59,7 @@
"@walmart/manager-approvals-miniapp": "0.2.2",
"@walmart/me-field-mini-app": "1.3.0",
"@walmart/metrics-mini-app": "0.11.5",
- "@walmart/mod-flex-mini-app": "1.8.6",
+ "@walmart/mod-flex-mini-app": "1.9.0",
"@walmart/moment-walmar... | update modflex package 1.9 | update modflex package 1.9
|
b568d17b86bb71c0747253dcfa30933d49d76c2a | --- core/__tests__/oneClick/useOneClickTest.tsx
@@ -1,79 +1,79 @@
-import {renderHook} from '@testing-library/react-hooks';
-import {useSelector} from 'react-redux';
-import {useOneClick} from '../../src/oneClick/useOneClick';
-import {getOneClickConfig} from '../../src/oneClick/useOneClick';
-import { ConfigData } fro... | rewrote one click test to use existing redux store | rewrote one click test to use existing redux store
|
13f8c7d1c76b27414f9eeaa45cfc594208831510 | --- src/PinAccess/PinAccess.tsx
@@ -49,7 +49,7 @@ export const PinAccess: FC<StackScreenProps<any>> = (props) => {
const {top} = useSafeAreaInsets();
const [translate] = useTranslation();
const passcodeKey = useSelector(getPasscodeKey);
- const displayName = useSelector(UserSelectors.getUserName);
+ const di... | added selector to get original user for PIN screen | added selector to get original user for PIN screen
|
5b5d353aa06b30f12a6be94a133084023438c77b | --- core/src/manifest.ts
@@ -49,7 +49,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => {
require('./changeStore').ChangeStoreFeature,
require('./connectivity').ConnectivityFeature,
require('./home').HomeFeature,
- require('./features/scheduling').default,
+ require('@walmart/... | changing scheduling temp feature to foundation module created | changing scheduling temp feature to foundation module created
|
4feeca1a2b0e8842262d00cfc093da33aac0f0ef | --- core/__tests__/rbac/RbacSagasTest.tsx
@@ -1,10 +1,14 @@
import {takeLatest, select, put, call} from 'redux-saga/effects';
+
+import {ConfigActionTypes} from '@walmart/allspark-foundation/Config';
import {
NavConfigActionCreators,
NavConfigActionTypes,
+ NavConfigSelectors,
NavType,
} from '@walmart/all... | fix: rbac override of meganav data lost reference to original data on subsequent overrides | fix: rbac override of meganav data lost reference to original data on subsequent overrides
|
bb9a12b703d3f7ab59aa9a989df29d5d30bde5b3 | --- targets/US/package.json
@@ -101,7 +101,7 @@
"@walmart/counts-component-miniapp": "0.1.14",
"@walmart/emergency-mini-app": "1.30.5",
"@walmart/exception-mini-app": "1.8.13",
- "@walmart/facilities-management-miniapp": "0.18.2",
+ "@walmart/facilities-management-miniapp": "0.18.17",
"@walmar... | version bump | version bump
|
9af7d67f02dcce684dbe36770dd6cf9b4a5102de | --- package-lock.json
@@ -46,8 +46,8 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.19.5",
"@walmart/attendance-mini-app": "3.24.0",
- "@walmart/avp-feature-app": "0.1.5",
- "@walmart/avp-shared-library": "0.1.6",
+ "@walmart/avp-feature-... | bumped avp and fwb version to drop-20 | bumped avp and fwb version to drop-20
|
f44a75f4776f7e924014f3770852742e2921d4eb | --- __tests__/startup/StartupSagaTest.ts
@@ -252,6 +252,7 @@ describe('handleSignOut', () => {
describe('loginFlow', () => {
it('handles expected flow', () => {
+ const signInTask = createMockTask();
const pinPromptTask = createMockTask();
const user = {userId: 'swalton3'} as User;
const iterato... | Fixing issue with sign in flow not terminating on sign out | Fixing issue with sign in flow not terminating on sign out
|
92700c56c16f97b24d7c981aefdcb707da722c32 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.20",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.387",
+ "@walmart/rn-receiving-mini-app": "2.3.211",
"@walmart/roster-mini-app": "2.9.0",
... | chore: revert ura change | chore: revert ura change
|
256c363c448b9f9c1c2a13eea68cb2d818c13609 | --- jest.config.js
@@ -6,14 +6,8 @@ module.exports = {
'<rootDir>/src/**/*.{js,jsx,ts,tsx}',
'!<rootDir>/src/queries/*',
'!<rootDir>/src/mocks/*',
-
- // '!<rootDir>/src/screens/MessagesScreen.tsx',
- // '!<rootDir>/src/screens/PushToTalkScreen.tsx',
- // '!<rootDir>/src/containers/ChatInput/**'... | ignoring disabled features for tests | ignoring disabled features for tests
|
6b253aae97f0484abfea4a99e0e409d2978332ef | --- packages/me-at-walmart-common/src/components/Home.ts
@@ -0,0 +1,36 @@
+import { StyleProp, ViewStyle } from 'react-native';
+import { AllsparkComponentContainers } from '@walmart/allspark-foundation/Components';
+
+export interface HomeWidgetProps {
+ refresh: boolean;
+ refreshKey: string;
+ onRefreshStart: (ke... | feat: add home component container | feat: add home component container
|
60152ad3080aec7200ec1789d74ef39a896baa19 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -86,7 +86,8 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
?.managerExperiencePreferences?.myTeams;
getMyTeamData().then((myTeamData) => {
- const isUserOnboarded = eligibleForO... | feat(ui): Update navigation for onboarding | feat(ui): Update navigation for onboarding
|
b252eafc0d16e20f33f22273034e8dcea905d4a1 | --- .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||xcode12.5)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI32&&!MAC-LAB-MINI09&&!MAC-LAB-... | Hoping this will work | Hoping this will work
|
bb9a63edcd1b77c803c3d3e9c4b8437499b07f3c | --- packages/allspark-foundation/__tests__/FeatureRunner/screens/Login.test.tsx
@@ -1,48 +1,60 @@
import React from 'react';
-import { fireEvent, render } from '../../utils';
+import { fireEvent } from '@testing-library/react-native';
+import { renderWithAllsparkProviders } from '../../utils';
import { Login } from '... | chore: test fixes | chore: test fixes
|
8aff23f18c4c403f62e50f63a12b83e7ec053e86 | --- packages/allspark-foundation/src/Network/redux.ts
@@ -51,7 +51,8 @@ export const networkSlice = createSlice({
state.loading = false;
state.loaded = true;
state.error = false;
- state.data = action.payload;
+ state.data = { ...(state.data || {}), ...action.payload };
+
// @backw... | fix: network state was being overridden on update rather than extended | fix: network state was being overridden on update rather than extended
|
ef736863ac6c20b80262d6110d0795029401dd23 | --- __tests__/core/RootContainerTest.tsx
@@ -8,6 +8,9 @@ jest.mock('../../src/auth', () => ({
jest.mock('react-native-safe-area-context', () => ({
SafeAreaProvider: (props: any) => props.children,
}));
+jest.mock('@react-navigation/native', () => ({
+ NavigationContainer: (props: any) => props.children,
+}));
je... | trying to fix unit test (#122) | trying to fix unit test (#122)
|
3a2baf508eee96fea5641ce888ae610f443846b4 | --- packages/allspark-foundation/__tests__/Translation/modals/client.test.ts
@@ -120,9 +120,15 @@ describe('TranslationFeatureClient', () => {
expect(AllsparkTranslationClient.language).toBe('en-US');
});
- it('should initialize TranslationClient', () => {
+ it('should initialize TranslationClient', async (... | test: added translation client test to test sonar coverage for prs | test: added translation client test to test sonar coverage for prs
|
f388fa5528cdb9678795c8d95e28a0cb67c932b1 | --- src/channels/transforms.ts
@@ -8,8 +8,6 @@ import {
ChannelsState,
LastMessage,
} from './types';
-import {isNil} from 'lodash';
-import {ChannelTypes, STORE_CHANNEL_ID} from './constants';
export const normalizeChannelSnapshot = (
snapshot: ChannelQuerySnapshot,
--- src/constants.ts
@@ -4,6 +4,7 @@ ... | fixing looper checks | fixing looper checks
|
6fd464b6d8e9f5e284aa514e109b41b6b50add77 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.1.5",
+ "version": "1.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.1.5",
+ "version": "1.1.6",
"hasInstallScr... | version update | version update
|
b8ec0b8e46fef93d24ccca5a14386befa8d10ff5 | --- package-lock.json
@@ -55,7 +55,7 @@
"@walmart/impersonation-mini-app": "1.10.0",
"@walmart/ims-print-services-ui": "1.2.2",
"@walmart/inbox-mini-app": "0.81.3",
- "@walmart/iteminfo-mini-app": "5.3.3",
+ "@walmart/iteminfo-mini-app": "^5.3.4",
"@walmart/manager-appr... | Bump item-info@5.3.4 | Bump item-info@5.3.4
|
e9e1add8739ae0f53e9312053175d1d525292ada | --- core/__tests__/__mocks__/@walmart/price-changes-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- PriceChangesMiniApp: 'PriceChangesMiniApp',
+ __esModule: true,
+ PriceChangesFeature: {
+ buildAllScreens: () => 'PriceChangesMiniApp',
+ },
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__s... | Bump Pc version to 1.11.0 | Bump Pc version to 1.11.0
|
e7b2211f2b51b7f4caee15f171b4bd8b0f61e09a | --- src/notification.ts
@@ -51,30 +51,26 @@ const playAudioMessageOrCatch = (remoteURI: string) => {
};
export const backgroundPushNotificationHandler = (event?: SumoPushEvent) => {
- let handled = false;
if (event?.customData?.category === 'pushtotalkv2') {
+ const {storeNumber, channelId} = event?.customDa... | Fix notification | Fix notification
|
650597d7b58752b2f832049937e2b769ffa1cd5f | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/mod-flex-mini-app": "1.16.4",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.1.4",
- "@walmart/myteam-mini-app": "1.1.6",
+ "@walmart/myteam-mini-app": "1.1.7",
"@walmart/native-rfid-scan... | My Team/ Texting mini app drop 21 changes | My Team/ Texting mini app drop 21 changes
|
75045263131f4a871359ec2943bcd7142682a7cf | --- __tests__/components/header/LocalHeader.test.tsx
@@ -123,9 +123,9 @@ describe('LocalHeader', () => {
expect(styles).toEqual({
backgroundColor: '#e6f3ff',
- height: 70,
+ minHeight: 70,
width: '100%',
- padding: 8,
+ padding: 16,
});
});
@@ -... | fix(ui): MyWalmart 2.0 VQA Bugs | fix(ui): MyWalmart 2.0 VQA Bugs
|
a41d6e58b961177f71fcd56267cda02d86cbd991 | --- packages/allspark-foundation/package.json
@@ -39,7 +39,8 @@
"bin": {
"allspark-generate-graphql": "./cli/generate.js",
"allspark-link": "./cli/link.js",
- "allspark-setup": "./cli/setup.js"
+ "allspark-setup": "./cli/setup.js",
+ "certify-booted-sim": "./cli/certify-booted-sim",
},
"repo... | feat: add permission setup to allspark link script. add certify booted sim to bin scripts. | feat: add permission setup to allspark link script. add certify booted sim to bin scripts.
|
ac659b950e2d5a80a2e19e426fe4f998eaeffa70 | --- __tests__/harness/athenaQueries/getTeamsByStore.ts
@@ -1,4 +1,4 @@
-import {GetTeamsByStoreDocument} from '../../../dist/queries/getTeamsbyStore';
+import {GetTeamsByStoreDocument} from '../../../src/queries/getTeamsbyStore';
import moment from 'moment-timezone';
const currentDay = moment().format('YYYY-MM-DD')... | Update the namespace in test harness | Update the namespace in test harness
|
52610cf9e46ae1a502969d4e5592817b7ae4b9f8 | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "5.3.5",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.38",
+ "@walmart/metrics-mini-app": "0.9.39",
"@walmart/mod-flex-min... | updated metrics version | updated metrics version
|
414e10484b80bcd8ffb87ae2ddfd995b0df221e8 | --- ios/Podfile.lock
@@ -154,7 +154,7 @@ PODS:
- RNPermissions
- PromisesObjC (1.2.12)
- Protobuf (3.17.0)
- - PTT (0.6.0-rc.5):
+ - PTT (0.6.0-rc.6):
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
- Starscream (~> 3.0.2)
@@ -338,8 +338,8 @@ PODS:
- React-Core
- react-nativ... | feat: bumping ptt version | feat: bumping ptt version
|
8adc27e9b64daf81e36ea5261a4039a627683975 | --- package-lock.json
@@ -830,6 +830,15 @@
"@babel/helper-plugin-utils": "^7.10.4"
}
},
+ "@babel/preset-typescript": {
+ "version": "7.10.4",
+ "resolved": "https://npme.walmart.com/@babel/preset-typescript/-/preset-typescript-7.10.4.tgz",
+ "integrity": "sha512-SdYnvGPv+bLlwkF2V... | update version | update version
|
c860fb0f1488da2ae3537a092297be7477277569 | --- __tests__/screens/RosterScreen/TeamsListTest.tsx
@@ -39,6 +39,7 @@ describe('Roster Screen :: TeamsList', () => {
rosterScreen.getByText('My team');
});
+ //TODO: Brittle test case, refactor redux to make less brittle
it.skip('should show only users own team if user has team', async () => {
... | updating test case | updating test case
|
abb85d84224d2bca7268f408f0c222de19635128 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -23,16 +23,16 @@ export const AllTeamsScreen = () => {
const primaryTeamData = useGetTeamById(primaryTeamId);
const primaryTeamDetails = primaryTeamData.data?.getTeamById;
const primaryTeamArea = primaryTeamDetails?.workgroup ?? '';
- cons... | Update roster mini app with right import for hub | Update roster mini app with right import for hub
|
5456d83e9554d9f9c6fc2588d8ee9160caf461aa | --- package.json
@@ -89,7 +89,7 @@
"node"
],
"transformIgnorePatterns": [
- "<rootDir>/node_modules/(?!(react-native|@walmart/gtp-shared-components|@react-native-community/picker)/)"
+ "<rootDir>/node_modules/(?!(react-native|@walmart/gtp-shared-components|@react-native-community/picker|@walm... | fix tests | fix tests
|
13f35bcebf5df0002389728fdce382db75d6788d | --- __tests__/screens/RosterScreen/__snapshots__/TeamsListTest.tsx.snap
@@ -3594,7 +3594,7 @@ exports[`Roster Screen :: TeamsList when collapsed should show only users own te
"borderRadius": 8,
"flex": 1,
"justifyContent": "center",
- "sh... | snapshot fix | snapshot fix
|
75f2c136a4d24382d41ad79f58fb15c393dd8986 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
@@ -80,7 +80,7 @@ const EditSavedTeams = ({ handleEdit }: { handleEdit: () => void }) => {
// TODO: udpate loading to come from API
const loading = false;
- const { t } = useAllsparkTranslation();
+ //... | Adding translations updates | Adding translations updates
|
23e5965b6bc7e794c18949eb51d302c8aa27cf13 | --- package-lock.json
@@ -3124,9 +3124,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.7",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.7.tgz",
- "integrity": "sha512-LdZtwtA1psFqDWsT5WAaCthYKOnrxOXba46nPisD14F5NalxHuS... | Bumping PTT version | Bumping PTT version
|
93b701f77533074b7cfd842217825c51e9095702 | --- src/channels/pushToTalkProvider.tsx
@@ -56,7 +56,8 @@ export const PushToTalkProvider = (props: PropsWithChildren<{}>) => {
sentTo: string[];
sentToChannel: string;
};
- if (data.createdAt) {
+ // eslint-disable-next-line no-extra-boolean-cast
+ ... | Reverting changes | Reverting changes
|
3c7ec57b0000fda44eb6a90fb69067793ab4c42f | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.6.3",
- "@walmart/rn-receiving-mini-app": "2.4.35",
+ "@walmart/rn-receiving-mini-app": "2.4.39",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version 2.4.39 - Bug fixes | Receiving version 2.4.39 - Bug fixes
|
74fb1168cbc33cc0d88fd25a5aeb11db09c85071 | --- __tests__/__mocks__/@walmart/receipt-check-miniapp.js
@@ -1,10 +1,5 @@
-import React from 'react';
-
-jest.mock('@walmart/receipt-check-miniapp', () => {
- return {
- __esModule: true,
- default: jest.fn(() => ({
- ReceiptCheckminiApp: <></>,
- })),
- };
-});
+module.exports = {
+ __esModule: true,... | add translation changes | add translation changes
|
386d18ebc75438c5f64dd40215188bdd85a1ba07 | --- src/navigation/index.tsx
@@ -1,7 +1,11 @@
import React from 'react';
import {createStackNavigator} from '@react-navigation/stack';
import {Header} from '@walmart/ui-components';
-import { SearchHeader, SearchHeaderRight, SearchIcon, SearchScreen } from "../screens/SearchScreen";
+import {
+ SearchHeader,
+ Sea... | fixing lint | fixing lint
|
83b45e3d450a080ded5669e8e435bdb9acd25b0a | --- package.json
@@ -12,7 +12,7 @@
"androidConfig:dev": "sh scripts/updateAndroidProjectConfig.sh Dev",
"androidConfig:prod": "sh scripts/updateAndroidProjectConfig.sh Prod",
"androidConfig:teflon": "sh scripts/updateAndroidProjectConfig.sh Teflon",
- "coverage": "jest --coverage",
+ "coverage": "t... | chore: temp coverage skip for build test | chore: temp coverage skip for build test
|
e44ffe94b09e63cf24d9dd9ce4bffb2f50d333d6 | --- app.config.US.ts
@@ -33,8 +33,8 @@ const buildNumber = process.env.BUILD_NUMBER || '939';
// Used to temporarily bypass codegate for hardcoding of google maps key
const magicWord = 'Key' as const;
-// Google Maps API Key - used for both native Maps SDK and JavaScript Places API
-const GOOGLE_MAPS_API_KEY = 'AIz... | chore: Update app.config.US.ts (#5264) | chore: Update app.config.US.ts (#5264)
|
7ee7d7bdef9a9c1755ab2ea385a6b532964e47a5 | --- src/channels/provider.tsx
@@ -67,6 +67,14 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
.where('lastMessageTime', '>', SEVEN_DAYS_AGO_TIMESTAMP)
.orderBy('lastMessageTime', 'desc')
.onSnapshot((snapshot) => {
+ /**
+ * Store and Team Channel Inj... | minor refactor for primary team hook | minor refactor for primary team hook
|
329ccd4925d497cf5711e74ed040c9b8e6e1b401 | --- .looper.multibranch.yml
@@ -68,7 +68,7 @@ envs:
PRODUCT_NAME: 'Me@Walmart'
NO_PROXY: "*.walmart.com,chromium.googlesource.com"
ALLSPARK_CORE_GITHUB_URL: "https://gecgithub01.walmart.com/allspark/allspark-core"
-
+
APPCENTER_API_KEY_iOS: "%{credentials.secret('appcenter_iOS')}"
... | fixed icon. | fixed icon.
|
ae0e719752d3e2e08de0f8238c5b683967233bfb | --- packages/celebration-mini-app/src/config/HubConfig.tsx
@@ -12,13 +12,22 @@ import {HubCelebrationWidget} from '../components/HubCelebrationWidget';
// Hub configuration constants for backend implementation
// This follows the consumer-provider pattern where we register with MyTeam's hub
-export const CELEBRATIO... | feat(ui): update celebration mini app | feat(ui): update celebration mini app
|
c5feb3ec42f9730e99b162d2f5f8ee54933c0168 | --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -46,6 +46,22 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
+ <Screen
+ component={[Function]}
+ name="taskit"
+ options={
+ {
+ "cardOverlay... | feat: adding notes safety (#4808) | feat: adding notes safety (#4808)
Co-authored-by: Deepanshu Rawat <deepanshu.rawat@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
64897dbed13c54f32f0430ab0851c7381d204fef | --- src/auth/ErrorScreen.tsx
@@ -87,9 +87,18 @@ export const ErrorScreen: FC<any> = (props) => {
const onSave = () => {
setFormDirty(true);
-
if (!missingFields && !missingOther) {
const userIdValue = userId.split('.')[0];
+ const logMsg = {
+ message: detail || 'no details entered by ... | add options property conditionally | add options property conditionally
|
91d57bdd259b50aea338afa627f4f8a79125342f | --- packages/allspark-foundation/src/Navigation/context.tsx
@@ -1,5 +1,6 @@
-import React, { PropsWithChildren, useState } from 'react';
+import React, { PropsWithChildren } from 'react';
import { noop } from 'lodash';
+import { useToggleState } from '@walmart/allspark-utils';
import { AllsparkContextCreator } from '... | refactor: change drawer provider to use toggle state hook for lock state | refactor: change drawer provider to use toggle state hook for lock state
|
58c213a01a169d148bc4bf8c4cfa7a1da5052aae | --- package-lock.json
@@ -76,7 +76,7 @@
"@walmart/receipt-check-miniapp": "1.8.20",
"@walmart/redux-store": "3.1.2",
"@walmart/refrigeration-alarms-mini-app": "1.35.0",
- "@walmart/returns-mini-app": "0.3.2",
+ "@walmart/returns-mini-app": "0.6.0",
"@walmart/schedule-mi... | Update package-lock.json | Update package-lock.json
|
44d69a82afe8de5db961a940e5bf1554df3921fb | --- src/components/MyWalmartv2/Common/RosterListItem/RosterListItem.tsx
@@ -254,12 +254,8 @@ export const RosterListItem = memo(
try {
analytics('item_open_details', {
screen: 'AssociateRosterDetail',
- component: 'RosterListItem',
a... | feat(ui): update analytics pargs | feat(ui): update analytics pargs
|
15f3cbf88918fe5dd47f7c00bfc4caf89a92bc9b | --- src/screens/SearchScreen.tsx
@@ -91,7 +91,6 @@ const SearchHeaderBase = (props: StackHeaderProps) => {
}, [navigation, searchInput]);
return (
- // @ts-ignore
<View style={[styles.header, {paddingTop: top}, options.headerStyle]}>
{navigation.canGoBack() && (
<Animated.View style={[op... | remove unused tsingore | remove unused tsingore
|
6dfb61dbfba94c2e06252d7ef5056794b1375eb4 | --- package-lock.json
@@ -85,7 +85,7 @@
"@walmart/schedule-mini-app": "0.63.0",
"@walmart/shelfavailability-mini-app": "1.5.18",
"@walmart/store-feature-orders": "1.24.0",
- "@walmart/taskit-mini-app": "2.53.0",
+ "@walmart/taskit-mini-app": "2.53.1",
"@walmart/texting-... | Updated taskit version | Updated taskit version
|
74529fa0f7b3d75ebd965d1ad6a5f388d73a531e | --- package-lock.json
@@ -1917,9 +1917,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.0.5",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.5.tgz",
- "integrity": "sha512-s3m+S/VmpVP8Mx3FViESAtvt3pCehjMDl3saENqLiJUotCcCGsP... | Navigation changes | Navigation changes
|
79189132414623c849b3f68226320a7c217cea81 | --- package-lock.json
@@ -4387,6 +4387,11 @@
}
}
},
+ "@walmart/refrigeration-alarms-mini-app": {
+ "version": "1.15.0",
+ "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.15.0.tgz",
+ "integrity": "sha512-+U2J8d7br/mSf... | Updating FixIt Refrigeration Navigation | Updating FixIt Refrigeration Navigation
|
3f11fbffea7eec93c45b18580afa1d23f0054a6f | --- package.json
@@ -7,7 +7,7 @@
"scripts": {
"test": "lerna run test --since",
"lint": "lerna run lint --since",
- "publish": "lerna publish --yes",
+ "publish": "npm publish --workspaces",
"publish-from-package": "lerna publish from-package --yes",
"publish-from-git": "lerna publish from-git --yes"
... | chore: change pulish command | chore: change pulish command
|
7b3cdbc70f1c0a30f52d4011e550567113dcbc22 | --- core/__tests__/__mocks__/@walmart/myteam-mini-app.js
@@ -4,4 +4,7 @@ module.exports = {
useMessagesUnreadCount: jest.fn(),
},
buildAllScreens: jest.fn(),
+ buildScreens: jest.fn(),
+ buildScreen: jest.fn(),
+ useUserCanSeeTeamHub: jest.fn(),
};
--- core/__tests__/__mocks__/@walmart/roster-mini-app.... | feat(ui): Update my team mini app tests for Manager experience Drop 28 | feat(ui): Update my team mini app tests for Manager experience Drop 28
|
d8948861d5adf06a9bab149bcf7d69e1104940bf | --- package.json
@@ -114,7 +114,7 @@
"@walmart/inbox-mini-app": "0.102.2",
"@walmart/invue-react-native-sdk": "0.1.26-alpha.12",
"@walmart/iteminfo-mini-app": "8.5.2",
- "@walmart/learning-mini-app": "20.0.76",
+ "@walmart/learning-mini-app": "20.0.78",
"@walmart/manager-approvals-miniapp": "0... | feat: fix rate limit for learning drop32 hotfix (#4597) | feat: fix rate limit for learning drop32 hotfix (#4597)
* fix: Incremented learning-mini-app to 20.0.78
* fix: Incremented learning-mini-app to 20.0.78 |
2e69cbb43a4230216578c7604bdff973b623fbbc | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -193,10 +193,6 @@ Array [
component={[Function]}
name="Core.PinAccessModal"
/>
- <Screen
- component={[Function]}
- name="Core.BiometricModal"
- />
<Screen
component={... | Moving biometric modal location for fix when trying to show before associate flow loads | Moving biometric modal location for fix when trying to show before associate flow loads
|
033247cb99613a8bb8c2c33d5d3f6a164457c0cb | --- src/permissions/constants.ts
@@ -1,5 +1,5 @@
import {Platform} from 'react-native';
-import {PERMISSIONS} from 'react-native-permissions';
+import {PERMISSIONS} from '@walmart/core-services/Permissions';
export const PERMISSION_WELCOME_SCREEN = 'Core.PermissionsWelcome';
export const PERMISSION_LOCATION_SCREEN... | updating permission constants import | updating permission constants import
|
f052bb14deba61a09a5e2bace895aeeccff95868 | --- src/auth/ErrorScreen.tsx
@@ -38,7 +38,7 @@ export const ErrorScreen: FC<any> = (props) => {
const [siteId, setSiteId] = useState('');
const [detail, setDetail] = useState('');
const [formDirty, setFormDirty] = useState(false);
- const [errorCategory, seterrorCategory] = useState('');
+ const [errorCatego... | dirty fix for default select | dirty fix for default select
|
33e4058d2bcf9277780fe6d2ba91595324e844f9 | --- package-lock.json
@@ -4208,9 +4208,9 @@
"integrity": "sha512-btkn4VE+5H2cyqPv47O3bytqSA2irOJ/+sT+pNl7CIanF+DuFYjDUNpddeDe7t0HRYTPLsEM07KlIhMrDYOsAA=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.1.25",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Bumped up feedback miniapp version | Bumped up feedback miniapp version
|
cedf06ee51b9e36fb9102afe869d592cdff91bb6 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -126,6 +126,9 @@ export const TeamSwitcher = ({
userPrefTeamsFromTeamSelection?.length !== userPrefTeams?.length
) {
refetch();
+ dispatch(
+ StoreManagerExperienceCreators.updateSelectedTeamIdsFromTeamSelection([])
+ ... | fix: reset redux value for automatic refresh | fix: reset redux value for automatic refresh
|
0473dfd7de4d7896ecd9638313d4c5ce0009710f | --- packages/allspark-foundation/__tests__/FeatureRunner/screens/__snapshots__/Permission.test.tsx.snap
@@ -105,6 +105,7 @@ exports[`Permissions.tsx should render snapshot 1`] = `
"borderBottomWidth": 1,
"flex": 1,
"height": 1,
+ "width":... | chore: update snapshots | chore: update snapshots
|
4d231eda19b262ac90a4ec9fa6c58f61115e7dca | --- ios/Podfile.lock
@@ -1994,4 +1994,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: af667f35fa6bf76decf2d6c20cd5a30aeaf85840
-COCOAPODS: 1.12.1
+COCOAPODS: 1.12.1
\ No newline at end of file
| podfile.lock | podfile.lock
|
8c7d2421bce8a58bcdab979131ae7f6c65ffc12a | --- package.json
@@ -85,7 +85,7 @@
"@walmart/allspark-utils": "6.9.0",
"@walmart/amp-mini-app": "1.2.10",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "patch:@walmart/ask-sam-mini-app@npm%3A1.32.4#~/.yarn/patches/@walmart-ask-sam-mini-app-npm-1.32.4-defd9fc95d.patch",
+... | chore(merge): ALLSPARK-00000 sync expo plugin version | chore(merge): ALLSPARK-00000 sync expo plugin version
|
7fbca8479a14ab49d93f6ecc0e69cfd9379b2da1 | --- container/web-shims/react-native-app-auth.ts
@@ -2,7 +2,7 @@
// Simple dummy mock for react-native-app-auth (web-compatible)
-const authorize = async config => {
+const authorize = async (config: any) => {
console.log('[WebAuth Mock] authorize called with config:', config);
const mockResult = {
refr... | feat: update lint fixes | feat: update lint fixes
|
ab8561cfe37268478463c3d29be2ead40487cd7a | --- package-lock.json
@@ -3544,9 +3544,9 @@
"integrity": "sha512-HqzsayD8WUTeiG7VTuHWPgSqKM/RxN90OYmLxBvtyMgGAeAYz8nKnsR5USnPHGb0L2wHUg/KwAhpqRLr0Y2s7w=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.3.70",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini... | 0.3.71 mini app version | 0.3.71 mini app version
|
bfa0c754c5944ed5a18253d857c250e1aee21222 | --- packages/allspark-foundation-hub/src/HubFeature/Store/TeamSelection/Component/TeamSelectionList.tsx
@@ -27,6 +27,7 @@ import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment';
import { getVersion } from 'react-native-device-info';
import { RenderTeamSelectionListItems } from './RenderTeamSel... | Adding temp changes | Adding temp changes
|
79d7402db922f5d2b958a978dec0a65a2f8d2aee | --- app.config.US.ts
@@ -32,7 +32,15 @@ const CONFIG: ExpoConfig = {
prod: `${__dirname}/assets/images/adaptive-icon.png`,
default: `${__dirname}/assets/images/adaptive-icon-beta.png`,
}),
+ monochromeImage: `${__dirname}/assets/images/adaptive-icon-monochrome.png`,
},
+ icon: Envi... | chore: add icons for environments | chore: add icons for environments
|
c27ddf5435e89065f5bd74ffb09bd66f94e19069 | --- package.json
@@ -101,7 +101,7 @@
"@walmart/core-widget-registry": "6.1.4",
"@walmart/counts-component-miniapp": "0.1.11",
"@walmart/emergency-mini-app": "1.27.1",
- "@walmart/exception-mini-app": "1.8.3",
+ "@walmart/exception-mini-app": "1.8.4",
"@walmart/facilities-management-miniapp": "... | Pinpoint - 1.8.4 | Pinpoint - 1.8.4
|
b0b9a17b5b016d3493992abfbebc7db75f87c32e | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -1,4 +1,3 @@
-// @ts-nocheck
import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
import {translationClient} from '../../common/translation';
import {RefreshControl, View} from 'react-native';
| fix: Primary Team and Images | fix: Primary Team and Images
|
1e30c0ae40858e1f60b859c55ec02ab1bab09b34 | --- __tests__/storeInfo/StoreInfoTest.tsx
@@ -1,8 +1,8 @@
import React from 'react';
-import { Platform } from 'react-native';
-import { create } from 'react-test-renderer';
-import { StoreInfo } from '../../src/storeInfo/StoreInfo';
-import { OpenMapsUrlUtils } from '../../src/storeInfo/utils';
+import {Platform} fro... | update log content | update log content
|
49e71ab7c7b44682d67488b7e82d6c86847ed3df | --- src/screens/RosterScreen.tsx
@@ -1,6 +1,6 @@
/* eslint-disable react-hooks/exhaustive-deps */
-import React, {useEffect, useMemo, useRef, useState} from 'react';
-import {StyleSheet, View} from 'react-native';
+import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
+import {RefreshControl,... | initial commit for pull down to refresh | initial commit for pull down to refresh
|
bb9aa35133bcbef351a0e9a47bf0617972a7ace4 | --- env.beta.js
@@ -5,7 +5,7 @@ export default {
pingFedEnv: 'PROD',
redirectUri: 'com.walmart.stores.allspark.beta://SSOLogin',
sumoOptions: {
- appUUID: '0226b4c0-f1f5-4931-9fb6-f80f1f9a2e3e',
+ appUUID: 'f0582cce-810e-4c6b-9280-77c4979e22ae',
consumerId: '364a55bb-7f04-4a7c-a800-1d91c08fe5f2',
... | change beta config to use prod app uuid for sumo 2 | change beta config to use prod app uuid for sumo 2
|
5f24a25eec80364e41273a5d360529b85ccfa463 | --- src/components/AssociateRosterItem/index.tsx
@@ -46,6 +46,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
);
const currentUser = useSelector(UserSelectors.getUser) as Associate;
const isWeeklyScheduleVisible: boolean = useRbacConfigWithJobCode();
+ const isHourlyAssocia... | Hourly employees' statuschip disabled | Hourly employees' statuschip disabled
|
e3a56e18a62ea13e2a39faf1dd40dfcf2dc1d23e | --- targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png
Binary files a/targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png and b/targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png differ
--- targets/US/ios/AllSpark/Ima... | remove alpha channel from large icon | remove alpha channel from large icon
|
7850687c2ca62bfeab2ed64a6464cc2d7ee23d49 | --- targets/US/package.json
@@ -108,7 +108,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.4",
"@walmart/ims-print-services-ui": "2.15.3",
- "@walmart/inbox-mini-app": "0.97.12",
+ "@walmart/inbox-mini-app": "0.97.13",
"@walmart/iteminfo-mini-app": "... | inbox version updated | inbox version updated
|
8315448fcac5bff7ab7aedfeaadf75202c6b9e48 | --- __tests__/utils/teams-test.ts
@@ -2,8 +2,10 @@ import {
groupTeamsByWorkgroupTransform,
OTHER_WORKGROUP,
sortWorkgroupKeysForTeamList,
+ sortTeamsAscComparator,
} from '../../src/utils/teams';
import {Team} from '../../src/types';
+import {ASC_SORT, DESC_SORT, NO_SORT} from '../../src/constants';
const... | Adding coverage for teams.ts | Adding coverage for teams.ts
|
64ea8af8434ed41160564209c749be00bf7af71d | --- targets/US/ios/AllSpark.xcodeproj/project.pbxproj
@@ -469,6 +469,7 @@
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseABTesting/FirebaseABTesting_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallation... | chore: update pods | chore: update pods
|
7e1742d8e96df8bd4605416b65b2db6fbc63e3fd | --- apps/example/.eslintrc.js
--- apps/example/.gitignore
--- apps/example/.node-version
--- apps/example/.prettierrc.js
--- apps/example/.watchmanconfig
--- apps/example/Gemfile
--- apps/example/Gemfile.lock
--- apps/example/__tests__/App-test.tsx
--- apps/example/app.config.US.ts
--- apps/example/ap... | feat(example): move example app to apps directory | feat(example): move example app to apps directory
|
a9a5ca6ac7d40585ed336d29c6302e752ac0c9f5 | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_miniapp": "0.130.23",
"@walmart/price-changes-mini-app": "1.6.10",
- "@walmart/profile-feature-app": "0.126.0",
+ "@walmart/profile-feature-app": "0.128.0",
"@walmar... | bump version 0.128.0 | bump version 0.128.0
|
96465742df4f65db5479e59b6e142b062b690157 | --- package-lock.json
@@ -48,7 +48,7 @@
"@walmart/exception-mini-app": "1.4.2",
"@walmart/facilities-management-miniapp": "0.6.42",
"@walmart/feedback-all-spark-miniapp": "0.9.33",
- "@walmart/financial-wellbeing-feature-app": "1.10.0",
+ "@walmart/financial-wellbeing-feature-ap... | bumped financial-wellbeing-feature-app to 1.10.1 | bumped financial-wellbeing-feature-app to 1.10.1
|
8ca889718afdcc79564e67bd055162376fdc29a9 | --- .looper.multibranch.yml
@@ -23,45 +23,45 @@ envs:
IOS_BASE_PATH: targets/US/ios
ANDROID_BASE_PATH: targets/US/android
-# branches:
-# - spec: feature/drop25
-# triggers:
-# - manual:
-# name: Publish Packages (Pre-Release)
-# call: publishPrerelease
-# - manual:... | chore: overriding looper build trigger for package publishing | chore: overriding looper build trigger for package publishing
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.