commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
686133f82dc640f747cc0838f954766c83b740c2 | --- android/app/src/main/AndroidManifest.xml
@@ -15,6 +15,7 @@
<!-- SUMO -->
<queries>
+ <package android:name="com.walmart.sso.app" />
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
--- ... | upgrading gradle and adding entry to manifest for legacy sso detection | upgrading gradle and adding entry to manifest for legacy sso detection
|
0a5538592b35a909d78026cd593e1895ec917092 | --- package-lock.json
@@ -3184,9 +3184,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.5.18",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.5.18.tgz",
- "integrity": "sha512-lYh4gj+ie2/KP1LzWUWW5hyS6DTUZez1Q4MIx9YUJaXCKU6knb9u746g9D... | WelcomeMe v0.5.19 (#264) | WelcomeMe v0.5.19 (#264)
* WelcomeMe v0.5.19
UAT bug fixes
* WelcomeMe added to version file |
828c9e2082b4a6e2a84bf04b2c7badfc2ee76fe0 | --- src/channels/provider.tsx
@@ -64,12 +64,11 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
const subscriptionOn = useCallback(() => {
if (viewerId && siteId) {
const channelsPath = createChannelsCollectionPath(siteId);
- const teamChannelPath = createTeamChannelPath(viewer... | create working initial query | create working initial query
|
621c36001c21809041c2227c8d13eccd6ce1d9d3 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx
@@ -7,7 +7,6 @@ import { HubHeader } from '../../../Store';
import { useAllsparkTranslation } from '@walmart/allspark-foundation';
import { FEATURE_ID } from '../../../Store/constant';
import { colors } from '@... | Adding conditional render | Adding conditional render
|
630d77670476dfb0a6c3accc4da8c61519ff5dde | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/notes-drop24
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| Update .looper.multibranch.yml | Update .looper.multibranch.yml |
b403ceef916071111bd61b0ea361518c61a3a733 | --- src/notification.ts
@@ -4,15 +4,18 @@ import WmNotification, {
} from 'react-native-wm-notification';
import {navigate} from '@walmart/react-native-shared-navigation';
-export const onBackgroundNotification = (event?: SumoPushEvent) => {
+export const onTextMessageNotification = (event?: SumoPushEvent) => {
... | adding params for notiication | adding params for notiication
|
d7386cfa45ab98e906da83262bafbccd806c247e | --- packages/allspark-foundation-hub/src/Store/Hooks/useUserCanSeeHub.ts
@@ -2,7 +2,7 @@ import { UserSelectors } from '@walmart/allspark-foundation/User';
import { useSelector } from 'react-redux';
import { HOME_OFFICE_DOMAIN } from '../Common';
-export const useUserCanSeeTeamHub = () => {
+export const useUserCan... | Update the hook | Update the hook
|
efaf08cab99084177677f790eb2944adcd9a6a4b | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx
@@ -4,19 +4,23 @@ import { ShiftFilter } from './ShiftFilter';
import { ShiftFilterListStyles as styles } from './style';
import { ShiftFilterListProps } from './types';
import { HubHeader } from '../../../Stor... | Updating HubHeader props | Updating HubHeader props
|
e56a06d64245ca48867c9c3822951410ef7c10ca | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx
@@ -34,7 +34,11 @@ import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation
import { createDefaultWidgetPlaceholder } from '../../../HubFeature/utils';
import { OnboardingScreen } from '../Screens/Onboardi... | feat(ui): added logic for onboarding skip and popover | feat(ui): added logic for onboarding skip and popover
|
927e91da12f7f8f816c64bf377e2097514e8c965 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 918
- versionName "1.16.0"
+ versionCode 919
+ ve... | version bump to 1.17.0 | version bump to 1.17.0
|
ec8bac9299091d557b88de4dd813dab47f09da76 | --- packages/allspark-foundation-hub/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.24.8](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.13.8
- @walmart/allspark-foundation-hub@1.24.8
- @walmart/ax-components@1.2.0
- @walmart/me-at-walmart-geolocation@1.4.11
- @walmart/me-at-walmart-location@1.2.11
- @walmart/my-walmart-hub@1.4.8
|
afe5332048993e919512d65ebd1eed116e4897be | --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -467,7 +467,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
PaymentSelectionScreen
PaystubScreen
AuthScreen
- TopstockScreen
ExceptionMiniApp
FacilitiesFeature
Globa... | chore: update snapshots | chore: update snapshots
|
d22ded0370054872a1ac9747f0fa1eb83c721304 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "allspark-main",
- "version": "1.20.2",
+ "version": "1.19.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "allspark-main",
- "version": "1.20.2",
+ "version": "1.19.0",
"hasInstallScript": true,
... | bumped avp version | bumped avp version
|
cf643f8ac13a6f4b3c410c3866452031fcde2d2f | --- package-lock.json
@@ -4341,9 +4341,9 @@
"integrity": "sha512-KuJZ9iZmpMq6BxWoSB0VePjLjdQEgGbJgXs0mwWqjpryfnfhk9tUHaEvwgps53CEcS67hsGK0XbENH4SSD+L0Q=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.76",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | updating ptt version to latest | updating ptt version to latest
|
0d1305f7ed19932d43dcf8b3052e51afd6a4ef2a | --- packages/allspark-foundation/__tests__/GraphQL/links.test.ts
@@ -60,7 +60,6 @@ describe('DynamicLink', () => {
test('should forward operation by default', done => {
const operation = createMockOperation();
const forward = jest.fn((op: Operation) => Observable.of({ data: 'result' }));
-
link.reques... | add links unit test | add links unit test
|
b0e27980b2e46bae7c0137499d920cb898d0b467 | --- package.json
@@ -112,7 +112,7 @@
"@walmart/ims-print-services-ui": "2.11.3",
"@walmart/inbox-mini-app": "0.94.6",
"@walmart/iteminfo-mini-app": "7.13.2",
- "@walmart/learning-mini-app": "20.0.26",
+ "@walmart/learning-mini-app": "20.0.27",
"@walmart/manager-approvals-miniapp": "0.2.4",
... | feat: :sparkles: Bump learning mini app version to 20.0.27 | feat: :sparkles: Bump learning mini app version to 20.0.27
|
9b632df715c7e3d0fa486d40cc05cf56f32c88b2 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
@@ -22,6 +22,7 @@ const renderSavedTeamItem: ListRenderItem<SavedTeam> = ({
}) => {
return (
<PillTeamListItem
+ isSubItem
isSelected={false}
teamId={savedTeam.teamId}
teamName... | feat(ui): subitem | feat(ui): subitem
|
b4d36f2fa00a8525c6855a03ec586a6291ad811d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.21",
+ "version": "2.0.23",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.21",
+ "version": "2.0.23",
... | Update package.json | Update package.json |
2721ca4595bfe1a6898ffb9f9503b8742aee4d16 | --- graphql.yml
@@ -21,18 +21,18 @@ applications:
hash: 'a91589d0ee9424fabe377345d9994068d07fb8781417b94ef77575d3fdd3f8f3'
queryTemplate: 'src/queries/getDailyRoster.graphql'
tags:
- - 'v2'
- - 'Drop13'
+ - 'v3'
+ - 'Drop14'
... | updating graphQL file | updating graphQL file
|
4c11bdc0b9438f416d7e62d6988a4286734d2b0b | --- src/screens/SearchScreen.tsx
@@ -178,7 +178,7 @@ export const SearchScreen: React.FC<SearchScreenProps> = (props) => {
);
};
- //TODO: Unable to re-use the roster component on this screen so duplicating flashList. Investigate this render bug and fix
+ //TODO: Unable to re-use the roster component on thi... | adding jira ticket link to the todo | adding jira ticket link to the todo
|
36d95e5f6a2eaef7665854e4d1c4d46830d6f3df | --- ios/Podfile.lock
@@ -350,7 +350,7 @@ PODS:
- React
- react-native-get-random-values (1.5.1):
- React-Core
- - react-native-logger (1.26.0):
+ - react-native-logger (1.27.0):
- React
- react-native-netinfo (5.9.7):
- React-Core
@@ -818,7 +818,7 @@ SPEC CHECKSUMS:
react-native-encrypted... | Updated react native logger to 1.27.0 | Updated react native logger to 1.27.0
|
f351402f0df80715ce72817f3c0480deb5cc9f72 | --- package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "allspark-main",
- "version": "1.20.0",
+ "version": "1.21.0",
"hasInstallScript": true,
"dependencies": {
"@react-native-async-storage/async-storage": "^1.21.0",
| chore package lock update | chore package lock update
|
99122606c5b95bfa14dbeb24cfdc39c0e2246d09 | --- package.json
@@ -175,7 +175,7 @@
"@walmart/time-clock-feature-app": "1.0.0-beta.7",
"@walmart/time-clock-mini-app": "patch:@walmart/time-clock-mini-app@npm%3A3.19.11#~/.yarn/patches/@walmart-time-clock-mini-app-npm-3.19.11-d3039974f6.patch",
"@walmart/timesheet-feature-app": "0.2.0-beta.16",
- "@w... | fix(topstock): gtp 3 support and bug fixes (#5144) | fix(topstock): gtp 3 support and bug fixes (#5144)
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
bd2d0d2ce85f293c4032957ab26c7e847a75b1a9 | --- package-lock.json
@@ -5228,9 +5228,9 @@
"integrity": "sha512-IuzyUOujBWrNrrs+I0CHc/f3UioBdKPOxjzB/XANkd3NP1JbFA82kC9GqJ6UJhCoEX/gtI+FxUPSaxbq8fahDw=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.36",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | bump counts version | bump counts version
|
ebddefa1e1d203b267414f32398c4a11957af5d0 | --- package.json
@@ -117,7 +117,7 @@
"@walmart/ims-print-services-ui": "2.23.0",
"@walmart/inbox-mini-app": "0.103.1",
"@walmart/invue-react-native-sdk": "0.1.26-alpha.12",
- "@walmart/iteminfo-mini-app": "8.7.0",
+ "@walmart/iteminfo-mini-app": "8.7.2",
"@walmart/learning-mini-app": "20.0.79"... | feat(item-info): Update iteminfoini app version for drop34 | feat(item-info): Update iteminfoini app version for drop34
|
b87c5968533f43517a763c09491c20784ac1bd16 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -82,7 +82,6 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = (
route: string,
params?: Record<string, any> | undefined,
) => {
- console.log('Navigation called for', route, params);
onDrawerClose();
setImmedi... | Removing log | Removing log
|
9ca92395edc550108f448199e61f56621563dfb0 | --- packages/me-at-walmart-container/src/graphql/policies.ts
@@ -52,6 +52,9 @@ export const TypePolicies: StrictTypedTypePolicies = {
AssociateJobDetail: {
merge: true,
},
+ AssociatePreferences: {
+ merge: true,
+ },
// TODO: Added by Learning. Add at mini app level.
Badge: {
merge: true,
@@... | fix: missing cache policies lead to cache misses | fix: missing cache policies lead to cache misses
|
5392457432e85040dbe3a2d35dffefed8922e0cb | --- __tests__/__mocks__/@walmart/financial-wellbeing-feature-app.js
@@ -1,4 +1,5 @@
-jest.mock('@walmart/financial-wellbeing-feature-app', () => ({
+module.exports = {
+ __esModule: true,
FWBNav: 'FWB',
FWB_NAV_SCREEN_NAME: 'FWB',
-}));
+};
--- __tests__/__mocks__/@walmart/pay-stub-miniapp.js
@@ -1,3 +1,4 @@
-... | updated mocks for financial-wellbeing-feature-app and pay-stub-miniapp | updated mocks for financial-wellbeing-feature-app and pay-stub-miniapp
|
9c91edb08fce0bcb155586cf67262cee0735f0bb | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.1.32",
+ "@walmart/react-native-scanner-3.0": "0.2.0",
"... | VS-1053 : Support Multiscanner functionality into Scanner3.0 (ScandIt) library for Vizpick Salesfloor | VS-1053 : Support Multiscanner functionality into Scanner3.0 (ScandIt) library for Vizpick Salesfloor
|
985713b263e683b6f061a3697f33c14b32a74f5f | --- __tests__/managerExperience/components/__snapshots__/FilterChipHeader.test.tsx.snap
@@ -10,7 +10,7 @@ exports[`FilterChipHeader Component renders correctly with different props 1`] =
}
>
<Text
- accessibilityLabel="rosterScreen.filterChipHeader"
+ accessibilityLabel="rosterScreen.rosterName"
style... | feat: updated snapshot | feat: updated snapshot
|
212782c43226107eba242a42d5137a9aed450c5d | --- __tests__/__mocks__/@walmart/taskit-mini-app.js
@@ -4,4 +4,5 @@ module.exports = {
TaskItQuickActions: 'TaskItQuickActions',
getTaskBadge: jest.fn(),
TaskCards: 'TaskCards',
+ registerAskSamWidgetsForNotes: jest.fn(),
};
| Updated unit tests | Updated unit tests
|
bc1d511b1bf4272e71a7224fd4e10d5f9313dc09 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.1-alpha.5",
+ "version": "1.15.1-alpha.6",
"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",
... | Update my team mini app version | Update my team mini app version
|
bc73aca790b34e3f00688be0f08ee8194d469a82 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -27,7 +27,11 @@ import HubOnboardingImage from '../../../BottomSheet/HubOnboardingImage/Onboardi
import { createDefaultWidgetPlaceholder } from '../utils';
import { LoggerService } from '@walmart/allspark-foundation/Logger';... | Update the reset to navigation | Update the reset to navigation
|
8d7f51cb27f310bcd0d435aa096e779bb6fec711 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.23",
+ "@walmart/facilities-management-miniapp": "0.5.26",
... | Updating the package-lock | Updating the package-lock
|
c2560c7fe8b2b8cc95f844caae819e1e443b9499 | --- packages/me-at-walmart-container/__tests__/http/interceptors/work.test.ts
@@ -1,16 +1,30 @@
-import {WorkInterceptor} from '../../../src/http/interceptors/workInterceptor'
-import { AllsparkReduxStore, InternalHttpClientRequestConfig } from '@walmart/allspark-foundation';
-
+const {WorkInterceptor} = require('../..... | fix: modify work interceptor test DWORK-7538 | fix: modify work interceptor test DWORK-7538
|
8a86091e660e9e1451bee030de8e5e318fc51f0b | --- docs/docs/components/allspark foundation/services/foundation-auth.md
@@ -115,3 +115,32 @@ import { useContainerService } from '@walmart/allspark-foundation/Container';
const AuthService = useContainerService('auth');
```
+
+## Auth Service API
+### `signIn()`
+Signs in the user with the provided authentication... | Authentication and clock updates. | Authentication and clock updates.
|
fac5109a38610296de5adfcd5575e52c3868808e | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.34.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.33.0...v2.34.0) (2025-05-01)
+
+
+### Features
+
+* **ui:** update asset update ([5f9ec0e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/5f9ec0e6c77ebcf5c442d580ddb30fbb70e7f970))
+
# [2... | chore(release): 2.34.0 [skip ci] | chore(release): 2.34.0 [skip ci]
# [2.34.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.33.0...v2.34.0) (2025-05-01)
### Features
* **ui:** update asset update ([5f9ec0e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/5f9ec0e6c77ebcf5c442d580ddb30fbb70e7f970))
|
88e0cae46461c1c1c56d5092745ceb251a7bd707 | --- src/images/assets/ask-sam-search.png
Binary files a/src/images/assets/ask-sam-search.png and b/src/images/assets/ask-sam-search.png differ
--- src/images/assets/ask-sam-search@2x.png
Binary files a/src/images/assets/ask-sam-search@2x.png and b/src/images/assets/ask-sam-search@2x.png differ
--- src/images/assets... | Chore/tabbar icons (#127) | Chore/tabbar icons (#127)
* updated icons of tabbar based on new designs
* removing styles which aren't required.
* remove unused styles and size properties on tab bar icons (#128)
Co-authored-by: Hitesh Arora <>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
291e421250e35067785a6a8801d70278bd7510c8 | --- .looper.multibranch.yml
@@ -1,3 +1,49 @@
inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
updateTaskStatusOnGit: true # added as per discussion on SREDP-11895
+
+cache:
+ - name: yarn-cache
+ configs:
+ - type: yarn
+ excludes:
+ - ".yarn"
+ checksum... | chore: override looper values for new structure | chore: override looper values for new structure
|
ecc408f10f2aecc840e367ad5b9d9eeadb66ece9 | --- jest.config.js
@@ -1,5 +1,5 @@
module.exports = {
- projects: ['<rootDir>/targets/US'],
+ projects: ['<rootDir>/core'],
// projects: ['<rootDir>/targets/US', '<rootDir>/core', '<rootDir>/packages/*'],
setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'],
testResultsProcessor: 'jest-sonar-r... | chore: lint fixes | chore: lint fixes
|
9b4ce9009e1f6135e9275a5b795baf9509b9e69d | --- __tests__/managerExperience/components/FilterChip.test.tsx
@@ -0,0 +1,38 @@
+import React from 'react';
+import {FilterChip} from '../../../src/managerExperience/components/FilterChip';
+import {fireEvent} from '@testing-library/react-native';
+import {renderWithProviders} from '../../harness';
+
+const defaultProp... | feat: added unit tests to filter chip | feat: added unit tests to filter chip
|
9f2adbe2d498eaec5e4ddaf8ad9901b7dbe5d31e | --- docs/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [3.3.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.2.0...v3.3.0) (2025-08-28)
+
+
+### Features
+
+* **ui:** fixing conflicts ([e0f3c26](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e0f3c2656f5e88178b3307d932bb7fa01084484a))
+* **ui:** updating... | chore(release): 3.3.0 [skip ci] | chore(release): 3.3.0 [skip ci]
# [3.3.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.2.0...v3.3.0) (2025-08-28)
### Features
* **ui:** fixing conflicts ([e0f3c26](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e0f3c2656f5e88178b3307d932bb7fa01084484a))
* **ui:** updating looper-pr fil... |
a8d822060ccb9615683c2ddb97c8c1973afa5942 | --- src/screens/MessagesScreen.tsx
@@ -34,6 +34,7 @@ import {usePresenceContext} from '../presence/hooks';
import {messageTypes} from '../constants';
import {getNetworkState} from '@walmart/core-services/Network/selectors';
import {ErrorComponent} from '../components/ErrorComponent';
+import {HttpClientError} from "... | adding correlationId to splunk log | adding correlationId to splunk log
|
3f22ff9ce8cc1cfbd5a836f207b94bf4f6960f7f | --- docs/CHANGELOG.md
@@ -1,3 +1,30 @@
+# [3.3.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.2.0...v3.3.0) (2025-08-25)
+
+
+### Bug Fixes
+
+* provider error log update ([f69243e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/f69243e0f154171881baa68028e910dda6d0e3c0))
+* **ui:** ... | chore(release): 3.3.0 [skip ci] | chore(release): 3.3.0 [skip ci]
# [3.3.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.2.0...v3.3.0) (2025-08-25)
### Bug Fixes
* provider error log update ([f69243e](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/f69243e0f154171881baa68028e910dda6d0e3c0))
* **ui:** adding code of... |
91d55946922cdfc226688d8efc9d17cde40e9c3b | --- packages/celebration-mini-app/src/config/appConfig.ts
@@ -28,7 +28,6 @@ const getAppVariant = () => {
export const DefaultCelebrationConfig = (() => {
const variant = getAppVariant();
- console.log('Current app variant: ', variant);
switch (variant) {
case 'dev':
case 'teflon':
--- packages/ce... | feat(ui): update celebration details screen | feat(ui): update celebration details screen
|
72437d467f5853940039ec06368d312284978da5 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.16",
+ "version": "2.0.17",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.16",
+ "version": "2.0.17",
... | Update package.json | Update package.json |
32744032161fc44799febc018ee8b089f6b793d2 | --- package.json
@@ -135,7 +135,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-geolocation": "1.3.19",
"@walmart/metrics-mini-app": "1.34.4",
- "@walmart/mod-flex-mini-app": "1.31.2",
+ "@walmart/mod-flex-mini-app": "1.31.3",
"@walmart/moment-walmart": "1.0.4",... | feat(mod-flex-mini-app): INNODELOC-16475 ModFlex drop 35 version bump (#5143) | feat(mod-flex-mini-app): INNODELOC-16475 ModFlex drop 35 version bump (#5143)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
02655e49de167cc047ec08501dcbf60be3864c9d | --- yarn.lock
@@ -42,7 +42,7 @@ __metadata:
rehackt: "npm:^0.1.0"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
- ts-invariant: "npm:^0.10.3"
+ ts-invariant: "npm:^0.10.31.11.2
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
@@ -7452,7 +7452,7 @@... | Update yarn.lock | Update yarn.lock |
618096255fba9a6b063123bb903cfb48b031cb21 | --- src/channels/components/ChannelRow.tsx
@@ -116,7 +116,8 @@ export const ChannelRow = (props: ChannelRowProps) => {
);
const shouldDisplayLastMessage =
- lastMessage?.createdAt && lastMessage.createdAt < SEVEN_DAYS_AGO_TIMESTAMP;
+ lastMessage?.createdAt &&
+ lastMessage.createdAt.nanoseconds < SEVE... | address review comments | address review comments
|
5d491b1abefcda8c10afc58c84f764b111b9097c | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.41",
+ "@walmart/facilities-management-miniapp": "0.5.42",
... | bug fix version update | bug fix version update
|
3306630832409c9ce73d9b99f00a692948eacc47 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.33.40",
"@walmart/associate-listening-mini-app": "1.2.39",
- "@walmart/attendance-mini-app": "3.174.3",
+ "@walmart/attendance-mini-app": "3.174.5",
"@walmart/avp-feature-app": "0.2... | fix(ama): GTA-164117 Shift swap issue fix ama for release (#4746) | fix(ama): GTA-164117 Shift swap issue fix ama for release (#4746)
* fix(ama): GTA-164117 Shift swap issue fix ama for release
* fix(ui): GTA-164117 shift swap issue fix attendance mini app
---------
Co-authored-by: a0s08du <abinash.sahoo@walmart.com>
Co-authored-by: shivam <SHIVAM.AGARWAL@walmart.com> |
8b5c24c2c8059810ff3cfed5dac7edfc185d265a | --- src/core/appConfigInit.ts
@@ -94,7 +94,7 @@ export function* getAppConfigScope(): any {
scope: `${env.deployment}/${country}/${divisionNbr}`,
params: {
state,
- payType,
+ payType: `${payType}`,
appVersion,
appBuildNumber,
os: Platform.OS,
--- src/navConfig/NavConfi... | added appconfig type check | added appconfig type check
|
fcbaf27c18f4ad222abe805548a46a958e442fc8 | --- packages/allspark-graphql-client/src/apollo/hooks.ts
@@ -1,14 +1,36 @@
+import { useMemo } from 'react';
import {
useApolloClient,
useQuery as useQueryBase,
useLazyQuery as useLazyQueryBase,
useMutation as useMutationBase,
+ QueryHookOptions,
+ MutationHookOptions,
} from '@apollo/client';
-import {... | refactor: move hook to hooks folder. replace local get headers method with one from instance | refactor: move hook to hooks folder. replace local get headers method with one from instance
|
533b5bd138a4ea5750a8ca3a30958fabe3bcb433 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.188.0-rc.1",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.188.0-rc.1.tgz",
- "integrity": "sha512-/E4AJKnokXALJksg1AId2589Y/SoOKwqpQxRiOVJ4+DpXnFiVEzp0rz... | Updating taskIt version | Updating taskIt version
|
fd9e2d8591c03643a44110ca55a8aac9c24aaf0d | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/financial-wellbeing-feature-app": "1.23.2",
"@walmart/functional-components": "6.0.12",
"@walmart/gta-react-native-calendars": "0.6.0",
- "@walmart/gtp-shared-components": "2.1.10",
+ "@walmart/gtp-shared-components": "2.2.1-rc.0... | Upgraded GTP to 2.2.1-rc.0 | Upgraded GTP to 2.2.1-rc.0
|
584540e3ed77acaff0471977c33b48d93f86658c | --- graphql.yml
@@ -294,4 +294,4 @@ applications:
hash: "39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0"
queryTemplate: "packages/associate-exp-hub-team-switcher/src/utils/queries/upsertSupplyChainAssociatePreference.graphql"
tags:
- - "v1"
+ ... | fix: dummy commit | fix: dummy commit
|
154d46ae22e45d7caf703a11ae20b8da4c959609 | --- graphql.yml
@@ -21,13 +21,14 @@ applications:
hash: 'a91589d0ee9424fabe377345d9994068d07fb8781417b94ef77575d3fdd3f8f3'
queryTemplate: 'src/queries/getDailyRoster.graphql'
tags:
- - 'v2'
- - 'Drop13'
+ - 'v3'
+ - 'Drop14'
... | Added requested PR changes | Added requested PR changes
|
3b4758b93b226a6555a1ff1790fbfaa628c09e32 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/core-utils": "~1.3.0",
"@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-component-miniapp": "0.0.42",
- "@walmart/emergency-mini-app": "1.14.0",
+ "@walmart/emergency-mini-app": "1.15.0",
"@walmart/exception-m... | Updating emergency version | Updating emergency version
|
6cb756f95ceca35999e052046652912b0e521320 | --- package-lock.json
@@ -4198,9 +4198,9 @@
"integrity": "sha512-EcUV5UbnNZBvacqLesY18XKO/o3G6/k61ocI/ydIIPOhLXRgkiztQqMBE75bYxU7lQkRYtqgxcK3SzvAKP0RoQ=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.28",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | Bump counts version | Bump counts version
|
b6bdf060a98c736b40db97244c7a82d98cccc2fe | --- .yarn/patches/@walmart-allspark-foundation-npm-7.17.11-b3a4db0437.patch
@@ -1,8 +1,16 @@
diff --git a/Clock/redux.js b/Clock/redux.js
-index 04ca2fbb464177168be3ca8f7a477e9ab36a7b42..45fee18d00cfce919d5909e82be18130fb84cc05 100644
+index 04ca2fbb464177168be3ca8f7a477e9ab36a7b42..6bdbe4761416ff4421340dcc8aa847386b0... | fix: fix allspark patch | fix: fix allspark patch
|
c78edf84e2e8d6e2b1362d809c89da37bf8562cc | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.8.0",
+ "version": "3.8.1",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): version bump | feat(ui): version bump
|
833948c8cf54a618f137247795e07cc10fd8734b | --- graphql.yml
@@ -11,54 +11,54 @@ applications:
- name: 'stg'
persistedQueries:
- name: 'getAssociateById'
- hash: '598954e5a3eb1a1c6d11916aaf87bc407d0d06cc84865678afb1b174f527fcff'
- queryTemplate: './packages/me-at-walmart-container/src/queries/getAssociateById.graph... | chore: updates from graphql codegen | chore: updates from graphql codegen
|
15f3557421050fdd426edffd23b5933131cdc3d4 | --- __tests__/__mocks__/@walmart/metrics-mini-app.js
@@ -16,5 +16,5 @@ module.exports = {
InvVsSalesDrilldown: 'InvVsSalesDrilldown',
ViewMoreMetrics: 'ViewMoreMetrics',
WoshAssociatesScreen: 'WoshAssociatesScreen',
- registerAskSamWidgets : jest.fn(),
+ registerAskSamWidgets: jest.fn(),
};
--- __tests__/... | lint fix | lint fix
|
05d7e5681e5216d980efad0e1c727ab26c7c72d4 | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/inbox-mini-app": "0.81.3",
"@walmart/iteminfo-mini-app": "5.3.2",
"@walmart/manager-approvals-miniapp": "0.1.2",
- "@walmart/me-field-mini-app": "1.1.38",
+ "@walmart/me-field-mini-app": "1.1.39",
"@walmart/metrics-mini-... | feat: :package: Bump learning mini app version to 1.1.39 | feat: :package: Bump learning mini app version to 1.1.39
|
01bc54f7347b5ad44a60f45f3215fcb817a34d76 | --- src/components/MyWalmartv2/Widgets/Hourly/HourlyRosterWidget.tsx
@@ -422,7 +422,6 @@ const HourlyRosterWidgetCore = ({
<HubWidgetV2
id="hourly-roster-widget"
title={widgetTitle}
- description={`Team: ${teamData?.currentTeam?.teamLabel || 'All Teams'}`}
state={widgetState}
... | feat(ui): update roster widget changes | feat(ui): update roster widget changes
|
1b10c5cd183c5d40582629fff61b45e249ed3dd3 | --- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx
@@ -229,7 +229,10 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => {
// Filter count for non-DC sites
const filterCount = useMemo(() => {
- if (teamState.teamIds?.[0] === TOTAL_STORE_TEAM_ID) {
+ if (
+ team... | fixes | fixes
|
1ef99b106193bb34ab7f856073e3751c62d5358a | --- packages/expo-config-plugins/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.
+## [0.5.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.5.4
|
622473f77c3fbee83df84b66b9d3b9ea80f50e14 | --- package-lock.json
@@ -62,7 +62,7 @@
"@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.24",
+ "@walmart/pay-stub-miniapp": "0.9.26",
"@walmart/payrollsolution_minia... | bump version | bump version
|
59235b1dfa7069d5aa8a0066b9869df582b0607b | --- targets/US/android/app/build.gradle
@@ -234,16 +234,16 @@ repositories {
url "https://repo.wal-mart.com/content/repositories/walmart"
}
maven {
- url "https://repository.walmart.com/content/repositories/pangaea_snapshots/"
+ url "https://mvn.ci.artifacts.walmart.com/artifactory/prox... | Updated Proximity URLs with Artifactory URLs | Updated Proximity URLs with Artifactory URLs |
3caefabf852149763a785e2b9cfdea187efe6a23 | --- package-lock.json
@@ -17246,9 +17246,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.34.0",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.34.0.tgz",
- "integrity": "sha512-+8mCfBbs4W3ERblNptY2CZS/nRhHGajXcLYhO2Z6GGz3ot4fSY3ktTjGxBf... | bumping up wm-barcode version | bumping up wm-barcode version
|
e59bc3ffcb87fd1bc11e3e7e037547a679cd6430 | --- package.json
@@ -151,7 +151,7 @@
"@walmart/returns-mini-app": "4.17.8",
"@walmart/rfid-scan-mini-app": "2.13.2",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.5.31",
+ "@walmart/rn-receiving-mini-app": "2.6.11",
"@walmart/roster-mini-app": "3.7.0",
... | feat(receiving): Drop 34 version bump (#4724) | feat(receiving): Drop 34 version bump (#4724)
Co-authored-by: Abhishek Dourbi <abhishek.dourbi@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> |
f40ef1e5262720fa652a349dffe0f9eaf6ce427e | --- package.json
@@ -173,7 +173,7 @@
"@walmart/shop-gnfr-mini-app": "1.0.454",
"@walmart/sidekick-mini-app": "4.276.5",
"@walmart/store-feature-orders": "1.35.6",
- "@walmart/talent-performance-mini-app": "2.0.0",
+ "@walmart/talent-performance-mini-app": "2.0.5",
"@walmart/talent-preboarding-... | chore: version bump (#5464) | chore: version bump (#5464)
|
adc7729229c1e7eaf0d38bab5a8b3d9f41953056 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -185,7 +185,10 @@ export const SupplyChainRosterDetailScreen = ({
const currentTeam = currentTeamData?.supplyChainTeamById?.teams;
const getHeaderAndSubtext = useCallback(() => {
- if (teamState.teamLabel === TOTAL_STORE_TEAM_LABEL) {
+ ... | Total site changes | Total site changes
|
12a048d7157d2d0e3926dc9de254c851b0122196 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -187,18 +187,6 @@ export const HubDashboard = ({
/** Bottom sheet update */
const navigation = useNavigation();
- const resetNavigation = () => {
- hideOnboardingBottomSheet();
- hideTeamUpdatedBottomSheet();
- ... | update the navigation for onboarding | update the navigation for onboarding
|
03c39dd514d1f3e5bf3a8e78982b24095af23a9a | --- package.json
@@ -162,7 +162,7 @@
"@walmart/sidekick-mini-app": "4.231.0",
"@walmart/store-feature-orders": "1.34.7",
"@walmart/talent-preboarding-mini-app": "1.0.48",
- "@walmart/taskit-mini-app": "5.42.26",
+ "@walmart/taskit-mini-app": "5.42.29",
"@walmart/time-clock-mini-app": "3.19.6",... | feat: taskit version updated | feat: taskit version updated
|
6d6ac2f4999d18b19cb34e1903d75cf7352b3b2d | --- package.json
@@ -117,7 +117,7 @@
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.9.15",
"@walmart/redux-store": "3.1.3",
- "@walmart/returns-mini-app": "0.13.2",
+ "@walmart/returns-mini-app": "0.13.3",
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/... | bump version and add promise allsettled back in | bump version and add promise allsettled back in
|
64117e5175371426fe1a6ebda3a40676d7d9e9c9 | --- src/Components/EmptyListComponent/EmptyListComponent.tsx
@@ -35,7 +35,7 @@ export const EmptySavedTeams: React.FC<EmptySavedTeamsProps> = ({
source={{
uri: 'https://i5-me.stage.walmartimages.com/images/associateexperience/empty-list-item-cf20246d7c.png',
}}
- style={{ hei... | feat(ui): update associate hub exp changes: merge changes | feat(ui): update associate hub exp changes: merge changes
|
8522f49bc40fc7055c8d32cb54c2d3ebd338e032 | --- __tests__/screens/TabsScreenTest.tsx
@@ -1,6 +0,0 @@
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-import React from 'react';
-
-describe('TabsScreen', () => {
- it('Should display clocked out screen guard if user clocked out', () => {});
-});
--- src/index.tsx
@@ -22,6 +22,7 @@ import {Channel... | adding guard to app level | adding guard to app level
|
4eb802429c339f376097045239d6f0b0e1e2c639 | --- packages/core-services/Permissions/index.tsx
@@ -4,9 +4,11 @@ import {
AllsparkPermissionClient,
PERMISSIONS as ALLSPARK_PERMISSIONS,
PermissionSelectors,
+ PermissionActionTypes,
+ PermissionActionCreators as AllsparkPermissionActionCreators,
} from '@walmart/allspark-foundation/Permissions';
import {... | fix: changes for backwards compatability | fix: changes for backwards compatability
|
7be9d272abc129f120c6c585bcdbef97bde156b0 | --- android/app/src/main/assets/fonts/icomoon.ttf
Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ
--- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
--- package-lock.json
@@ -3270,9 +3270,9 @@
}
},
... | updated fonts and gif icon in global nav | updated fonts and gif icon in global nav
|
01efde5b61bf24a618f7352739db7cf893de6e4a | --- src/managerExperience/components/FilterChipGroup/FilterChipGroup.tsx
@@ -14,17 +14,19 @@ export const FilterChipGroup = ({
handleFilter,
}: FilterChipGroupProps) => {
const {t} = useTranslation([ROSTER_I18N_NAMESPACE]);
- const [selectedFilter, setSelectedFilter] = useState<
- FilterValue | undefined
- ... | feat: updated selected filter type | feat: updated selected filter type
|
d6c08bb14645818522333605a6f009694b6f3fbe | --- example/src/teamHub/screens/screen.tsx
@@ -6,7 +6,7 @@ import {useNavigation} from '@react-navigation/core';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
import {TeamHub} from '../feature';
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
-import {TeamSelectionLis... | feat: added team selection list using list item component | feat: added team selection list using list item component
|
3506a9efa0732573c27535592320d14fd1c12745 | --- packages/me-at-walmart-common/__tests__/components/SidekickAssistantFAB.test.tsx
@@ -127,7 +127,7 @@ describe('SidekickAssistantFAB', () => {
expect(pressable.props.accessibilityLabel).toBe('Sidekick Assistant');
expect(pressable.props.accessibilityRole).toBe('button');
- expect(pressable.props... | feat(ada): fix fab (#5145) | feat(ada): fix fab (#5145)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
b8f9995da70d090b37b08fccca3d5f7d960f0548 | --- jest.config.js
@@ -17,10 +17,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 0,
- branches: 0,
- functions: 0,
- lines: 0,
+ statements: 87.22,
+ branches: 75.18,
+ functions: 85.22,
+ lines: 87.31,
},
},
transformIgnorePatterns:... | adding thresh to enforce coverage numbers | adding thresh to enforce coverage numbers
|
a0a0b21ac61c68e34709e4ae747213812d8be615 | --- packages/me-at-walmart-container/__tests__/network/getNetworkAttributes.test.ts
@@ -0,0 +1,37 @@
+import { getNetworkAttributes } from '../../src/network/getNetworkAttributes';
+import { NetworkDetails } from '@walmart/allspark-foundation/Network';
+
+describe('network/getNetworkAtrributes.ts', () => {
+ test('sho... | network/getWifiId | network/getWifiId
|
fb890b0553dbef6d0f74086da6e80bfb8313e550 | --- android/app/build.gradle
@@ -135,7 +135,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 33
- versionName "1.0.1"
+ versionName "1.0.2"
}
splits {
abi {
--- ios/AllSpark/Info.plist
@... | version bump to 102 (#352) | version bump to 102 (#352)
Co-authored-by: Andrew Fulton <a0f00ev@m-c02zf8bjlvdq.homeoffice.wal-mart.com>
Co-authored-by: Hitesh Arora <> |
dead4dee56fc3c488daa71c208f8f14424f5d4c2 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "6.1.4",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "2.5.2",
+ "@walmart/wmconnect-mini-app": "2.5.3",
"babel-jest": "^29.2.1",
"chance": "^1.1.11",
"esli... | chore(ui): bumped wmconnect version | chore(ui): bumped wmconnect version
|
55ee28582df92df1710553bc00d7519b0d806604 | --- ios/Podfile.lock
@@ -916,7 +916,7 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Apollo: c3f1cc3bfb36e1c4bbb642f44184ad759ad42a87
- AppAuth: 80317d99ac7ff2801a2f18ff86b48cd315ed465d
+ AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
BinaryCodable: 92908a9338a428dd3bbb6ae9c97ec907e5f6e4a7
boost: a7c83b314368434... | Update ios/Podfile.lock | Update ios/Podfile.lock |
74769e0aefac819a878ebdc08a64cf08b0c3a327 | --- package-lock.json
@@ -4440,9 +4440,9 @@
"integrity": "sha512-wS09P2+WMawKcQb5GkrB4i9iAN25TVSaLGjLvpc6Iy92V5eLNGN2PVIBB3Blgfi4f7js6Mzppf9yQKe3qtzlpA=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.7.0",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-... | SA-171 SA mini app version inc to prevent nav menu during scan | SA-171 SA mini app version inc to prevent nav menu during scan
|
bb53431a27b125714ed19febac3c5a91b58a3cad | --- targets/US/package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
"@walmart/metrics-mini-app": "1.24.3",
- "@walmart/mod-flex-mini-app": "1.20.2",
+ "@walmart/mod-flex-mini-app": "1.21.6",
"@walmart/moment-walmart":... | Update modflex drop 25 | Update modflex drop 25
|
44a929d191d6e865b9f2149d291a5cfd5d8f6870 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.27.0",
+ "version": "2.28.0",
"main": "dist/index.js",
"files": [
"dist"
--- src/screens/index.tsx
@@ -1,46 +1,46 @@
-// import React from 'react';
+import React from 'react';
import {ScreenTags} from '@walmart/me... | Update navigation changes | Update navigation changes
|
d653fd02a18a3e8913a3d3548106606b8e6038bd | --- __tests__/__snapshots__/AppTest.tsx.snap
--- __tests__/whatsNew/WhatsNewItemTest.tsx
@@ -40,7 +40,28 @@ describe('WhatsNewItem', () => {
const LinkButton = component.root.findByProps({testID: 'itemLink'});
LinkButton.props.onPress();
- expect(navigation.navigate).toHaveBeenCalledWith(newProps.link.... | updating whats new item and snapshots | updating whats new item and snapshots
|
6f0df609d620b345ba6c60a9be77c524ef447a7c | --- ios/.xcode.env
@@ -0,0 +1,3 @@
+export NVM_DIR="$HOME/.nvm"
+[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
+export NODE_BINARY=$(command -v node)
\ No newline at end of file
--- ios/.xcode.env.local
@@ -1 +0,0 @@
-export NODE_BINARY=$(command -v node)
--- ios/.xcode.env
@@ -0,0 +1,3 @@
+exp... | fix: add support for nvm node binary on xcode | fix: add support for nvm node binary on xcode
|
d43eb6b6ad879c0870afda6c6b3dbb5de922edc4 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -325,18 +325,11 @@ export const MainStackNav = () => {
/>
{metricsNavigationScreens
- .filter((screen) => screen.useInMainStack)
- .map((screen, index) => (
- <MainStack.Screen
- key={index}
- ... | feat: updated mainStackNav metrics nav condt | feat: updated mainStackNav metrics nav condt
|
51daa95e9d15998ef52ab6dcde0009d0c7669fcc | --- .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)&&!!dualcore)
+node: ((osx||stable_osx)&&!dualcore)
tools:
android:... | Looper fix | Looper fix |
8ae581ba2ee61e2e441de32cd58d1b65a1298d5b | --- .inisights.yml
@@ -1,9 +0,0 @@
-team:
- - id: 3799
-product:
- - {}
-languages:
- - JavaScript
- - Android
- - iOS
-ignoreNotify: true
| chore: remove misspelled file | chore: remove misspelled file
|
7cf23a60c9aca66266fcc6b14cd13130ca374044 | --- __tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -29,10 +29,14 @@ module.exports = {
ExternalLinkIcon: 'ExternalLinkIcon',
MessageWarning: 'MessageWarning',
MessageError: 'MessageError',
+ Nudge: 'Nudge',
ExclamationCircleIcon: 'ExclamationCircleIcon',
Spinner: 'Spinner',
Dropdown: 'Dropd... | updated tests | updated tests
|
faa5c963643bdefce7c351c44791ec2a33401e77 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.11",
+ "version": "1.15.12",
"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/red... | Update the version for roster | Update the version for roster
|
c26d8d9642412f8d8b34dd5cbb7b0b196376f425 | --- packages/allspark-foundation/__tests__/Translation/TranslationClient.test.ts
@@ -217,18 +217,13 @@ describe('TranslationClient', () => {
await client.changeLanguage('en-US');
});
- it('should return undefined when config is undefined', () => {
- const result = client.select(undefined);
- ... | fix(translation): select method did not support all valid use cases | fix(translation): select method did not support all valid use cases
|
c369b7c6de8a06fa19fee48e36380f66b61dc571 | --- __tests__/navigation/AssociateHallwayNav/ComponentsTest.tsx
@@ -83,13 +83,13 @@ describe('Banners', () => {
});
});
describe('Badge', () => {
- mockUseSelector.mockReturnValueOnce(0);
+ mockUseSelector.mockReturnValueOnce({highPriorityCount: 0});
const component = create(<Badge />);
it('matches default... | test case update | test case update
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.