commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
30a709c1e6d56a43521b7d6ac8241924d8fd8c31 | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -529,7 +529,7 @@ export class NavigationClient<
* Opens a modal based on the provided modalName.
*/
public openModal = <K extends keyof M>(
- modalName: Exclude<keyof M, number | symbol>,
+ modalName: Exclude<K, number | symbol>,
params... | chore: typing fix for open modal method | chore: typing fix for open modal method
|
8cbc31d45b38b1274a2abf5e5c5203f11252f87f | --- sr.yaml
@@ -29,8 +29,8 @@ applications:
consumerIdInfos:
- consumerId: b91fecf3-d2a9-4366-8314-1d7be7b2bdad
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Sd/5WZVMSYMzdo15XuI+lGtspwJQLqYnezaq4KsnKi6a7sYilHTWfouGvsddY9b3aElh77e3LLbFuzl5epUyTZlpaTWyn+BKfoTlEMIDaatyDIr6mVn1ria... | feat(ui): update sr yaml for celebrations | feat(ui): update sr yaml for celebrations
|
73a0a93dc8eb4226545da29958b7277dcd2bd916 | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -336,7 +336,7 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
) => {
const existing = this._containers[containerId];
if (existing) {
- return existing;
+ return existing as ComponentContainer<T>... | fix: component container create typing not honoring generic | fix: component container create typing not honoring generic
|
b1f16dd7ab41f3febf534ef24ef1d7e7cbd17d61 | --- package-lock.json
@@ -36,7 +36,7 @@
"@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.59",
- "@walmart/attendance-mini-app": "0.83.0",
+ "@walmart/attendance-mini-app": "0.84.0",
"@walmart/config-compo... | bump ama | bump ama
|
b8a68dae27201215e28fc720bc06a77ebd9a3737 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/index.tsx
@@ -38,20 +38,20 @@ export const HubWidget = ({
return (
<View style={styles.container}>
{/* HEADER */}
- <View style={styles.heading}>
- <IconComponent
- size='medium'
- color={colors.blue['100']}
-... | Update widget navigation | Update widget navigation
|
bdb03853723fc38fb0df4dce84d44faf21676ba9 | --- .looper.multibranch.yml
@@ -7,6 +7,13 @@ envs:
variables:
ALLOW_NPM_PUSH_TO_AF: true
+tools:
+ jdk:
+ flavor: azul
+ version: 17
+ nodejs: 23.6.0
+ maven: 3.5.4
+
cache: # overridden to fix cocoapods path
- name: yarn-cache
configs:
| chore: increment looper node version to test build fix | chore: increment looper node version to test build fix
|
27fe66798ce953c714540f0a6d533acfcf088d34 | --- package-lock.json
@@ -3254,9 +3254,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.4.19-test.0",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.4.19-test.0.tgz",
- "integrity": "sha512-7UFY+HABxywTC5OScokD6y6BIoFgsaei... | adding covid banner | adding covid banner
|
43185bf0e3065e57ff71b3f1083c89bf548fb6e2 | --- packages/me-at-walmart-container/__tests__/http/interceptors/work.test.ts
@@ -1,7 +1,7 @@
import {WorkInterceptor} from '../../../src/http/interceptors/workInterceptor'
+import { AllsparkReduxStore, InternalHttpClientRequestConfig } from '@walmart/allspark-foundation';
+
-import { InternalHttpClientRequestConfig... | fix: rename files DWORK-7538 | fix: rename files DWORK-7538
|
6b012ad689bf85f505cb4875a17bd39d429badc3 | --- package.json
@@ -77,7 +77,7 @@
"@types/redux-mock-store": "^1.0.2",
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "^6.32.0",
- "@walmart/allspark-foundation-hub": "1.10.0-beta.4766+f3003bb5",
+ "@walmart/allspark-foundation-hub": "1.10.0-beta.4771+808b12d0",
... | feat(ui): update allspark-foundation-hub version | feat(ui): update allspark-foundation-hub version
|
04037a1bc4c3e1f346793aadfdb635f57517f4ab | --- 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.2",
+ "@walmart/facilities-management-miniapp": "0.5.3",
... | FCM Version bump | FCM Version bump
|
f48eb525d367058d0500470da42e4984b15bb344 | --- .looper.multibranch.yml
@@ -47,7 +47,7 @@ envs:
global:
variables:
CI: true
- LOOPER_NODES: "(osx||stable_osx)"
+ LOOPER_NODES: "stable_osx&&!!dualcore"
GITHUB_TOKEN: "%{credentials.secret('GITHUB_TOKEN')}"
TMPDIR: /tmp
| Looper change | Looper change
|
db0ffa6d35523b4682491560964be0b63f4281d4 | --- package.json
@@ -336,4 +336,4 @@
"pre-push": "run-p solidarity coverage"
}
}
-}
+}
\ No newline at end of file
| Up profile to 0.141.0 | Up profile to 0.141.0
|
2dbc6e60e09dd548659f8b3da39470bbe62c5d72 | --- packages/allspark-cli/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.8.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-cli@1.7.3...@walmart/... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-cli@1.8.0
- @walmart/allspark-foundation@7.17.13
- @walmart/allspark-foundation-hub@1.25.33
- @walmart/my-walmart-hub@1.11.4
|
32a049f26e564e3dcdb062cbc58a04964a85b910 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.5",
- "@walmart/copilot-mini-app": "^2.3.18",
+ "@walmart/copilot-mini-app": "^2.3.19",
"@walmart/core-services": "~... | chore: bump copilot@2.3.19 | chore: bump copilot@2.3.19
|
39e16f9b93fa203923a18089b8a25d0e0db88e86 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/ModalTeamListItem.tsx
@@ -4,18 +4,18 @@ import { teamListItemStyles } from './style';
import { Body } from '@walmart/gtp-shared-components';
import { LoggerService } from '@walmart/allspark-foundation/Logger';
import { useTelemetryServ... | Renaming component | Renaming component
|
2aeea24828c9402cad16a326be309a622c942bad | --- android/app/build.gradle
@@ -153,8 +153,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 878
- versionName "1.6.1"
+ versionCode 879
+ ver... | version bump | version bump
|
0700f8a262bba4e2a511ca945866099bdac117d8 | --- package.json
@@ -84,7 +84,7 @@
"@walmart/gtp-shared-components": "1.2.0",
"@walmart/impersonation-mini-app": "1.0.27",
"@walmart/ims-print-services-ui": "0.1.10",
- "@walmart/inbox-mini-app": "0.23.0",
+ "@walmart/inbox-mini-app": "0.24.0",
"@walmart/iteminfo-mini-app": "2.0.16",
"@wa... | inbox-mini-app version bump | inbox-mini-app version bump
|
c09c961646ad87735e00725a81e996eeab65c155 | --- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx
@@ -8,9 +8,17 @@ import {
import { AllsparkGraphQLClient, GraphQLFeatureConfig } from '../GraphQL';
import { AllsparkHttpClient, HttpClientConfig } from '../HTTP';
-import { LocalStorageModule, LocalStorageManagerConfig } from '../LocalStorage';
+impo... | refactor(feature): add manager accessors for easyaccess of feature manager instances | refactor(feature): add manager accessors for easyaccess of feature manager instances
|
d6f426e04658a3f3156f5a80656beb41deb9381e | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamSelection.test.tsx
@@ -14,10 +14,11 @@ jest.mock('react-redux', () => ({
}));
jest.mock('@walmart/me-at-walmart-athena-queries');
+jest.mock('@walmart/allspark-foundation/Site');
//TODO: Add more tests for TeamSelectionList Component
d... | feat(ui): update tests | feat(ui): update tests
|
172fe43318d1dfca934ab8e44578bfe7443f31cc | --- targets/US/package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp-feature-app": "0.8.7",
"@walmart/avp-shared-library": "0.8.9",
- "@walmart/backroom-mini-app": "1.5.12",
+ "@walmart/backroom-mini-app": "1.5.14",
"@walmart/calling-mini-app": "0.5.17",
"... | Update @walmart/backroom-mini-app to 1.5.14 | Update @walmart/backroom-mini-app to 1.5.14
|
80a10f102b780f582a5e015a4a5c3ea4553731b0 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/ModalTeamListItem.tsx
@@ -1,64 +0,0 @@
-import React from 'react';
-import { TouchableOpacity, View } from 'react-native';
-import { teamListItemStyles } from './style';
-import { Body } from '@walmart/gtp-shared-components';
-import { Lo... | Revert "Adding Modal teamListItem component" | Revert "Adding Modal teamListItem component"
This reverts commit 61c363111c0f9503e272e2c524514bab7c27dabb.
|
4c50417f329f9649e40e0ca1b5e42bbd29994e67 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.1",
+ "version": "3.7.2",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): update package.json | feat(ui): update package.json
|
d9ad23f703bf7082d46589e28e4dc2a33c9cf97a | --- .looper.multibranch.yml
@@ -10,7 +10,7 @@ node: ((osx||stable_osx)&&!dualcore)
tools:
nodejs: 12.4.0
maven: 3.5.4
- jdk: 8
+ jdk: 11
sonarscanner: 3.0.3.778
cache:
| jdk version bump | jdk version bump
|
f5aacf1b5878cb4243cb1e0c5824d3f0d7fdef5f | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.35.0",
+ "version": "2.0.0",
"main": "index.js",
"private": true,
"workspaces": [
| feat(ui): update app version for drop 35.1 to 2.0.0 (#5035) | feat(ui): update app version for drop 35.1 to 2.0.0 (#5035)
Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
fc795396026659e5ed45b92bbea30a7183511984 | --- package-lock.json
@@ -4268,9 +4268,9 @@
"integrity": "sha512-gic8DsKkrDud3j6c9jh43Xy+EUVj3uWEQLqeO6TiqoZ++SjblUFSmTf96rsjHLBt3MBVndV+G/u7+jmWZv6JjQ=="
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.58",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-minia... | Manager approval version bump | Manager approval version bump
|
64bcb9e203ac56cb8f986d878d40fef34bfee4d7 | --- __tests__/components/AssociateRosterItem.test.tsx
@@ -65,7 +65,7 @@ describe('AssociateRosterItem', () => {
component.getByText('Message');
});
- it('should enable message button and onPress event', () => {
+ it.skip('should enable message button and onPress event', () => {
const mockCurrentUser = ... | Update npm changes | Update npm changes
|
f1a308bddc010c715bb8c1fd99548b3bf8dc5783 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.1.0-alpha.1",
+ "version": "3.1.0-alpha.2",
"main": "dist/index.js",
"files": [
"dist",
@@ -88,9 +88,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walm... | feat(ui): updating new version for drop 33 | feat(ui): updating new version for drop 33
|
9d96fbb7fbc9dc791f828dba6eec66f18b948c54 | --- targets/US/ios/Podfile.lock
@@ -622,9 +622,9 @@ PODS:
- JWT (~> 3.0.0-beta.12)
- React-Core
- SSZipArchive (~> 2.2.2)
- - compass-sdk-ios (0.4.12.3)
- - compass-sdk-rn (5.19.13):
- - compass-sdk-ios (= 0.4.12.3)
+ - compass-sdk-ios (0.4.12.4)
+ - compass-sdk-rn (5.19.15):
+ - compass-sdk-io... | pod update | pod update
|
1a08a844cfc5fed8c7299b7517fa3c8b70006639 | --- __tests__/managerExperience/components/RosterDetailPageHeader.test.tsx
@@ -19,12 +19,6 @@ describe('RosterDetailPageHeader', () => {
expect(toJSON()).toMatchSnapshot();
});
- it('renders the image with correct accessibility label', () => {
- const {getByTestId} = render(<RosterDetailPageHeader {...def... | refactor: update the testing file | refactor: update the testing file
|
8555206daa38cbc0aca2b1f1e1e2762f373878ee | --- __tests__/screens/MyWalmartV2/AssociateRosterDetailHoc.test.tsx
@@ -560,7 +560,7 @@ describe('AssociateRosterDetailHoc', () => {
renderWithProviders(<AssociateRosterDetailHoc />, {
preloadedState: {
work: {
- flows: [{context: {shifts: ['A1', 'A2', 'A3']}}],
+ contex... | chore(hooks): remove duplicate useEffec | chore(hooks): remove duplicate useEffec
|
df7d9ccc726dd9740225808affb2d556e4939ac2 | --- targets/US/ios/Podfile.lock
@@ -2242,7 +2242,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.7.4)
- - topstock-mini-app (1.16.21):
+ - topstock-mini-app (1.16.23):
- React
- VisionCamera (3.7.1):
- React
@@ -2905,7 +2905,7 @@ SP... | upgrade topstock version 1.16.23 | upgrade topstock version 1.16.23
|
32313d664f3b1b20c994f45b329561623cf8f125 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 46
+ versionCode 47
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
39b423257d495be22fd7b7b776b059504e174321 | --- packages/allspark-foundation/src/Work/redux.ts
@@ -71,9 +71,9 @@ export type IWorkActionCreators = typeof workSlice.actions;
/**
* Mapped work action interface
*/
-export type IWorkActions = InferActionTypes<IWorkActionCreators>;
+export type IWorkAction = InferActionTypes<IWorkActionCreators>;
/**
* Type... | feat: fix type name DWORK-6097 | feat: fix type name DWORK-6097
|
198fab88062898a0e40f1625eda03e90492d2a8b | --- package.json
@@ -143,7 +143,7 @@
"@walmart/returns-mini-app": "4.16.8",
"@walmart/rfid-scan-mini-app": "2.10.4",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.4.85",
+ "@walmart/rn-receiving-mini-app": "2.4.86",
"@walmart/roster-mini-app": "2.26.0",
... | fix(bug): merge PR(4204) - ura bug fix to develop (#4219) | fix(bug): merge PR(4204) - ura bug fix to develop (#4219)
* receiving fix
* receiving fix
* Fix(UI): fix the image compression and ADA bugs : IP-11968
* updating version of receiving
* updating version of receiving
* Bug fix for keyboard for LQA - receiving version upgrade
* (bug) fix - increasing th... |
43274e7e2e8d7f0e383b5c904a737867b4b44965 | --- targets/US/ios/AllSpark/Info.plist
@@ -19,7 +19,7 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<!-- @customization - default: <string>$(MARKETING_VERSION)</string> -->
- <string>1.29.0</string>
+ <string>1.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVe... | GDVCVR-17557 reverting changes for build | GDVCVR-17557 reverting changes for build
|
b1ebdf71e634a90142acdcba957c6df70f1e36f5 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-3",
+ "version": "1.0.16-alpha-4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.0.16-alpha-3",
+ "version": "1.... | Update version | Update version
|
2c3863a038581d2db56f4a92508c1da154ab7fad | --- packages/me-at-walmart-container/src/services/config.ts
@@ -20,13 +20,14 @@ export const LISTENER_KEY = 'ALLSPARK_APP_CONFIG';
// Manages change event on config service. AppConfig only allows for one listener so we're
// creating our own here to manage multiple listeners.
-export const ChangeEventManager = new ... | fixed lint issue | fixed lint issue
|
d0de91273b5d6f4827d3924fdc4cceb1e0a66a5c | --- src/navigation/components.tsx
@@ -18,13 +18,16 @@ export const LivingDesignTabBar = (props: MaterialTopTabBarProps) => {
const Tabs = state.routes.map((route, index) => {
const {options} = descriptors[route.key];
- const label =
- options.tabBarLabel !== undefined &&
- typeof options.tabBarLa... | feat(ui): refactored label function | feat(ui): refactored label function
|
7fa928dd5fa65c355bea6d3869e33deada7a01aa | --- src/translations/en-US.ts
@@ -40,7 +40,7 @@ export const enUS = {
online: 'Online',
},
shiftChip: {
- shift: 'Shift ',
+ shift: 'Shift',
},
statusChips: {
absent: 'Absent',
--- src/translations/es-MX.ts
@@ -40,7 +40,7 @@ export const esMX = {
online: 'En línea',
... | fix: caret fix | fix: caret fix
|
4554756de1ac414d151310fd45cffae843d22cb4 | --- android/build.gradle
@@ -21,7 +21,7 @@ buildscript {
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0'
classpath 'com.walmart.ssmp:android-signing:1.0.9'
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20"
... | Correcting android plugin version | Correcting android plugin version
|
0c2a2577e324e7728219f792ae6e1c93d8db6e13 | --- .yarnrc.yml
@@ -4,9 +4,9 @@ npmRegistryServer: "${REPOSOLNS_NPM_REPO}"
packageExtensions:
"@walmart/ui-components@*":
peerDependenciesMeta:
- "react-native-background-timer":
+ react-native-background-timer:
optional: true
- "react-native-elements":
+ react-native-elements:
... | chore(ui): looper yml error log update | chore(ui): looper yml error log update
|
50c81995f183001eadc2acd6d8d91c6e1f393556 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.23.0",
+ "version": "1.24.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update my team version | Update my team version
|
abd8c7474eb5f43ebc7a2a74ad8ff00de1963cd4 | --- packages/allspark-foundation-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.
+# [1.24.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.24.0
|
ce3f6710b6fd867e98c12613da68d758cd0e674a | --- package.json
@@ -148,7 +148,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation-hub": "1.4.1",
+ "@walmart/allspark-foundation-hub": "1.4.2",
"@walmart/allspark-foundation": "6.30.3",
"@walmart/allspark-graph... | feat(ui): update the myteam and roster mini app version | feat(ui): update the myteam and roster mini app version
|
172bbc5c1adc40df2d056083248fbffa34f5fccb | --- src/utils/user.ts
@@ -34,6 +34,7 @@ export const associateIsOnMeal = (associate?: Associate) =>
export const associateIsOnPPTO = (associate?: Associate) =>
associate?.punch?.clockStatus === '4';
+//TODO: Missing schedule field on associate object. GetDailyRosterQuery needs update
export const associateIsNotS... | adding not schedule field | adding not schedule field
|
c35fa8f20ae73344df3e18b4bc58d448a8c66aaf | --- packages/allspark-foundation/package.json
@@ -17,39 +17,46 @@
"clean": "rm index.d.ts index.js **/*.d.ts **/*.js || true"
},
"dependencies": {
- "@react-navigation/bottom-tabs": "~6.4.0",
- "@react-navigation/drawer": "~6.5.0",
- "@react-navigation/material-top-tabs": "~6.2.4",
- "@react-navi... | chore: package update | chore: package update
|
3ff6d2b21037732286a0cc3b37aa94d76495b024 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/AssociateHallwayNavTest.tsx.snap
@@ -2,7 +2,6 @@
exports[`DrawerNav matches default snapshot for initial render 1`] = `
<RenderGuard
- onUnmount={[Function]}
preRender={[Function]}
>
<ActivityMonitor
@@ -57,7 +56,6 @@ exports[`DrawerN... | update snapshot | update snapshot
|
149570418c74f7e86468a6a3231511cff0cc462b | --- packages/allspark-foundation/src/Work/Context.tsx
@@ -33,9 +33,5 @@ export const WorkProvider = (props: PropsWithChildren<{}>) => {
setActionId,
};
- return (
- <WorkContextProvider value={value}>
- {children}
- </WorkContextProvider>
- )
+ return <WorkContextProvider value={value}> {childre... | fix: lint issues DWORK-6097 | fix: lint issues DWORK-6097
|
5eadfbf28a4a4666a0e56ba0849133d3859939c2 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.19.5",
"@walmart/attendance-mini-app": "3.24.0",
- "@walmart/avp-feature-app": "0.2.6",
+ "@walmart/avp-feature-app": "0.2.7",
"@walmart/avp-shared-libr... | bump avp feature app version | bump avp feature app version
|
b237f5065f595a9f6f66153876e8048d4ca019be | --- .eslintrc.js
@@ -26,6 +26,20 @@ module.exports = {
rules: {
'sort-keys': ['error', 'asc', {caseSensitive: false, natural: true}]
}
+ },
+ {
+ // Disallow imports outside of package
+ files: ['packages/me-at-walmart-common/**/*.ts', 'packages/me-at-walmart-common/**/*.tsx'],
+ ... | feat(config): ALLSPARK-0000 moved fab assets in to common (#4767) | feat(config): ALLSPARK-0000 moved fab assets in to common (#4767)
* feat(config): ALLSPARK-0000 moved fab assets in to common
* refactor: ALLSPARK-6914 disallow relative imports in common in eslint
---------
Co-authored-by: Pavan Lingamallu <pavan.lingamallu@walmart.com> |
7f42de4865bb36e6ce606c712bbc738b2da693c2 | --- .looper.multibranch.yml
@@ -61,7 +61,7 @@ envs:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
EXTRA_PACKAGER_ARGS: "--sourcemap-output /tmp/index.ios.js.map"
XCODE_CONFIG: 'Release'
- KEYCHAIN_PW: "%{credentials.secret('ios-sign-keychain-pw')}"
+ KEYCHAIN_PW: "%{credentials.secret('ios-sign-... | pending provision profile update | pending provision profile update
|
8086284370ef86774874cf2de07ba9ff76a09d32 | --- 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.8](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.9.8
|
984eb4a48dc2ba65ba2f51c2afbfeb37f67d9763 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.36",
+ "version": "2.12.37",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-foun... | Update roster mini app version | Update roster mini app version
|
cc07f6f1225e4601b2d1b8b9cf299d9dfec0b3f7 | --- package.json
@@ -148,7 +148,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation": "6.30.0",
+ "@walmart/allspark-foundation": "6.30.1",
"@walmart/allspark-foundation-hub": "1.2.10",
"@walmart/allspark-graphql... | fix: bump foundation for splash screen stuck bug | fix: bump foundation for splash screen stuck bug
|
2757395856f14c7a18ad9d484a3ef210627a5db0 | --- packages/allspark-http-client/src/HttpClient.ts
@@ -103,13 +103,35 @@ class HttpClient extends Axios implements IHttpClient {
// @ts-ignore - legacy format
if (restConfig.requestInterceptors || restConfig.responseInterceptors) {
warnForIncorrectInterceptors(key);
+
+ if (restConfig.requestInte... | fix: correct interceptor order on clone so parent interceptors run first. add backwards compatability handling of old interceptor format | fix: correct interceptor order on clone so parent interceptors run first. add backwards compatability handling of old interceptor format
|
a36b32f732342ec1a5f480e719aeb180a57e8f4c | --- __tests__/containers/ChatInput/AudioPlayback.test.tsx
@@ -196,7 +196,7 @@ describe('AudioPlayback', () => {
await fireEvent.press(actionButton);
expect(logger.error).toHaveBeenCalledWith('audio error', {
message:
- '\'error while loading audio from uri: https://example.com/audio.mp3\... | fix(ui): fixing test | fix(ui): fixing test
|
9aaed00694f167e466c030e4601fd931e522c020 | --- example/src/teamHub/tempComponentForTesting/TeamSelectionList.tsx
@@ -87,7 +87,7 @@ export const TeamSelectionList = ({
const isPrimary = area === primaryArea;
const areaTeams = areaTeamMap[area];
return !isPrimary ? (
- <View style={styles.teamListContainer}>
+ <View ke... | feat: added key prop to area | feat: added key prop to area
|
a9f3acbb519f269794820e125527bafadc08ab8b | --- packages/allspark-utils/package.json
@@ -5,7 +5,7 @@
"author": "rlane1 <russell.lane@walmart.com>",
"homepage": "",
"license": "ISC",
- "main": "lib/allspark-utils.js",
+ "main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
| fix: fix main reference in package | fix: fix main reference in package
|
20bca015ae711861628eef5efce2e701e6e93080 | --- src/components/TeamList.tsx
@@ -42,8 +42,8 @@ import {messageButtonEnabled, pushToTalkEnabled} from '../redux/selectors';
const styles = StyleSheet.create({
listItem: {
- borderBottomColor: colors.gray[20],
- borderBottomWidth: 1,
+ borderTopColor: colors.gray[20],
+ borderTopWidth: 1,
},
fi... | SMDV-4859 Confirmation of 16px gutters for requisite elements in the channels list | SMDV-4859 Confirmation of 16px gutters for requisite elements in the channels list
|
664779a74456c22ece8993ddff13b30be858b758 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-alpha.0",
+ "version": "1.0.0-alpha.1",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| feat(ui): integrate the allspark images context | feat(ui): integrate the allspark images context
|
267a8cbbe98f60fc9a855fb91d1a819e323a6a81 | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Component/ErrorScreen.tsx
@@ -2,7 +2,7 @@ import { Button, ErrorMessage } from '@walmart/gtp-shared-components/dist';
import React from 'react';
import { errorScreenStyles as styles } from '../styles';
import { View } from 'react-native';
-impo... | update import for image | update import for image
|
0e4b5c6790af35f6df377a7b4426d663267c65c1 | --- src/auth/ErrorScreen.tsx
@@ -26,7 +26,7 @@ import {SSO_APP} from '../types/telemetryConstants';
import {logger} from '../services/Logger';
import {encryptUserId} from '../services/MaskUserId';
import styles from './styles';
-import {defaultConfig} from './constants';
+import {initialConfig} from './constants';
... | log WmConfig parsing error and update default configuration | log WmConfig parsing error and update default configuration
|
247e41f0b5b9ec1ea52272871d9f4cfa554a369b | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.6",
+ "version": "2.12.7",
"main": "dist/index.js",
"files": [
"dist"
| feat(ui): update the roster mini app navigation screens | feat(ui): update the roster mini app navigation screens
|
55d85e5e0337026848f58a8dde42d74e595c671a | --- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt
@@ -15,7 +15,7 @@ import com.walmart.stores.allspark.beta.BuildConfig
class MainActivity: ReactActivity() {
/**
- * TODO: Explain what this does.
+ * Handles dynamic module loading for compass, connected calling, etc.
*/
ove... | Update readme for splitcompact | Update readme for splitcompact
|
c2006453c545ba62856a08076746cd03f716db8e | --- app.config.US.ts
@@ -24,7 +24,7 @@ const bundleIdentifier = AppVariant.select({
// @TODO: This currently is set in a separate repo to avoid conflicting version codes across builds?
// How should that integrate here? Can we handle it differently now?
// Can we make it a process env variable?
-const buildNumber = ... | chore: bump app version to 1.32.0 (#4443) | chore: bump app version to 1.32.0 (#4443)
|
708700ab980a96647548726e251a97cd456cb667 | --- package.json
@@ -82,7 +82,7 @@
"@shopify/flash-list": "1.7.6",
"@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": "7.1.4",
- "@wa... | chore(bump): ALLSPARK-7494 side button new arch version bump (#5299) | chore(bump): ALLSPARK-7494 side button new arch version bump (#5299)
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> |
fa55f5c563159759345936f585cadab2f4483784 | --- src/hooks/roster.ts
@@ -28,6 +28,7 @@ export const useDailyRoster = (shouldSkipQuery: boolean = false) => {
return useGetDailyRosterQuery({
variables: {
+ businessUnitNumber: Number(storeId)!,
storeId: storeId!,
countryCode: countryCode!,
startDate: moment().format('YYYY-MM-DD'),... | SMDV-5299/updated variable | SMDV-5299/updated variable
|
81223ab57913d27ce3c6968a6e9ce01f8f8a6225 | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/inbox-mini-app": "0.81.13",
"@walmart/iteminfo-mini-app": "7.0.8",
"@walmart/manager-approvals-miniapp": "0.2.1",
- "@walmart/me-field-mini-app": "1.1.45",
+ "@walmart/me-field-mini-app": "1.3.0",
"@walmart/metrics-mini-... | ⬆️ Drop-10 : Learning mini app | ⬆️ Drop-10 : Learning mini app
|
756d0ea661a63c937a1af4d1df72e543c6dd345b | --- android/app/build.gradle
@@ -269,9 +269,6 @@ dependencies {
implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava"
implementation 'com.walmart.ssmp:platform-core:1.0.3'
-
- // Add v8-android - prebuilt libv8android.so into APK
- implementation 'org.chromium:v8... | remove v8 | remove v8
|
6e5ea92f226b5fd2703fe7164d78114be80c7183 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.10",
+ "version": "1.0.1-beta.11",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/Core/index.ts
@@ -... | Update the import statements | Update the import statements
|
600f1286271c0906a2b2bea07059bf5c0d6d1285 | --- packages/allspark-foundation/src/Components/DynamicComponents.tsx
@@ -1,4 +1,4 @@
-import React, { FC } from 'react';
+import React, { FC, useMemo } from 'react';
import { StyleProp, View, ViewStyle } from 'react-native';
import { EventManager, useRenderOnChange } from '@walmart/allspark-utils';
@@ -58,6 +58,11... | fix: dynamic component list infinitely rendering due to unmemoized change listener | fix: dynamic component list infinitely rendering due to unmemoized change listener
|
71330d3cd1e0d891f0a842e5ae56c259e56849c8 | --- src/auth/index.ts
@@ -9,9 +9,7 @@ import {
lightenStatusBar,
modalTransitionOptions,
} from '../navigation/constants';
-import {enUS} from '../translations/locales/en-US';
-import {esMX} from '../translations/locales/es-MX';
-
+import {enUS, esMX} from '../translations';
export const LoginFeature = new Al... | fix(import): adjust import | fix(import): adjust import
|
f190e6071525de06fd339294160074f7a6bfed22 | --- ios/Podfile.lock
@@ -1467,7 +1467,7 @@ PODS:
- FirebaseMessaging (<= 10.1.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.6.1)
- - topstock-mini-app (1.2.4):
+ - topstock-mini-app (1.2.5):
- React
- VisionCamera (2.15.2):
- React
@@ -1909,6 +1909,7 @@ SPEC CHECKSUMS:
... | fix(shelf): fix shelf label | fix(shelf): fix shelf label
|
2c0ff8fc4d1808ec4704549eeee31d3e6ac3ffdb | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart/taskit-mini-app": "2.34.6",
- "@walmart/time-clock-mini-app": "2.105.0",
+ "@walmart/time-clock-mini-app": "2.107.0",
"@walmart/top... | Update TCMA to 2.107.0 | Update TCMA to 2.107.0
|
0ee71586d45e1518c115b22f2c57ec6a27173a24 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -48,7 +48,7 @@ exports[`HomeStackNav matches snapshot 1`] = `
name="inbox"
options={
Object {
- "title": "navigation.inbox",
+ "headerShown": false,
}
}
/>
@@ -217,7 +217,7 @@ expor... | Inbox Save Feature | Inbox Save Feature
|
6faa7175d3869ccecf30df51e9c91cb96d05bd10 | --- src/components/AssociateList/AssociateListItem.tsx
@@ -12,7 +12,6 @@ import {
encryptUserId,
formatSchedule,
transformWfmSchedule,
- formatTime,
} from '../../utils';
import {useSelector} from 'react-redux';
import {SiteSelectors} from '@walmart/allspark-foundation/Site';
@@ -39,18 +38,11 @@ export con... | add changes | add changes
|
159c33ade31ec398a48e965a670794ee321a6f9d | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.8",
+ "version": "1.3.9",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Expose type for get viewer primary team function | Expose type for get viewer primary team function
|
190ab670c0354a45cc3d93e68eacd244ffad2c12 | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.33-rc.7):
+ - react-native-scanner-3.0 (0.1.33-rc.8):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1225,7 +1225,7 @@ SPEC CHECKSU... | version update | version update
|
8bbcf6bb3e9cc49a01da8a4ddca91a8ac96b46eb | --- packages/allspark-foundation-hub/src/Store/Hooks/useUserPreferences.ts
@@ -81,7 +81,7 @@ export const useUserPreferences = () => {
const loading = fetchLoading || networkStatus === 4;
return {
- teamData: teamData.length ? teamData : [],
+ teamData: teamData?.length ? teamData : [],
data,
..... | fix: breaking test case | fix: breaking test case
|
315a35591a8715ecb3dd4e4ba542b3b28c35a6b4 | --- src/queries/getDailyRoster.ts
@@ -15,7 +15,7 @@ export type GetDailyRosterQuery = {
__typename?: 'Query';
getDailyRoster?: Array<{
__typename: 'MewAssociate';
- associateId: string;
+ associateId: string | null;
firstName?: string | null;
fullName?: string | null;
jobCategoryCodeDesc... | Reverting type | Reverting type
|
0f307d038740974bf321950e8574c10eb2434b92 | --- packages/me-at-walmart-container/src/redux/site.ts
@@ -21,14 +21,25 @@ export function* updateHomeSiteInfo() {
// working site could have been changed on user update or impersonation
export function* updateWorkingSiteInfo() {
- const workingSite: string = yield select(UserSelectors.getWorkingSite);
+ const wo... | fix: default to site id if working site is undefined when fetching site info | fix: default to site id if working site is undefined when fetching site info
|
a9abc465b8adf8f39603b0f027de85ccbdd27f80 | --- __tests__/screens/ChannelsScreen/__snapshots__/ChannelsScreenTest.tsx.snap
@@ -7,11 +7,3 @@ exports[`ChannelsScreenTest should render channels screen 1`] = `
</Text>
</View>
`;
-
-exports[`ChannelsScreenTest should render tabs screen with expected elements 1`] = `
-<View>
- <Text>
- Placeholder For Channel... | Updating snapshot | Updating snapshot
|
5117a02e7ebf7ead3ecfae158eb53ff5f7b0147c | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.356",
+ "@walmart/rn-receiving-mini-app": "2.3.365",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version update - 2.3.365 - Bug fix | Receiving version update - 2.3.365 - Bug fix
|
8a2727d428e4bff7334c078a93a68c57147c3fda | --- .looper.multibranch.yml
@@ -23,45 +23,45 @@ envs:
IOS_BASE_PATH: targets/US/ios
ANDROID_BASE_PATH: targets/US/android
-branches:
- - spec: feature/drop25
- triggers:
- - manual:
- name: Publish Packages (Pre-Release)
- call: publishPrerelease
- - manual:
- na... | chore: remove looper branch override | chore: remove looper branch override
|
145d295a842c67d411f095c90ef25af4942c6e7e | --- 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.8",
+ "@walmart/facilities-management-miniapp": "0.5.12",
... | Updating package version - 0.5.12 | Updating package version - 0.5.12
|
9077e0805fc726b8f74e0bd77e1c16dd730ce0cf | --- src/auth/ErrorScreen.tsx
@@ -63,7 +63,8 @@ export const ErrorScreen: FC<any> = (props) => {
<ScrollView contentContainerStyle={styles.errorScrollView}>
<KeyboardAvoidingView
behavior={Platform.OS === 'ios' ? 'position' : undefined}
- enabled>
+ enabled
+ keyboar... | final-commit-with-fixes | final-commit-with-fixes
|
2afbced700689d84d2c6032e4e162c36978b7ee8 | --- package.json
@@ -82,7 +82,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": "... | fix: fab visibility and header | fix: fab visibility and header
|
9eb111fcbac46941eb4c73b95d2cab23fa0089a8 | --- packages/allspark-utils/__tests__/hooks/useToggleStateTest.ts
@@ -6,8 +6,24 @@ test('useToggleState', () => {
expect(result.current.value).toEqual(false);
// Update
+ //To verify toggleOn
act(() => result.current.toggle());
expect(result.current.value).toEqual(true);
+
+ // Cleanup
+ unmount();
+})... | fix: covered hook | fix: covered hook
|
8fa8fb877ea259ff2fd2c1d9ee267e7e5b47b4fa | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.0-alpha.14",
+ "version": "2.12.0-alpha.15",
"main": "dist/index.js",
"files": [
"dist"
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -129,7 +129,7 @@ export const RosterDetailSc... | Update the roster details screen filter chip | Update the roster details screen filter chip
|
939b6776005668030ad7708df16c30d0a66d5f1c | --- __tests__/sumo/SumoSagasTest.ts
@@ -36,6 +36,7 @@ import {
import {
getSumoCharged,
getSumoOptIn,
+ getSumoProfile,
SumoActionCreators,
SumoTypes,
} from '../../src/sumo/SumoRedux';
@@ -480,9 +481,22 @@ describe('onMiniAppReplay', () => {
});
describe('onSignOut', () => {
+ const sumoProfile = {... | checking for profile presence before unregistering | checking for profile presence before unregistering
|
c49e1786819d8cec5fcb14a87d65705347000c66 | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 14.07,
+ statements: 14.06,
branches: 3.51,
functions: 6.02,
- lines: 14.27,
+ lines: 14.26,
},
},
transformIgnorePatterns: [
--- jest.config.js
@@ -9,10 +9,1... | lowering test threshold | lowering test threshold
|
96de6ccbaeb9b08f9f92c1c784a224576d53e008 | --- package.json
@@ -234,7 +234,7 @@
"react-native-new-snap-carousel": "^3.9.3",
"react-native-nfc-manager": "3.16.1",
"react-native-pager-view": "6.5.1",
- "react-native-pdf": "^6.7.5",
+ "react-native-pdf": "6.7.5",
"react-native-permissions": "^3.10.1",
"react-native-qrcode-svg": "^6.1... | fix(downgrade): rn pdf to 6 7 5 (#4429) | fix(downgrade): rn pdf to 6 7 5 (#4429)
|
c60b9c4f09407662f04df2ffcd5645fc71bda195 | --- example/src/Onboarding/screens/container.tsx
@@ -12,14 +12,14 @@ export const ContainerScreen = Onboarding.createScreen(
OnboardingTelemetry.logEvent('test_event', {
param1: 'true',
});
- navigation.setOptions({title: 'Team Container'});
+ navigation.setOptions({title: 'Onboarding C... | feat: update tab name to onboarding | feat: update tab name to onboarding
|
d28de60d136e9a2a69208154a484f863e056228f | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap
@@ -61,5 +61,8 @@ exports[`MeStackNav matches snapshot 1`] = `
}
}
/>
+ <Screen
+ name="timeClockTabs"
+ />
</Navigator>
`;
| updated snapshot for me stack nav | updated snapshot for me stack nav
|
665c8ea1b34bae9df54d108e245fe45453b25dbc | --- .github/copilot-instructions.md
@@ -1,201 +0,0 @@
-# GitHub Copilot Custom Instructions for Testing in Allspark
-
-This guide outlines best practices for writing effective tests in the Allspark codebase, focusing on both component tests and general unit testing approaches.
-
-## Component Test Case Generation Guide... | feat(SMDV-7634): add test coverage for the OnboardingContext.test.tsx component | feat(SMDV-7634): add test coverage for the OnboardingContext.test.tsx component
|
7c163a7741fd703d2f2ad8d68fa5f54df3d92905 | --- packages/allspark-foundation-hub/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.19.11](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.19.11
- @walmart/me-at-walmart-athena-queries@6.35.0
|
542284684a8ea084ab2117f2639e14cfadf96458 | --- __tests__/__mocks__/@walmart/react-native-env.js
@@ -1,3 +1,4 @@
module.exports = {
setSharedConfig: jest.fn(),
+ getSharedConfig: jest.fn(),
};
--- __tests__/startup/initEnvTest.ts
@@ -1,4 +1,4 @@
-import {setSharedConfig} from '@walmart/react-native-env';
+import {setSharedConfig, getSharedConfig} from '@... | shared env init fix for possible double setting | shared env init fix for possible double setting
|
00a105c1309a32ecca29dc30f75a33dcafb5354a | --- __tests__/whatsNew/__snapshots__/RestrictionNoteTest.tsx.snap
@@ -2,6 +2,7 @@
exports[`RestrictionNote matches snapshot 1`] = `
<View
+ accessibilityRole="button"
accessibilityState={
{
"busy": undefined,
@@ -62,6 +63,7 @@ exports[`RestrictionNote matches snapshot 1`] = `
exports[`Restriction... | chore: update snapshots | chore: update snapshots
|
f40ffecfe6ef9063fd97d4b6771f2bc5b5bfb3d4 | --- ios/Podfile.lock
@@ -556,7 +556,7 @@ PODS:
- React-Core
- react-native-wm-app-review (0.4.0):
- React-Core
- - react-native-wm-vizpick-shell (1.1.2-rc.4):
+ - react-native-wm-vizpick-shell (1.1.2-rc.7):
- React
- react-native-wm-voice-text (1.0.1):
- React
@@ -1231,7 +1231,7 @@ SPEC CHEC... | update(version): topstock mini & shell | update(version): topstock mini & shell
"react-native-wm-vizpick-shell": "1.1.2-rc.7",
"@walmart/topstock-mini-app": "0.0.2-feat-d8d1080",
|
e6733dd5b6177a03793a00fff39f0efbcd44b9c6 | --- graphql.yml
@@ -32,7 +32,7 @@ applications:
tags:
- "v1"
- name: "getLoggedInUser"
- hash: "f7a857e71616f58af3437976992e1937c9f5300e0058050f44721a555344f73c"
+ hash: "69cdf0735a13f5c55d9407f0b320260688a6dcf5e1c682236f2b0d8c297950c0"
queryTemp... | feature: update query | feature: update query
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.