Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

[PAY-703][PAY-698][PAY-699][PAY-686] Various Stripe Fixes pt 1 #2176

Merged
merged 6 commits into from
Oct 26, 2022

Conversation

rickyrombo
Copy link
Contributor

Description

** Reviewer note: Go commit by commit **

See commit messages and linear items.

Dragons

Is there anything the reviewer should be on the lookout for? Are there any dangerous changes?

cc: @dylanjeffers / @sliptype : I'm using sentry more directly instead of putting an action or console.erroring, Is this ok?

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.

How will this change be monitored?

For features that are critical or could fail silently please describe the monitoring/alerting being added.

Feature Flags

Are all new features properly feature flagged? Describe added feature flags.

@audius-infra
Copy link
Collaborator

Preview this change https://demo.audius.co/mjp-stripe-fixes

Copy link
Contributor

@piazzatron piazzatron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Super clean PR ez to review per commit

@@ -915,7 +915,7 @@ function* doBuyAudio({
)
} catch (e) {
const stage = yield* select(getBuyAudioFlowStage)
yield reportToSentry({
yield* call(reportToSentry, {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

man we need a lint rule for this or something 😆

@rickyrombo rickyrombo merged commit b7364a9 into main Oct 26, 2022
@rickyrombo rickyrombo deleted the mjp-stripe-fixes branch October 26, 2022 18:57
audius-infra pushed a commit that referenced this pull request Oct 29, 2022
[07e1225] [C-1385] Stream mp3 instead of segments (#2147) Andrew Mendelsohn
[930c11c] Truncate balance in account-drawer (#2197) Dylan Jeffers
[14c37db] Add disabed tooltip text for hidden tracks tab in artist dashboard (#2196) Kyle Shanks
[60be197] [C-1376] Kickoff mobile upload (#2193) Dylan Jeffers
[1205956] Pass retry through for client handle validation (#2192) Joseph Lee
[2053951] fix artist link badge alignment (#2189) nicoback2
[fc65758] Fix mobile lint (#2190) Sebastian Klingler
[a9e1873] [PAY-709][PAY-704][PAY-702][PAY-700][PAY-696][PAY-692][PAY-691] Various Stripe OnRamp Fixes pt 2 (#2185) Marcus Pasell
[9789952] [C-1375] Fix push notification navigation (#2184) Dylan Jeffers
[1bf06cc] [C-1377] Move cover photo button to top (#2186) Raymond Jacobson
[9b9570f] Bump ios to 1.1.36 (#2188) Sebastian Klingler
[5d5117d] Use Hermes for iOS; allow enabling/disabling locally C-1334 (#2177) nicoback2
[109d34b] Avoid `handleInUse` libs function bc it hits poa (#2183) Sebastian Klingler
[7ffce1b] [C-1359] Prevent double navigation on android, plus StatusBar fixes (#2182) Sebastian Klingler
[760bb5d] [C-1370] Fix app initialization sequence and assumptions for offline and online startup (#2164) Andrew Mendelsohn
[b7364a9] [PAY-703][PAY-698][PAY-699][PAY-686] Various Stripe Fixes pt 1 (#2176) Marcus Pasell
[8ba8ccb] Bump sdk to 1.0.19 (#2181) Isaac Solo
[bd0f1fe] [C-1369] Fix account screen crash on android (#2180) Sebastian Klingler
[e241f9c] [C-1261] Android sign on overflow (#2171) Sebastian Klingler
[edd5408] Fix notification subscriptions (#2167) Raymond Jacobson
[089b283] [C-1349] Improve StatusBar colors (#2175) Sebastian Klingler
[ba80376] Fix typecheck (#2179) Raymond Jacobson
[1bb0ab0] [C-1371, C-1372] Address mobile-navbar QA issues #2 (#2173) Dylan Jeffers
[4f53032] Update libs (#2178) Raymond Jacobson
[7a8a207] Dual writes when setting artist pick (#2128) Michelle Brier
[25954c3] Bump @audius/sdk to 1.0.16 (#2168) Sebastian Klingler
[dfab0c2] Update nethermind provider to https (#2174) Isaac Solo
[d1e8c1f] Update stage config to nethermind RPC (#2172) Isaac Solo
[3da52ee] [C-1302] Fix blank profile picture background color (#2166) Dylan Jeffers
[be0a1d2] Fix useLocalStorage hook to use getItem rather than getValue (#2170) Marcus Pasell
[1bc59fc] Call getUserListenCountsMonthly in client artist dashboard (#2157) sabrina-kiam
[a8617f8] [C-1368, C-1354, C-1364] Address mobile-nav qa (#2165) Dylan Jeffers
[fefd3f4] SEO updates (#2162) Joseph Lee
[c77558b] Put recovery flow behind feature flag (#2163) Marcus Pasell
[56109b4] [PAY-680] Fix BuyAudio recovery success modal (#2110) Marcus Pasell
@AudiusProject AudiusProject deleted a comment from linear bot Sep 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants