commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
bf01239311c6ade14a8f1c886a0fa325e3f759bf | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -12,6 +12,7 @@
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /*... | Added Privacy file to the project | Added Privacy file to the project
|
bf93cbb4cf2f4a5a020413427f5e9aeee1f4951e | --- .github/pull_request_template.md
@@ -13,12 +13,9 @@
Note:
-Please run following commands
+Please run following command to set up and resolve any issue found as a part of coverage or build or commit
In the allspark dir
- - yarn run build
- - yarn run coverage
- - yarn run lint:fix
- - yarn run ... | chore(ui): update pr guidelines and husky config | chore(ui): update pr guidelines and husky config
|
742be983398e0b39fdb7f3b9b4e48cb536401050 | --- android/build.gradle
@@ -33,6 +33,8 @@ buildscript {
maven {
url "https://repository.walmart.com/content/groups/public"
}
+ maven { url "https://mvn.ci.artifacts.walmart.com/artifactory/sumo-mvn" }
+ maven { url "https://mvn.ci.artifacts.walmart.com/artifactory/store-mob... | Adding sumo mvn repo | Adding sumo mvn repo
|
64e4417aa53aecedb7f3335e84aa196f5bb25f4c | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.110",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pu... | package version update ptt | package version update ptt
|
5f4fe349e240b36d8b77724093ad1425b11f7b25 | --- packages/associate-exp-hub-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.
+## [2.21.1](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.21.1
- @walmart/associate-exp-hub-mini-app@1.13.4
- @walmart/associate-exp-hub-team-switcher@2.23.1
|
ee236dabb52b2c75ad7c29209cced2a70ee238f8 | --- sr.yaml
@@ -30,3 +30,8 @@ applications:
consumerIdInfos:
- consumerId: 5d6a7e07-36ab-43e3-b378-30fa908abe9d
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTiCdaphHXOphTEkN61zyYWfT1lzPaU848s/7cYyAUzF3lStLxgbXC7G03ga9v+W9xG3tJ4D+dwsyaxYZEsAYPgHiuE5zhC169I9w/NwOSlfgawcm7HWA/rY... | srymal prod | srymal prod
|
18fe3de3f71ffc9d6fc131a435c57bc30a85efca | --- packages/my-walmart-hub/__tests__/shared/ActionButtonGroup.test.tsx
@@ -14,7 +14,7 @@ describe('ActionButtonGroup', () => {
const { getByTestId, toJSON, getByText } = render(
<ActionButtonGroup {...actionButtonGroupProps} />
);
- const secondaryButton = getByTestId('secondary-button');
+ cons... | Feature/minor ux fixes (#516) | Feature/minor ux fixes (#516)
* feat(ui): fixed button and text style
* feat(ui): updated test
---------
Co-authored-by: Prasan Suresh Dhareshwar - p0d02sx <Prasansuresh.Dharesh@walmart.com> |
f2bd496497a605494adedad661b1194881778e6c | --- packages/me-at-walmart-container/src/services/navConfig.ts
@@ -34,10 +34,16 @@ type SideMenuConfig = {
navs?: SideMenuOption[];
};
+type UnknownMenuConfig = {
+ type?: 'default';
+ navs?: unknown[];
+};
+
type GlobaNavConfigData = (
| QuickActionConfig
| BottomTabConfig
| SideMenuConfig
+ | Unkno... | fix: nav config transform not handling unexpected nav type | fix: nav config transform not handling unexpected nav type
|
2737b9dea65af6aa32217ae89505dc85dac0ae6d | --- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/HubDashboard.tsx
@@ -31,6 +31,7 @@ import {
useFocusEffect,
useNavigation,
useRoute,
+ useScrollToTop,
} from '@react-navigation/native';
import { TeamOnboardingScreen } from '../../Onboarding';
import { useOnboardingContext } from '..... | Update the scroll to top | Update the scroll to top
|
24a901f0f27d1b2ab56399cdb9cf934d865925fc | --- packages/allspark-foundation-hub/__tests__/HubFeature/__snapshots__/TeamListItem.test.tsx.snap
@@ -45,7 +45,7 @@ exports[`TeamListItem renders list item for all teams roster view correctly 1`]
}
/>
<View
- accessibilityLabel="Management 93 Clocked in"
+ accessibilityLabel="Management"
... | Update clockout screen | Update clockout screen
|
4e56c1f153b62d2bbb50cd0fffde61362102500f | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -58,6 +58,7 @@ import {
associateIsAbsent,
associateIsClockedIn,
associateIsScheduled,
+ associateIsScheduledWithShifts,
associateIsTardy,
} from '../../utils/user';
import {ListEmptyComponent} from '../../components/EmptyList';
@@ -... | feat(ui): logic to handle schedule count | feat(ui): logic to handle schedule count
|
7b3b2f07922b7212bdf75e3a48155049fff60407 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.8",
+ "version": "1.15.9",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux... | Update the roster navigation for my team | Update the roster navigation for my team
|
40e68fc7e365e67c38a34cedb918e0c1b25a4787 | --- package-lock.json
@@ -4260,9 +4260,9 @@
"integrity": "sha512-7nXe02E/AOFtT1u6/tVerIskwWvSoJcMgYN2DNH7vMgbb0YIFOsqwzX+nbRh/AcaZhC7YX5H2irVCc6/5/HjJw=="
},
"@walmart/metrics-mini-app": {
- "version": "0.5.2",
- "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-mini-a... | bumping metrics version | bumping metrics version
|
522025534291226fdc5ea61259aac7afdb5ffbf7 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.15",
+ "@walmart/facilities-management-miniapp": "0.5.18",
... | Update package-lock | Update package-lock
|
1b17b4a942270dbfae010fc6a60ba1a134c110d3 | --- package-lock.json
@@ -77,7 +77,7 @@
"@walmart/receipt-check-miniapp": "1.12.4",
"@walmart/redux-store": "3.1.5",
"@walmart/returns-mini-app": "0.13.3",
- "@walmart/schedule-mini-app": "0.36.0",
+ "@walmart/schedule-mini-app": "0.35.0",
"@walmart/settings-mini-app": ... | revert schedule-mini-app to 0.35.0 | revert schedule-mini-app to 0.35.0
|
c5d0869bb130d862c6f3bd77e816981b09ed4c84 | --- __tests__/components/ClockStatusIndicatorTest.tsx
@@ -0,0 +1,33 @@
+import React from 'react';
+import {renderWithProviders} from '../harness';
+import {ClockStatusIndicator} from '../../src/components/ActionButton/ClockStatusIndicator';
+import {useSelector} from 'react-redux';
+import {PresenceIndicatorProps} fro... | Adding tests for ClockStatusIndicator | Adding tests for ClockStatusIndicator
|
3283ed856f863341d1adb89a9aa7189abe6333eb | --- __tests__/navigation/AssociateHallwayNav/ComponentsTest.tsx
@@ -49,6 +49,7 @@ describe('Banners', () => {
mockUseSelector.mockReturnValueOnce(false); // impersonated
mockUseSelector.mockReturnValueOnce(true); // connectivity
mockUseSelector.mockReturnValueOnce(false); // networkSiteMismatch
+ mockUseSelec... | Adding ccm flag to control change store banner | Adding ccm flag to control change store banner
|
28fb3ddec70805f2bc70207a465137b68dc03334 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 60
+ versionCode 61
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
325eb1802e142848787733025ccd0438cd1afcab | --- core/__tests__/__mocks__/@walmart/allspark-foundation/Auth.js
@@ -3,6 +3,10 @@ module.exports = {
AuthService: {
getUser: jest.fn(),
signIn: jest.fn(),
- signOut: jest.fn(),
+ signOut: jest.fn(() => {
+ return {
+ catch: jest.fn(),
+ };
+ }),
},
};
--- core/__tests__/sta... | improve auth flow tests | improve auth flow tests
|
ee49d87037abdc030760716b0c54a3f0306e0b8d | --- src/managerExperience/components/TeamSearchInput/style.ts
@@ -19,7 +19,6 @@ export const TeamSearchInputStyles = StyleSheet.create({
marginRight: 8,
paddingLeft: 16,
},
- //TODO: Figure out how to style placeholder color
inputStyle: {
flex: 1,
paddingVertical: 14,
@@ -27,6 +26,6 @@ export... | fix: remove comments | fix: remove comments
|
c393e0473206a359bce9cfcd8c325e6f5eb3a37a | --- package-lock.json
@@ -4481,9 +4481,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.39",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.39.tgz",
- "integrity": "sha512-TJfkWUTSN/3gPzLl6KNv1bXWqsUdNgZA/mDK1nkamZHqYH... | home version bump | home version bump
|
b749b2135e492278150ba908775e5e866bc09fa9 | --- packages/allspark-foundation/__tests__/User/components/selector.test.tsx
@@ -2,8 +2,6 @@
import { UserSelectors, fullNameFromFields, getFirstFromFullName, getNameFromUser, getFirstNameFromUser } from '../../../src/User/selectors';
import { User } from '../../../src/User/types';
-jest.mock('namecase', () => jest... | pr fix | pr fix
|
2dcf2bdc0bac947b0884dd3a885f6fdbcfa575ff | --- .looper-pr.yml
@@ -30,3 +30,4 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
+
| feat(ui): generating tag | feat(ui): generating tag
|
9eca446c48615a4c4ff558cb77053016b83cf6e4 | --- src/components/Roster/index.tsx
@@ -1,227 +0,0 @@
-import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
-import {RefreshControl, StyleSheet, View} from 'react-native';
-import {Alert, Body, Spinner} from '@walmart/gtp-shared-components';
-import {FlashList} from '@shopify/flash-list';
-im... | fix looper fails | fix looper fails
|
f68f442c3023a2499b5d3d4c9696d02150fb1fd3 | --- .looper.multibranch.yml
@@ -489,6 +489,7 @@ flows:
# @param betacrashPIN - pin for this build
slack-success:
- exposeVars(./betacrash.json)
+ - (get android version code) bundle exec fastlane get_android_version_code
- exposeVars(./fastlane/fastlane-session.json)
- echo "Android version code... | adding fastlane to get android version code | adding fastlane to get android version code
|
bc2ae7504e47389aa8ede52efcfeb92ce72ce707 | --- package-lock.json
@@ -5443,9 +5443,9 @@
}
},
"@walmart/price-changes-mini-app": {
- "version": "1.5.4",
- "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/price-changes-mini-app-1.5.4.tgz",
- "integrity": "sha512-JM5F79SxIgq0cE/oqeZg7jWAaByTcIClkOWOPqRJ8nHH361k... | Bump price changes to 1.5.4-alpha | Bump price changes to 1.5.4-alpha
|
cd9723dae4c788f107cb2bab15b4196f91bbbdec | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.3.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.3.0
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.26
- @walmart/associate-exp-hub-team-switcher@2.3.0
|
3b885a2a6f0fdb57a5b123766ee3b2494d6760b5 | --- ios/Podfile.lock
@@ -615,8 +615,6 @@ PODS:
- BoringSSL-GRPC/Implementation (0.0.24):
- BoringSSL-GRPC/Interface (= 0.0.24)
- BoringSSL-GRPC/Interface (0.0.24)
- - BVLinearGradient (2.6.2):
- - React-Core
- CocoaAsyncSocket (7.6.5)
- CodePush (8.2.2):
- Base64 (~> 1.1)
@@ -997,7 +995,7 @@ P... | chore: update podfile lock | chore: update podfile lock
|
c42c0ede49fd908c4bc133b49165fdef3ad9c69b | --- package-lock.json
@@ -77,7 +77,7 @@
"@walmart/receipt-check-miniapp": "1.9.4",
"@walmart/redux-store": "3.1.3",
"@walmart/refrigeration-alarms-mini-app": "1.35.0",
- "@walmart/returns-mini-app": "0.11.0",
+ "@walmart/returns-mini-app": "0.12.0",
"@walmart/schedule-m... | returns version bump 0.12.0 | returns version bump 0.12.0
|
a7e8c5429a0c8d8efec1e354ab57a57b56c3696c | --- packages/allspark-foundation/src/LocalStorage/client.ts
@@ -72,6 +72,8 @@ export class LocalStorageClient {
if (storedData === null) {
return null;
}
+
+ // Check if the stored data is expired
const parsedStoredData = JSON.parse(storedData);
if (parsedStoredData && parsedSt... | fix: notification client fallback to parsed value breaks some older integrations | fix: notification client fallback to parsed value breaks some older integrations
|
c63ccb2611097fadc9c48790730e2032cfd971d2 | --- package-lock.json
@@ -4350,7 +4350,7 @@
"@walmart/react-native-collapsible": {
"version": "1.5.3",
"resolved": "https://npme.walmart.com/@walmart/react-native-collapsible/-/react-native-collapsible-1.5.3.tgz",
- "integrity": "sha1-XoOvTwTbUqaib/9Ii//qp9yNBQk=",
+ "integrity": "sha512-A/... | Removing unnecesary package-lock changes | Removing unnecesary package-lock changes
|
37ddc4d65ef6bc09b18a3c5e83421739db3e3eb8 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.5",
+ "version": "3.7.6",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): update wm connect version | feat(ui): update wm connect version
|
d52a325bc5aa0a7f28e37a479e15aa1ee7fc9f30 | --- ios/AllSpark/Info.plist
@@ -109,7 +109,7 @@
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
- <string>LaunchScreen-Teflon</string>
+ <string>LaunchScreen-Dev</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
| removed info.plist changes | removed info.plist changes
|
a83300913706e9a497553f77b50beba063b9025a | --- package.json
@@ -139,7 +139,7 @@
"@walmart/receipt-check-miniapp": "1.22.9",
"@walmart/redux-store": "6.1.4",
"@walmart/returns-mini-app": "4.6.0",
- "@walmart/rfid-scan-mini-app": "2.3.10",
+ "@walmart/rfid-scan-mini-app": "2.3.16",
"@walmart/roster-mini-app": "2.4.0",
"@walmart/sche... | Update @walmart/rfid-scan-mini-app to v2.3.16 | Update @walmart/rfid-scan-mini-app to v2.3.16
|
a70df2fb5a87e666ed7850b613714f85bebc4e69 | --- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/Location.js
@@ -1,5 +1,4 @@
module.exports = {
- // ...jest.requireActual('@walmart/allspark-foundation/Location'),
LocationServiceCreator: jest.fn().mockImplementation((config) => ({
initialize: config.initialize,
fetch: confi... | chore: test coverage | chore: test coverage
|
623bdbd9d7935237b753448f78b61c2790cd7e56 | --- package-lock.json
@@ -108,7 +108,7 @@
"@walmart/time-clock-mini-app": "2.338.1",
"@walmart/topstock-mini-app": "1.8.5",
"@walmart/ui-components": "1.15.11",
- "@walmart/welcomeme-mini-app": "0.88.2",
+ "@walmart/welcomeme-mini-app": "0.89.0",
"@walmart/wfm-ui": "0.8... | version bump for Welcome Me | version bump for Welcome Me
|
3906bea9267901935a68c1f32a73a678f9f9b430 | --- src/utils/user.ts
@@ -4,6 +4,7 @@ import {Associate} from '../types';
import {GetAssociateNameQuery} from '../queries/getAssociateName';
import {ClockStatusEnum} from './ClockStatusEnum';
import moment from 'moment';
+import {isNil} from 'lodash';
const OBFUSCATION_KEY = 'texting-mini-app';
const OBFUSCATION... | Update preferred name | Update preferred name
|
9ed064103d28fb9250e3e5f65508817450d2cb68 | --- package.json
@@ -89,8 +89,8 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "1.1.6",
- "@walmart/roster-mini-app": "1.1.7",
+ "@walmart/wmconnect-mini-app": "1.2.0",
+ "@walmart/roster-mini... | updating package versions | updating package versions
|
c5597eceeb1a60d37b8f700500d1f9968a93cd89 | --- __tests__/communicationsTest.tsx
@@ -1,6 +1,5 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
-import {encryptedUserList} from './harness/firestore/data/users';
import {rawChannelsList} from "./harness/firestore/data/channels";
describe('Messaging', () => {
--- __... | adding more mock data | adding more mock data
|
8bb83bcefac163635701e72262fddab6e8459382 | --- src/components/modals/config/README.md
@@ -1,144 +0,0 @@
-# Modal Animation Configurations
-
-This directory contains animation configurations for modals in the Associate Experience Hub.
-
-## Available Animations
-
-### `getBottomSlideModalAnimation()`
-
-- **Description**: Slides in from bottom with a semi-transp... | feat(ui): remove outdated README #SMDV-8235 | feat(ui): remove outdated README #SMDV-8235
|
9693df3f66270b8affdd75a1247be61ea03c1644 | --- src/components/ActionButton/index.tsx
@@ -1,7 +1,12 @@
import React, {createElement} from 'react';
import {ActivityIndicator, TouchableOpacity} from 'react-native';
-import Animated from 'react-native-reanimated';
-import {Icons} from '@walmart/gtp-shared-components';
+import Animated, {
+ interpolateColor,
+ u... | disable the send button when there is not text | disable the send button when there is not text
|
1768b662590480e3d2c818d67c42a2269c8fa6d7 | --- packages/components-library/components/BottomAction/__snapshots__/BottomAction.test.tsx.snap
@@ -67,12 +67,9 @@ exports[`BottomAction Component renders with buttonGroup 1`] = `
"alignItems": "center",
"display": "flex",
"flexDirection": "row",
+ "gap": 16,
"heigh... | fix(style): fixed button container component styling | fix(style): fixed button container component styling
|
f71740ed8fd4cfdfe8cb9fdfb2817922b2b735fd | --- package-lock.json
@@ -71,7 +71,7 @@
"@walmart/mod-flex-mini-app": "1.14.6",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.1.4",
- "@walmart/onewalmart-miniapp": "1.0.16",
+ "@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub... | AEM version for Drop19 | AEM version for Drop19
|
d93324642eb6f522f31fcea82d61498019394e1f | --- packages/allspark-foundation-hub/__tests__/supplyChain/Modals/UpdateTeamsModal.test.tsx
@@ -248,3 +248,84 @@ describe('UpdateTeams Modal Error screen when network fails', () => {
expect(refetchMock).not.toHaveBeenCalled();
});
});
+
+describe('handleSelectShift logic', () => {
+ let renderResult: ReturnTy... | feat(SMDV-7634): adding test coverage for UpdateTeamsModal | feat(SMDV-7634): adding test coverage for UpdateTeamsModal
|
e95bc2732ad327d7d01c800d26eee073ae03e0a6 | --- packages/me-at-walmart-container/__tests__/services/config.test.ts
@@ -14,6 +14,15 @@ jest.mock('../../src/services/config', () => {
+jest.mock('@walmart/config-components', () => {
+ const originalModule = jest.requireActual('@walmart/config-components');
+ return {
+ ...originalModule,
+ AppConfig: ... | added test for initialize function in me-at-walmart-container/config.ts | added test for initialize function in me-at-walmart-container/config.ts
|
c287e85c5e400dc9d5e0392d867d9539f90917d5 | --- .looper-pr.yml
@@ -5,7 +5,6 @@ tools:
flavor: azul
version: 17
-
flows:
npm-install:
- (name Enable Corepack) corepack enable
@@ -14,7 +13,6 @@ flows:
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
-
envs:
global:
variables:
| feat(ci): version update | feat(ci): version update
|
b8969eea95399e3ada4999df3db5f519db3244be | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.8",
"@walmart/emergency-mini-app": "1.26.5",
"@walmart/exception-mini-app": "1.6.10",
- "@walmart/facilities-management-miniapp": "0.6.98",
+ "@walmart/facilities-management-miniapp": "0.6.99",
... | Updating the facilities-management-miniapp to 0.6.99 | Updating the facilities-management-miniapp to 0.6.99
|
86b1f8d9ac3bf8e7032ee85a7abd92d37acb4124 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.8",
+ "version": "1.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.8",
+ "version": "1.0.9",
"hasInstallScr... | Update version | Update version
|
2ea79b96c4d6bb2ab01459d78e3d39d422795b3c | --- targets/US/package.json
@@ -110,7 +110,7 @@
"@walmart/ims-print-services-ui": "2.15.3",
"@walmart/inbox-mini-app": "0.96.6",
"@walmart/iteminfo-mini-app": "7.16.2",
- "@walmart/learning-mini-app": "20.0.35",
+ "@walmart/learning-mini-app": "20.0.39",
"@walmart/manager-approvals-miniapp": "... | feat: :sparkles: Bump learning mini app version to 20.0.39 | feat: :sparkles: Bump learning mini app version to 20.0.39
|
6c3bbcc940c699e9bc8e125369a6779c67743fa8 | --- ios/Podfile.lock
@@ -935,7 +935,7 @@ SPEC CHECKSUMS:
GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
glog: 5337263514dd6f09803962437687240c5dc39aa4
GoogleAppMeasurement: 6b6a08fd9c71f4dbc89e0e812acca81d797aa342
- GoogleDataTransport: 5fffe35792f8b96ec8d6775f5eccd83c998d5a3b
+ GoogleDataTransport: ... | latest ptt changes | latest ptt changes
|
03d197f3861d14ba2c2ea56ca2fe272d181350fc | --- src/redux/selectors.ts
@@ -1,13 +1,7 @@
import {createSelector} from 'reselect';
-import {UserSelectors, GlobalState} from '@walmart/redux-store';
-import {encryptUserId} from '../utils';
+import {GlobalState} from '@walmart/redux-store';
import {CCMFallbacks} from '../ccmFallbacks';
-export const getEncryptedU... | Remove code which is not required in myteam mini app | Remove code which is not required in myteam mini app
|
75f4574071360ad76283de4a683d48cf366aabaf | --- packages/celebration-mini-app-graphql/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.3.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.4.0
- @walmart/celebration-mini-app-graphql@1.3.0
|
55dbb8e396c1c03da3dfe5a463361195439ee207 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -392,7 +392,6 @@
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
-... | Synchronize Podfile.lock | Synchronize Podfile.lock
|
36fc697ec49f99860ead1807aa4624d814999327 | --- ios/Podfile.lock
@@ -594,7 +594,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.2.44):
+ - react-native-ptt-module (1.2.48):
- PTT (= 0.6.0-rc.2)
- React
- react-native-safe-area-context (3.1.8):
@@ -1071,7 +1071,7 @@ SPEC CHECKSUMS:
rea... | Bug fixes for PTT Voice Messages | Bug fixes for PTT Voice Messages
|
83bf33af7f72e6199ce8fad41c8f5adeaa8568ae | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainTabsNavTest.tsx.snap
@@ -112,17 +112,7 @@ exports[`TabBar matches snapshot 1`] = `
/>
`;
-exports[`TabsHeader matches snapshot 1`] = `
-<MainHeader
- originalHeaderType={
- Object {
- "createDrawerNavigator": [MockFunction],
- "default": "... | Snapshot fix | Snapshot fix
|
b84dc2bce81e474d361a5fb82af68050bd3c6896 | --- package.json
@@ -100,7 +100,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/payrollsolution_miniapp": "0.126.3",
"@walmart/price-changes-mini-app": "1.4.9",
- "@walmart/profile-feature-app": "0.0.48",
+ "@walmart/profile-feature-app": "0.0.49",
"@walmart/push-to-talk-mini-app": "1.8.9",... | Update profile to v0.0.49 | Update profile to v0.0.49
|
eb57e9f924e8555ff7cc88f0c794b7b15641844c | --- package-lock.json
@@ -3133,9 +3133,9 @@
"integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.94",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | inbox version bump" | inbox version bump"
|
194c623df338b5a962a1730e0379f766351bc676 | --- targets/US/package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp-feature-app": "0.10.7",
"@walmart/avp-shared-library": "0.10.1",
- "@walmart/backroom-mini-app": "1.5.20",
+ "@walmart/backroom-mini-app": "1.7.4",
"@walmart/calling-mini-app": "0.5.17",
... | Update @walmart/backroom-mini-app to 1.7.4 | Update @walmart/backroom-mini-app to 1.7.4
|
3bee65ca394a730c2facf36e94e361b93561c3a2 | --- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx
@@ -101,7 +101,9 @@ import {FailedToLoadAlert, NoCelebrationsAlert} from './Alert';
*
* @param props - HubCelebrationWidgetProps from Hub Framework
*/
-const HubCelebrationWidgetCore: React.FC<HubCelebrationWidgetProps> = (componentP... | feat(ui): update widget boundary | feat(ui): update widget boundary
|
4a943bbc0d1c7ba5f1379140c3b8dfb50040d136 | --- packages/allspark-foundation/__tests__/Auth/sagas.test.tsx
@@ -15,15 +15,6 @@ jest.mock('../../src/Auth/service', ()=>({
}
}))
describe('Auth/sagas.ts', () => {
- const mockAuthResult: AuthResult = {
- scopes: ['test'],
- accessToken: 'test',
- accessTokenExpirationDate: '',
- idToken: 'string',
-... | pr fix auth saga | pr fix auth saga
|
ecca31059e568e7e2c3f7c8f49eeddc1c7dbfb09 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.20",
+ "version": "1.2.21",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update the foundation hub version | Update the foundation hub version
|
a58efb7732a16907484a1cbcc2a620d477b64cbb | --- packages/allspark-foundation/src/Feature/FeatureCreators.tsx
@@ -1,7 +1,10 @@
import { ComponentType } from 'react';
import { Effect, all } from 'redux-saga/effects';
import { Reducer, ReducersMapObject, combineReducers } from 'redux';
-import { createRestartableSagas } from '@walmart/allspark-utils';
+import {
... | refactor: change feature redux creator to handle more inputs | refactor: change feature redux creator to handle more inputs
|
a9530c03f74e85daa08e766eb45c74674dba364c | --- packages/allspark-foundation/src/FeatureRunner/README.md
@@ -43,3 +43,79 @@ AppRegistry.registerComponent(name, FeatureRunner.App);
The feature runner app generate some basic UI for the various feature capabilities as well as common container functionality.
Try it out and if you think of functionality that shou... | docs: add feature runner plugin docs | docs: add feature runner plugin docs
|
ab570b795caeb843db48c2aced4c754221585836 | --- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/Components/ErrorBottomSheet.test.tsx
@@ -50,7 +50,7 @@ describe('ErrorBottomSheet', () => {
fireEvent.press(closeButton);
});
- expect(telemetryEventsHandler).toHaveBeenCalledTimes(2);
- expect(telemetryLogHandler).toHaveBeenCal... | Update tests | Update tests
|
9eb095da8a4a4cb36f5a957da3b8aa13a0d9970c | --- packages/allspark-authentication/src/auth.ts
@@ -18,4 +18,4 @@ const BaseAuthentication = {
export const Authentication = addProxyMethod(BaseAuthentication);
-export type IAuthentication = typeof Authentication;
+export type IAuthentication = typeof BaseAuthentication;
| chore: fix auth type | chore: fix auth type
|
19b527ce78ef1a21602b6dd97013b8c79c054b67 | --- package-lock.json
@@ -3609,9 +3609,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.54",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.54.tgz",
- "integrity": "sha512-aYCG5lAMnWiHcwFUh4noJB3uHh4HwSxXoTgyg8AMj6RPdRZuPs21zgTiO6JKPey5bXo8OrM5a... | data saver widget translation fix, fixing user name in impersonation mode | data saver widget translation fix, fixing user name in impersonation mode
|
bae17d6a3fee0acc9b91bfda51702e94b703446b | --- package-lock.json
@@ -67,7 +67,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "1.0.1",
+ "@walmart/wmconnect-mini-app": "1.0.2",
"babel-jest": "... | Update wmconnect version | Update wmconnect version
|
429aa47166fcf6c3ed0092c0fa3cf664314cd5f5 | --- package-lock.json
@@ -37,7 +37,7 @@
"@terrylinla/react-native-sketch-canvas": "0.8.0",
"@walmart/allspark-graphql-client": "^1.4.5",
"@walmart/allspark-neon-core": "0.1.31",
- "@walmart/amp-mini-app": "1.1.51",
+ "@walmart/amp-mini-app": "1.1.52",
"@walmart/ask-sam-... | Platform components updgrade | Platform components updgrade
|
468f25ab41e025f79bfd0e8ba86328ca9aac0cdf | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -322,9 +322,7 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
* <AllsparkComponentContainers.Container container="MyContainer" {...props} />
*/
public List = <K extends keyof ParamList>(
- props: { conta... | chore: fix type spelling error and removing unnecessary intersection types | chore: fix type spelling error and removing unnecessary intersection types
|
e4822631ef64533fea5f21c41b4056a2d194dc8d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.7",
+ "version": "2.12.1-alpha.8",
"main": "dist/index.js",
"files": [
"dist"
@@ -104,7 +104,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "6.1.4",
"@walmart/ui-com... | Update roster mini app version | Update roster mini app version
|
56f82fd2795aac0ae31bd22bc71b669481bceece | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -110,7 +110,7 @@ exports[`SideMenuContent matches snapshot with user/clockstatus data 1`] = `
developersText="impersonation.developers"
deviceType="PERSONAL"
displayName="Sam Walton"
- enableDevelopersOption={tr... | chore: snapshot update | chore: snapshot update
|
df7210ea32bccf60413daeb3d7052325885c002f | --- __tests__/hooks/userFilterCounts.test.ts
@@ -0,0 +1,63 @@
+import {renderHook} from '@testing-library/react-hooks';
+import {useFilterCounts} from '../../src/hooks/useFilterCounts';
+import {FilterValue} from '../../src/containers/RosterFilters';
+import {Associate} from '../../src/types';
+import * as userUtils fr... | Adding test coverage for userFilterCounts | Adding test coverage for userFilterCounts
|
c201d9ca0246e3b246b82384e85ededa90c7d9d0 | --- __tests__/redux/selectors.test.ts
@@ -75,17 +75,6 @@ describe('Selectors', () => {
expect(getRmaPath).toStrictEqual('/texting/weekly_schedule_link');
});
- it('pushToTalkEnabled selector fallback case', () => {
- const pushToTalkEnabled = selectors.pushToTalkEnabled(
- setNestedValue(
- ap... | feat: fixed broken test | feat: fixed broken test
|
e4541670abb3894232477fc99aae7b58ee42a5fd | --- package-lock.json
@@ -4480,9 +4480,9 @@
"integrity": "sha512-vL0+hmLX3mP3jXomwGL+kxp2aRLe002I+b+LL+wVbmOdRdXBvA7gbA5VJeRFkvaUQfU2SlRVLYJwv34HT9I8jw=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.8.3",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-... | bump shelfavailability to 0.8.7 | bump shelfavailability to 0.8.7
|
cc595b22d1a5ab143e9c9c672ee8eb9333281bf5 | --- __tests__/redux/CreateRestarableSagasTest.ts
@@ -1,7 +1,11 @@
-import {takeEvery, takeLatest} from 'redux-saga/effects';
-import {createRestartableSagas} from '../../src/redux/CreateRestartableSagas';
+import {call, takeEvery, takeLatest} from 'redux-saga/effects';
+import {
+ createRestartableSagas,
+ SAGA_ERROR... | more tests | more tests
|
f3deee65dd07c62517bf5aebe8d54b71e79b673b | --- .yarn/patches/@walmart-translator-mini-app-npm-1.7.17-ff0dbf51a0.patch
@@ -1,13 +0,0 @@
-diff --git a/dist/common/environment.js b/dist/common/environment.js
-index 82a9b6c8d81080d383551ad258ff993495f09b06..7e8ad5360faf2d2c82f5bd827ae1766c44e82fd8 100644
---- a/dist/common/environment.js
-+++ b/dist/common/environm... | feat(version upgrade for expo and rn): version upgrade for expo and rn (#4940) | feat(version upgrade for expo and rn): version upgrade for expo and rn (#4940)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
8590e563c6576588ac15f7163f074f82a753a6e2 | --- package.json
@@ -138,7 +138,7 @@
"@walmart/react-native-webex-sdk": "0.2.11",
"@walmart/receipt-check-miniapp": "1.22.11",
"@walmart/redux-store": "6.1.4",
- "@walmart/returns-mini-app": "4.11.0",
+ "@walmart/returns-mini-app": "4.12.0",
"@walmart/rfid-scan-mini-app": "2.3.16",
"@walm... | Reverted QR code changes | Reverted QR code changes
|
6461c23265b5438788d3fbbfb871a0ee8b7e9c15 | --- package-lock.json
@@ -64,7 +64,7 @@
"@walmart/learning-mini-app": "17.0.4",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/metrics-mini-app": "0.17.9",
- "@walmart/mod-flex-mini-app": "1.13.6",
+ "@walmart/mod-flex-mini-app": "1.13.7",
"@walmart/moment-wal... | Updated to modflex to v1.13.7 due to bugfix | Updated to modflex to v1.13.7 due to bugfix
|
25d00fdb80cabe61dd09f40bc8d09b070e973458 | --- .looper-pr.yml
@@ -18,6 +18,7 @@ envs:
global:
variables:
APP_NAME: roster-miniapp
+ ALLOW_NPM_PUSH_TO_AF: true
STAGES_TO_RUN:
LINT: true
UNITTEST: true
--- .looper.yml
@@ -6,6 +6,11 @@ tools:
flavor: azul
version: 17
+envs:
+ global:
+ variables:... | Update the proximity changes for roster | Update the proximity changes for roster
|
f80566ebb497928d6ffbc92034c094bf41ec1c5f | --- package-lock.json
@@ -5142,9 +5142,9 @@
"integrity": "sha512-IuzyUOujBWrNrrs+I0CHc/f3UioBdKPOxjzB/XANkd3NP1JbFA82kC9GqJ6UJhCoEX/gtI+FxUPSaxbq8fahDw=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.35",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | bump counts version | bump counts version
|
c9275ec356c003976dd9d21e8353442a35b72d8d | --- __tests__/__mocks__/@walmart/redux-store.js
@@ -27,6 +27,15 @@ module.exports = {
startImpersonation: jest.fn(),
clockCheckSuccess: jest.fn(),
},
+ appConfigActions: {
+ appConfigFetchProgress: jest.fn(),
+ appConfigFetchSuccess: jest.fn(),
+ appConfigFetchError: jest.fn(),
+ appConfigBack... | adding extra check for app resume logic for app config (#541) | adding extra check for app resume logic for app config (#541)
|
b8dad5f67c579beefd635731e06e69fb53e8f02a | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/receipt-check-miniapp": "1.14.6",
"@walmart/redux-store": "3.4.0",
"@walmart/returns-mini-app": "1.9.0",
- "@walmart/schedule-mini-app": "0.44.0",
+ "@walmart/schedule-mini-app": "0.46.0",
"@walmart/settings-mini-app": "... | ama v1.46.0 and sma v0.46.0 | ama v1.46.0 and sma v0.46.0
|
9820abc1ad5d0a7a184d81301f45b699483e9a7c | --- __tests__/utils/user.test.ts
@@ -4,7 +4,6 @@ import {
transformWfmSchedule,
associateIsNotScheduled,
} from '../../src/utils';
-import {isAssociateClockedIn} from '../../src/utils/user';
import {ClockStatusEnum} from '../../src/utils/ClockStatusEnum';
describe('getScheduleStartAndEndTime', () => {
@@ -10... | feat(ui): removed unused code | feat(ui): removed unused code
|
e993fd19aeea2543cfc0f903119c652c41946c5a | --- docs/docs/components/hub framework/hub-intro.md
@@ -103,4 +103,7 @@ const TimeAndAttendanceWidgetId = 'GTATeamName.TimeAndAttendanceWidget';
TEAM_HUB_NAMESPACE.add(TimeAndAttendanceWidgetId, TimeAndAttendanceWidget);
-```
\ No newline at end of file
+```
+
+### Next Steps
+Refer to each component's documentati... | added next steps for the intro page | added next steps for the intro page
|
87770fe523605d38b671e271109b6e2b777f5a08 | --- example/src/teamHub/screens/container.tsx
@@ -2,10 +2,7 @@ import {useNavigation} from '@react-navigation/native';
import React, {useEffect, useRef} from 'react';
import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
-import {
- BottomSheet,
- useTeamHubImage,
-} from... | feat(ui): update bottomsheet changes | feat(ui): update bottomsheet changes
|
e717f4b02c9d332930ffa622b4343f13ab37e409 | --- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx
@@ -633,7 +633,14 @@ export const HubCelebrationWidget: React.FC<
name="CelebrationWidget"
debug={__DEV__}
>
- <HubCelebrationWidgetCore {...props} />
+ {/* ActivityAwareWidget will inject r... | feat(ui): update activity aware widget | feat(ui): update activity aware widget
|
36f33401588df467dab66442f9955893c735998f | --- package-lock.json
@@ -3325,9 +3325,9 @@
"integrity": "sha512-h/VhUxIrOY6lVrMP/b7ORG02nqwNl65hx4uH57fvGy3isNjQ5QjRXvtnB/QJTFDyKTcowOd9uroYFhblRZh0bw=="
},
"@walmart/functional-components": {
- "version": "1.0.28",
- "resolved": "https://npme.walmart.com/@walmart/functional-components/-/fun... | update functional components lib | update functional components lib
|
be301dbdd89aa4ae71f717a5355f285f30e24bf0 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.6.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.6.0
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.29
- @walmart/associate-exp-hub-team-switcher@2.5.0
|
4f11e1062e1913379b626683c86a1cd967adeaa2 | --- .husky/pre-commit
@@ -0,0 +1 @@
+npm run lint
--- .husky/pre-push
@@ -0,0 +1 @@
+npm run test:build
--- packages/allspark-utils/__tests__/RenderGuardTest.tsx
@@ -5,19 +5,6 @@ import { render } from '@testing-library/react-native';
describe("Render guard tests", () => {
const MockTestComponent = () => <Vie... | chore: fix husky | chore: fix husky
|
517a85aabc9430d722f6b4222fdb24a042f2b242 | --- targets/US/package.json
@@ -143,7 +143,7 @@
"@walmart/receipt-check-miniapp": "1.27.3",
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
- "@walmart/rfid-scan-mini-app": "2.6.3",
+ "@walmart/rfid-scan-mini-app": "2.7.1",
"@walmart/rn-mobile-sdk-pairing": "2.0.4",
... | Update rfid-scan-mini-app@2.7.1 | Update rfid-scan-mini-app@2.7.1
|
47be426ebc546b02cbd3ec0367c36d9b03a2c006 | --- package-lock.json
@@ -60,8 +60,8 @@
"@walmart/mod-flex-mini-app": "1.2.7",
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
- "@walmart/pay-stub-miniapp": "0.8.74",
- "@walmart/payrollsolution_miniapp": "0.129.0",
+ "@walmart/pay-stub-minia... | update package.lock | update package.lock
|
8d4cb915ed5eead522d04ae882231b7af2bfdbfc | --- 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.58",
+ "@walmart/shelfavailability-mini-app": "0.3.59",
"@walmart/allspark-health-survey-min... | 0.3.59 dev build | 0.3.59 dev build
|
339ba20f43da9c13d34e4a768f6b0e670def5fcb | --- ios/Podfile.lock
@@ -1147,7 +1147,7 @@ SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
- DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
+ DoubleConversion: 831... | update navc and module for delete message and alarm permissions check | update navc and module for delete message and alarm permissions check
|
ead1689950bd216ba7b20c212a6d4b3db53bd329 | --- package.json
@@ -76,7 +76,7 @@
"@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch",
"@walmart/allspark-authentication": "6.4.10",
"@walmart/allspark-cope-key-listener": "... | feat: BPD-9510 added scanner switch implementation (#4373) | feat: BPD-9510 added scanner switch implementation (#4373)
* feat: BPD-9510 added scanner switch implementation
* build: resolve conflicts
* build: merge conflicts |
28265c6083c8ad9f634787a934a9a552a7899141 | --- scripts/BuildSupport/AppStore.keychain-db
Binary files /dev/null and b/scripts/BuildSupport/AppStore.keychain-db differ
--- scripts/BuildSupport/enterprise.cer
Binary files /dev/null and b/scripts/BuildSupport/enterprise.cer differ
--- scripts/BuildSupport/looper-clean.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+set +e... | feat(ui): update scripts | feat(ui): update scripts
|
6e40101a2d5840067f1d3f011ba711cf3f24d304 | --- package-lock.json
@@ -4363,9 +4363,9 @@
"integrity": "sha512-kGPI7/o+3DiIAhMTyPco72J7ftlJLPO/Eh+W2aCnFEHlH6ngKIOUrX3xSK8Lm9rBVWL3q2ZGzqCqsJXjwJW5ww=="
},
"@walmart/inbox-mini-app": {
- "version": "0.37.0-beta.5",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini... | update stable version | update stable version
|
faade4ab3f4bbcde1feffd85f51c5319c8a8ace0 | --- __tests__/images/IconTest.tsx
@@ -6,7 +6,7 @@ import {Icon} from '../../src/images/Icon';
describe('Icon', () => {
it('renders a known image of an icon', () => {
const props = {
- name: 'HomeTab',
+ name: 'TouchID',
};
let component: ReactTestRenderer;
--- __tests__/images/__snapsho... | update icon test | update icon test
|
a2d213f35c3db94dac2767d35959d971f7e9ef40 | --- src/auth/ErrorScreen.tsx
@@ -44,7 +44,8 @@ export const ErrorScreen: FC<any> = (props) => {
const userIdValid = !formDirty || !!userId;
const siteIdValid = !formDirty || !!siteId;
- const missingFields = !userIdValid || !siteIdValid;
+ const errSelectValid = !formDirty || !!errorCategory;
+ const missing... | update picker look and feel | update picker look and feel
|
991ea905a81822fe6d8f6cddf0f5ab991b1acf5d | --- .looper.multibranch.yml
@@ -101,7 +101,7 @@ envs:
releaseType: "develop"
releaseTypeDesc: "Builds from develop branch; internal integration testing"
slackIcon: ":construction:"
- slackChannel: "allspark-buils-developer"
+ slackChannel: "allspark-builds-developer"
buildType: "SN... | fix slack channel name | fix slack channel name
|
1ea94ad9437ed44b0a16ed68f2cb6c5467b0bdb6 | --- graphql.yml
@@ -9,96 +9,78 @@ applications:
- name: "dev"
persistedQueries:
- name: "GetDailyRoster"
- hash: "7663a368b04af90885c43146eb878ac07a2e18b0803ee51615315e1a7f6196fc"
queryTemplate: "src/queries/getDailyRoster.graphql"
tags:
- "... | Removing hash | Removing hash
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.