commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
4ea4ae730b9e11abc1cac84584093974717cbfe5 | --- jest.config.js
@@ -9,9 +9,9 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 24.3,
- branches: 7.6,
- functions: 9.5,
+ statements: 27.34,
+ branches: 8.98,
+ functions: 27.75,
lines: 25,
},
},
--- jest.config.js
@@ -9,9 +9,9 @@ module.e... | update jest cov thresh | update jest cov thresh
|
b83016c9029d56a6b4f53339834294270f663604 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.18",
+ "version": "1.0.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.18",
+ "version": "1.0.19",
"hasInstal... | Update version | Update version
|
e8605e2dd38789d9f3786eb9265bff446ea79b3f | --- __tests__/home/containers/HomeScreenTest.tsx
@@ -30,15 +30,15 @@ jest
});
const {useNudge} = require('@walmart/allspark-foundation/Nudge');
+const baseProps = {
+ // @ts-ignore
+ navigation: {
+ navigate: jest.fn(),
+ setOptions: jest.fn(),
+ } as StackNavigationProp<ParamListBase>,
+};
describe('... | fix(impersonation): ALLSPARK-7433 fix home page reload on impersonation (#5177) | fix(impersonation): ALLSPARK-7433 fix home page reload on impersonation (#5177)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
b97ce4fb1ee7c1b4dbd50ff2a1d659a137464c08 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx
@@ -12,57 +12,52 @@ import { shiftFilterIconEnabled } from '../../Redux';
export const ShiftFilter = ({
shiftId,
- teamImage,
+ shiftName,
selectedShifts,
handleSelectShift,
}: ShiftFilterProps) => {
- ... | Adding ShiftFilter changes | Adding ShiftFilter changes
|
2c9d355db8155870b36b48fd5d7bff5842b9c59b | --- package-lock.json
@@ -4282,9 +4282,9 @@
"integrity": "sha512-Vpwrt460LPca7ZGjDrDezorVnr+WebRntHaUGkAhIDVVfna0P3wyJcRnr18/hged+q/3f6NmYfZgB3ZaGxGlgg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.35.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | bug fix for inbox | bug fix for inbox
|
6b46cf9f56eb65d58fb77fb92393548471ee5f95 | --- src/screens/RosterDetailScreen/StoreRosterDetailScreen/useStoreRosterDetails.ts
@@ -41,7 +41,7 @@ export const useCurrentTeamName = (teamState: {
}) => {
const siteTranslationContext = useTotalSiteOrTotalStore();
const {t} = translationClient.useTranslation();
- if (teamState.teamIds.includes(TOTAL_STORE_TE... | Update src/screens/RosterDetailScreen/StoreRosterDetailScreen/useStoreRosterDetails.ts | Update src/screens/RosterDetailScreen/StoreRosterDetailScreen/useStoreRosterDetails.ts
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
b1a8d28535294261be288728f408b66b1b4bfb51 | --- package.json
@@ -77,13 +77,8 @@
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "^6.32.0",
"@walmart/allspark-foundation-hub": "latest",
- "@walmart/allspark-graphql-client": "6.3.29",
- "@walmart/allspark-http-client": "6.3.29",
"@walmart/allspark-utils": "6.5... | removing deprecated libraries from package.json | removing deprecated libraries from package.json
|
084bebc3e08809b2d8d2d9b3f9d63142d631ae32 | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/gtp-shared-components": "^2.0.1",
"@walmart/impersonation-mini-app": "1.11.0",
"@walmart/ims-print-services-ui": "1.2.0",
- "@walmart/inbox-mini-app": "0.81.6",
+ "@walmart/inbox-mini-app": "0.81.7",
"@walmart/iteminfo-m... | Inbox version upgrade | Inbox version upgrade
|
5033a2c151df8ef8099c44ef0dec4403cd628d19 | --- packages/allspark-cli/src/cli-tool/scripts/images-check/helper.ts
@@ -26,23 +26,26 @@ export function getImagesPRComment(
prComment += '**Images Summary** \n\n';
for (const [pkg, findings] of Object.entries(summary.imagesByLibrary)) {
prComment += `**${pkg}**:\n`;
- prComment += `Total... | fix: fix pr comment spacing (#444) | fix: fix pr comment spacing (#444)
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com> |
e65cf651abf8b615ce11c8b2c8594e63039b68aa | --- packages/allspark-foundation/src/HTTP/context.tsx
@@ -149,7 +149,11 @@ export const useLazyHttpClientRequest = <D extends any>(
) => {
const httpClient = useHttpClient();
- return useLazyAsync((c: HttpClientRequestConfig<D>) =>
- httpClient.request<D>(c || config)
- );
+ return useLazyAsync((c: HttpClie... | fix: merge config when calling useLazyAsync | fix: merge config when calling useLazyAsync
|
2f8996d7d6ec8ddd7abc5b1b107b4c79e578d1e0 | --- package.json
@@ -76,7 +76,7 @@
"@shopify/flash-list": "~1.6.4",
"@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@patch%3A@terrylinla/react-native-sketch-canvas@npm%253A0.8.0%23~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch%3A%3Avers... | Update key listener with new intent export | Update key listener with new intent export
|
01dc07200b241893252e5fa901cd779256567aa3 | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart/taskit-mini-app": "2.34.6",
- "@walmart/texting-mini-app": "2.0.21",
+ "@walmart/texting-mini-app": "2.0.24",
"@walmart/time-clock-... | Update package.json | Update package.json
|
c52c05cf0d4920ceb56b12f3265b2c5c76408dd7 | --- package-lock.json
@@ -12447,15 +12447,15 @@
}
},
"node_modules/@walmart/store-feature-orders": {
- "version": "1.26.5",
- "resolved": "https://npme.walmart.com/@walmart/store-feature-orders/-/store-feature-orders-1.26.5.tgz",
- "integrity": "sha512-su4hmtN76YRYii30GHFbVmRBO4pazxVzvqU... | fix(ci): drop21 version update | fix(ci): drop21 version update
|
d3544ce057669241a625716739f8d1c40b45ef83 | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/schedule-mini-app": "0.29.0",
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.2",
- "@walmart/taskit-mini-app": "0.49.11",
+ "@walmart/taskit-mini-app": "0.49.6",
"@walmart/time-clock-... | Reverted taskit | Reverted taskit
|
2dc964f4fb817a90960b47a892201239714329a1 | --- packages/me-at-walmart-container/src/permissions.ts
@@ -23,10 +23,16 @@ const PLATFORM_PHONE_STATE_ACCESS_PERMISSION = Platform.select({
default: PERMISSIONS.ANDROID.READ_PHONE_STATE,
});
+const PLATFORM_LOCATION_PERMISSION = Platform.select({
+ ios: PERMISSIONS.IOS.LOCATION_WHEN_IN_USE,
+ default: PERMISSI... | add location to initial permission. | add location to initial permission.
|
c9be37da11ffb8faa9e7296cc8ee5fdb160bb060 | --- core/__tests__/features/TimeclockTest.tsx
@@ -20,32 +20,28 @@ describe('onStartImpersonation', () => {
type: 'START_IMPERSONATION',
payload: {punch: {lastPunchType: '1'}},
};
- const TimeClockFeature = new AllsparkFeature('timeclock');
+ const TimeClockFeature = new AllsparkFeature('timeclock_v1');
... | Update AllsparkFeature name in test | Update AllsparkFeature name in test
|
3e52c7aff29e000d74f1ce01bde29366e53db0f9 | --- __tests__/updates/__snapshots__/UpdateCheckViewTest.tsx.snap
@@ -39,7 +39,7 @@ exports[`UpdateVersionModal calls onDownloadPress with correct url 1`] = `
resizeMode="contain"
source={
Object {
- "testUri": "../../../src/images/assets/downloadBeta.png",
+ "testUri":... | updating version check view with new image and new text field | updating version check view with new image and new text field
|
95f86bcfcda7ab036cf7aadf6d3317b9ad1d2e27 | --- android/app/build.gradle
@@ -284,7 +284,6 @@ android {
release {
tasks.whenTaskAdded { task ->
if(task.name.matches(/^assemble.*Release$/)) {
- task.finalizedBy 'signReleaseApkTask'
task.finalizedBy 'signReleaseAPK'
}
... | fix to android gradle | fix to android gradle
|
9ce20c00a1ea3628893c9f9d0bbc1fe406b0d3b1 | --- src/components/TeamChatCard.tsx
@@ -16,6 +16,7 @@ import {Images} from '../images';
import {noop} from 'lodash';
import {useStartStoreText, useStartTeamText} from '../hooks';
import firestore from '@react-native-firebase/firestore';
+import {tempAssociatesMock} from '../hooks/tempAssociatesMock';
const teams ... | updating mocks and clocked in count | updating mocks and clocked in count
|
7d9495a39c64a8519735650d0876d49f84af7f38 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "allspark-main",
- "version": "1.0.102",
+ "version": "1.0.3",
"private": true,
"scripts": {
"firebase:dev": "cp ./ios/GoogleService-Info-Dev.plist ./ios/GoogleService-Info.plist && cp ./android/app/google-services-dev.json ./android/app/google-services.json",... | Update the package.json to 1.3.0 | Update the package.json to 1.3.0 |
349b43f15546617fe27b45735eb75da0b4e325d0 | --- package-lock.json
@@ -1844,9 +1844,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.1.1",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.1.tgz",
- "integrity": "sha512-P64sXSZB7I5uTQSL4weIsjQG6SpkafFWFqwaybKD/TUmCDK8... | Mini App Updates & Side Menu Fix (#139) | Mini App Updates & Side Menu Fix (#139)
* Incrementing schedule, ask sam, and home mini apps. Closing side menu on sign out
* Correcting decremented versions
Co-authored-by: rlane1 <rlane1@walmart.com> |
44acc4eb1c1c8e5be88110e80f45ed8cf1adcf3c | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -20,11 +20,12 @@ import styles from '../styles';
import { Alert, Body } from '@walmart/gtp-shared-components';
import { AllsparkComponentContainers } from '@walmart/allspark-foundation/Components';
import { HubDashboardProp... | feat(ui): creating a default widget if id doesn't exist in ccm | feat(ui): creating a default widget if id doesn't exist in ccm
|
27ec531a30a12e9786563d79cd8e4d65c5979824 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.4.0-alpha.3",
+ "version": "3.5.0",
"main": "dist/index.js",
"files": [
"dist",
| feat(build): SMDV-7807 new build version | feat(build): SMDV-7807 new build version
|
3be4f9d4a73f8b3d2e7a6d45e96d8f40a5f293a7 | --- .yarn/patches/@walmart-allspark-utils-npm-6.5.0-cbd052af14.patch
@@ -0,0 +1,21 @@
+diff --git a/lib/Layout.js b/lib/Layout.js
+index f29fcd797574e6352e4806e97d8ed23464959c78..85e14009a28e7ded9e7b61bc6ae22ac22c607960 100644
+--- a/lib/Layout.js
++++ b/lib/Layout.js
+@@ -21,14 +21,14 @@ const Layout = (props) => {
+ ... | version bump | version bump
|
88c6ee890b8b3a6a8eae8b035fd66c5bbb417bd1 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -88,12 +88,51 @@ exports[`SideMenuContent matches snapshot with not user/clockstatus data; sets b
Object {
"action": Object {
"type": "NAVIGATE",
- "value": "Settings",
+ "va... | snapshot update | snapshot update
|
424297b95cc9143806b74c6156a1963807076ca9 | --- __tests__/components/ClockedOutScreenGuardTest.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import {render, fireEvent} from '@testing-library/react-native';
+import {fireEvent} from '@testing-library/react-native';
import {View} from 'react-native';
import {
ClockedOutScreenGuard,
| Removing lint errors | Removing lint errors
|
ed545e10c82d553640db6cca34e608d2e7acaab5 | --- src/navigation/AssociateHallwayNav/Tabs/index.tsx
@@ -197,7 +197,7 @@ export const MainTabsNav = () => {
icon: 'inactive-task',
iconSelected: 'active-task',
}),
- tabBarBadge: highPriorityCount ? '2' : undefined,
+ tabBarBadge: highPriorityCount ? '' ... | Fixing task it badge | Fixing task it badge
|
92a8ff7dffe2dfeed354014096391b8d6f8cb90c | --- jest.config.js
@@ -2,11 +2,12 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
+ // @todo - Lowering to 80% until all unit tests are updated for foundation changes. Bump to 95% when ready.
global: {
- s... | chore: adjusting coverage requirements and adding coverage command back | chore: adjusting coverage requirements and adding coverage command back
|
0724c1be916688f4e19f132d1e53e4822639d90e | --- __tests__/core/httpClientInitTest.ts
@@ -72,12 +72,13 @@ const user: SSOUser = {
win: '129308',
};
-describe('initHttpClientConfig', () => {
+describe('module', () => {
it('calls setConfig on defaultHttpClient', () => {
- initHttpClientConfig();
expect(defaultHttpClient.setConfig).toHaveBeenCalled(... | moving the setting of default http client config to module-level so o… (#137) | moving the setting of default http client config to module-level so o… (#137)
* moving the setting of default http client config to module-level so other modules won't get the client early
* remove log |
8e90ceaa93d63703dd0e1d434eac713940c9875e | --- package.json
@@ -34,7 +34,7 @@
"jetifier": "jetifier",
"lint": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx --fix",
- "postinstall": "sh ./scripts/stubFirestore.sh",
+ "postinstall": "sh ./scripts/stubFirestore.sh && npx sort-... | sort packages on post install | sort packages on post install
|
a83a4ed224f01bdcbe0d2101d8a69f0f7f0cb68b | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -5,13 +5,15 @@ import { SelectionBanner } from './SelectionBanner';
import { teamSelectionListStyles as styles } from '../styles';
import { TeamPreference, TeamSelectionListProps } from '../types';
import { Hu... | Adding error and loading components | Adding error and loading components
|
55336e6984129cf7ba1273245e994bc2dabdac08 | --- package-lock.json
@@ -4253,9 +4253,9 @@
"integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.1.16",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims... | ItemInfo and Print remaining fixes | ItemInfo and Print remaining fixes
|
917d999e492793cdd083d4ec6af364f30ebb6856 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.6",
"@walmart/emergency-mini-app": "1.26.1",
"@walmart/exception-mini-app": "1.6.5",
- "@walmart/facilities-management-miniapp": "0.6.91",
+ "@walmart/facilities-management-miniapp": "0.6.92",
... | Updating the version to 0.6.92 | Updating the version to 0.6.92
|
21be765b9e639b44cf76b85aa77d8ca3eabc3da9 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 123
+ versionCode 124
versionName "1.0.11"
}
... | Incrementing build number | Incrementing build number
|
e82a82f5db4e9121fac9a0b8d277187e98c876e2 | --- sr.yaml
@@ -0,0 +1,39 @@
+schemaVersion: 1.0.0
+notify:
+ slack:
+ channelName: allspark-core-service-registry
+applications:
+ - key: ALLSPARK_APP
+ name: allspark-app-consumer
+ description: Mobile application that allows associates to view their schedules, interact with a virtual assistant, and use pu... | chore: add sr yml file for service regsitry configuration (#4436) | chore: add sr yml file for service regsitry configuration (#4436)
* chore: add sr yml file for service regsitry configuration
* chore: fixing sr yaml
* fix(sr.yaml): add slack channel and new consumer id
* fix(sr.yaml): add slack channel and new consumer id
---------
Co-authored-by: Aroushi Sharma <arou... |
6b0cf2c38a27f37d73818198aa5a7560c30bae79 | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/calling-mini-app": "0.1.13",
"@walmart/compass-sdk-rn": "5.18.15",
"@walmart/config-components": "4.2.17",
- "@walmart/copilot-mini-app": "3.70.4",
+ "@walmart/copilot-mini-app": "3.70.5",
"@walmart/core-services": "~2.3... | chore: bump copilot@3.70.5 | chore: bump copilot@3.70.5
|
b8c58283f42a35cdef90e9bcf16ba9219149c5d3 | --- package-lock.json
@@ -66,9 +66,9 @@
"@walmart/react-native-scanner-3.0": "0.4.2",
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
- "@walmart/roster-mini-app": "1.0.3",
+ "@walmart/roster-mini-app": "1.0.4",
"@walmart/u... | Update roster mini app version | Update roster mini app version
|
51f1191e4cfa8ca5492ac8fa7aac3d785d3e3fb3 | --- yarn.lock
@@ -7066,7 +7066,7 @@ __metadata:
"@walmart/time-clock-mini-app": "npm:2.448.1"
"@walmart/topstock-mini-app": "npm:1.19.4"
"@walmart/translator-mini-app": "npm:1.3.7"
- "@walmart/ui-components": "npm:1.19.0"
+ "@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.19.0#~/.yar... | chore: lock file update | chore: lock file update
|
1ea95175e3f184f037bdbd0685f02634603c0f01 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx
@@ -18,10 +18,6 @@ jest.mock('@walmart/payrollsolution_miniapp', () => ({
directDepositMiniApp: 'PaymentSelection',
}));
-jest.mock('@walmart/taskit-mini-app', () => ({
- getTaskTabBarBadge: jest.fn(),
-}));
-
jest.mock('@walma... | fix: fixed unit tests | fix: fixed unit tests
|
9cbeab92e462a3d36d8bdfe06188606855aaf255 | --- packages/allspark-foundation/src/FeatureRunner/navigation.tsx
@@ -9,6 +9,7 @@ import {
DrawerContentComponentProps,
createDrawerNavigator,
} from '@react-navigation/drawer';
+import { HeaderBackButtonProps } from '@react-navigation/elements';
import { RenderGuard } from '@walmart/allspark-utils';
import ... | fix: add method to render drawer header left button for feature runner | fix: add method to render drawer header left button for feature runner
|
c4ec4050518fdf293e2f9789c6ec67b2aa7a0661 | --- 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.9.14](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.9.14
- @walmart/me-at-walmart-athena-queries@6.33.4
|
638ba78ce7a58145cc75aa35a166e9e39f140c36 | --- package-lock.json
@@ -3194,9 +3194,9 @@
"integrity": "sha512-fn7C70cwO1O29kKMJ63dQaQ0qDD2hp+9F5I349j5EU0wUIWh8mI9EiTjOteJatt4UTKGe6SUbU3tN4UjSyzJng=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.31",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Fixed Walmart time bug (#353) | Fixed Walmart time bug (#353)
Also added splunk logging |
6e555563558e3a5e1bf9a8ba3a8c0ab8086879eb | --- package.json
@@ -89,7 +89,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.19",
+ "@walmart/facilities-management-miniapp": "0.5.20",
"@walmart/feedback-all... | Update package.json | Update package.json |
c898c32f95e5d46632de5e0136d54d2d3a207ccd | --- packages/associate-exp-hub-team-switcher/src/components/team-switcher/MyWalmartTeamSwitcherFilter.tsx
@@ -586,25 +586,13 @@ const MyWalmartTeamSwitcherComponent: React.FC<TeamSwitcherProps> = ({
return;
}
- // Log team switcher interaction
- // Log team switcher interaction - ALWAYS enabled for ... | feat(ui): update performance | feat(ui): update performance
|
51e2451d4d084002eab57398fa149012d59eca8a | --- jest.config.js
@@ -11,10 +11,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 1,
- branches: 1,
- functions: 1,
- lines: 1,
+ statements: 0,
+ branches: 0,
+ functions: 0,
+ lines: 0,
},
},
transformIgnorePatterns: [
| dropping coverage thresh | dropping coverage thresh
|
eeeabe7e60e2b0400e7e05d36a0c26880d353095 | --- targets/US/package.json
@@ -108,7 +108,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.5-rc.1",
"@walmart/ims-print-services-ui": "2.15.3",
- "@walmart/inbox-mini-app": "0.97.10",
+ "@walmart/inbox-mini-app": "0.97.11",
"@walmart/iteminfo-mini-ap... | inbox version updated | inbox version updated
|
ca97d1eaa8fcfb865e81ec645dd97347d2d91f1c | --- package-lock.json
@@ -4331,9 +4331,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.71",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.71.tgz",
- "integrity": "sha512-YSycQhmBTCGy243rwHVJCyEq8Xqp8GEG+C22y7EECfmin07Jq... | bumping version | bumping version
|
5e0a4d970c58c67cf1637e9bdb396d349f608bd1 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.61",
+ "@walmart/financial-wellbeing-feature-app": "1.0.62",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.62 | bumped financial-wellbeing-feature-app to 1.0.62
|
059976e7d36a2db98040000c5d60737b427f5d37 | --- android/app/src/main/res/raw/walmart_achievement_01.mp3
| Fixed the sound file locaiton for android | Fixed the sound file locaiton for android
|
bec1e185f582995e0634292b8831c4f13ae2725b | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -149,6 +149,9 @@ exports[`HomeStackNav matches snapshot 1`] = `
<Screen
name="metrics.ftprItemScreen"
/>
+ <Screen
+ name="metrics.actualToDemandDrilldown"
+ />
</Navigator>
`;
@@ -318,6 +321,9 @@ exports[`H... | Bumping metrics mini app and adding Navigations for Drop 13 | Bumping metrics mini app and adding Navigations for Drop 13
|
a5d04082cb95567a59d461da23d17d54d56f35d7 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 37
+ versionCode 38
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
1fccddd285f9efdd026db5900005734938d057e1 | --- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx
@@ -50,6 +50,7 @@ describe('AssociateHallwayNav', () => {
mockUseSelector.mockReturnValueOnce(30000); //inactivityTime
mockUseSelector.mockReturnValueOnce(60000); //backgroundIdleTime
mockUseSelector.mockReturnValueOnce(false); //siteIdPresent
+... | Removing uneeded fork from waitForChargeSumo saga. Disabling activity monitor on pin feature disabled | Removing uneeded fork from waitForChargeSumo saga. Disabling activity monitor on pin feature disabled
|
f94a4d2823fc4277becf482b55596db18797a2e9 | --- packages/allspark-foundation-hub/__tests__/HubFeature/HubWidget.test.tsx
@@ -1,11 +1,12 @@
import React from 'react';
import { Text } from 'react-native';
-import { render, fireEvent } from '@testing-library/react-native';
+import { fireEvent } from '@testing-library/react-native';
import { HubWidget } from '../... | feat(ui): update telemetry params | feat(ui): update telemetry params
|
0d5d9984e67c86936547f69ee474fb12e58fd70f | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.14",
+ "version": "1.0.1-beta.15",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update the foundation changes | Update the foundation changes
|
9d1c3c896059d12b4651c8211d8728297a085ed6 | --- .looper.multibranch.yml
@@ -31,8 +31,11 @@ branches:
- spec: feature/drop23
triggers:
- manual:
- name: Publish Changed Packages
- call: publishFromChanges
+ name: Publish Packages (Pre-Release)
+ call: publishPrerelease
+ - manual:
+ name: Publish Pa... | chore: test fixes. remove unused file. add prerelase script to looper | chore: test fixes. remove unused file. add prerelase script to looper
|
969561e903cb4a1a8eab531963dac2a286e2fbc1 | --- graphql.yml
@@ -57,7 +57,7 @@ applications:
tags:
- 'v1'
- name: 'upsertSupplyChainAssociatePreference'
- hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0'
+ hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a'
... | Update graphql.yml | Update graphql.yml
|
b9ad759d060d3eefdb332636a93704fc054a0188 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.33.8",
+ "@walmart/copilot-mini-app": "^3.37.3",
"@walmart/core-services": ... | chore: bump copilot@3.37.3 | chore: bump copilot@3.37.3
|
d75cf8daccbfc2133dc7ceba43b723e0370567ad | --- packages/core-services-allspark/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.10.10](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@2.10.10
|
ee9bddfbc5288de3be5fa72a9ab3539e71982fad | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 907
- versionName "1.10.0"
+ versionCode 908
+ ve... | version bump to 1.10.1 | version bump to 1.10.1
|
6b809de11652324785e1345dde72726ecd98c664 | --- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/HubDashboard.tsx
@@ -170,7 +170,7 @@ export const HubDashboard = ({
});
setAllowedWidgetsList(allowedWidgets);
// eslint-disable-next-line react-hooks/exhaustive-deps
- }, []);
+ }, [teamState]);
/** Bottom sheet update */
... | Update the hub dashboard for changes | Update the hub dashboard for changes
|
1b0c7415e4ea1546abbee150cef6fd55f74d1367 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
- "@walmart/roster-mini-app": "3.9.0",
+ "@walmart/roster-mini-app": "3.10.0",
"@walmart/ui-components": "1.15.1",
"@walma... | feat(ui): update roster version | feat(ui): update roster version
|
62289e1e811756f5b0f555f48b0be4ae37afee0e | --- android/app/build.gradle
@@ -134,8 +134,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 140
- versionName "1.0.14"
+ versionCode 141
+ ve... | version bump for Drop-1, hotfix 2 (#515) | version bump for Drop-1, hotfix 2 (#515)
Co-authored-by: Hitesh Arora <> |
14ce4664be8640257b300a44f23b283690cbd082 | --- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/MeStackNav.tsx
@@ -18,9 +18,6 @@ const ProtectedMeMiniApp = withScreenGuards(withSensitiveView(MeMiniApp), {
clockCheckEnabled: false,
});
-export const renderHeaderRight = () => () =>
- <HomeHeaderRightContainer.Component id='inbox' />;
-
// --- Me Sta... | Merge changes | Merge changes
|
00545348685478f3fad35b1e07e2d5a247e25d6a | --- package-lock.json
@@ -62,8 +62,8 @@
"@walmart/mod-flex-mini-app": "1.3.15",
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
- "@walmart/pay-stub-miniapp": "^0.9.17",
- "@walmart/payrollsolution_miniapp": "^0.130.18",
+ "@walmart/pay-stub-m... | bump version | bump version
|
dced298c6cd8474f3882904a1d9fba5cfce489f4 | --- sr.yaml
@@ -9,15 +9,15 @@ applications:
teamRostersProductId: 2071
organization: StoreSystems
members:
- - homeoffice\\a0f00ev
- - homeoffice\\c0m05md
- - homeoffice\\e0r020j
- - homeoffice\\h0a006n
- - homeoffice\\h0l03uu
- - homeoffice\\rlane1
- - homeoffice\\sakb... | fix(sr.yaml): fix format | fix(sr.yaml): fix format
|
761fd39deaadb33998a04981dca86c36fcf83262 | --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -46,6 +46,23 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
+ <Screen
+ component={[Function]}
+ name="taskit"
+ options={
+ {
+ "cardOverlay... | feat(notes): safety agent TASKIT-7014 (#4853) | feat(notes): safety agent TASKIT-7014 (#4853)
|
41f4572f6b014571e4a3ffc9145c579420cab555 | --- example/src/core/index.tsx
@@ -79,7 +79,7 @@ const Tab2Nav = () => {
);
};
-const Tab3Stack = AllsparkNavigationClient.createAllsparkStackNavigator();
+const Tab3Stack = createStackNavigator();
const Tab3Nav = () => {
return (
| Update navigation | Update navigation
|
61f86813b17f26ea6db75734b0c33fc156ef0459 | --- core/src/navigation/constants.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import {Animated, StatusBar} from 'react-native';
import {StackCardInterpolationProps} from '@react-navigation/stack';
import SplashScreen from 'react-native-splash-screen';
@@ -10,7 +9,6 @@ import {
import {AllsparkReduxStore} from '... | chore: lint fix | chore: lint fix
|
4052369ad5273ad4c013eb9002867c9e40f6606c | --- package-lock.json
@@ -4821,9 +4821,9 @@
"integrity": "sha512-uIUj9pncr+UHyTCegApYq91eQCcTGeLu1ejINUZAij0N8IHtnZwPgudV2gLTpdi8a7uxuW1SGQARGV96XC8/+w=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "1.7.15",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | reverting last PTT PR due to performance issues | reverting last PTT PR due to performance issues
|
44ff1a688fc527315b89fd3847a693fe56340211 | --- core/__tests__/__mocks__/@walmart/global-vpi-mini-app.js
@@ -1,3 +1,3 @@
-jest.mock('@walmart/global-vpi-mini-app', () => ({
+module.exports = {
GlobalVPIMiniApp: 'GlobalVPIMiniApp',
-}));
+};
| test: updated global vpi mock to resemble other files in folder | test: updated global vpi mock to resemble other files in folder
|
a87a9e9edd880f78f1907624d46788f492946d59 | --- 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.8.1](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.8.1
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.34
- @walmart/associate-exp-hub-team-switcher@2.8.0
|
f36f2add54942ae1ebeec2513f03fa05d0f9e796 | --- package-lock.json
@@ -37018,7 +37018,7 @@
"version": "2.1.6",
"dev": true,
"requires": {
- "axios": "^0.21.4"
+ "axios": "~1.2.6"
}
},
"chalk": {
| updated package to restore axios version | updated package to restore axios version
|
88e901d51c1bcd3da0838524b8e0132658289701 | --- src/auth/LoginErrorScreen/index.tsx
@@ -117,11 +117,11 @@ export const ErrorScreen = (
const customErrorCode = params?.authError?.code;
const [isNetworkError, isTimeMismatchError, isBrowserNotFoundError] =
useMemo(() => {
- const networkError = networkErrors.some((term) =>
- customError?.toLo... | Merge changes | Merge changes
|
05ba8ece405ceecedeae8d15a265a5ba24decb99 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 61
+ versionCode 62
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
dee5b73eeae713c534249b282191eb9ac5b354a7 | --- packages/allspark-foundation/__mocks__/@react-navigation/native.js
@@ -10,5 +10,6 @@ module.exports = {
useNavigation: jest.fn(() => navigation),
useIsFocused: jest.fn(),
useFocusEffect: jest.fn((f) => f()),
- ParamListBase: jest.fn()
+ ParamListBase: jest.fn(),
+ NavigationContainer: ({ children }: { c... | allspartcontainer test | allspartcontainer test
|
5ade89c9d4908529574d7a0cd62c121bb3acc47f | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -86,7 +86,6 @@ const navConfig = [
];
const setShowDialog = jest.fn();
-const setNavConfig = jest.fn();
const baseProps = {
navigation: {
navigate: jest.fn(),
@@ -104,9 +103,8 @@ describe('SideMenuContent', () => {
mockUseCanImperso... | fixed global nav menu update issue | fixed global nav menu update issue
|
63520cf5ae312e6e55b8ca6e210ec046c15499ae | --- package.json
@@ -98,7 +98,7 @@
"@walmart/calling-mini-app": "0.8.18",
"@walmart/candidate-authentication-lib": "0.0.8",
"@walmart/checkout-mini-app": "4.19.0",
- "@walmart/compass-sdk-rn": "6.4.7",
+ "@walmart/compass-sdk-rn": "6.4.5",
"@walmart/config-components": "4.12.1",
"@walmart... | Revert "fix: COM-5518 Fixes geofence lcoation usage outside a store (… (#4811) | Revert "fix: COM-5518 Fixes geofence lcoation usage outside a store (… (#4811)
|
7ea514602740703cb989167379fb8ef450be7fda | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [3.8.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.7.0...v3.8.0) (2025-12-16)
+
+
+### Features
+
+* **ui:** update roster version ([a88b276](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/a88b276fce0d110f8e48aaa2e63def10bbd2f26b))
+* **ui:** upd... | chore(release): 3.8.0 [skip ci] | chore(release): 3.8.0 [skip ci]
# [3.8.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.7.0...v3.8.0) (2025-12-16)
### Features
* **ui:** update roster version ([a88b276](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/a88b276fce0d110f8e48aaa2e63def10bbd2f26b))
* **ui:** update roster ver... |
33fe13c44b7f02be145ebda4fa08500e7a9baf1c | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -55,7 +55,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = (
const telemetry = useTelemetry<IAllsparkTelemetry>();
const badgesCount = useSelector(getInboxBadgeCount);
- const unreadMessageCount = MyTeamHooks.useChannelUnre... | adding meganav count | adding meganav count
|
2c5529974f55e9a54b7e09744a543999d11db461 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -221,6 +221,7 @@
buildPhases = (
53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */,
FD10A7F022414F080027D42C /* Start Packager */,
+ 5B96937456920AB5EE0DDE0C /* [CP] Prepare Artifacts */,
13B07F871A680F5B00A75B9A /* Sources */,
13B07F8C... | adding cocoapods support for 2.9.0 barcode version | adding cocoapods support for 2.9.0 barcode version
|
60f3ba11bc190eef9fb70eedad7fadd51ec91c00 | --- packages/allspark-graphql-client/codegen/generate.js
@@ -1,6 +1,8 @@
#!/usr/bin/env node
'use strict';
+process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0;
+
const cli = require('@graphql-codegen/cli');
const path = require('path');
@@ -53,7 +55,17 @@ const queryPath = `${processPath}/${queries}`;
const codege... | fix: fix athena schema url. add option to configure from allspark config | fix: fix athena schema url. add option to configure from allspark config
|
ef0642e4329f38c7d5845d86c7e652c722e81fdb | --- jest.config.ts
@@ -19,6 +19,17 @@ const config: Config = {
// ['jest-slow-test-reporter', { numTests: 8, warnOnSlowerThan: 300, color: true }]
],
+ collectCoverageFrom: [
+ '**/*.{ts,tsx}',
+ '!**/*.d.ts',
+ '!**/types.ts',
+ '!**/*.types.ts',
+ '!**/style.ts',
+ '!**/styles.ts',
+ '... | chore: update coverage threshold and ignore patterns | chore: update coverage threshold and ignore patterns
|
e73bed9608126024107536cd425b4dc0924a9e78 | --- src/components/AssociateRosterItem/index.tsx
@@ -67,7 +67,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
leading={
<PresenceIndicator
userId={associate.userId!}
- live={true}
+ live={false}
style={st... | fix: remove presence indicator animation for performance gains | fix: remove presence indicator animation for performance gains
|
ee70c30b09bb9880bed7595eb7bfd6ce9a4a322a | --- 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.56",
- "@walmart/attendance-mini-app": "0.56.0",
+ "@walmart/attendance-mini-app": "0.59.0",
"@walmart/config-compo... | Updated attendance-mini-app to 0.59.0 | Updated attendance-mini-app to 0.59.0
|
0906c847d8da6e389ac019c6872ab3260dfea937 | --- package.json
@@ -113,7 +113,7 @@
"@walmart/ims-print-services-ui": "2.12.0",
"@walmart/inbox-mini-app": "0.95.3",
"@walmart/iteminfo-mini-app": "7.15.11",
- "@walmart/learning-mini-app": "20.0.33",
+ "@walmart/learning-mini-app": "20.0.34",
"@walmart/manager-approvals-miniapp": "0.2.4",
... | feat: :sparkles: Bump learning mini app version to 20.0.34 | feat: :sparkles: Bump learning mini app version to 20.0.34
|
efdefb4e0eb33d8329fb02df55f2805e1b26e54e | --- package-lock.json
@@ -70,7 +70,7 @@
"@walmart/pay-stub-miniapp": "0.9.35",
"@walmart/payrollsolution_miniapp": "0.130.46",
"@walmart/price-changes-mini-app": "1.9.7",
- "@walmart/profile-feature-app": "0.287.1",
+ "@walmart/profile-feature-app": "0.334.0",
"@walmart... | feat: bump profile-feature-app to 0.334.0 | feat: bump profile-feature-app to 0.334.0
|
d08b13745e5b004f06b8a11292c1709106ffb6f8 | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
"@walmart/attendance-mini-app": "1.62.13",
- "@walmart/compass-sdk-rn": "5.18.9",
+ "@walmart/compass-sdk-rn": "5.18.15",
"@walmart/config-compon... | git merge | git merge
|
dd0a63027a8ec443c3de51cb81f28fd0f94d07b0 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -5,9 +5,7 @@ exports[`RootContainer renders and fires startup event 1`] = `
env="dev"
environmentOverrides={{}}
>
- <RenderGuard>
- <RootStackNavigation />
- </RenderGuard>
+ <RootStackNavigation />
</Provider>
`;
@@ -16,8 +14,6 @@ exports[`RootContainer ... | chore: snapshot update | chore: snapshot update
|
e76effdcd1eda4ecb48faa9f90afd09d163d7d66 | --- package.json
@@ -136,7 +136,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.10.7#~/.yarn/patches/@walmart-react-native-scanner-3.0-npm-0.10.7-9aedc7354c.patch",
"@walmart/react-native-shared-navigation": "~6.3.28",
"@walmart/react-native-store-map": "0.3.7",... | chore(update react-native-sumo-sdk): ALLSPARK-6012 change version | chore(update react-native-sumo-sdk): ALLSPARK-6012 change version
|
539d12cd925dc03babba408d5c4e3a96078c4f58 | --- saucelabs/.looper-native-common-saucelabs.yml
@@ -37,7 +37,6 @@ tools:
flows:
npm-install-and-coverage:
- - npm install -g json-edit-cli && json set package.json --key=dependencies.react-native-wm-barcode --value=2.3.0
- npm install
- (name put appropriate env file in place) npm run env:${env}
... | removing override of barcode scanner module | removing override of barcode scanner module
|
f486562525ee29324bf3b8cd0c5c88e53d6871fc | --- packages/allspark-build-cache-provider/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.1.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-bui... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-build-cache-provider@1.1.2
- @walmart/expo-config-plugins@0.10.0
|
f7835cac168215ea77a5c122bba6306f1c2dd995 | --- .looper.multibranch.yml
@@ -63,7 +63,6 @@ flows:
- call: sonar-scan-pr
- parallel(failsafe):
- (name Scanning Walmart Packages) npm run lint:changed-walmart-libs ${GITHUB_PR_TARGET_BRANCH}
- - (name Scanning Deprecated Packages In Core) corepack enable && export GITHUB_REPOSITORY="${GITHUB... | fix(looper): remove core check for drop 33 | fix(looper): remove core check for drop 33
|
db834a884cfc9770522ddd8b85591bd7421fb1f6 | --- src/common/constants.ts
@@ -1,4 +1 @@
export const FEATURE_ID = 'Roster' as const;
-export const CONFIG_ID = 'roster' as const;
-export const APP_NAME = 'roster' as const;
-export const LOGGER_FIELDS = {id: 'roster-mini-app'};
--- src/index.tsx
@@ -10,62 +10,28 @@ import {rosterSlice} from './redux/reducer';
im... | Removing unused code | Removing unused code
|
b7c7497612172782200ad924451ec6ce952469cf | --- .looper-pr.yml
@@ -29,3 +29,4 @@ envs:
AUTHOR: temp
SLACK_CHANNEL: 'smdv-miniapp'
+
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/associate-exp-hub-mini-app",
- "version": "1.1.0",
+ "version": "1.2.0",
"main": "main.js",
"files": [
"dist",
| feat(ui): update associate exp hub changes #SMDV-9999 | feat(ui): update associate exp hub changes #SMDV-9999
|
b0a089ccc821713651c8505cb7f773ec891defbd | --- packages/associate-exp-hub-hub/src/components/HubFactory.tsx
@@ -40,7 +40,7 @@ interface HubFactoryProps {
*/
export const HubFactory: React.FC<HubFactoryProps> = ({
containerId,
- useWidgetManagement = true,
+ useWidgetManagement = false,
config,
}) => {
// When widget management is disabled, use ou... | feat(ui): update the use widget management value to false by default | feat(ui): update the use widget management value to false by default
|
1fe95815ee23428f58e20838a56f87a55934ed1e | --- packages/allspark-foundation-hub/src/Store/Components/TeamUpdateBottomSheet.tsx
@@ -3,7 +3,10 @@ import BottomSheet from '../Components/BottomSheet/BottomSheet';
import HubOnboardingImage from '../Components/BottomSheet/HubOnboardingImage/OnboardingImage';
import { FEATURE_ID } from '../../Shared/Common/constant'... | Update tests | Update tests
|
dda979405e5cc44525bccdc4dab8458d60e4e536 | --- src/components/index.ts
@@ -1,6 +1,2 @@
-export * from './ActionButton';
-export * from './AssociateRosterItem';
export * from './Avatar';
-export * from './MessagesHeader';
-export * from './MessageTimeSectionHeader';
-export * from './TeamList';
+
| remove unused components | remove unused components
|
4e348e7645e1ebb80102f2419ce3ff44ad8d59a9 | --- package-lock.json
@@ -88,7 +88,7 @@
"@walmart/time-clock-mini-app": "2.175.0",
"@walmart/topstock-mini-app": "1.2.3",
"@walmart/ui-components": "1.15.1",
- "@walmart/welcomeme-mini-app": "0.84.2",
+ "@walmart/welcomeme-mini-app": "0.84.2-739-bacf009",
"@walmart/wfm-... | chore: welcomeme version bump | chore: welcomeme version bump
|
7e340475689a44398f2e21bb99941d1bb70f12af | --- __tests__/services/TextingApi.test.ts
@@ -201,7 +201,7 @@ describe('TextingApi', () => {
}),
);
expect(logger.error).toHaveBeenCalledWith('texing blob', {
- message: 'error while fetching sasToken',
+ message: 'error while fetching sasToken: Error: API error',
});
... | fix(ui): fixing test | fix(ui): fixing test
|
8c947097178f578a5da6b91ec51a7a8b3129d221 | --- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.40-d3d8ef2340.patch
@@ -1,42 +0,0 @@
-diff --git a/CallingSdk.podspec b/CallingSdk.podspec
-index 8a1ddb93d50eaa7601f191248d0bf121f1633898..3444549b3e4d13de3192cc9faf45421c7a6340c5 100644
---- a/CallingSdk.podspec
-+++ b/CallingSdk.podspec
-@@ -22,7 +22,7 @@ Pod... | fix: CONAS-2000 Calling Bug Fixes Drop 31 (#4317) | fix: CONAS-2000 Calling Bug Fixes Drop 31 (#4317)
Co-authored-by: Aswin Das <Aswin.Das@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.