-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[eas-cli] [ENG-10334] Display device creation date #2092
[eas-cli] [ENG-10334] Display device creation date #2092
Conversation
Added a new field to gql type to fetch it later See: https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
Generated a new graphql schema based on updated local version of www See: https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
Fixed mutation that started to fail after schema update See: https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
Added creation date to the AppleDevice formatting function used to display details in cli See: https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
ENG-10334 Show creation time of device record in ad hoc device selection prompt
gabriel just added a device, and I had multiple unselected devices listed and I had no idea which one was his. It would have been easy to determine if I saw when the device was registered. |
/changelog-entry chore Display Apple device creation date when listing devices |
Size Change: +387 B (0%) Total Size: 42.6 MB
|
Codecov Report
@@ Coverage Diff @@
## main #2092 +/- ##
==========================================
+ Coverage 54.07% 54.07% +0.01%
==========================================
Files 508 508
Lines 18669 18674 +5
Branches 3735 3934 +199
==========================================
+ Hits 10094 10097 +3
+ Misses 8554 7886 -668
- Partials 21 691 +670
|
Manually added the changelog entry since the automation failed for some reason See: https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
✅ Thank you for adding the changelog entry! |
Why
https://linear.app/expo/issue/ENG-10334/show-creation-time-of-device-record-in-ad-hoc-device-selection-prompt
Companion of: https://github.com/expo/universe/pull/13641
How
Updated function formatting the display value of AppleDevice to include the creation date
Test Plan
Added automated tests
Deployment