commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
687389bc132c49a6d5b5277f1566de831f354542 | --- packages/allspark-foundation/src/Clock/selectors.ts
@@ -1,16 +1,34 @@
import { createSelector } from '@reduxjs/toolkit';
-import {
- generateSelectorsForSlice,
- generateSubSelectors,
-} from '../Redux/utils';
+import { generateSelectorsForSlice } from '../Redux/utils';
import { clockSlice } from './redux';
... | fix: clock status selectors did not properly handle null | fix: clock status selectors did not properly handle null
|
8238c0dde75d458554b6c1567987e21db4d8e169 | --- src/constants/constants.ts
@@ -12,7 +12,7 @@ export const HUB_CONFIG = {
DEFAULT_WIDGET: `${FEATURE_ID}.RosterWidget`,
} as const;
-export const MANAGER_EXPERIENCE_PLATFORM = 'manager-experience' as const;
+export const ASSOCIATE_EXP_HUB_PLATFORM = 'associate-exp-hub' as const;
export const MODALS = {
E... | feat(ui): update the wm platform and feature id for the graphql context | feat(ui): update the wm platform and feature id for the graphql context
|
682dcc9ad1a91c94f8235e2a18d46f5880eb4dd0 | --- package-lock.json
@@ -3145,12 +3145,12 @@
"integrity": "sha512-/2QStrLatWqZuSGvGhosemz4kt3dg95Zo5TAvE2AV+GOod1Qyuqzbz70/5CAifuAOPTtK/ihXMCj5xwlMA5SVw=="
},
"@walmart/schedule-mini-app": {
- "version": "0.2.54",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-... | Chore/schedule vqa (#301) | Chore/schedule vqa (#301)
* adding schedule view vqa
* updated package.json
* changed fonts in schedule-mini-app
* bumped schedule app
Co-authored-by: Kateryna Palchykova <k0p03fa@m-c02xt902jg5j.homeoffice.wal-mart.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
Co-authored-by: Katery... |
3ef39d565310fbc7e11c92cada17272469d3fba7 | --- package.json
@@ -26,8 +26,7 @@
"solidarity": "solidarity",
"test": "jest --no-watchman",
"us:ios:dev": "yarn workspaces foreach --from 'me-at-walmart-us' -Rpti run ios:dev",
- "verifyBranchName": "bash ./scripts/verifyBranchName.sh",
- "bumpVersion": "node scripts/bumpVersion.js"
+ "verifyBr... | removing script | removing script
|
c164f2871bd642cc0b447aaa8f3bb3d183b34a39 | --- __tests__/settings/reduxTest.ts
@@ -20,7 +20,7 @@ const settingsState = {
hapticsOn: false,
},
cellularData: {
- connectivty: true,
+ connectivity: true,
},
};
@@ -44,11 +44,11 @@ test('TIMECLOCK_HAPTICS_CHANGED', () => {
test('SHOW_CONNECTIVITY_WARNING', () => {
expect(settingsState.ne... | fix: correct spelling for backwards compatible settings connectivity field | fix: correct spelling for backwards compatible settings connectivity field
|
1be53a661b04a454634023d3bab81a75f8db469a | --- __tests__/core/analyticsInitTest.ts
@@ -40,6 +40,10 @@ jest.mock('../../src/redux/CreateRestartableSagas', () => ({
createRestartableSagas: (sagas: any[]) => sagas,
}));
+jest.mock('../../src/services/Session', () => ({
+ SESSION_ID: 'xyz',
+}));
+
import {
onUserChanged,
onNetworkStateChanged,
@@ -58... | adding job code and session id to analytics (#327) | adding job code and session id to analytics (#327)
|
a246ab31d9f1e4050175571a1e679dae59592543 | --- .husky/pre-push
@@ -1 +1 @@
-npm run test && npm run build
+npm run build && npm run test
| chore: pre push command fix | chore: pre push command fix
|
326b13ed8f435eae4550b15cb7ff15fa07462b43 | --- .looper.multibranch.yml
@@ -29,8 +29,8 @@ envs:
triggers:
- manual:
- name: Publish Changed
- call: publishFromChanges
+ name: Publish Changed
+ call: publishFromChanges
flows:
prepare-npm-project:
| chore: looper file fix | chore: looper file fix
|
a4a0c72e590646c3953d2c6ef3c62188f6a56717 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -112,9 +112,6 @@ Array [
<Screen
name="paystub"
/>
- <Screen
- name="myMoneyScreen"
- />
<Screen />
</Group>
<Screen
| Updated snapshot. | Updated snapshot.
|
d9ffee726c2a30aba486a45f4550c9a466b84987 | --- package.json
@@ -132,7 +132,7 @@
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-env": "6.1.4",
"@walmart/react-native-logger": "1.34.8",
- "@walmart/react-native-scanner-3.0": "0.6.7",
+ "@walmart/react-native-scanner-3.0": "0.6.8",
"@walmart/react-native-share... | Update @walmart/react-native-scanner to 0.6.8 | Update @walmart/react-native-scanner to 0.6.8
|
7ddc457bc0562ae3cee6f164323de81aed8720a8 | --- package.json
@@ -77,7 +77,7 @@
"@types/react-test-renderer": "^18.0.7",
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "7.12.0",
- "@walmart/allspark-foundation-hub": "1.22.0",
+ "@walmart/allspark-foundation-hub": "1.23.0",
"@walmart/allspark-utils": "7.1.0",... | feat(ui): update package versions | feat(ui): update package versions
|
9d87ba75a2306b103de05134dfe3cb75d97d4df6 | --- src/core/versionsInit.ts
@@ -16,6 +16,7 @@ const miniApps = [
'@walmart/time-clock-mini-app',
'@walmart/feedback-all-spark-miniapp',
'@walmart/settings-mini-app',
+ '@walmart/exception-mini-app',
'@walmart/iteminfo-mini-app',
'@walmart/inbox-mini-app',
'@walmart/welcomeme-mini-app',
--- src/tra... | added pinpoint version | added pinpoint version
|
c01a89b62c22d1348cc561672cdcba2f37695230 | --- android/app/build.gradle
@@ -96,7 +96,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 923
+ versionCode 926
versionName "1.19.0"
}
| Update android/app/build.gradle | Update android/app/build.gradle |
e4a74d076df7f9f75069667798d0c194de6e8fa2 | --- __tests__/components/SalariedOrTeamLeadRosterWidget.test.tsx
@@ -54,10 +54,10 @@ jest.mock('@walmart/allspark-foundation-hub', () => {
const {View, Text} = require('react-native');
return {
- Widget: (props: any) => (
+ HubWidget: (props: any) => (
<View testID="widget">
- <Text>{props.t... | chore(ui): update roster widget | chore(ui): update roster widget
|
eb61d911c22e7b71e1a4c32a59a6e97e3924c4d5 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.31",
+ "version": "2.0.32",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.31",
+ "version": "2.0.32",
"hasInst... | update package version | update package version
|
f6eedad1f57e96fd81d7f1b78e40d6c9f0e45d6d | --- package-lock.json
@@ -42,7 +42,7 @@
"@walmart/core-services-allspark": "~2.10.8",
"@walmart/core-utils": "~2.0.5",
"@walmart/core-widget-registry": "~1.2.2",
- "@walmart/counts-component-miniapp": "0.1.3",
+ "@walmart/counts-component-miniapp": "0.1.4",
"@walmart/em... | fix(version): upgrade counts component version | fix(version): upgrade counts component version
|
130ac34e3ada5419b21c47e0c2ba9b27c9fc8b7f | --- android/app/build.gradle
@@ -357,6 +357,7 @@ dependencies {
}
configurations {
all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp'
+ all*.exclude group: 'com.squareup.okio', module: 'okio'
}
implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict... | excluding okio module | excluding okio module
|
f8ca2e37ed3805120a78edfda1efaf9f4ae40088 | --- README.md
@@ -16,7 +16,6 @@ This is a template for creating a feature app in typescript.
- you also need **npx** `npm install -g npx`
- React Native Debugger (nice to have)
-
### Setup and Install
Follow [these directions](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/crea... | revert change to readme | revert change to readme
|
15035d3b79ad2afd968169ebba0c395bfc2846fa | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.50.0",
+ "version": "2.51.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the roster changes | Update the roster changes
|
0711c0f029fee226159004053d24bd402d2d0052 | --- scripts/mini-app-scan/.eslintrc-custom.json
@@ -1,30 +1,47 @@
{
+ "plugins": [
+ "@typescript-eslint",
+ "react-hooks"
+ ],
"rules": {
"no-raw-text-custom": [
"error",
{
"textProxyComponents": [
- "Text",
+ "Alert",
"Body",
+ "Button",
... | feat: update scan scripts to differentiate between warnings and errors. add verbose modes | feat: update scan scripts to differentiate between warnings and errors. add verbose modes
|
7c1958a2f989acf7b8660ff3adda1581503ecedf | --- sonar-project.properties
@@ -2,5 +2,10 @@ sonar.projectKey=com.walmart.stores.allspark.beta
sonar.projectName=AllSpark-Core
sonar.projectVersion=1.0.0
sonar.host.url=http://sonar.looper.prod.walmartlabs.com
+
+sonar.sources=src
sonar.tests=__tests__
+sonar.exclusions=src/images
+sonar.test.inclusions=__tests__/... | edited sonar properties (#27) | edited sonar properties (#27)
* edited sonar properties
* updated sonar props
* removed report path as sonar PR test failed.
|
77c71d42acc374ae71eb6df8887651e3a93850bc | --- packages/allspark-foundation/src/Components/GlobalElements/index.tsx
@@ -211,7 +211,7 @@ export const createGlobalElement = (
});
const onKeyboardShow = () => update(ELEMENT_HIDDEN);
- const onKeyboardHide = () => update({ ...config, visible: true });
+ const onKeyboardHide = () =>... | fix: remove visible when keyboard is hidden (#547) | fix: remove visible when keyboard is hidden (#547)
* fix: remove visible when keyboard is hidden
* fix: update config
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
---------
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@w... |
4aafb6c1173d7fec9a48ba20e771312dd68ee622 | --- package-lock.json
@@ -5435,9 +5435,9 @@
"integrity": "sha512-kXnxC7X1ly3Mwl0m18cFiJ91Ybcnw34BcB5F8wF6xbXZrHXdpsaFBqLrnruDwBO/2vvPonYe/Y8otpuIWUXlvQ=="
},
"@walmart/taskit-mini-app": {
- "version": "0.32.0-beta.4",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m... | Updating taskIt version | Updating taskIt version
|
6406b21933038c52f7cb85e7d744a127c5a51db2 | --- scripts/test-manager.js
@@ -2,17 +2,17 @@
/**
* Comprehensive Test Management Script for Associate Experience Hub
- *
+ *
* This script provides all test-related functionality in one place:
* - Auto-generates missing test files
* - Fixes broken test imports and mocks
* - Analyzes and improves test cov... | feat(ui): update script | feat(ui): update script
|
d328a58f8dc06dc208ec1e79fa43536674ac0ed7 | --- __tests__/screens/SearchScreen/SearchScreenTest.tsx
@@ -32,10 +32,9 @@ describe('SearchScreen', () => {
const searchScreen = renderWithProviders(
<SearchScreen navigation={mockNavigation} route={mockRoute} />,
);
- const flashList = searchScreen.getByTestId('flashlist');
+ searchScreen.getByT... | adding another testID | adding another testID
|
a2b12d8315011b8032d05c2deea60522839117f6 | --- package.json
@@ -63,7 +63,6 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/ItemInfo": "0.1.134",
"@walmart/allspark-health-survey-mini-app": "0.0.35",
"@walmart/allspark-home-mini-app": "0.4.0",
... | dependencies | dependencies
|
7246f9bc4ba7c73ae9d8c3f1323fa3ea4869b34e | --- package.json
@@ -80,7 +80,7 @@
"@walmart/allspark-authentication": "6.4.10",
"@walmart/allspark-cope-key-listener": "0.0.18",
"@walmart/allspark-foundation": "6.50.0",
- "@walmart/allspark-foundation-hub": "1.14.4",
+ "@walmart/allspark-foundation-hub": "1.15.0",
"@walmart/allspark-graphql... | chore: bump foundation hub (#4795) | chore: bump foundation hub (#4795)
|
777801b1d1e6b82b2aa28edde7dc5211daeebb6b | --- .looper.yml
@@ -22,12 +22,12 @@ triggers:
- manual:
name: Publish From Package
call: publishFromPackage
- - manual:
- name: Publish All
- call: publishAll
- - manual:
- name: Publish Patch
- call: publishPatch
+ # - manual:
+ # name: Publish All
+ # call: p... | Chore: revert publishAll command | Chore: revert publishAll command
|
968dc6e921c0a877ad81af6ebf3ba49c4c78d6be | --- targets/US/package.json
@@ -90,7 +90,7 @@
"@walmart/avp-feature-app": "0.8.7",
"@walmart/avp-shared-library": "0.8.9",
"@walmart/backroom-mini-app": "1.5.12",
- "@walmart/calling-mini-app": "0.5.6",
+ "@walmart/calling-mini-app": "0.5.17",
"@walmart/checkout-mini-app": "3.24.0",
"@wal... | Removing background calls to athena from Calling and updating prod athena consumer id for calling | Removing background calls to athena from Calling and updating prod athena consumer id for calling
|
a1af6523790b64a1856c1ff8cfa20f70ca480d5b | --- targets/US/package.json
@@ -106,7 +106,7 @@
"@walmart/financial-wellbeing-feature-app": "1.26.0",
"@walmart/functional-components": "~6.3.28",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.4",
+ "@walmart/gtp-shared-components": "2.2.5-rc.1",
"@wa... | feat: bump version of gtp-shared-components to enable mini apps to resolve ada issues | feat: bump version of gtp-shared-components to enable mini apps to resolve ada issues
|
dfcb92a0ae03a6c322f47790134525ed8060c81d | --- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/schedule-mini-app": "0.118.2",
"@walmart/shelfavailability-mini-app": "1.5.37",
"@walmart/shop-gnfr-mini-app": "1.0.131",
- "@walmart/sidekick-mini-app": "4.84.5",
+ "@walmart/sidekick-mini-app": "4.84.6",
"@walmart/store-feature-orders... | chore: bump sidekick@4.84.6 | chore: bump sidekick@4.84.6
|
9b90ede10c1e468a25b8ae0d8b666eba1c714267 | --- package-lock.json
@@ -12819,9 +12819,9 @@
"integrity": "sha512-zTOSJ7BMbGHaqAF8+LDQI/s5winKcxsHSe4hv49gUbfDz19v71apgNchz31W1D2UQP+kNgrglrmCdmr5RdI8mw=="
},
"react-native-wm-voice-text": {
- "version": "0.3.1",
- "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-nati... | Updated wm-voice plugin to 0.5.0 | Updated wm-voice plugin to 0.5.0
|
5407aa1beeb9a9eaf0c282746352435014c5972b | --- packages/me-at-walmart-container/__tests__/services/config.test.ts
@@ -1,11 +1,60 @@
+
+jest.mock('../../src/services/config', () => {
+ const originalModule = jest.requireActual('../../src/services/config');
+ const EventManagerMock = {
+ runEvent: jest.fn(),
+ };
+ return {
+ ...originalModule,
+ Cha... | added test for actualitener in me-at-walmart-container/config.ts | added test for actualitener in me-at-walmart-container/config.ts
|
284d0aa2621067e478bf9ebc6d4936b1efd17d6b | --- package-lock.json
@@ -5317,9 +5317,9 @@
"integrity": "sha512-3xZ9hyHPrhGO7U3wcjRlXJMHhyMht/WTeR+f3yw8b1B4uWmtlunXw7cqCqDz+Y2gPNr08/+hL5sY5T472CfnMg=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.20",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | feat: :sparkles: Bump learning mini app version to 1.1.21 | feat: :sparkles: Bump learning mini app version to 1.1.21
|
c3f6f3e9768f814f46ea75fde99e78207789301d | --- src/redux/selectors.ts
@@ -8,6 +8,11 @@ export const getEncryptedUserId = createSelector(
encryptUserId,
);
+export const getUserFirstName = createSelector(
+ [UserSelectors.getUser],
+ (state) => state?.preferredFirstName,
+);
+
export const getTextingState = (state: SharedReduxState) => state.texting;
... | add first name of sender to push notification | add first name of sender to push notification
|
b0e72ab935968f3011a99d4280dfa8dd422dc360 | --- README.md
@@ -11,7 +11,7 @@ This is the core container app for the AllSpark Project (Me@Walmart redesign) -
- Yarn v4+ via corepack [(Yarn migration guide)](https://confluence.walmart.com/display/ALLSPARK/Migration+Guide+-+Yarn)
- Xcode
- Android Studio
-- Cocoapods
+- Cocoapods
### Steps
| dummy commit | dummy commit
|
c97be933c0200558cb01c9d3b5bfb3a6b62df3c6 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 103
+ versionCode 104
versionName "1.0.8"
}
... | Incrementing build number | Incrementing build number
|
ac127d90958ebbc90c4997b4e6caeefc4575bb04 | --- .looper.yml
@@ -16,7 +16,11 @@ flows:
default:
- call: pr
- yarn run build
- - npx lerna publish
+ - yarn publish
+ - sonar("Sonar"):
+ - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties
+ - (name Publish Hygieia to Sonar) hygieia.publishSonar()
+ ... | feat(ui): update associate exp hub version | feat(ui): update associate exp hub version
|
1d5eb93e948fdadf9fd20bc2ccdd31969a00e4f1 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
@@ -4,10 +4,13 @@ import { PillTeamListItem } from '../../../Shared/Components/PillTeamListItem/Pi
import { FlashList, ListRenderItem } from '@shopify/flash-list';
import { useSafeAreaInsets } from 'react-nati... | Adding team state to update team shift modal | Adding team state to update team shift modal
|
87dba7c74a3cfc49dda4edea19491ac830e5ff3a | --- __tests__/components/ClockedOutScreenGuard.test.tsx
@@ -31,7 +31,7 @@ jest.mock('../../src/hooks/user', () => ({
useIsHourly: jest.fn().mockReturnValue(true),
}));
-describe('ClockedOutScreen', () => {
+describe.skip('ClockedOutScreen', () => {
it('renders correctly when shouldShowViewTimeLink is true', ()... | Update my team mini app version | Update my team mini app version
|
6c993fee6a030983dde33ac4a2430f8b54cb8f60 | --- ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision
Binary files a/ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision and b/ios/BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision differ
| update provisioning profile again | update provisioning profile again
|
1653d0d1a759f93c02f146da57be56e336a691f1 | --- targets/US/package.json
@@ -152,7 +152,7 @@
"@walmart/topstock-mini-app": "1.17.11",
"@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.17.1#~/.yarn/patches/@walmart-ui-components-npm-1.17.1-4a29feac03.patch",
"@walmart/walmart-fiscal-week": "^0.3.6",
- "@walmart/welcomeme-mini-app": ... | feat: updated welcome me mini app | feat: updated welcome me mini app
|
a674c757bfc5c7d8a3ada3bd3035afe36243fd05 | --- src/containers/UserHeader.tsx
@@ -33,7 +33,7 @@ export const UserHeader = () => {
<ListItem
UNSAFE_style={styles.item}
title={name}
- leading={<Avatar userId={name} style={styles.avatar} />}
+ leading={<Avatar userId={userId} style={styles.avatar} />}
trailing={
<Switch
... | fix: user header presence fix | fix: user header presence fix
|
aa27b25e2f1c29a83c41dd5584de59ca8b7f7d6b | --- packages/core-services/AllsparkContextCreator.tsx
@@ -0,0 +1,174 @@
+import React, {
+ PropsWithChildren,
+ createContext,
+ forwardRef,
+ useContext,
+ useImperativeHandle,
+ useMemo,
+} from 'react';
+import { capitalize } from 'lodash';
+import {
+ ConsumerChild,
+ createFallbackInstance,
+ createGlobal... | chore: add context creator to core services for later refactor | chore: add context creator to core services for later refactor
|
a4d648c7914106de78af7eb9297f6782e68467b1 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.8.7",
"@walmart/calling-mini-app": "0.7.0",
- "@walmart/checkout-mini-app": "4.3.3",
+ "@walmart/checkout-mini-app": "4.3.5",
"@walmart/compass-sdk-rn": "5.19.15",
"@wal... | updated CO to 4.3.5 | updated CO to 4.3.5
|
84675fc778682c19c5b0671555a035efce3ebc46 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.5.20",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "4.0.6",
+ "@walmart/checkout-mini-app": "4.0.8",
"@walmart/compass-sdk-rn": "5.19.15",
"@w... | fix: update package version | fix: update package version
|
8aad00358fa93d7cecbec44d983e0e4e6953e056 | --- src/navigation/index.tsx
@@ -4,16 +4,15 @@ import {RosterNavParamsMap} from './types';
import {RosterDetailScreen} from '../managerExperience/screens/RosterDetailScreen';
import {AllTeamsScreen} from '../managerExperience/screens/AllTeamsScreen';
-const RosterStackForManagerExperience =
- createStackNavigator<... | feat: update manager experience naming | feat: update manager experience naming
|
8b7926b936398e08fbb648a2875fc69dcea0d77e | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/styles.ts
@@ -38,7 +38,6 @@ export const teamSelectionListItemStyles = (hasBorder: boolean) =>
flexDirection: 'row',
alignItems: 'center',
gap: 12,
- paddingRight: 16,
},
primaryTeamContainer: {
paddingTop: 4,
| Fixing border of team selection list item | Fixing border of team selection list item
|
a63ac6f39d93db354de66b3df49b2544b96a65a1 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/returns-mini-app": "0.6.0",
"@walmart/schedule-mini-app": "0.27.0",
"@walmart/settings-mini-app": "1.10.0",
- "@walmart/shelfavailability-mini-app": "1.3.5-SNAPSHOT.4",
+ "@walmart/shelfavailability-mini-app": "1.4.0",
"... | SA-302 SA-306 upped SA to v1.4.0 | SA-302 SA-306 upped SA to v1.4.0
|
854f21560c7d142eb7327dcd641cb4fcd3323975 | --- ios/Podfile.lock
@@ -617,9 +617,9 @@ PODS:
- BVLinearGradient (2.6.2):
- React-Core
- CocoaAsyncSocket (7.6.5)
- - compass-sdk-ios (0.2.9)
- - compass-sdk-rn (5.5.0):
- - compass-sdk-ios (= 0.2.9)
+ - compass-sdk-ios (0.2.13)
+ - compass-sdk-rn (5.7.0):
+ - compass-sdk-ios (= 0.2.13)
- Rea... | Podfile update | Podfile update
|
ac44b3d86baef07863cc0135b1d5ccc91052bcee | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -252,7 +252,7 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
}
>
<LinkButton
- onPress={[MockFunction]}
+ onPress={[Function]}
style={
Object {
"marginRight": 35,
@@ -492,7 +4... | telemetry for SSO | telemetry for SSO
(cherry picked from commit e9bdf250335d8ac6057f235f1b230e6a7952f62f)
|
5c5f83689a4229302cff95a784a9fe1aa8c963e4 | --- packages/expo-config-plugins/src/withGradleExtVars.ts
@@ -2,9 +2,9 @@ import {
ConfigPlugin,
withProjectBuildGradle,
WarningAggregator,
-} from "@expo/config-plugins";
+} from '@expo/config-plugins';
-import { mergeContents } from "@expo/config-plugins/build/utils/generateCode";
+import { mergeContents }... | fix: gradle ext plugin not handling missing ext section | fix: gradle ext plugin not handling missing ext section
|
1edeb957b7d3a666f1c07457866e0f9861344a87 | --- package-lock.json
@@ -3219,9 +3219,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.7",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.7.tgz",
- "integrity": "sha512-LfQGrSa0/ctm3jAPUiu07WgtlLOp2Dp8iUcCAEPnPRi4sKx119G3/CsE8JlzW/z0xMt9NvFLWZj... | PIN screen scaling issues in low resolution device (#544) | PIN screen scaling issues in low resolution device (#544)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
30d133b8823d865d5509463994976aff2ab9095f | --- src/screens/MessagesScreen.tsx
@@ -95,8 +95,6 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
const [messages, setMessages] = useState<Array<LocalMessage | string>>([]);
- console.log('render messages screen for channelPath: ' + channelPath);
-
const channelData = useChannelData(ch... | remove console log | remove console log
|
211d3252a18fc7cd47824f3e406838e621c2c96f | --- package.json
@@ -115,6 +115,7 @@
"expo-image": "~1.5.0",
"firestore-jest-mock": "^0.21.0",
"husky": "^4.3.0",
+ "i18next": "^23.6.0",
"install": "^0.13.0",
"javascript-time-ago": "^2.5.7",
"jest": "^29.2.1",
--- src/components/AssociateRosterItem/index.tsx
@@ -51,7 +51,7 @@ export... | feat(ui): Merge changes for drop 23 SMDV-5921 | feat(ui): Merge changes for drop 23 SMDV-5921
|
ec95b2734857c64fe203c5c75532356edceaa49d | --- .looper.yml
@@ -11,10 +11,10 @@ flows:
- call: pr
- yarn run build
- npm publish
- - sonar("Sonar"):
- - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties
- - (name Publish Hygieia to Sonar) hygieia.publishSonar()
- - (name Hygieia Publish Build) h... | Update my team mini app version | Update my team mini app version
|
20391b852670fc5dd102b1d339855509b63c177e | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/checkout-mini-app": "3.9.306",
"@walmart/compass-sdk-rn": "5.19.3",
"@walmart/config-components": "4.3.2",
- "@walmart/copilot-mini-app": "3.70.5",
+ "@walmart/copilot-mini-app": "3.87.0",
"@walmart/core-services": "6.0.... | chore: bump copilot@3.87.0 | chore: bump copilot@3.87.0
|
285b2c02663253ae182298f93a46a646b01671e8 | --- packages/allspark-foundation/src/Network/redux.ts
@@ -52,6 +52,10 @@ export const networkSlice = createSlice({
state.loaded = true;
state.error = false;
state.data = action.payload;
+ // @backwards-compatibility - duplicating connectionType for legacy selectors
+ if (action.payload.co... | fix: ad network type field for backwards compatibility | fix: ad network type field for backwards compatibility
|
2cd8e05efbd6fbb3735d7db464847c6e3c8fc824 | --- package-lock.json
@@ -92,7 +92,7 @@
"@walmart/store-feature-orders": "1.25.0",
"@walmart/taskit-mini-app": "2.53.3",
"@walmart/texting-mini-app": "2.1.4",
- "@walmart/time-clock-mini-app": "2.301.0",
+ "@walmart/time-clock-mini-app": "2.338.0",
"@walmart/topstock-mi... | Update TCMA to 2.338.0 | Update TCMA to 2.338.0
|
cb13e2a19290ac6f9894774fc9e5c8e4de427d79 | --- packages/roster-mini-app/jest.config.js
@@ -29,6 +29,7 @@ module.exports = {
'types\\.tsx$',
'\\.types\\.ts$',
'\\.types\\.tsx$',
+ '\\.d\\.ts$',
],
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
| chore: update jest.config.js to include d.ts extensions | chore: update jest.config.js to include d.ts extensions
|
efe20d0a22551b98b05051fd0eb47a158b9e404f | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -197,67 +197,69 @@ export const HubDashboard = ({
{showOnboarding ? (
<TeamOnboardingScreen />
) : (
- <ScrollView
- testID='HubDashboard.View'
- stickyHeaderIndices={[1]}
- ... | Update the floating button | Update the floating button
|
c70616cd0b78cb14baf199d0183215d499d6da3b | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/TeamSelectionList.tsx
@@ -3,9 +3,9 @@ import { View, Text, ScrollView } from 'react-native';
import { TeamSelectionListItem } from './TeamSelectionListItem';
import { Checkbox } from '@walmart/gtp-shared-components/dist';
import { teamSelec... | feat: moved props type to types file | feat: moved props type to types file
|
f375fa15b38986fd5322e6dfdc839f2c546ea59a | --- package-lock.json
@@ -3936,7 +3936,7 @@
},
"axios-cache-adapter": {
"version": "2.7.3",
- "resolved": "http://localhost:4873/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz",
+ "resolved": "https://npme.walmart.com/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz",
"integrit... | fixing package json | fixing package json
|
62d21d9a17725ea18a8335dbb21d5a6a2e0a64d0 | --- package-lock.json
@@ -5322,9 +5322,9 @@
"integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.62.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | version bump for regression fix | version bump for regression fix
|
0f6b6df14b3b873eacdc525e4e27b054d69944ed | --- packages/allspark-graphql-client/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.
+## [1.4.6](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@1.4.6
- @walmart/core-services-allspark@2.10.9
- @walmart/me-at-walmart-athena-queries@1.3.7
|
e057e92856c058c3deead0fb4be3c9055c9478df | --- __tests__/screens/ViewTeamScreen/__snapshots__/ViewTeamScreenTest.tsx.snap
@@ -484,6 +484,7 @@ exports[`ViewTeamScreen should render view team screen with expected elements 1`
}
clockedInCount={0}
onFilter={[Function]}
+ tardyCount={0}
/>
<Rost... | Adding tardy count | Adding tardy count
|
b11e204f19c0d318cc926a06f88286bf354ba522 | --- package-lock.json
@@ -5225,9 +5225,9 @@
"integrity": "sha512-3xZ9hyHPrhGO7U3wcjRlXJMHhyMht/WTeR+f3yw8b1B4uWmtlunXw7cqCqDz+Y2gPNr08/+hL5sY5T472CfnMg=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.15",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | feat: :sparkles: Bump learning mini app version | feat: :sparkles: Bump learning mini app version
|
9b6c856248801b82cfe57385ba74657129399d34 | --- .looper-pr.yml
@@ -12,6 +12,7 @@ flows:
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
+
envs:
global:
| chore(ui): updated ws | chore(ui): updated ws
|
7cfefa897d9c909b6b918941a96ac66540f7d3b7 | --- android/app/src/main/AndroidManifest.xml
@@ -5,6 +5,13 @@
<uses-permission android:name="android.permission.INTERNET" />
+ <!-- SUMO -->
+ <uses-permission android:name="com.walmart.sumo.mqtt.START_MQTT" />
+ <uses-permission android:name="com.walmart.sumo.mqtt.RECEIVE_MQTT_PUSH"/>
+ <uses-perm... | add-sumo | add-sumo
|
789d4c2f580200eb5891762217e4e8b476bdbc9a | --- package-lock.json
@@ -82,7 +82,7 @@
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.2",
"@walmart/taskit-mini-app": "0.49.6",
- "@walmart/time-clock-mini-app": "2.8.0",
+ "@walmart/time-clock-mini-app": "0.30.0",
"@walmart/ui-comp... | updating schedule-mini-app version | updating schedule-mini-app version
|
8a71a7cba9e9db5b08a5ed1f58ddbd01405e097a | --- package-lock.json
@@ -4400,7 +4400,7 @@
"@walmart/react-native-shared-navigation": {
"version": "0.4.0",
"resolved": "https://npme.walmart.com/@walmart/react-native-shared-navigation/-/react-native-shared-navigation-0.4.0.tgz",
- "integrity": "sha1-dBX44FzZJKjZPuXiMoFiFQzybYE="
+ "integ... | Updating taskIt version | Updating taskIt version
|
8a7aa76039cd95bb2fe089ba566cc04154048f46 | --- packages/allspark-foundation/src/Navigation/components/Header.tsx
@@ -1,46 +1,47 @@
import React, { ComponentType, PropsWithChildren } from 'react';
-import { Platform, StyleSheet } from 'react-native';
-import { useSafeAreaInsets } from 'react-native-safe-area-context';
+import { StyleSheet } from 'react-native';... | refactor(header): use gtp heading for title, expose stack header options, use safe area view | refactor(header): use gtp heading for title, expose stack header options, use safe area view
|
f7a3468679d68080c62b15010361bc5df31080f7 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -59,12 +59,15 @@ import {withClockOutGuard} from '../ClockOutGuard';
import {MainTabsNav} from './Tabs';
import {FacilitiesMaintainanceStack} from '@walmart/facilities-management-miniapp';
import {
+ AboutMeNav,
CertificationsNav,
ContactInfoNav,
E... | Added about me and profile pic navs | Added about me and profile pic navs
|
cb13e54167cb1dae2fab7e0bae2e7e526668a903 | --- android/app/build.gradle
@@ -234,6 +234,8 @@ dependencies {
} else {
implementation jscFlavor
}
+
+ implementation "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava"
}
// Run this once to be able to run the application with BUCK
@@ -277,4 +279,12 @@ android {
... | initial | initial
|
5693adb9eff3b97ac17f200429ef2d3518d78b93 | --- src/startup/utils.ts
@@ -1,13 +1,21 @@
import {AllsparkEnvironment} from '@walmart/allspark-foundation/Environment';
import {LoggerService} from '@walmart/allspark-foundation/Logger';
import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux';
-import {reduxSliceExists} from '@walmart/allspark-utils';... | fix: impersonation backwards compat actions added | fix: impersonation backwards compat actions added
|
582477ebfef6755f80a6552de8038447f6f0a21e | --- package.json
@@ -94,7 +94,7 @@
"@walmart/react-native-shared-navigation": "^0.4.0",
"@walmart/react-native-sumo-sdk": "2.1.0-alpha.3",
"@walmart/redux-store": "^1.0.15",
- "@walmart/schedule-mini-app": "0.4.1",
+ "@walmart/schedule-mini-app": "0.4.3",
"@walmart/settings-mini-app": "1.3.8",... | fix bug with pulling language where it is an optional param | fix bug with pulling language where it is an optional param
|
1297adb385d5c6233720697b2012d9c61eab9eb3 | --- __tests__/hooks/teams.test.ts
@@ -138,7 +138,6 @@ describe('hooks/teams', () => {
skip: expect.any(Boolean),
variables: {
countryCode: expect.any(String),
- date: expect.any(String),
includeProxyMembers: expect.any(Boolean),
siteNbr: expect.any(Number),
teamI... | feat(ui): update grphql queries | feat(ui): update grphql queries
|
149ca270936ff33bacafa70ef1670d3df2184629 | --- package.json
@@ -21,8 +21,7 @@
"clean": "npm run clean --workspaces",
"commit": "commit",
"build": "npm run build --workspaces",
- "prepare": "husky",
- "start": "node index.js"
+ "prepare": "husky"
},
"repository": {
"type": "git",
| chore: remove node command | chore: remove node command
|
42079bba607b7afe4383f440d5e93a99434a488b | --- packages/allspark-foundation/__tests__/HubFeature/TeamOnboarding/TeamSelection.test.tsx
@@ -26,7 +26,7 @@ describe('TeamSelectionList Component Tests', () => {
test('renders error state', () => {
useGetTeamsByStoreQuery.mockImplementation(() => ({ error: true }));
const { getByTestId } = render(<TeamSe... | feat(ui): team selection error unit test updates | feat(ui): team selection error unit test updates
|
4f5fd7f56097aafd9ead590856137165aeb9e521 | --- app.config.US.ts
@@ -177,6 +177,7 @@ const CONFIG: ExpoConfig = {
android: {
minSdkVersion: 26,
newArchEnabled: false,
+ useLegacyPackaging: true,
packagingOptions: {
pickFirst: ["META-INF/gradle/incremental.annotation.processors"],
},
| fix: enable legacy packaging to reduce apk size | fix: enable legacy packaging to reduce apk size
|
b34879e8a60b2f02b55991debd179bc715ec8ae8 | --- .github/pull_request_template.md
@@ -8,8 +8,8 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
## Links to JIRA tickets:
<br/>
| Yes | No |
-| --- | -- |
-| [] | [] |
+| -------- |
+| [ ] | [ ] |
| -------- |
## Please describe the changes, problems and solutions this PR i... | twicking changes | twicking changes
|
8dbf7aa6d10bebcab8653f8dbce9fadca3818eb0 | --- .yarn/patches/@walmart-schedule-mini-app-npm-5.4.5-bfab6a1c85.patch
@@ -13,7 +13,6 @@ index 5d3b96abcf39a5b30be1210ceb1a09ecfbcb148e..b60fe93cc035aed36de4660ce496cbbe
const keys = Object.keys(strings);
keys.forEach((key) => {
switch (key) {
-
diff --git a/dist/components/ForYouWid... | chore: update patch | chore: update patch
|
9fb0c2d54f25fc1e09424a2c928fe25cac68281f | --- yarn.lock
@@ -23320,11 +23320,11 @@ __metadata:
"typescript@patch:typescript@npm%3A~5.8.3#optional!builtin<compat/typescript>":
version: 5.8.3
- resolution: "typescript@patch:typescript@npm%3A5.8.3%3A%3A__archiveUrl=https%253A%252F%252Fnpm.ci.artifacts.walmart.com%253A443%252Fartifactory%252Fapi%252Fnpm%252F... | feat(ui): fix divider | feat(ui): fix divider
|
4e981dd70868957d6e076357c0a2feb07b126662 | --- targets/US/package.json
@@ -127,7 +127,7 @@
"@walmart/myteam-mini-app": "1.12.0",
"@walmart/native-rfid-scanner": "3.12.1",
"@walmart/onewalmart-miniapp": "1.0.24",
- "@walmart/pay-stub-miniapp": "0.20.7",
+ "@walmart/pay-stub-miniapp": "0.20.8",
"@walmart/payrollsolution_miniapp": "0.145.... | bump version | bump version
|
8aaedd43b6e1ee213352e4f3c6518a5b3c8802df | --- package-lock.json
@@ -1866,9 +1866,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.1.6",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.6.tgz",
- "integrity": "sha512-fgRU8Dal+oXSYv9m7Pt1w6CV/h3qp0SPlfczHEl6zlPRIVaJ... | update home app to fix wm week alignment (#205) | update home app to fix wm week alignment (#205)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
5d40b63d1ad7cf7c6a379c672f7098f523da3aca | --- package-lock.json
@@ -7520,24 +7520,24 @@
"integrity": "sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w=="
},
"@whatwg-node/fetch": {
- "version": "0.6.8",
- "resolved": "https://npme.walmart.com/@whatwg-node/fetch/-/fetch-0.6.8.tgz",
- "integrity": "sha... | chore: update dependencies. remove private label from foundation | chore: update dependencies. remove private label from foundation
|
a29bc61fa740d4fdb8483e2dab8fb65f99b12802 | --- ios/Podfile.lock
@@ -1347,7 +1347,7 @@ PODS:
- React-Core
- react-native-view-shot (3.8.0):
- React-Core
- - react-native-webex-sdk (0.1.8):
+ - react-native-webex-sdk (0.1.11):
- React-Core
- SumoSDK (~> 2.6.1)
- WebexSDK/Wxc (~> 3.10.1)
@@ -2154,7 +2154,7 @@ SPEC CHECKSUMS:
react-... | Calling drop21 changes | Calling drop21 changes
|
fd436888ca948e5938370edfb1b1ea8364730615 | --- env.dev.ts
@@ -3,7 +3,11 @@ export default {
env: 'dev',
graphql: {
// url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
- url: 'https://athena-gateway.sdev.us.walmart.net',
+ url: 'https://athena-gateway.sstage.us.walmart.net',
+ headers: {
+ 'WM_SVC.ENV'... | chore: fix grapqhl env variables. fix nav config logger | chore: fix grapqhl env variables. fix nav config logger
|
c5d8f90fa96368bfb65c33fbf1fb244296931e9e | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -8,9 +8,10 @@ import { colors } from '@walmart/gtp-shared-components';
import { ListHeader } from './ListHeader';
import {
MyArea,
- // HeaderTitle,
- // HeaderSubText,
+ HeaderTitle,
+ HeaderSubText,
}... | Cleaning up unused code | Cleaning up unused code
|
fddca63f543bf7716d5784a0ce22c80dbd907eb1 | --- .looper.multibranch.yml
@@ -6,6 +6,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
node: ((osx||stable_osx)&&!dualcore)
+## Global tools used across all flows.
tools:
nodejs: 12.4.0
maven: 3.5.4
@@ -258,7 +259,6 @@ flows:
- echo "default flow not required"
pr:
- - echo "PR flow... | updated text, removed echo | updated text, removed echo
|
a7d21195f8283e4956e671e18d72a4be34b0ecfe | --- src/auth/ErrorScreen.tsx
@@ -46,6 +46,7 @@ export const ErrorScreen: FC<any> = (props) => {
const onSave = () => {
setFormDirty(true);
if (userId && siteId) {
+ const userIdValue = userId.split('.')[0];
navigation.goBack();
WmTelemetry.logEvent(SSO_APP, 'feedback_submitted', {
... | removed store number | removed store number
(cherry picked from commit 884fa13901e5c8efbe690b764f6bda90cb019a4d)
|
5791d04d388bbe5b013ed6218139bfdbeb312786 | --- package.json
@@ -35,7 +35,12 @@
"build": "yarn tsc && yarn run copy:assets",
"copy:assets": "cpy 'src/assets/**/*' '!**/*.ts' '!**/*.tsx' dist/assets",
"prepare": "husky",
- "prepublishOnly": "yarn build"
+ "prepublishOnly": "yarn build",
+ "ci:check-published": "npm view $(node -p \"require... | feat: Add CI/CD scripts for automated release pipeline | feat: Add CI/CD scripts for automated release pipeline
Add missing ci:* scripts required by parent orchestrator:
- ci:check-published: Check if version exists in npm registry
- ci:version-bump: Bump version with alpha prerelease tag
- ci:show-version: Display current package name and version
- ci:validate: Run lint, c... |
f167d9de823777408874b50567c53d61a64f4730 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -176,11 +176,6 @@ export class AllsparkContainer<
UserModule.injectService(services.user);
GeolocationServiceCreator(services.geolocation);
- // @todo - find correct place to initialize dev menu
- // const env = LocalStorageModule... | fix(container): environment configuration didnt match previous format | fix(container): environment configuration didnt match previous format
|
b8d0b120785c44c7bde3fabdd4184e5d7d7fe932 | --- core/src/core/CreateGuardedScreens.tsx
@@ -19,7 +19,7 @@ export const CreateGuardedScreens = (
key={name}
name={name}
component={
- withClockOutGuard(component) && withFeatureToggleGuard(component)
+ withClockOutGuard(withFeatureToggleGuard(component))
}
... | ALLSPARK-3962: Updated to use foundation | ALLSPARK-3962: Updated to use foundation
|
06b7f4eb2d09defd488b470e8818b5e16bdaa820 | --- ios/Podfile.lock
@@ -427,7 +427,7 @@ PODS:
- React
- react-native-safe-area-context (3.3.2):
- React-Core
- - react-native-scanner-3.0 (0.1.14):
+ - react-native-scanner-3.0 (0.1.15):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1005,7 +1005,7 @@ SPEC CHECKSUMS:
... | Scanner3: Android to change visibility of camera preview onResume and onPause | Scanner3: Android to change visibility of camera preview onResume and onPause
|
5f0bf8ceea888886da0521a8c57e52f1a73a8fc7 | --- package.json
@@ -28,6 +28,8 @@
"jetifier": "jetifier",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
+ "mini-app-scan": "bash ./scripts/mini-app-scan/scan-walmart-packages.sh",
+ "mini-app-scan:changed": "bash ./scripts/mini-app-scan/scan-changed-walmart-libs.sh",
"run-expo-doctor": "e... | feat: add npm scripts to run scan scripts more easily | feat: add npm scripts to run scan scripts more easily
|
d1622d2e807f7a223c38f3a19d9ead106954507f | --- __tests__/core/loggerInitTest.ts
@@ -84,6 +84,7 @@ describe('onUserChanged', () => {
division: user.division,
employeeType: user.employeeType,
regionNumber: '',
+ os: expect.any(String),
} as TUserInfo),
);
expect(iterator.next().done).toEqual(true);
--- ios/Podf... | Version Bump for Logger and Config Components (#310) | Version Bump for Logger and Config Components (#310)
* logger version bump
* updated versions
* updated version for logger
* adding OS to user info
Co-authored-by: Anthony Helms <awhelms@wal-mart.com> |
c866baa9db4c8b60b4e334b758b24e45d18b44e4 | --- .looper.multibranch.yml
@@ -260,26 +260,26 @@ flows:
cd ./scripts
node sendToTeams.js --webhookUrl https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a42-9531-d0511cf632aa@3cbcc3d3-094d-4006-9849-0d11d61f484d/IncomingWebhook/16391a60331c4d4999f112e40a0b2db1/f02e8323-deff-42c4-85df-613f84ca3... | forgot the trailing backslashes | forgot the trailing backslashes
|
bb47b4ce11b30edfff0c58ac0ca00e24b00430ac | --- .looper.multibranch.yml
@@ -607,11 +607,11 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- $(($START_TIME-$END_TIME))
+ $START_TIME-$END_TIME
- var(MINUTES):
- $((($TIME_ELAPSED%3600)/60))
+ ($TIME_ELAPSED%3600)/60
- var(SECONDS):
- $(((($TI... | Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
232404ff354a6239ac57e6da145a16ae4fceaf56 | --- package-lock.json
@@ -50,7 +50,7 @@
"@walmart/core-widget-registry": "~1.2.4",
"@walmart/counts-component-miniapp": "0.1.5",
"@walmart/emergency-mini-app": "1.25.1",
- "@walmart/exception-mini-app": "1.6.1",
+ "@walmart/exception-mini-app": "1.6.3",
"@walmart/facili... | Exception-mini-app - 1.6.3 | Exception-mini-app - 1.6.3
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.