commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
03f5e5d684f4366b4a984584938e3896cf137be8 | --- __tests__/screens/RosterScreen.tsx
@@ -12,6 +12,34 @@ describe('TeamsList', () => {
it('shows current team as only list item when associate has a team', () => {});
it('shows total store as only list item when associate not in a team', () => {});
});
- describe('TeamItem'
- )
+ describe('TeamItem', (... | adding skeleton tests for roster screen | adding skeleton tests for roster screen
|
d09840a1a1f6b2439a33826b006faa820bd88fbe | --- __tests__/components/ListEmptyComponentTest.tsx
@@ -1,3 +1,4 @@
+jest.useFakeTimers();
import React from 'react';
import {
ListEmptyComponent,
--- __tests__/components/__snapshots__/StoreChatCardTest.tsx.snap
@@ -95,7 +95,7 @@ exports[`StoreChatCard component should have Total store title 1`] = `
... | feat(ui): fixed tests | feat(ui): fixed tests
|
85e38ec0b8a8feb79ae4c90dc154338825323778 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.18.0",
+ "version": "1.19.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 mini app version | Update my team mini app version
|
9b69c5d31a1e866a1ec8db7468f16925572c80f8 | --- src/components/AssociateRosterItem/index.tsx
@@ -128,6 +128,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
<Button
variant='tertiary'
size='small'
+ testID={'associaterosteritem-viewschedule-btn'}
onPress={()... | adding a testID for view schedule btn | adding a testID for view schedule btn
|
324eb55896dd2d1b27c70825c105dfd527f4642f | --- src/channels/provider.tsx
@@ -31,7 +31,7 @@ import {fetchChannelName, fetchChannelLastMessage} from './services';
import {logger} from '../logger/Logger';
import {textingSlice} from '../redux/reducer';
import {SEVEN_DAYS_AGO_TIMESTAMP} from '../constants';
-import {getChannelIdFromChannelPath} from '../../dist/c... | cleaning up channel path comparison logic | cleaning up channel path comparison logic
|
d3d255eb77e83e0937e59522b308d42fe0136e40 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.39.1",
+ "@walmart/copilot-mini-app": "^3.41.4",
"@walmart/core-services": ... | chore: bump copilot@3.41.4 | chore: bump copilot@3.41.4
|
4a9a616080630a819588a05b2dbbb51960c1d0c0 | --- packages/allspark-foundation-hub/src/SupplyChain/Components/AllSupplyTeamsList/AllSupplyTeamsList.tsx
@@ -8,12 +8,17 @@ import {
PageHeader,
PillTeamListItem,
TeamSearchInput,
+ TOTAL_SITE_TEAM_ID,
} from '../../../Shared';
import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation... | feat(ui): handling select logic | feat(ui): handling select logic
|
fd5a038f126de278e836ee6c2d38d2ced16d7374 | --- package.json
@@ -101,7 +101,7 @@
"@walmart/digital-locks-mini-app": "1.1.9-rc.3",
"@walmart/emergency-mini-app": "1.31.4",
"@walmart/exception-mini-app": "1.8.13",
- "@walmart/expo-config-plugins": "^0.1.4",
+ "@walmart/expo-config-plugins": "^0.1.7",
"@walmart/facilities-management-miniap... | fix(config): ALLSPARK-5877 bump expo-config-plugins (#4073) | fix(config): ALLSPARK-5877 bump expo-config-plugins (#4073)
|
c23e3c5b18c807a192fe88b04d101e51dd105260 | --- package-lock.json
@@ -29422,7 +29422,7 @@
"requires": {
"mv": "~2",
"safe-json-stringify": "~1",
- "uuid": "^3.3.2"
+ "uuid": "^8.0.0"
}
},
"@expo/cli": {
@@ -30112,7 +30112,7 @@
"md5": "^2.2.1",
"node-fetch": "^2.6.1",
"remove-trail... | fix package lock update | fix package lock update
|
589b3d2eef1f005e09feb4ea6fbff9aa20b61c13 | --- .looper.yml
@@ -8,20 +8,57 @@ tools:
version: 17
envs:
- global:
- variables:
- ALLOW_NPM_PUSH_TO_AF: true
+ global:
+ variables:
+ ALLOW_NPM_PUSH_TO_AF: true
+
+# Define branch-specific triggers
+branches:
+ # Main branch - production releases
+ - spec: main
+ triggers:
+... | chore(release): enable npm publish | chore(release): enable npm publish
|
e84dc6a34a987326b59a64dca341e7289830b30b | --- __tests__/redux/UserSelectorTest.ts
@@ -290,7 +290,7 @@ describe('getEncryptionKey', () => {
});
it('handles undefined domain', () => {
- const data = {userId: 'swalton3', siteId: '100', domain: 'STORE'};
+ const data = {userId: 'swalton3', homeSite: '100', domain: 'STORE'};
const userId = getEnc... | home site regex change along with user encryption | home site regex change along with user encryption
|
a1ff37e01d254699e1d583f100bdeeeb0279e4be | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/DrawerNavTest.tsx.snap
@@ -26,27 +26,25 @@ exports[`DrawerNav matches default snapshot for initial render 1`] = `
}
}
>
- <ConversationProvider>
- <Navigator
- drawerContent={[Function]}
- screenOptions={
- ... | update info plist for exceptions | update info plist for exceptions
|
880e4338036cd6bed987164a245da14d3d2283c4 | --- package-lock.json
@@ -5442,9 +5442,9 @@
}
},
"@walmart/price-changes-mini-app": {
- "version": "1.5.4",
- "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/price-changes-mini-app-1.5.4.tgz",
- "integrity": "sha512-JM5F79SxIgq0cE/oqeZg7jWAaByTcIClkOWOPqRJ8nHH361k... | Bump price changes to 1.5.4-alpha | Bump price changes to 1.5.4-alpha
|
e19f1a3e36c7fdd7f32480001b6cf627e16476c7 | --- __tests__/components/HomeSkeleton.test.tsx
@@ -21,7 +21,7 @@ jest.mock('@/components/BottomNav', () => ({
}));
jest.mock('@/components/AppHeader', () => ({
- useMyWalmartHeaderConfig: jest.fn(() => ({
+ useMyWalmartHeaderOptions: jest.fn(() => ({
headerStyle: [
{backgroundColor: '#0071DC'},
... | fix: home skeleton uses old hook name | fix: home skeleton uses old hook name
|
56ecd4d2b2403186aea7ab75da418880887b6540 | --- package.json
@@ -88,7 +88,7 @@
"@walmart/attendance-mini-app": "3.156.0",
"@walmart/avp-feature-app": "0.16.12",
"@walmart/avp-shared-library": "0.10.9",
- "@walmart/backroom-mini-app": "1.11.3",
+ "@walmart/backroom-mini-app": "1.11.5",
"@walmart/calling-mini-app": "0.7.52",
"@walmar... | fix(print fix): SVZPK-4546 Upgrade @walmart/backroom-mini-app to 1.11.5 (#4259) | fix(print fix): SVZPK-4546 Upgrade @walmart/backroom-mini-app to 1.11.5 (#4259)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
9d38344b95fe6ef39b9b63c00038daf39397dd24 | --- __tests__/components/ClockStatusIndicatorTest.tsx
@@ -30,4 +30,19 @@ describe('ClockStatusIndicator tests', () => {
const clockedInText = clockStatusIndicatorComponent.getByText('Clocked in');
expect(clockedInText).toBeDefined();
});
+
+ it('should render Clocked out', () => {
+ const props = {
+ ... | Adding tests for ClockStatusIndicator | Adding tests for ClockStatusIndicator
|
94b1872bec180c0efeb98d59afb476b54b2d4ead | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "7.0.8",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.57",
+ "@walmart/metrics-mini-app": "0.9.58",
"@walmart/mod-flex-min... | metrics version bump (fix SMBLV 3614) | metrics version bump (fix SMBLV 3614)
|
1a63c4dd5643e82149de3c9c145f2d63f51d227b | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.9",
+ "version": "2.0.10",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- src/containers/ChatInput/index.tsx
@@ -248,7 +248,6 @@ export const ChatInput = (props: {
const onRecordingComplete ... | Quick fix | Quick fix
|
94ac6d01c975488a12b131b2122cbadd7ae08ce1 | --- packages/allspark-foundation-hub/__tests__/supplyChain/Modals/EditSavedTeamsModal.test.tsx
@@ -53,10 +53,10 @@ jest.mock('@walmart/allspark-foundation', () => ({
}));
jest.mock(
- '../../../src/Shared/Components/EditTeamListItem/EditTeamListItem',
- () => 'EditTeamSelectionListItem'
- );
-
+ '../../..... | feat(SMDV-7634): adding test coverage for EditSavedTeamsModal | feat(SMDV-7634): adding test coverage for EditSavedTeamsModal
|
5b753d4a55ba59ab61b8f75d24911bccdba93f2f | --- packages/celebration-mini-app-graphql/src/services/celebrationGraphQLApi.ts
@@ -18,13 +18,21 @@ import {
// IMPORTANT: Using .graphql.dev extension to prevent these files from being included in production builds.
// TODO: Remove the .dev extension once this implementation is fully tested and ready to be used.
+... | feat(ui): update celebrations mini app queries | feat(ui): update celebrations mini app queries
|
9aa9b1ad6271a149ecea31f20cbf9eda3712801e | --- src/auth/ErrorScreen.tsx
@@ -114,7 +114,7 @@ export const ErrorScreen: FC<any> = (props) => {
value={userId}
maxLength={16}
autoCapitalize='none'
- placeholder={translate('ssoError.userId')}
+ placeholder={translate('ssoError.enterUser... | update field placeholder | update field placeholder
|
be10fc4383b2f1b16524b3c6e75f6574da9ce857 | --- packages/expo-config-plugins/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.
+# [0.8.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.7... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.8.0
|
31cc169b94d3e5d14cc3b1bfe888487fad879171 | --- .looper.yml
@@ -22,9 +22,6 @@ triggers:
- manual:
name: Publish from Git
call: publishFromGit
- - manual:
- name: Publish Major
- call: publishMajor
flows:
default:
--- lerna.json
@@ -1,5 +1,5 @@
{
- "version": "6.0.0",
+ "version": "independent",
"npmClient": "npm",
"ch... | feat: switch to independent versioning | feat: switch to independent versioning
|
6dd460d0ed88a0191bc1c041941c72e365e7d07e | --- src/components/AssociateRosterItem/style.ts
@@ -30,7 +30,7 @@ export const styles = StyleSheet.create({
},
badge: {
marginRight: 8,
- marginTop: 8,
+ marginTop: 18,
alignSelf: 'flex-start',
},
tag: {
--- src/components/AssociateRosterItem/style.ts
@@ -30,7 +30,7 @@ export const styles ... | resolve alignment issue of presence indicator | resolve alignment issue of presence indicator
|
c8866cad16f70d8db34056a949c4b2ae8f887f58 | --- README.md
@@ -47,3 +47,8 @@ When running on the iOS simulator while connected to VPN (or otherwise on an int
You will also need to add your SSH key to Walmart github using [these](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) steps.
+## Run... | updated readme | updated readme
|
14ac3a2914fe6e31197158d3b28311c94dfccddb | --- .looper-native-common.yml
@@ -17,6 +17,7 @@ envs:
PRODUCT_NAME: 'Me@Walmart'
GITHUB_TOKEN: ENC[CGMhL3M/PKGSd9JmVpyMSAxGD/ZNRzJbf6v6/VuJBIWoj226WrPkQe5i7DIFJjTR]
NO_PROXY: "*.walmart.com,chromium.googlesource.com,apps.betacrash.com"
+ ALLSPARK_CORE_GITHUB_URL: "https://gecgithub01.walmart.c... | Added a check to make sure we aren't building release builds from Forked repo (#249) | Added a check to make sure we aren't building release builds from Forked repo (#249)
* Added a check to make sure we aren't building release builds from Forked repo and also the Slack notifications should get posted on the test channel if it's from Forked repo
* updated slack script to show GitHub Repo URL
* tes... |
4e0ef6262c7019f4d6902189e4c2bfd30d3085e3 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.15.2",
+ "version": "3.15.3",
"main": "dist/index.js",
"files": [
"dist",
@@ -91,7 +91,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-rea... | feat(ui): update roster and wmconnect version | feat(ui): update roster and wmconnect version
|
dbe7ac91789ad85491fb6b62bcfdff69115d9a01 | --- android/app/src/main/AndroidManifest.xml
@@ -31,7 +31,6 @@
<application
android:name="com.walmart.stores.allspark.beta.MainApplication"
- android:requestLegacyExternalStorage="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap... | Update AndroidManifest.xml | Update AndroidManifest.xml |
90ffa543e575d29e5bb7e2e42555d878ae4d4081 | --- package.json
@@ -97,9 +97,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.8.3-alpha.1",
+ "@walmart/roster-mini-app": "2.10.0",
"@walmart/ui-components": "1.15.1",
- "@w... | feat(ui): updated wmconnect and roster versions | feat(ui): updated wmconnect and roster versions
|
d9e5b631a57f12204187a287456f9bd7d7658277 | --- 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.340",
+ "@walmart/rn-receiving-mini-app": "2.3.356",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version 2.3.356 - bug fixes | Receiving version 2.3.356 - bug fixes
|
3710d338b6f08f5125d9ae4b573abef51a5a34de | --- ios/BuildSupport/install-cocoapods.sh
@@ -14,8 +14,8 @@ export https_proxy=http://sysproxy.wal-mart.com:8080
export http_proxy=http://sysproxy.wal-mart.com:8080
export no_proxy=repository.walmart.com,repo.wal-mart.com,localhost,chromium.googlesource.com
-gem uninstall cocoapods -a -x --user-install --verbose
-g... | adding sudo to gem install | adding sudo to gem install
|
e569abd776cde1845d83fecfe9c978a164070d77 | --- index.js
| feat: SMDV-9999 update index | feat: SMDV-9999 update index
|
62684227b6ab0d3e14a710aca750707439331a05 | --- packages/allspark-foundation/__tests__/Clock/saga.test.ts
@@ -0,0 +1,25 @@
+import { onInit, onFetch } from '../../src/Clock/sagas';
+import { IClockActions } from '../../src/Clock/redux';
+jest.mock('../../src/Clock/service', ()=>({
+ ClockService:{
+ initialize:jest.fn(),
+ fetch:jest.fn(),
+ }
+}))
+desc... | unit test for clock saga added | unit test for clock saga added
|
39c246f42c82a3266c99202fdde6be33fe6e5803 | --- package.json
@@ -63,7 +63,7 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/shelfavailability-mini-app": "0.3.61",
+ "@walmart/shelfavailability-mini-app": "0.3.63",
"@walmart/allspark-health-survey-min... | SA 0.3.63, ui-components latest version | SA 0.3.63, ui-components latest version
|
cd96958b9d2582f509562849b942ce66af6d3ef3 | --- __tests__/channels/components/ChannelRow.test.tsx
@@ -7,6 +7,7 @@ import {
import {renderWithProviders} from '../../harness';
import {mockCollection, mockDoc} from 'firestore-jest-mock/mocks/firestore';
import moment from 'moment';
+import 'moment-timezone';
import {fireEvent} from '@testing-library/react-nativ... | chore: fix test failures | chore: fix test failures
|
1b51dc0010c3bd126722038498b017bb82c01e94 | --- package.json
@@ -45,6 +45,7 @@
"@testing-library/react-native": "^12.4.3",
"@types/babel__core": "^7",
"eslint": "^8.19.0",
+ "expo": "^53.0.20",
"husky": "^9.1.7",
"jest": "~29.7.0",
"lerna": "^7.0.0",
--- yarn.lock
@@ -8743,6 +8743,7 @@ __metadata:
"@testing-library/react-n... | feat: update the container | feat: update the container
|
df890bc5e644d50fe8722e41e0ed410e965c95aa | --- ios/Podfile.lock
@@ -358,7 +358,7 @@ PODS:
- React-Core
- react-native-wm-barcode (2.9.0):
- React
- - react-native-wm-voice-text (0.3.1):
+ - react-native-wm-voice-text (0.4.1):
- React
- React-RCTActionSheet (0.63.2):
- React-Core/RCTActionSheetHeaders (= 0.63.2)
@@ -810,7 +810,7 @@ SP... | fix: bumping ptt version (#608) | fix: bumping ptt version (#608)
|
aaea57d2f352a255562fd81ce4bbbb3ef0be4998 | --- __tests__/__mocks__/@walmart/ItemInfo.js
@@ -1,3 +1,3 @@
module.exports = {
ItemInfoMiniApp: 'ItemInfoMiniApp',
-};
\ No newline at end of file
+};
| linter | linter
|
9f258937e756b619a94b247df30a85cba1f3bb3e | --- package.json
@@ -1,74 +1,74 @@
{
- "name": "allspark",
- "workspaces": [
- "./packages/allspark-utils",
- "./packages/allspark-foundation",
- "./packages/allspark-authentication",
- "./packages/me-at-walmart-common",
- "./packages/me-at-walmart-container",
- "./packages/*"
- ],
- "version": "1.16.0",
- "desc... | Re-indent package.json with spaces | Re-indent package.json with spaces
|
cefb84b143eb341f760fd4ac609b04df4fde383b | --- ios/Podfile.lock
@@ -1454,7 +1454,7 @@ PODS:
- Realm (10.44.0):
- Realm/Headers (= 10.44.0)
- Realm/Headers (10.44.0)
- - RealmJS (12.3.0):
+ - RealmJS (12.3.1):
- React
- RNAudioRecorderPlayer (3.5.3):
- React-Core
@@ -1589,7 +1589,7 @@ PODS:
- FirebaseMessaging (<= 10.1.0)
- St... | fix(build): update build version 1.4.8 | fix(build): update build version 1.4.8
|
f2049cdb509723e0472da1e5e4692616648a9ead | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/attendance-mini-app": "0.190.2",
"@walmart/compass-sdk-rn": "4.0.0",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "1.71.0",
+ "@walmart/copilot-mini-app": "^1.74.0",
"@walmart/core-services"... | chore: bump copilot @1.74.0 | chore: bump copilot @1.74.0
|
bfbc338b636e9dbe93df35306702825f054eabab | --- 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.380",
+ "@walmart/rn-receiving-mini-app": "2.3.387",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version 2.3.387 - Bug fixes | Receiving version 2.3.387 - Bug fixes
|
6372eee385fa8fdee34922cff99b9977ef193e64 | --- targets/US/ios/AllSpark/Images.xcassets/AppLogo.imageset/AppLogo.png
Binary files a/targets/US/ios/AllSpark/Images.xcassets/AppLogo.imageset/AppLogo.png and b/targets/US/ios/AllSpark/Images.xcassets/AppLogo.imageset/AppLogo.png differ
--- targets/US/ios/AllSpark/Images.xcassets/AppLogo.imageset/AppLogo@2x.png
Bin... | update app logo | update app logo
|
0a922dd223b545985c146517dfbe6b991e9b46d4 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.1.0-alpha.2",
+ "version": "3.1.0-alpha.3",
"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 versions for drop 33 | feat(ui): updating versions for drop 33
|
4ee90ccfc8648334baf1daf4d1cf1bdae3e10d6f | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -61,6 +61,7 @@ exports[`MainTabsNav matches snapshot with badges 1`] = `
name="myTeam"
options={
Object {
+ "tabBarBadge": undefined,
"tabBarIcon": [Function],
}
}
@@ -136,6 +137,7 @@... | chore: update snapshot | chore: update snapshot
|
5acd5127f0e440e3b053dcfa8f9c9b0beec088dd | --- src/screens/RosterScreen.tsx
@@ -78,7 +78,7 @@ export const RosterScreen: React.FC<RosterScreenProps> = () => {
* Return early with warning if clocked out
*/
if (!clockedIn) {
- analytics('clockedout roster access', {}, 10);
+ analytics('roster', {message: 'clocked out roster access'}, 10);
re... | Update src/screens/RosterScreen.tsx | Update src/screens/RosterScreen.tsx
Co-authored-by: Jae Yoo - j0y0231 <jae.yoo@walmart.com> |
1d3d1c9811378255c365a5385c4be44d23069130 | --- core/__tests__/__mocks__/@walmart/time-clock-mini-app.js
@@ -1,5 +1,4 @@
module.exports = {
- ...jest.requireActual('@walmart/time-clock-mini-app'),
TimeClockScreen: 'TimeClockScreen',
NewTorScreen: 'NewTorScreen',
TorInboxScreen: 'TorInboxScreen',
@@ -9,6 +8,8 @@ module.exports = {
AttendanceModalScr... | use punch and clock actions from timeclockminapp | use punch and clock actions from timeclockminapp
|
1587e2a683fb30a9f7a000bfc2a39ec20c6f929f | --- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt
@@ -26,7 +26,7 @@ class MainActivity: ReactActivity() {
* Handles showing the splash screen on creation of MainActivity
*/
override fun onCreate(savedInstanceState: Bundle?) {
- super.onCreate(savedInstanceState)
+ super.onC... | add null for bundleinstance on MainActivity and remove MainApplication | add null for bundleinstance on MainActivity and remove MainApplication
|
0ee2fc2b38ec26f5a71189f068bada6ba594d1da | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.26.4",
+ "@walmart/copilot-mini-app": "3.26.4",
"@walmart/core-services": "... | bump version | bump version
|
4cc060dfe7c4dfb3e939de87a297ced902ce3bde | --- package-lock.json
@@ -16285,9 +16285,9 @@
"dev": true
},
"shell-quote": {
- "version": "1.7.3",
- "resolved": "https://npme.walmart.com/shell-quote/-/shell-quote-1.7.3.tgz",
- "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
+ "version"... | chore: package updates | chore: package updates
|
8fa9bd5c3e3c4cd7211ecae26074a8b7eb87b452 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.0-beta.1",
+ "version": "3.7.0-beta.2",
"main": "dist/index.js",
"files": [
"dist",
| fix: update packages and expo audio | fix: update packages and expo audio
|
1ffa40cb37d78cdb084287725a45e7694f681272 | --- __tests__/__mocks__/react-native-device-info.js
@@ -7,6 +7,7 @@ const mockDeviceInfo = {
getModel: jest.fn(),
isEmulator: jest.fn(),
getDeviceId: jest.fn(() => 'iPhone12'),
+ getUniqueId: jest.fn(),
};
module.exports = {
--- __tests__/core/loggerInitTest.ts
@@ -1,6 +1,11 @@
import {Platform} from '... | Adding unique device id. Clearing network strength variable on connection change | Adding unique device id. Clearing network strength variable on connection change
|
f1df0c4228e2f14680daf4336e1daee11b1ca287 | --- package-lock.json
@@ -3269,9 +3269,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.30",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.30.tgz",
- "integrity": "sha512-d9zAGkG9Qh0GwvLMP5d+DNyUa3st6dmhqFCldEFiUlIWfVgAHqgxH1T4g9y+hGr88myBaziqx... | ui-components version bump | ui-components version bump
|
d36cf41e786c78f13f2a86ecff937b2806c5e434 | --- core/jest.config.js
@@ -3,10 +3,6 @@ module.exports = {
transform: {
'^.+\\.(js|jsx|ts|tsx)$': ['babel-jest', {rootMode: 'upward'}],
},
- // globals: {
- // __DEV__: true,
- // },
- moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
moduleNameMapper: {
'@walmart/react-native-... | chore: update test config | chore: update test config
|
3d566a98b876a479a190ae6f311efc03121414e4 | --- graphql.yml
@@ -61,31 +61,31 @@ applications:
queryTemplate: 'src/queries/getTeamsbyStore.graphql'
tags:
- 'v1'
- - name: 'prod'
- persistedQueries:
- - name: 'GetAssociateClockStatus'
- hash: 'b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6... | hiding prod so query updates do not impact prod | hiding prod so query updates do not impact prod
|
b3a8012ce0e0c98e1808e08763bdc5042a93003d | --- app.config.US.ts
@@ -111,7 +111,10 @@ const CONFIG: ExpoConfig = {
// Abstract to specific plugin as needed
infoPlist: {
FirebaseAutomaticScreenReportingEnabled: false,
- GroupIdentifier: 'group.com.walmart',
+ GroupIdentifier: AppVariant.select({
+ prod: 'group.com.walmart.sumo.ap... | fix: CONAS-1900 MyWalmart fix for keychain access for prod builds | fix: CONAS-1900 MyWalmart fix for keychain access for prod builds
|
aec4594babd6123f0b6b109a31aa0ddb609f6f57 | --- docs/CHANGELOG.md
@@ -1,3 +1,39 @@
+# [2.36.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.35.1...v2.36.0) (2025-05-21)
+
+
+### Bug Fixes
+
+* **ui:** update looper yml ([ea68ca2](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/ea68ca216c1888f55576100a8881594a97cd4f19))
+
+
+###... | chore(release): 2.36.0 [skip ci] | chore(release): 2.36.0 [skip ci]
# [2.36.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.35.1...v2.36.0) (2025-05-21)
### Bug Fixes
* **ui:** update looper yml ([ea68ca2](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/ea68ca216c1888f55576100a8881594a97cd4f19))
### Features
* **u... |
6b1ad68d47f3f894ede3fed014f8303b675db463 | --- packages/allspark-graphql-client/package.json
@@ -11,9 +11,6 @@
"files": [
"lib"
],
- "publishConfig": {
- "registry": "https://npme.walmart.com/"
- },
"repository": {
"type": "git",
"url": "https://gecgithub01.walmart.com/allspark/allspark.git"
--- packages/allspark-utils/package.jso... | chore: remove npme.walmart from package.json | chore: remove npme.walmart from package.json
|
3e66a94b4f3b7142e9af988ea8bc6e8be5fee631 | --- package-lock.json
@@ -5541,9 +5541,9 @@
}
},
"@walmart/settings-mini-app": {
- "version": "1.8.0-beta.2",
- "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.8.0-beta.2.tgz",
- "integrity": "sha512-U5mJbTh3k8AinkmiKjZdzfres7XeHi9mjsvBhRFqK4U1N1LCw... | update stiing v to 1.9.0 | update stiing v to 1.9.0
|
dba1b0f23c5fde2a1db1635a185e0d4fc57bab29 | --- packages/me-at-walmart-container/__tests__/services/logger.test.ts
@@ -8,7 +8,6 @@ import { SESSION_ID } from '../../src/session';
let mockLogger;
beforeEach(() => {
-
mockLogger = {
setSessionInfo: jest.fn(),
setLogLevel: jest.fn(),
@@ -68,14 +67,27 @@ import { SESSION_ID ... | fixed test case | fixed test case
|
86da39298be72585e6167f167be9da6a1cf7e0db | --- package-lock.json
@@ -5411,9 +5411,9 @@
"integrity": "sha512-466yXYa3/LAgLZXimhFlgvUh6QASTNYS3LcTuO5J7wrpMYP2CI7I4fHa6Cx/MP1lZCZk6Eb+AWaTCgmzde9WoQ=="
},
"@walmart/price-changes-mini-app": {
- "version": "1.4.10",
- "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/p... | Bumps price changes version 1.4.11 | Bumps price changes version 1.4.11
|
135cd1b03a50fb440f7dc33bbdce71a07222536f | --- yarn.lock
@@ -24140,4 +24140,5 @@ __metadata:
react:
optional: true
checksum: 10c0/aee26f11facebb39b016e89539f72a72c2c00151208907fc909c3cedd455728240e09e01d98ebd3b63a2a3518a5917eac5de6c853743ca55a1655296d750bb48
+ languageName: node
linkType: hard
| Update yarn lock | Update yarn lock
|
f26b62e8d6b7945c0c478709407c22ef90f24b04 | --- __tests__/scripts/package-deprecation-check/validations/isLibraryExempt.test.ts
@@ -1,4 +1,4 @@
-import {isLibraryExempt} from './isLibraryExempt';
+import {isLibraryExempt} from '../../../../scripts/mini-app-scan/package-deprecation/validations/isLibraryExempt';
describe('isLibraryExempt', () => {
let exempt... | refactor: exemption check function and tests | refactor: exemption check function and tests
|
c3893b8125fbd00ccacec1bb1f437b4acfe2dc7d | --- package.json
@@ -112,7 +112,7 @@
"@walmart/ims-print-services-ui": "2.21.1",
"@walmart/inbox-mini-app": "0.102.2",
"@walmart/invue-react-native-sdk": "0.1.26-alpha.12",
- "@walmart/iteminfo-mini-app": "8.4.2",
+ "@walmart/iteminfo-mini-app": "8.5.2",
"@walmart/learning-mini-app": "20.0.76"... | chore: bump up iteminfo version for drop32 (#4427) | chore: bump up iteminfo version for drop32 (#4427)
|
4f724cfbaa8800a546f3334f079c533802b24007 | --- core/__tests__/startup/AppFlowTest.ts
@@ -52,7 +52,6 @@ jest.mock('../../src/PinAccess/PinCodeSagas', () => ({
jest.mock('../../src/navigation/sagas', () => ({
resetTo: jest.fn(),
}));
-jest.mock('expo-store-review', () => {});
describe('captureMissedMiniAppEvents', () => {
it('plays modified sign in act... | chore: remove unnecessary mocks and remove references to old library | chore: remove unnecessary mocks and remove references to old library
|
f597be08011c499489201faa96cb00864b1b6ab0 | --- packages/redux-store/src/actions.ts
@@ -2,7 +2,6 @@ import { bindActionCreators } from 'redux';
import {
AuthActionCreators as foundationAuthActionCreators,
AuthActionTypes,
- AuthResult,
} from '@walmart/allspark-foundation/Auth';
import {
ConfigActionTypes,
@@ -11,21 +10,18 @@ import {
import {
C... | fix: backwards compatability fixes | fix: backwards compatability fixes
|
5ad72eea24ab7c52b4a77178ead311584811b621 | --- package-lock.json
@@ -3575,9 +3575,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.45",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.45.tgz",
- "integrity": "sha512-h5RnjjrKmTenOIKx3SfSanZd5yrLrSyKDAcoZqxG+nOcHL3v6eaFAN3jkvgCRQtVYcIb74YHR... | ui-components update | ui-components update
|
ca671de0715d7ff94f34e10d795cd1ebcd2b50c2 | --- package.json
@@ -180,7 +180,7 @@
"@walmart/time-clock-feature-app": "1.0.0",
"@walmart/time-clock-mini-app": "patch:@walmart/time-clock-mini-app@npm%3A3.19.13#~/.yarn/patches/@walmart-time-clock-mini-app-npm-3.19.13-d3039974f6.patch",
"@walmart/timesheet-feature-app": "0.2.0",
- "@walmart/topstock... | fix: updating topstock (#5310) | fix: updating topstock (#5310)
Co-authored-by: t0s0qvk <t0s0qvk@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
b07726234d5b1ea8265809acfbca16cb099ecbbf | --- packages/me-at-walmart-common/__tests__/components/ScMetricsTest.ts
@@ -1,9 +1,9 @@
import {AllsparkComponentContainers} from '@walmart/allspark-foundation/Components';
-import {SC_METRICS_WIDET_REGISTRY_KEY} from '../../src/components';
+import {SC_METRICS_CONTAINER_ID} from '../../src/components';
describe('C... | test: updated SC Metrics tests | test: updated SC Metrics tests
|
8a36f96df1f441a6fa84a738359d5898ee67af94 | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 928
- versionName "1.20.1"
+ versionCode 929
+ vers... | remove patch and update version | remove patch and update version
|
26b6fed64c6c019026c8ca7e933c9e7539849172 | --- 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.31",
+ "@walmart/facilities-management-miniapp": "0.5.32",
... | package lock update | package lock update
|
f97248f4dea0cbbcf5f7acb1a08bff16ae6f93de | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.17.0",
+ "@walmart/attendance-mini-app": "3.18.0",
"@walmart/avp-feature-... | ama v3.18.0 | ama v3.18.0
|
954b8b1202a2c09889c66dad7d7ae6055baf583d | --- android/build.gradle
@@ -15,7 +15,7 @@ buildscript {
}
}
dependencies {
- classpath("com.android.tools.build:gradle:3.5.3")
+ classpath("com.android.tools.build:gradle:3.4.2")
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-... | downgraded android build version to 3.4.2 | downgraded android build version to 3.4.2
|
79ed45d37633ce4e000f6789e9adce171c6a1ac8 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.42.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.41.0...v2.42.0) (2025-06-03)
+
+
+### Features
+
+* **ui:** wmconnect mini app ([69af948](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/69af9486d38030cbf33060dfc6d32c843b1bd97d))
+
# [2.41.0](... | chore(release): 2.42.0 [skip ci] | chore(release): 2.42.0 [skip ci]
# [2.42.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.41.0...v2.42.0) (2025-06-03)
### Features
* **ui:** wmconnect mini app ([69af948](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/69af9486d38030cbf33060dfc6d32c843b1bd97d))
|
ccf9e8711a2ae292f3a64ce74e6c8d8ba795929c | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ActionButtonGroup/ActionButtonGroup.tsx
@@ -0,0 +1,30 @@
+import React from 'react';
+import { ButtonGroupProps } from './types';
+import { Button } from '@walmart/gtp-shared-components';
+import { buttonGroupStyles as styles } from './style';
+... | feat: created action button group component | feat: created action button group component
|
4903670095cf95edcb124d033119c12da649919e | --- package-lock.json
@@ -6432,6 +6432,25 @@
"eslint-visitor-keys": "^1.1.0"
}
},
+ "@walmart/core-services": {
+ "version": "1.4.13",
+ "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.4.13.tgz",
+ "integrity": "sha512-Kav8ndkYel6svIeW2WRQw1x7vqhG7QSr9UbH/XYRCuWw7rJH47U... | chore: package update | chore: package update
|
d901c3d16c5992b7bd0ec318249994b3606602e8 | --- docs/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [2.14.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.14.1...v2.14.2) (2025-03-03)
+
+
+### Bug Fixes
+
+* **ui:** update roster looper smdv-9999 ([6527523](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/65275231ad10309ebcc65068c6214a755cde9b9a))
... | chore(release): 2.14.2 [skip ci] | chore(release): 2.14.2 [skip ci]
## [2.14.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.14.1...v2.14.2) (2025-03-03)
### Bug Fixes
* **ui:** update roster looper smdv-9999 ([6527523](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/65275231ad10309ebcc65068c6214a755cde9b9a))
* **ui:** up... |
b06637e783d86db86753aac8def2ff28acc764d3 | --- .looper.multibranch.yml
@@ -283,13 +283,13 @@ flows:
- echo "workspace is ${WORKSPACE}"
- echo "podfile lock is ${WORKSPACE}/ios/Podfile.lock"
- ls -l "${WORKSPACE}/ios/Podfile.lock"
- - (name installed version) sudo ls -l /Applications/xcode_version/
- call: pr
- call: setup-fastlane
... | revert some changes | revert some changes
|
c01cb1105ee91869cae64aa4dc0fbc199ff4c5e2 | --- .looper-pr.yml
@@ -13,17 +13,6 @@ flows:
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
- # Accessibility fix flow (for fix/a11y branch)
- publish-a11y-fix:
- - (name Enable Corepack) corepack enable
- - (name Yarn Set Version) yarn set version 4.6.0
- - (name Yar... | chore(ci): revert looper changes | chore(ci): revert looper changes
|
7dbf721c2339efde56ae693cb798b9d4ec929709 | --- __tests__/hooks/useRbacConfigWithJobCode.test.ts
@@ -115,9 +115,8 @@ describe('useRbacConfigWithJobCode', () => {
);
expect(result.current).toStrictEqual(true);
});
- //TODO: Fix this test case
- it.skip('useRbacConfigWithJobCode returns userHasRequiredJobCode value if user title contains jobDescri... | feat: unskipped tets | feat: unskipped tets
|
d19c47de1c9f70bd14b9b146cba3b7a3b62602e3 | --- package.json
@@ -86,7 +86,7 @@
"@walmart/inbox-mini-app": "0.8.0",
"@walmart/iteminfo-mini-app": "2.0.9",
"@walmart/manager-approvals-miniapp": "0.0.51",
- "@walmart/metrics-mini-app": "0.4.11",
+ "@walmart/metrics-mini-app": "0.4.12",
"@walmart/moment-walmart": "1.0.4",
"@walmart/pus... | bumping version | bumping version
|
a1c92a4e7151894e91f7932c76879da4607a6f71 | --- src/components/ClockedOutScreenGuard.tsx
@@ -9,6 +9,7 @@ import {Alert} from '@walmart/gtp-shared-components';
import {useSelector} from 'react-redux';
import {ClockStatusSelectors} from '@walmart/redux-store';
import {useTranslation} from '@walmart/core-services/Translations';
+import {UserHeader} from '../cont... | add user header to screen guard | add user header to screen guard
|
a49e3999b36dbf385dfb1f863984655438564384 | --- src/redux/selectors.ts
@@ -3,6 +3,7 @@ import {UserSelectors, GlobalState} from '@walmart/redux-store';
import {encryptUserId} from '../utils/user';
import {SharedReduxState} from './types';
import {CCMFallbacks} from '../ccmFallbacks';
+import {logger} from '../logger/Logger';
export const getEncryptedUserId... | protecting teamLead ccm config selector | protecting teamLead ccm config selector
|
0502887a2353da9749741d2aa80e39e662636237 | --- docs/docs/getting-started.md
@@ -19,7 +19,7 @@ See the [Introduction](./components/allspark%20foundation/foundation-intro.md) p
- Android Studio
- Cocoapods
-[Environment setup guide for react native](https://reactnative.dev/docs/set-up-your-environment) will help you install most of the dependencies correctly.... | Update getting-started.md | Update getting-started.md |
65e505ccbe84b4cbedb4b18382e20ba1ddeb425e | --- packages/allspark-foundation/allspark.config.js
@@ -11,6 +11,7 @@ module.exports = {
'@walmart/react-native-scanner-3.0': {},
'react-native-flipper': {},
'react-native-gesture-handler': {},
+ 'react-native-permissions': {},
'react-native-reanimated': {},
'react-na... | chore: fixes from testing | chore: fixes from testing
|
44bddb99a0a448e149093e8345ec0a884fe3c80f | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/inbox-mini-app": "0.83.3",
"@walmart/iteminfo-mini-app": "7.2.2",
"@walmart/manager-approvals-miniapp": "0.2.2",
- "@walmart/me-field-mini-app": "12.0.20",
+ "@walmart/me-field-mini-app": "12.0.21",
"@walmart/metrics-min... | ⬆️ Bump Learning mini app | ⬆️ Bump Learning mini app
|
687e21c76ca37846dd7a7418f78c30506f9fcb44 | --- package-lock.json
@@ -3181,9 +3181,9 @@
"integrity": "sha512-SsYeWcxxTEepE6j5VXuLED8z5GrloWsUXcF9+G8vq3pZz12x8zCsADRdCT/nXVGhWvgbN8IxJ0f3J1AoihtqDA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.23",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Permissions changes and other misc fixes (#313) | Permissions changes and other misc fixes (#313)
|
dacb21fce987f578bd56bd564e14b1f204e3e92c | --- package-lock.json
@@ -30483,9 +30483,9 @@
"integrity": "sha512-vAn11SgL6thiZdZLdAe1EvJ+gYGSDJa2HBrLPXlTFQgUHtf2+fnnj4SG9bX8mg9/Ax3Hg7IQaiKle3GsdgN2ww=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.9.47",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-m... | GDVCVR-13952 ffedback-mini-app version bump | GDVCVR-13952 ffedback-mini-app version bump
|
c3ce25077cf7bbe23b8ca60c3a61667985cb0072 | --- graphql.yml
@@ -10,6 +10,11 @@ applications:
environments:
- name: 'stg'
persistedQueries:
+ - name: 'getAssociateById'
+ hash: 'a8fa65ba461cd25f4cb6e107a1f2075668b1307b1a6146a86c235395d54dd626'
+ queryTemplate: 'src/queries/getAssociateById.graphql'
+ ... | feat: add get associate by id query | feat: add get associate by id query
|
6c97e5694156cbeb57e78824f3f3d367c1d9cc65 | --- CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.28.1-alpha.0](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.27.0-alpha.0...v6.28.1-alpha.0) (2025-01-14... | chore(version): updating package version | chore(version): updating package version
|
e94d25966062b9b464d7fe96aa23e1ad66286d77 | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -549,7 +549,7 @@ export const MainStackNav = () => {
Navigator: MainStack as any,
})}
- {ItemInfoFeature.buildAllScreens(ScreenTags.AssociateStack, {
+ {ItemInfoFeature.buildAllScreens({
Navigator: M... | Addressed the pr commits | Addressed the pr commits
|
4f040bfdc8f6b0ee36c5a9708593a91f58750e3e | --- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx
@@ -255,7 +255,6 @@ describe('MainTabsNav', () => {
(Hooks.useVMBadgesCount as jest.Mock).mockReturnValueOnce([0]);
(useBadgesCount as jest.Mock).mockReturnValueOnce([0]);
mockUseSelector.mockReturnValueOnce({highPriorityCount: 0}); // taskB... | code review comments | code review comments
|
cfcbb07794c8e2fe9b285b145542bc4da94ad1f3 | --- android/package-lock.json
@@ -1,6 +0,0 @@
-{
- "name": "android",
- "lockfileVersion": 2,
- "requires": true,
- "packages": {}
-}
| Remove android/package-lock.json | Remove android/package-lock.json
|
502d1f353ebd2c77d9bb10dc2bfb580289172b60 | --- __tests__/harness/index.tsx
@@ -26,7 +26,7 @@ import {
} from '@apollo/client/testing';
import {mockGetDailyRosterQuery} from './athenaQueries/getDailyRoster';
import {mockGetTeamsByStoreQuery} from './athenaQueries/getTeamsByStore';
-import {mockGetTeamByIdQuery} from "./athenaQueries/getTeamById";
+import {moc... | fix lint | fix lint
|
d86fea36d59dcfcd5a295c76027d48619509186c | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -333,7 +333,7 @@ export const SupplyChainRosterDetailScreen = ({
/>
);
// eslint-disable-next-line react-hooks/exhaustive-deps
-}, [teamState, userIsInRoster]);
+ }, [teamState, userIsInRoster]);
c... | chore(ui): lint fix | chore(ui): lint fix
|
5684e1182f400d807c407ecd392f02f138e7df84 | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/core-widget-registry": "~1.2.4",
"@walmart/counts-component-miniapp": "0.1.10",
"@walmart/emergency-mini-app": "1.27.0",
- "@walmart/exception-mini-app": "1.7.3",
+ "@walmart/exception-mini-app": "1.7.4",
"@walmart/facil... | Pinpoint-1.7.8 | Pinpoint-1.7.8
|
87a539d5705049ed2ee6b718e6884c05a20542f3 | --- 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
@@ -3214,9 +3214,9 @@
}
},
... | ui components version bump , updated fonts (#414) | ui components version bump , updated fonts (#414)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
5efc9e556a01c37e0011209a7947d0f19e60dbc6 | --- src/startup/index.ts
@@ -73,13 +73,12 @@ export function* appFlow() {
const data: {reason: string | undefined} = yield take(
AuthTypes.SIGN_OUT_REQUEST,
);
- console.log('data in sva signout in index.ts file', data);
//Navigate to login page first
yield call(resetTo, 'login');
/... | added N/A condition | added N/A condition
|
64d98793575174bd57551495da7da50da9880918 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx
@@ -6,6 +6,11 @@ import { TeamSearchInputLoading } from './TeamSearchInputLoading';
import { TeamSearchInputProps } from './types';
import { useAllsparkTranslation } from '@walmart/allspark-foundation';
import { FEATURE... | feat: added feature flag for search input | feat: added feature flag for search input
|
1b73802023eb2e731f7a0b5692d4a82030f8e523 | --- .yarn/patches/react-native-modalfy-npm-3.7.0-a3af8847e5.patch
@@ -0,0 +1,52 @@
+diff --git a/lib/commonjs/lib/ModalStack.js b/lib/commonjs/lib/ModalStack.js
+index 34a9127520914af5760dbeb23197d637ea0251dc..21e11613a42b414b1cb858356726333a438a0036 100644
+--- a/lib/commonjs/lib/ModalStack.js
++++ b/lib/commonjs/lib/... | fix(lib): fix ALLSPARK-7291 fix modalfy lib (#5206) | fix(lib): fix ALLSPARK-7291 fix modalfy lib (#5206)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.