Commit Graph

6021 Commits

Author SHA1 Message Date
Eric Bailey 11aa75b8a9 Update PR comment CI 2025-07-29 15:00:34 -05:00
Eric Bailey ca337479ba Use RELEASE_VERSION instead of package.json 2025-07-29 14:57:50 -05:00
Eric Bailey 4c76fe9b6f Add comment 2025-07-29 14:57:50 -05:00
Eric Bailey dbfb75ea36 Consistent naming "Env" 2025-07-29 14:57:50 -05:00
Eric Bailey 3b15ff39f1 Set EXPO_PUBLIC_ENV for bundle update 2025-07-29 14:57:50 -05:00
Eric Bailey 658745b33a Remove TF check for BUNDLE_DATE 2025-07-29 14:57:50 -05:00
Eric Bailey 9a3a9ac537 Just fallback to package version for Render deploys 2025-07-29 14:57:50 -05:00
Eric Bailey 3f4736c383 Update webpack to use same SENTRY_RELEASE var 2025-07-29 14:57:50 -05:00
Eric Bailey f489b22b73 Add new env setup to missed OTA spot 2025-07-29 14:57:50 -05:00
Eric Bailey e21176fc8c Align on RELEASE_VERSION 2025-07-29 14:57:50 -05:00
Eric Bailey 45af32f20a Pass in sentry CLI env vars, align matching values 2025-07-29 14:57:50 -05:00
Eric Bailey 826d75ee33 Fix missing space in ios workflow 2025-07-29 14:57:50 -05:00
Eric Bailey 02b678f6eb Slice full hash for display in app 2025-07-29 14:57:50 -05:00
Eric Bailey a1c17db832 Just use long commit hash 2025-07-29 14:57:50 -05:00
Eric Bailey b4118e9b05 Remove unnecessary testflight check 2025-07-29 14:57:50 -05:00
Eric Bailey d1eafcfca5 Remove invalid syntax 2025-07-29 14:57:50 -05:00
Eric Bailey 4faceaebf5 Fix render substitution syntax 2025-07-29 14:57:50 -05:00
Eric Bailey 9d68335ad9 Add PACKAGE_VERSION and replace in statsig to fix conflict 2025-07-29 14:57:50 -05:00
Eric Bailey 2a0c57efd0 Update webpack Sentry dist value based on prev commits 2025-07-29 14:57:50 -05:00
Eric Bailey 0578eadf82 Revert Sentry patch as a result of prev commit 2025-07-29 14:57:50 -05:00
Eric Bailey 8391337b4b Clarify build process env vars and ensure they are explicitly passed in 2025-07-29 14:57:50 -05:00
Eric Bailey f79567b319 Trim RENDER_GIT_COMMIT to first 7 to match --short sha 2025-07-29 14:57:50 -05:00
Eric Bailey b8cc33d185 Update BUNDLE_DATE format comment 2025-07-29 14:57:49 -05:00
Eric Bailey 86ccf35e68 [APP-1331] Migrate app-info to new env (#8703)
* Move env files into directory with platform specific files

* Migrate usages of app-info to new env

* Fix bad import
2025-07-29 14:57:49 -05:00
Eric Bailey a87b490305 Slice bundle hash to match other platforms, needed for render.com deployments 2025-07-29 14:57:49 -05:00
Eric Bailey b07b5edcc3 Update IS_TESTFLIGHT to include testflight-android 2025-07-29 14:57:49 -05:00
Eric Bailey cf7c341f96 Make sure EXPO_PUBLIC_ENV is set for web container builds 2025-07-29 14:57:49 -05:00
Eric Bailey 9b1b0f5a2e Echo variables to .env in Dockerfile instead of passing to shell script 2025-07-29 14:57:49 -05:00
Eric Bailey c790f039a3 Properly patch Sentry package 2025-07-29 14:57:49 -05:00
Eric Bailey 78a6368b78 Self review 2025-07-29 14:57:49 -05:00
Eric Bailey 4d4b903ccd Replace NODE_ENV in places where its safe 2025-07-29 14:57:49 -05:00
Eric Bailey fce7aa07e4 Remove debugging field 2025-07-29 14:57:49 -05:00
Eric Bailey 706348b488 Prefix SENTRY_DSN with EXPO_PUBLIC to match others 2025-07-29 14:57:49 -05:00
Eric Bailey 589ad0c660 Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER 2025-07-29 14:57:49 -05:00
Eric Bailey 8e6d32f0a4 Fix missing bundle identifier for Render deploys 2025-07-29 14:57:49 -05:00
Eric Bailey c67db9012b Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value 2025-07-29 14:57:49 -05:00
Eric Bailey 5eb725857f Deprecate SENTRY_RELEASE since we use package.json now 2025-07-29 14:57:49 -05:00
Eric Bailey 01b3162c18 Prefix Bitdrift key with EXPO_PUBLIC 2025-07-29 14:57:49 -05:00
Eric Bailey 5f2272a7e4 Use new env in chat proxy header 2025-07-29 14:57:49 -05:00
Eric Bailey fc47a186c1 Use new env in Bitdrift setup file 2025-07-29 14:57:49 -05:00
Eric Bailey 386c49ceb4 Use new env in Sentry setup file 2025-07-29 14:57:49 -05:00
Eric Bailey b5ff69e515 Clean up env files 2025-07-29 14:57:49 -05:00
Eric Bailey 1504ce28e2 Fix parent read more occurring further up the tree (#8729) 2025-07-28 14:21:01 -05:00
Eric Bailey 6d0c859d8f Fix blur handling (#8730) 2025-07-28 14:20:55 -05:00
hailey 41998c59b5 Ensure preference overrides cause re-renders (#8724)
* make sure request is fetched before returning true

* Ensure preferences object skips equality checks if overridden

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-28 12:28:12 -05:00
pfrazee 872fe324a0 Nightly source-language update 2025-07-26 02:44:52 +00:00
hailey 810918b434 add web hook, action tweaks (#8723) 2025-07-25 12:39:43 -07:00
hailey 4d210e33cf fix type error (#8722) 2025-07-25 09:34:04 -07:00
hailey 15abdc67cf simplify logic for pull request OTAs (#8720)
* simplify logic for pull request OTAs

* just render deep link in the text

* dont download update until approved
2025-07-25 08:57:21 -07:00
hailey c6b578fe91 fix final final final (#8719) 2025-07-24 21:07:06 -07:00