commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
1650dd97f7505935f9f7cd4049108f82bda7703c
--- 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.87.0", + "@walmart/copilot-mini-app": "3.91.0", "@walmart/core-services": "6.0....
chore: bump copilot@3.91.0
chore: bump copilot@3.91.0
07e5bbe5ea5b3adf3218060ffd433f4f57d6760a
--- packages/celebration-mini-app-graphql/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.23.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.32.0 - @walmart/celebration-mini-app-graphql@1.23.0
038f5c4734a2e3bec9d7363e03b4d1612745cf2d
--- src/app/tabs/my-team.tsx @@ -21,8 +21,8 @@ const DEFAULT_LAYOUT: LayoutConfigData[] = [ // Hub Factory configuration const containerId = CORE_CONTAINERS.MY_TEAM; -const ccmNamespace = 'associate-exp-hub'; -const ccmPropertyName = 'layoutConfig'; +const ccmNamespace = 'core'; +const ccmPropertyName = 'yourTeamLa...
feat(ui): Update ccm config for my team and todays plan container (#5134)
feat(ui): Update ccm config for my team and todays plan container (#5134) Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
1e59d48c50eb51fd6cc12a55c9f3a2f458ba1657
--- __tests__/core/loggerInitTest.ts @@ -17,6 +17,7 @@ jest.mock('../../src/redux/CreateRestartableSagas', () => ({ jest.mock('../../src/services/MaskUserId', () => ({ encryptUserId: jest.fn(), + encryptSumoProfileId: jest.fn(), })); import {DefaultLogger} from '@walmart/react-native-logger'; @@ -47,7 +48,10...
encrypt sumo profile id.
encrypt sumo profile id.
23e24664a14d5de6fd157d2557b17c78df6485b7
--- patches/@walmart+feedback-all-spark-miniapp+0.9.7.patch @@ -1,19 +0,0 @@ -diff --git a/node_modules/@walmart/feedback-all-spark-miniapp/dist/src/feedback/components/FeedbackSimpleForm.js b/node_modules/@walmart/feedback-all-spark-miniapp/dist/src/feedback/components/FeedbackSimpleForm.js -index 196322b..3632082 100...
removed patch package for @walmart/feedback-all-spark-miniapp
removed patch package for @walmart/feedback-all-spark-miniapp
abe7be5d682ae872a3f603bb998111a8e02576df
--- packages/celebration-mini-app-graphql/package.json @@ -35,7 +35,7 @@ "@types/react": "^18.2.45", "@types/react-test-renderer": "^18.0.7", "@walmart/allspark-foundation": "7.12.0", - "@walmart/allspark-foundation-hub": "1.23.0", + "@walmart/allspark-foundation-hub": "1.24.0", "@walmart/ax-c...
chore: update packages
chore: update packages
9ff6b5c8b5852ed838a949dc244a08a17e1e5bd7
--- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json @@ -4,7 +4,7 @@ "replacement": "@walmart/allspark-foundation", "enforcementDate": "2025-11-03", "notes": "Use the foundation replacement for all new development.", - "exception": { + "exemption": { "package": "@...
fix(dep-check): fix variable name
fix(dep-check): fix variable name
5cb7713525bd844c54028f77f90403e8d5eb5011
--- packages/me-at-walmart-container/__tests__/services/user/transforms.test.ts @@ -1,5 +1,4 @@ -import { User } from '@walmart/allspark-foundation/User/types'; import {UserDomain} from '@walmart/me-at-walmart-common'; import { determineTeams, @@ -94,7 +93,6 @@ describe('services/user/transforms.ts', () => { ...
removed unused code and white space in transforms.test.ts
removed unused code and white space in transforms.test.ts
6174a12b5e39f272879d82dcd73abf4465a78e1d
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/schedule-mini-app": "0.55.0", "@walmart/shelfavailability-mini-app": "1.5.17", "@walmart/taskit-mini-app": "2.47.9", - "@walmart/texting-mini-app": "2.0.37", + "@walmart/texting-mini-app": "2.0.38", "@walmart/time-clock-...
Texting mini app version update
Texting mini app version update
31c2b35ca5b3e913313d43a2c89e38ae60b873ee
--- patches/@walmart+taskit-mini-app+2.34.6.patch @@ -0,0 +1,10 @@ +diff --git a/node_modules/@walmart/taskit-mini-app/src/utils/localStorage.ts b/node_modules/@walmart/taskit-mini-app/src/utils/localStorage.ts +index 4893442..a15ddd7 100644 +--- a/node_modules/@walmart/taskit-mini-app/src/utils/localStorage.ts ++++ b/...
reverted patch package changes
reverted patch package changes
1dddc41404c079db91cc1b420c3a654a9fdab2fb
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -460,7 +460,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/DMSDK/DMSDK.framework/DMSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/DMSDK/DMSDK.framework/DMSDK", ); ...
revert pod changes
revert pod changes (cherry picked from commit bc01a2aeff1f782acfbace6098754b305eb0462d)
37f75cda3b03449c5eb852d3aaeac2367917bdd4
--- packages/allspark-foundation/__tests__/Components/DynamicComponents.test.tsx @@ -1,7 +1,8 @@ import React from 'react'; -import { render, screen } from '@testing-library/react-native'; -import { DynamicComponent } from '../../src/Components/DynamicComponents'; +import { render } from '@testing-library/react-native...
more dynamic unit test
more dynamic unit test
8276af6d335188c42cd651a3545da810aeadaf98
--- __tests__/startup/AppFlowTest.ts @@ -161,12 +161,11 @@ describe('appFlow', () => { expect(iterator.next(signOutData).value).toEqual(cancel(startupTask)); expect(iterator.next().value).toEqual(cancel(pinPromptTask)); expect(iterator.next().value).toEqual(cancel(captureEventTask)); - expect(iterator...
lint fix
lint fix
cf1dc1875bd8a80485541337a3b5badc5ae2bcb6
--- .gitignore @@ -98,4 +98,6 @@ dist/ lib/ # custom -build.context.json \ No newline at end of file +build.context.json + +.env \ No newline at end of file --- package.json @@ -20,6 +20,10 @@ "check-expo-libs": "expo install --check", "certify-booted-sim": "scripts/certifyBootedSim.sh", "coverage"...
fix: cicd env set commands not working
fix: cicd env set commands not working
0e20270476db53637b1da6d011e93d29b1011ab9
--- package-lock.json @@ -1870,9 +1870,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.6.15", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.15.tgz", - "integrity": "sha512-smpzj79ZbWq7lJ3gsEe0aznugd1myMZjf0WdYW+w1lfYlEZp1aL2BhHrDrA4Zxw+...
Incrementing ask sam version (#126)
Incrementing ask sam version (#126) Co-authored-by: rlane1 <rlane1@walmart.com>
2f21f04114ea63be6dd2083e3d344553091ae0a0
--- package.json @@ -269,4 +269,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} --- 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-m...
checkout 4.0.6
checkout 4.0.6
df0b0a16de0b66803bd30f6ce10973e33cad097a
--- index.js @@ -7,11 +7,3 @@ import 'intl/locale-data/jsonp/en'; import 'moment/locale/es'; import 'moment/locale/es-mx'; -import {AppRegistry} from 'react-native'; -import {App} from './src'; -import {name as appName} from './app.json'; -import {registerAskSamWidgets} from '@walmart/metrics-mini-app'; - -AppRegis...
Register Ask Sam widgets
Register Ask Sam widgets
0526ef4f4c8cc87c60382972ff1b6a01c7f04898
--- scripts/runWithVariablePrompt.ts @@ -52,6 +52,21 @@ if (!skipContext) { } } +// Get Target Options +const findFilePatterns = (files: string[], pattern: RegExp): string[] => { + return files + .map((file) => { + const match = file.match(pattern); + return match ? match[1] : null; + }) + .fi...
feat: update variable prompt to auto detect new targets and environments
feat: update variable prompt to auto detect new targets and environments
79ef3ca5c0bf8daeddd4c440ba6bd28c6527b496
--- android/app/build.gradle @@ -140,7 +140,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 639 - versionName "1.2.1" + versionName "1.3.0" } splits { abi {
Updated version number.
Updated version number.
de9d6629f982764a0e75424a84fc964187da72c9
--- package.json @@ -104,7 +104,7 @@ "@walmart/iteminfo-mini-app": "7.4.0", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", - "@walmart/metrics-mini-app": "0.15.3", + "@walmart/metrics-mini-app": "0.15.4", "@walmart/mod-flex-mini-app": "1.10.4", "@wa...
metrics version bump
metrics version bump
f2d8dc3821464c4aedb7b3428687f62149777ed7
--- src/navigation/index.tsx @@ -114,8 +114,10 @@ export const TeamHub = () => { 'manager-experience', 'myTeam.root', ['roster'], - 'roster.header', - 'floating.button', + { + ['Header']: {id: 'roster.header'}, + ['FloatingButton']: {id: 'floating.button'}, + }, ...
added floating button and header as a single componentOverrides object
added floating button and header as a single componentOverrides object
e1dbd371e6541d7289c83a8e447bea4b639a69cb
--- .looper.yml @@ -12,17 +12,100 @@ envs: variables: ALLOW_NPM_PUSH_TO_AF: true +branches: + - spec: feature/* + triggers: + - manual: + name: Canary Release + call: canaryRelease + - spec: develop + triggers: + - push: + call: publishFromChanges + ...
feat(ui): update associate exp hub version
feat(ui): update associate exp hub version
3c5cff64ba9a40cd1a1f42331bf53fc85c56ebfa
--- src/channels/provider.tsx @@ -347,7 +347,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { // eslint-disable-next-line react-hooks/exhaustive-deps }, [channelState.dataById, viewerId]); - useEffect(() => { + useMemo(() => { dispatch( wmConnectSlice.actions.UPDATE_UNREAD_...
feat(ui): reverting useEffect to useMemo
feat(ui): reverting useEffect to useMemo
f46e4e8fc34234c7776f6ff9af1a8d6e2d1a1b8b
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/calling-mini-app": "0.1.8", "@walmart/compass-sdk-rn": "5.18.15", "@walmart/config-components": "4.2.16", - "@walmart/copilot-mini-app": "3.57.3", + "@walmart/copilot-mini-app": "3.59.4", "@walmart/core-services": "~2.3....
chore: bump copilot@3.59.4
chore: bump copilot@3.59.4
409ecdf1edc11dc6e2b63648ac89976ea7cc8ae4
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen/useSupplyChainRosterDetails.ts @@ -25,6 +25,8 @@ export const useSupplyChainRosterDetails = ({ }); const loggedInUserShift = useGetViewersShiftData(); const shift = useSelector(supplyChainSelector.getSavedSiteShifts); + const selectedShift = use...
fix(ui): update roster supply chainchanges
fix(ui): update roster supply chainchanges
870d1ce6ec440434bbb6c3ea4107149d53226911
--- targets/US/ios/Podfile.lock @@ -1923,7 +1923,7 @@ PODS: - glog - RCT-Folly (= 2022.05.16.00) - React-Core - - react-native-pdf (6.7.4): + - react-native-pdf (6.7.5): - React-Core - react-native-render-html (6.3.4): - React-Core @@ -2838,7 +2838,7 @@ SPEC CHECKSUMS: react-native-maps...
chore: bump taskit version
chore: bump taskit version
1713f38b0af398bfd2fe12827aba7f74ff7d67c9
--- packages/allspark-utils/__tests__/RenderGuardTest.tsx @@ -1,25 +1,29 @@ import React from 'react'; -import {RenderGuard, RenderHookGuard} from '../src/RenderGuard'; +import { RenderGuard, RenderHookGuard } from '../src/RenderGuard'; import { View } from 'react-native'; import { render } from '@testing-library/re...
chore: test fixes
chore: test fixes
a1612b98f57c558592ef42763d9cbd371740337e
--- packages/allspark-foundation/src/User/selectors.ts @@ -48,6 +48,7 @@ const USER_DATA_FIELDS = [ 'userType', 'win', 'workingSite', + 'shift', ] as const; const UserDataSelectors = generateSubSelectors(
chore: add shift user selector for mini apps
chore: add shift user selector for mini apps
bfb995d9dd8ba01e43a1c5665d17d81fdd651e5d
--- packages/allspark-container-foundation/src/appConfig/index.ts @@ -1,10 +1,10 @@ +import { EventSubscription } from 'react-native'; import { AppConfig, AppConfigFetchParams, AppConfigCallbackHandlerResult, } from '@walmart/config-components'; import { AppConfig as AppConfigData } from '@walmart/allspark-...
chore: update references
chore: update references
57bb591502cce56e30b0f0f9cf61541550a2e53c
--- package-lock.json @@ -44,7 +44,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.17.0", + "@walmart/emergency-mini-app": "1.17.0-LoggerFix.2", "@walmart...
Emergency Mini App Logger debugging
Emergency Mini App Logger debugging
ef4c3fa78bf6d3ab48a05b63c32cd124639983d7
--- package-lock.json @@ -35,7 +35,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "0.2.13", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.3.42", + "@walmart/ask-sam-mini-app": "1.3.43", "@walmart/attendance-mini-...
SMBLV-3127: Scroll performance issue fixed for inverted list
SMBLV-3127: Scroll performance issue fixed for inverted list
6f8aabe4c205cb92fe0803a768ae8998b553c3b7
--- package.json @@ -86,7 +86,7 @@ "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.23.5", - "@walmart/associate-listening-mini-app": "1.2.2", + "@walmart/associate-listening-mini-app": "1.2.7", "@walmart/attendance-mini-app": "3....
fix: Update associate listening mini app to handle 200 status code and remove unnecessary log
fix: Update associate listening mini app to handle 200 status code and remove unnecessary log
b3cc338b605a8006a21ce91e95c3c7c1ae200b35
--- packages/allspark-redux-store/package.json @@ -35,6 +35,7 @@ "redux-flipper": "^2.0.1" }, "peerDependencies": { + "react": "^18.2.0", "redux-flipper": ">2" }, "dependencies": { @@ -42,6 +43,7 @@ "@walmart/allspark-http-client": "^2.0.5", "lodash": "~4.17.21", "namecase": "^1....
feat: add select to redux store to run selector on global instance
feat: add select to redux store to run selector on global instance
457ca1a59921890261b77227aab7332338927e34
--- packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql @@ -0,0 +1,35 @@ +mutation upsertManagerExperiencePreference( + $site: Int! + $teams: [ManagerExperienceTeamInput!] + $win: String! +) { + upsertAssociatePreference( + associatePreferencesInput: { + walmartIdentification...
Adding upsertManagerExperiencePreference query initial commit
Adding upsertManagerExperiencePreference query initial commit
16013bd0ded4deef32c197eaf1f1bb478a0b2f09
--- ios/Podfile.lock @@ -178,7 +178,7 @@ PODS: - RNPermissions - PromisesObjC (2.1.0) - Protobuf (3.20.0) - - PTT (0.7.14-rc.13): + - PTT (0.7.14-rc.14): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - RealmSwift (= 10.15.0) @@ -406,8 +406,8 @@ PODS: - React-Core - react-n...
using ptt v0.5.112
using ptt v0.5.112
9cf1558a0e98b3b6a844312e52b897bc31a46dda
--- src/logger/Logger.tsx @@ -68,7 +68,10 @@ export class TextingLogger implements ILogger { } error(message: string, params: TErrorParams & NoFunctionObject): void { - this.logger.error(message, params); + if (params?.message) { + // logger needs to have message in params. + this.logger.error(m...
Adding message check in logger
Adding message check in logger
1cb425e18373aeb26af77593e51de0bceda3eecb
--- __tests__/screens/ChannelsScreen/__snapshots__/ChannelsScreenTest.tsx.snap @@ -1,7 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ChannelsScreen should render expected components 1`] = ` -[ +<View + style={ + { + "flex": 1, + } + } +> <View style={ { @@ -79,7 +85,7 @@ e...
test: update snapshot
test: update snapshot
6fe7d64fe06ca44802eaca9ab8f62a51602e3dc2
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.17.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.16.0...v2.17.0) (2025-03-21) + + +### Features + +* **ui:** update looper file ([2837a5e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2837a5eae9accb11ecf90c95668a24f478725bc3)) + # [2.15.0](...
chore(release): 2.17.0 [skip ci]
chore(release): 2.17.0 [skip ci] # [2.17.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.16.0...v2.17.0) (2025-03-21) ### Features * **ui:** update looper file ([2837a5e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2837a5eae9accb11ecf90c95668a24f478725bc3))
09526d93840d6568e880e1695d7325e2a36c627e
--- packages/allspark-foundation-hub/src/HubFeature/ClockOut/Components/ClockOutOverlay.tsx @@ -3,13 +3,7 @@ import React from 'react'; import { clockOutScreenStyles as styles } from '../styles'; import { View } from 'react-native'; import { useAllsparkImage } from '@walmart/allspark-foundation/Components/context'; ...
feat(ui): add clock in screen
feat(ui): add clock in screen
0b6f8e0ea21d31c114bfeeee418e63f2af04b58f
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.12](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.14.3 - @walmart/allspark-foundation-hub@1.24.12 - @walmart/ax-components@1.2.3 - @walmart/me-at-walmart-geolocation@1.4.15 - @walmart/me-at-walmart-location@1.2.15 - @walmart/my-walmart-hub@1.4.12
249720f738bf91977d46740948057c3b3809ce51
--- yarn.lock @@ -6437,7 +6437,7 @@ __metadata: "@walmart/react-native-shared-navigation": "npm:6.1.4" "@walmart/react-native-sumo-sdk": "npm:2.6.0" "@walmart/redux-store": "npm:3.7.0" - "@walmart/roster-mini-app": "npm:2.12.5" + "@walmart/roster-mini-app": "npm:2.12.6" "@walmart/ui-components...
feat(ui): my team version update
feat(ui): my team version update
9ccc9f0a36bb417ec19b5c799c6d12826f1173d3
--- src/components/StatusChip.tsx @@ -56,7 +56,7 @@ export const StatusChip = (props: { if (associateIsNotScheduled(associate)) { return { text: t('rosterScreen.statusChips.notScheduled'), - color: 'purple', + color: 'gray', }; } --- src/components/StatusChip.tsx @@ -5...
associateNotScheduled logic
associateNotScheduled logic
308fbf1ea1b485516bca8fc13e6743b264dbb2e0
--- graphql.yml @@ -84,7 +84,7 @@ applications: tags: - "v1" - name: "getLoggedInUser" - hash: "f7a857e71616f58af3437976992e1937c9f5300e0058050f44721a555344f73c" + hash: "0beb54411dbf4e0c72d8d94982d755e0559023bc5e2c174e356b42f1e07b22fd" queryTemp...
fix: remove unwanted queries in graphql
fix: remove unwanted queries in graphql
392d5b6d2121cd39e5d3fb3e8886d314d5f5b012
--- yarn.lock @@ -4837,7 +4837,7 @@ __metadata: languageName: node linkType: hard -"@reduxjs/toolkit@npm:^1.9.7": +"@reduxjs/toolkit@npm:1.9.7": version: 1.9.7 resolution: "@reduxjs/toolkit@npm:1.9.7" dependencies: @@ -5966,9 +5966,9 @@ __metadata: languageName: node linkType: hard -"@walmart/a...
bump version yarn
bump version yarn
3d167835a151dfe0cddcd5aca5f73f2bdbb018bf
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx @@ -0,0 +1,43 @@ +import React from 'react'; +import { TextInput, View } from 'react-native'; +import { TeamSearchInputStyles as styles } from './style'; +import { colors, Icons } from '@walmart/gtp-shared-components/dist'...
Adding TeamSearchInput logic
Adding TeamSearchInput logic
a8675ea4e61d00584ac9747331357462a0774e08
--- apps/example/.gitignore @@ -43,4 +43,5 @@ yarn-error.* android/ ios/ -build.context.json \ No newline at end of file +build.context.json +dist/ \ No newline at end of file
chore: update gitignore
chore: update gitignore
6e47466088e305372ada71651b416eead8e916e1
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.33.0", + "version": "2.35.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 mini app version
Update the roster mini app version
b3d75b6e15913d26d268005da96ddcec5f028f00
--- packages/expo-config-plugins/src/withEmmAppRestrictions.ts @@ -64,7 +64,7 @@ const withAppRestrictionsXml: ConfigPlugin = (config) => { <restriction android:key="emmDeviceType" android:title="EMM Device Type" - android:description="Specifies the device classification for enterprise management for CO...
fix: updated the verbiage for emm failure (#554)
fix: updated the verbiage for emm failure (#554)
63fe7e6021a9e44a5b3e3203f2d51782bf09125b
--- android/app/build.gradle @@ -96,8 +96,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 918 - versionName "1.17.0" + versionCode 921 + vers...
update to v1.18.0 for drop 18
update to v1.18.0 for drop 18
843dc716eb66c4861c2287be1c25bd056d71a72c
--- .looper.yml @@ -1,4 +1,4 @@ -#node: ((osx||stable_osx)&&!dualcore&&!MAC-DRFQLAB-MINI27) +node: ((osx||stable_osx)&&!dualcore&&!MAC-DRFQLAB-MINI27) tools: nodejs:
revert node removal
revert node removal
7f30a9ddaf6f0ebf412a2d778093d8f9a8793eef
--- package-lock.json @@ -5440,9 +5440,9 @@ "integrity": "sha512-g/FFueD/SCWhmqx/iW2yKrUAMVCw80JNNLoVIN8iEzNbKoQSozcyIIXhXjrxYhgEjuRFwIQELhDHCBjSEbn7kg==" }, "@walmart/time-clock-mini-app": { - "version": "0.5.8", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo...
Updated Time Clock Mini App to 0.11.0
Updated Time Clock Mini App to 0.11.0
89dd5eb7ed13cdb0262b51aee26fd4176f414864
--- package-lock.json @@ -61,8 +61,8 @@ "@walmart/mod-flex-mini-app": "1.4.5", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.14", - "@walmart/pay-stub-miniapp": "0.9.28", - "@walmart/payrollsolution_miniapp": "0.130.28", + "@walmart/pay-stub-mini...
bump version
bump version
d518f4cd71177b1d568e749a7cdd825aac7e9673
--- .looper.yml @@ -4,6 +4,8 @@ tools: - 20.5.1 sonarscanner: 4.6.2.2472 +updateTaskStatusOnGit: true + scheduling: concurrent triggers:
chore: add flag to git checks
chore: add flag to git checks
434635b1705163ea29cb16a8a3a65c1eee0f5c94
--- src/navigation/AssociateHallwayNav/Tabs/index.tsx @@ -40,6 +40,7 @@ import {HomeStackNav} from './HomeStackNav'; import {MeStackNav} from './MeStackNav'; import {MyTeamStackNav} from './MyTeamStackNav'; import styles from './styles'; +import {myTeamHooks} from '@walmart/texting-mini-app'; // --- Ask Sam "Fake...
adding tab bar badge count
adding tab bar badge count
7f3c08f8ad098e6a650f64c0c02ab0382d7bdf29
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.35", + "version": "2.12.36", "main": "dist/index.js", "files": [ "dist"
Update roster mini app version
Update roster mini app version
16a0ddc4fc87e28bac6279653d8e2902f97c1f41
--- packages/allspark-foundation-hub/__tests__/shared/__snapshots__/EditTeamListItem.test.tsx.snap @@ -2,7 +2,7 @@ exports[`EditTeamListItem component tests renders the base component 1`] = ` <View - accessibilityLabel="Me! - list icon check container" + accessibilityLabel="Automotive - list icon check container"...
updated snapshot for new props
updated snapshot for new props
2f649decda901089a5fba8cd16bf2e55b0130cf4
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.419.0", "@walmart/topstock-mini-app": "1.17.11", - "@walmart/translator-mini-app": "1.0.4", + "@walmart/translator-mini-app": "1.0.5", "@walmart/ui-components": "patch:@walm...
version bump
version bump
ecba695cea84d347f03b306a3d0c301aed30d249
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/gtp-shared-components": "2.2.1", "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.10.3", - "@walmart/inbox-mini-app": "0.93.24", + "@walmart/inbox-mini-app": "0.93.23", "@walmart/iteminfo...
inbox version fix
inbox version fix
480292ccac41e276c68f1115128ebfd30fb4d2fd
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx @@ -72,4 +72,16 @@ describe('ShiftFilterList', () => { 'shift1' ); }); + + it('Test 3: Renders correctly when there are no shifts', () => { + const { getByTestId, queryByTestId } = render( + <ShiftFilt...
Adding Test 3 for shiftFilterList
Adding Test 3 for shiftFilterList
f89e313831363adbc89d638a43f96a63eefc613d
--- package-lock.json @@ -4153,9 +4153,9 @@ } }, "@walmart/allspark-me-mini-app": { - "version": "0.2.8", - "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.2.8.tgz", - "integrity": "sha512-UwAxjd/EKM3wyZ8+3FpPo58VB7ue9hUWwMRgncvjqXCvsOB8UPB8Le...
Bumping me app version
Bumping me app version
e4ea83c72d557805a8695feb6131b9aea9cfe4ab
--- packages/allspark-foundation/__tests__/FeatureRunner/screens/Home.test.tsx @@ -1,15 +1,29 @@ -// import React from 'react'; -// import { render } from '@testing-library/react-native'; -// import { Home } from '../../../src/FeatureRunner/screens/Home'; -// import { AllsparkFeatureModule } from '../../../src/Feature'...
fix gtp setup, added drawer button snapshot test
fix gtp setup, added drawer button snapshot test
951ae1102ff35a8b339d3c281d07c7db5a64bc53
--- packages/allspark-foundation/src/Navigation/config/redux.ts @@ -1,5 +1,6 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit'; +import { AuthActionCreators } from '../../Auth'; import { createSliceUtilities } from '../../Redux/utils'; import { InferActionTypes } from '../../Redux/types'; import { ...
fix: nav config state was not reset on sign out
fix: nav config state was not reset on sign out
a7fe245c8f1736850c195158a376841289ebd91e
--- packages/me-at-walmart-container/package.json @@ -1,6 +1,5 @@ { "name": "@walmart/me-at-walmart-container", - "private": true, "version": "2.0.2", "description": "", "main": "lib/index.js",
chore: removing private label from container package
chore: removing private label from container package
85302a93383663ea5b5b3c395f990f7a672556e5
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 84 + versionCode 85 versionName "1.0.6" } sp...
Incrementing build number
Incrementing build number
14f8afde5941dead73ec01ccbf8478020f9f72a3
--- src/hooks/teams.ts @@ -24,7 +24,7 @@ export const useSupplyChainTeamById = (teamId: string) => { const envConfig = useEnvironment(); return useGetSupplyChainTeamByIdQuery({ variables: { - businessUnitNumber: Number(storeNbr)!, + siteNbr: Number(storeNbr)!, countryCode: countryCode!, ...
Update roster queries
Update roster queries
477fdca7d506a4ce917f6647b2dc5b2901cff7d8
--- package.json @@ -19,7 +19,7 @@ "bundle-js": "expo export --clear", "check-expo-libs": "expo install --check", "certify-booted-sim": "scripts/certifyBootedSim.sh", - "coverage": "true || jest --coverage", + "coverage": "touch test-report.xml || jest --coverage", "env:beta": "EXPO_PUBLIC_APP...
chore(tests): skipping tests for builds
chore(tests): skipping tests for builds
6506b603a4267fdc75a9b428c9e28c17721507f9
--- src/components/RosterWidget/RosterWidget.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { useState } from 'react'; import {HubWidget, TeamHubWidgetProps} from '@walmart/allspark-foundation-hub'; import {Text, View} from 'react-native'; import {Body} from '@walmart/gtp-shared-components'; @@ -9,6 ...
feat(ui): implement try again calls
feat(ui): implement try again calls
01142d2ea96e4b06c4b0cd408be873cc066dce3c
--- .yarn/patches/@walmart-topstock-mini-app-npm-1.9.7-e6400c510e.patch @@ -1,20 +0,0 @@ -diff --git a/android/build.gradle b/android/build.gradle -index c088af09c0a7cc448eee8e643f310fb6a0d55609..64556d7b32d1e63dd049b35c8f7fdb06aa72b38b 100644 ---- a/android/build.gradle -+++ b/android/build.gradle -@@ -122,12 +122,12 ...
deleted topstock patch file
deleted topstock patch file
d80c842d3ef9bc17753be821bde4b0e8bd47ea1b
--- packages/allspark-foundation/src/GlobalElements/context.tsx @@ -25,6 +25,7 @@ import Animated, { } from 'react-native-reanimated'; import { noop } from '@walmart/allspark-utils'; import { useFocusEffect } from '@react-navigation/native'; +import { useSafeAreaInsets } from 'react-native-safe-area-context'; /**...
feat(fab): adding safearea bounds to global object
feat(fab): adding safearea bounds to global object
a83d5e24a0536d307421b254978a0328dd31c609
--- package-lock.json @@ -3310,9 +3310,9 @@ "integrity": "sha512-+25H67LTPtrwp3AAmNm4E3hzqIJy5G8zhJ804cEj/DsyHH/Kb1HbyehtJ3KWqE2lj/2PlXc0LmGdYGWt+NcWWA==" }, "@walmart/exception-mini-app": { - "version": "0.22.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
pinpoint version bump
pinpoint version bump
f13d8238ceffd05dfb146c3823a6850a6e91e8bc
--- src/auth/LoginErrorScreen/index.tsx @@ -8,6 +8,7 @@ import { } from 'react-native'; import {useForm, Controller, useWatch} from 'react-hook-form'; import {useSafeAreaInsets} from 'react-native-safe-area-context'; +import {Trans} from 'react-i18next'; import { Alert, @@ -240,17 +241,26 @@ export const Login...
fix: update store support number.
fix: update store support number.
81d8af74d949068caa2c17011b32dadbdc966dab
--- __tests__/utils/user.test.ts @@ -478,7 +478,7 @@ describe('formatSchedule', () => { endTime: '2024-01-01T17:00:00.000Z', }, ]; - expect(formatSchedule(scheduleInfo)).toBe('3:00am - 11:00am'); + expect(formatSchedule(scheduleInfo)).toBe('9:00am - 5:00pm'); }); }); @@ -531,8 +531,8 @@...
fix(ui): update lint
fix(ui): update lint
53865c2e645341e6f2cc5ee911c75e60b7f86086
--- package.json @@ -92,7 +92,7 @@ "@walmart/financial-wellbeing-feature-app": "1.1.2", "@walmart/functional-components": "2.0.6", "@walmart/gta-react-native-calendars": "0.0.16", - "@walmart/gtp-shared-components": "2.0.3", + "@walmart/gtp-shared-components": "2.0.2", "@walmart/impersonation-...
Update package.json
Update package.json
672dbe2f15224a3b76218fceda94e690f74d2bd1
--- packages/me-at-walmart-common/src/components/Metrics/usStores.ts --- packages/me-at-walmart-common/src/components/Metrics/usSupplyChain.ts
refactor: moved metrics containers to new files
refactor: moved metrics containers to new files
7c55147a7425b7fc516763828d04bc15db24d987
--- .looper.multibranch.yml @@ -366,11 +366,11 @@ flows: - try: - if: | %{os == "ios"} - then: - - (set version code) bundle exec fastlane set_ios(build_number: $BUILD_NUMBER) + then: + - (set version code) bundle exec fastlane set_ios build_number:${BUILD_NUMBER}...
correcting build number format
correcting build number format
bc471c0d55d5373e08a8cc4d0293eb9d26ff0311
--- graphql.yml @@ -82,7 +82,7 @@ applications: tags: - 'v1' - name: 'getForYouHeaderAssociateDetails' - hash: 'd4f8c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5c8e4b5' + hash: '02d4e03cdb0dfc6ef20c12cab454acc79a65cf533ed11370dc2cf060fde5c9c6' ...
feat(graphql): correct sha256
feat(graphql): correct sha256
003c25fa5a393580e296f5e5faae0e8bdb37ae2d
--- src/screens/AllTeamsScreen/SupplyChainAllTeamsScreen.tsx @@ -30,6 +30,7 @@ import moment from 'moment'; import {WarningBanner} from '../../components/WarningBanner'; import {useSupplyChainTeamsByBusinessUnit} from '../../hooks/teams'; import {SupplyChainTeam} from './types'; +import {associateIsClockedIn} from '...
Update the count for supply chain all teams screen
Update the count for supply chain all teams screen
579a78c7b61c6186e9be5f0191fa4b594ea7024f
--- package.json @@ -98,7 +98,7 @@ "@walmart/inbox-mini-app": "0.82.3", "@walmart/iteminfo-mini-app": "7.1.4", "@walmart/manager-approvals-miniapp": "0.2.1", - "@walmart/me-field-mini-app": "12.0.7", + "@walmart/me-field-mini-app": "12.0.9", "@walmart/metrics-mini-app": "0.9.61", "@walmar...
Update package.json
Update package.json
d0396749fb727cd717f557a4d59f16459e436a17
--- .yarnrc.yml @@ -6,7 +6,7 @@ logFilters: nodeLinker: node-modules -npmRegistryServer: "https://npme.walmart.com/" +npmRegistryServer: ${REPOSOLNS_NPM_REPO} enableInlineHunks: true packageExtensions:
Updated .yarnrc.yml with REPOSOLNS_NPM_REPO variable
Updated .yarnrc.yml with REPOSOLNS_NPM_REPO variable
bd13e143aee34ed38f3a41de4f706f3bc47ad125
--- __tests__/harness/mockData/associate.ts @@ -45,6 +45,6 @@ export const generateMockAssociate = ( preferredLastName: testValues?.preferredLastName || chance.string(), punch: null, //TODO: create generator for this field userId: testValues?.userId || chance.string(), - win: testValues?.win || chance...
Update roster mini app for tests
Update roster mini app for tests
ca3959ee9914f55af788f6d78067dccbc6a090f3
--- src/managerExperience/components/AssociateListItem/styles.ts @@ -4,7 +4,7 @@ import {colors} from '@walmart/gtp-shared-components'; const clockedStatusDotShared: ViewStyle = { width: 8, height: 8, - borderRadius: 1000, + borderRadius: 4, zIndex: 10, borderWidth: 1, }; @@ -75,7 +75,7 @@ export const ...
feat: updated border radii to use more realistic values
feat: updated border radii to use more realistic values
45fb45ee290c21ab2afda9971c98afc17d23199a
--- targets/US/package.json @@ -85,7 +85,7 @@ "@walmart/amp-mini-app": "1.1.89", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.24.7", - "@walmart/associate-listening-mini-app": "1.2.7", + "@walmart/associate-listening-mini-app": "1.2.8", "@walmart/attendance-min...
feat: 🎸 AL Configurable Survey
feat: 🎸 AL Configurable Survey
319328a9e964f332b8ad9c23e75790ce1611426a
--- core/src/manifest.ts @@ -43,7 +43,7 @@ export const getRootFeatures = (): AllsparkFeatureModule[] => { /** * Lazy load candidate features */ -export const getCandiateFeatures = (): AllsparkFeatureModule[] => { +export const getCandidateFeatures = (): AllsparkFeatureModule[] => { const Features = [ requ...
fixes feature guard to be added for PreHireHallway
fixes feature guard to be added for PreHireHallway
a458e5bd13927ecc30b29eeaef9726cea077b0d2
--- core/src/navigation/USHallway/PreHireHallwayNav/index.tsx @@ -6,6 +6,7 @@ import {AskSamMiniApp} from '@walmart/ask-sam-mini-app'; import {ModalTransitionOptions} from '@walmart/allspark-foundation/Navigation'; import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux'; import {ContainerActionCreators...
feat: add payment selection to prehire hallway
feat: add payment selection to prehire hallway
a05e387998964b24ae642b2fa97f37b074d38897
--- __tests__/core/RootContainerTest.tsx @@ -1,10 +1,10 @@ import React from 'react'; -import {create, act} from 'react-test-renderer'; +import {create, act, ReactTestRenderer} from 'react-test-renderer'; -import {RootContainer} from '../../../src/core/RootContainer'; +import {RootContainer} from '../../src/core/Roo...
adding starter home and tests; updating tests
adding starter home and tests; updating tests
6dbe80ff2727cdbb66444ec213aff2b42929c262
--- ios/Podfile.lock @@ -526,7 +526,7 @@ PODS: - React-Core - react-native-netinfo (9.3.6): - React-Core - - react-native-pager-view (6.2.0): + - react-native-pager-view (6.0.2): - React-Core - react-native-pdf (6.6.2): - React-Core
Update podfile.lock
Update podfile.lock
ac104f74e18e2a73e51c9b7fcff928a9f3739ab0
--- .looper.multibranch.yml @@ -48,6 +48,15 @@ envs: PLIST_PATH: "MyWalmart/Info.plist" flows: + yarn-steps: + - (name Yarn Install) corepack enable + - (name Yarn Version) yarn --version + - try: + - (name Install Dependencies) yarn install + catch: + - (name Reinstall Dependenci...
chore: add yarn reinstall step as workaround for memory allocation bug
chore: add yarn reinstall step as workaround for memory allocation bug
0af1cf80410b4e81e9a8c41d6a3e6aa326978714
--- package-lock.json @@ -48,7 +48,7 @@ "@walmart/exception-mini-app": "1.0.14", "@walmart/facilities-management-miniapp": "0.4.2", "@walmart/feedback-all-spark-miniapp": "0.9.9", - "@walmart/financial-wellbeing-feature-app": "1.0.83", + "@walmart/financial-wellbeing-feature-app...
financial wellbeing app version bumped to 1.1.2
financial wellbeing app version bumped to 1.1.2
1b89f6fc6f9f3045bfa6b64d5423d455a6f50b48
--- package-lock.json @@ -3094,9 +3094,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.0.75", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.75.tgz", - "integrity": "sha512-0ZqTKutBv2hQ4Z8HWQ+3CXbkvW0VVefBOtluVDv4j9zBtw+su...
PTT version update (#289)
PTT version update (#289)
2319961e3dfc2ae18e1f3648c9dcda29a5972677
--- package.json @@ -1,7 +1,7 @@ { "name": "@walmart/myteam-mini-app", "version": "1.33.0", - "main": "main.js", + "main": "dist/index.js", "files": [ "dist", "main.js" @@ -95,9 +95,9 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.7.4", "...
fix(ui): update package
fix(ui): update package
6ab625b196dcf73c57c7bf37f606283c32869859
--- core/src/navigation/AssociateHallwayNav/DrawerNav.tsx @@ -5,9 +5,7 @@ import {createDrawerNavigator} from '@react-navigation/drawer'; import {useRbacConfig} from '@walmart/config-components'; import {useAllsparkDrawer} from '@walmart/allspark-foundation/Navigation'; -import { - ActiveAllsparkContainer, -} from...
chore: lint fix
chore: lint fix
101f0779286188ae1165267c7731d8cec1063a83
--- packages/allspark-foundation/__tests__/Work/utils.test.ts @@ -0,0 +1,49 @@ +import { WorkflowError } from '../../Work/utils'; +import { WorkflowErrors } from '../../Work/types'; + +describe('WorkflowError', () => { + it('should create an instance of WorkflowError with the correct properties', () => { + const er...
test: WorkFlowError
test: WorkFlowError
3d02e499f7de4047f16a62ae4dccb5d1dc83eb57
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.5", + "version": "1.0.6", "hasInstallScr...
Update version
Update version
32e3642732a0f96feb350798e77b194eb3fbb2a5
--- targets/US/package.json @@ -142,7 +142,7 @@ "@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.4.3#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.4.3-2621d9f1df.patch", "@walmart/receipt-check-miniapp": "1.27.3", "@walmart/redux-store": "~6.3.28", - "@walmart/...
chore(ui):new version for updated dependencies
chore(ui):new version for updated dependencies
92070159adc9ff282aaafe2bdaa66d46e9db0385
--- package-lock.json @@ -48,7 +48,7 @@ "@walmart/exception-mini-app": "1.0.14", "@walmart/facilities-management-miniapp": "0.4.2", "@walmart/feedback-all-spark-miniapp": "0.9.9", - "@walmart/financial-wellbeing-feature-app": "1.0.64", + "@walmart/financial-wellbeing-feature-app...
bumped finanacial-wellbeing-feature-app to 1.0.82
bumped finanacial-wellbeing-feature-app to 1.0.82
4db27cac046ccf40985707d20935d056683be95e
--- package.json @@ -159,7 +159,7 @@ "@walmart/sidekick-mini-app": "4.205.5", "@walmart/store-feature-orders": "1.34.3", "@walmart/talent-preboarding-mini-app": "1.0.41", - "@walmart/taskit-mini-app": "5.41.1", + "@walmart/taskit-mini-app": "5.42.0", "@walmart/time-clock-mini-app": "3.19.6", ...
fix(notes): bumped taskit version 5.42.0
fix(notes): bumped taskit version 5.42.0
57b3645bcfc9dfe40fc9ce4bea40b048d139db84
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MeStackNavTest.tsx.snap @@ -3,6 +3,7 @@ exports[`MeStackNav headerLeft of initial screen match snapshot 1`] = ` [ <IconButton + accessibilityLabel="drawerButton.accessiblityLabel" color="white" disabled={false} onPress...
chore: update snapshots
chore: update snapshots
5c77523ec452c631efdf6f3d8e46d356b4d3579d
--- package.json @@ -87,12 +87,12 @@ "@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.6.1", + "@walmart/facilities-management-miniapp": "0.6.1-beta1", "@walmart/feedbac...
Update package.json
Update package.json
d28b26aa538ea59ec69b604cff6a5fd476e36e5f
--- package-lock.json @@ -4343,9 +4343,9 @@ "integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw==" }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.96", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus...
using ptt version 0.5.97
using ptt version 0.5.97
2ae19f24fefe1a9f406c94e3de607273cf11c49b
--- packages/allspark-foundation/__tests__/FeatureRunner/index.test.ts @@ -0,0 +1,37 @@ +import React from 'react'; +import { AllsparkContainer } from '../../src/Container'; +import { AllsparkFeatureModule } from '../../src/Feature'; +import { AllsparkFeatureRunner } from '../../src/FeatureRunner/index'; +import { Alls...
faturerunner tests
faturerunner tests