[No QA] [TS migration] Migrate 'Environment' lib to TypeScript#28600
Conversation
|
@BartoszGrajdek I see that there are env specific file and for those we should follow specific pattern mentioned here |
blazejkustra
left a comment
There was a problem hiding this comment.
Add types.ts files for betaChecker and getEnvironment
There was a problem hiding this comment.
@BartoszGrajdek Changes lgtm but there is ts check fail
|
@jjcoffee bump :) |
Reviewer Checklist
Screenshots/VideosWebchrome-desktop-2023-10-23_19.18.51.mp4Mobile Web - Chromeandroid-chrome.mp4Mobile Web - Safariios-safari-2023-10-25_14.23.10.mp4Desktopmac-desktop-2023-10-23_19.21.24.mp4iOSios-native-2023-10-25_14.21.24.mp4Androidandroid-native.mp4 |
|
@BartoszGrajdek Looks like you're missing screenshots for mWeb and desktop, could you add? |
|
Having some iOS build issues, I'll have to complete tomorrow unfortunately! |
|
Done! @jjcoffee |
|
Thanks! Sorry didn't manage to resolve my iOS issues today, will switch to a different provider tomorrow if I can't get it resolved. |
jjcoffee
left a comment
There was a problem hiding this comment.
LGTM & tests well! Sorry again for the delay 🙇
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #24922 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
neil-marcellini
left a comment
There was a problem hiding this comment.
Looks great, but I have one small request.
| function isInternalTestBuild() { | ||
| return lodashGet(Config, 'ENVIRONMENT', CONST.ENVIRONMENT.DEV) === CONST.ENVIRONMENT.ADHOC && lodashGet(Config, 'PULL_REQUEST_NUMBER', ''); | ||
| function isInternalTestBuild(): boolean { | ||
| return !!((Config?.ENVIRONMENT ?? CONST.ENVIRONMENT.DEV) === CONST.ENVIRONMENT.ADHOC && (Config?.PULL_REQUEST_NUMBER ?? '')); |
There was a problem hiding this comment.
NAB: I think the !! here could just be around the pull request number part
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.94-0 🚀
|
1 similar comment
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.94-0 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.94-2 🚀
|
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.95-0 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.95-9 🚀
|
Details
Migrate 'Environment' lib file to TypeScript
Fixed Issues
$ #24922
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
web.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
ios.mov
Android
android.mov