Uh oh!
There was an error while loading. Please reload this page.
[INF-181] Add audius-cmd - #3612
Conversation
dmanjunath
left a comment
There was a problem hiding this comment.
i don't think this PR actually works end to end but no reason to not merge for faster iteration. the client still fails on signup because of solana relay and audius-cmd create-user fails on (node:1) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'ownerWallet' of undefined
Uh oh!
There was an error while loading. Please reload this page.
joaquincasares
left a comment
There was a problem hiding this comment.
Everything else lgtm!
| @@ -0,0 +1,10 @@ | |||
| FROM node:14 | |||
| WORKDIR /usr/src/app | |||
There was a problem hiding this comment.
Using this pattern is the recommended community approach since it allows us to rewrite lines 6 and 7 using ${WORKDIR} instead of hardcoding /usr/src/app.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
## Changelog - 2022-08-30 [b2033d5] [C-927] Fix 0x prefix in native (#3788) [Raymond Jacobson] - 2022-08-30 [287f5e2] Temporarily remove track repost and save prevention for premium tracks in indexing (#3792) [Saliou Diallo] - 2022-08-30 [843c8c9] Enable reconfigs for one secondary by default (#3794) [Theo Ilie] - 2022-08-30 [3060080] Fix incomplete replica set for deregistered node (#3791) [Theo Ilie] - 2022-08-30 [d8cb6a1] fix n+1 query bug in model_to_dictionary (#3793) [Steve Perkins] - 2022-08-30 [e386114] Regenerate package lock in eth contracts (#3790) [Cheran] - 2022-08-30 [0e27048] Final fixes for E2E local compose (#3789) [Cheran] - 2022-08-30 [ed12c45] [CON-284] Add tracing decorator and decorate non-queue functions (#3750) [Johannes Naylor] - 2022-08-29 [4c46521] PrimarySyncFromSecondary log nit (#3787) [Sid Sethi] - 2022-08-29 [ac33e4d] [PAY-481][PAY-483][PAY-484] Add premium content write changes to DN (#3752) [Saliou Diallo] - 2022-08-29 [e4d1af9] CON-371 PrimarySyncFromSecondary Rewrite for Perf Improvements (#3759) [Sid Sethi] - 2022-08-29 [6f10439] CON-370 Fix export bug for large users (#3779) [Sid Sethi] - 2022-08-29 [9a20f2f] Fix orphaned data gte and log stack for reconfig 500s (#3786) [Theo Ilie] - 2022-08-29 [d905e1d] Fix last_added_to field for uploaded collections (#3784) [Isaac Solo] - 2022-08-29 [e240525] [INF-181] Add audius-cmd (#3612) [Cheran] - 2022-08-29 [5327ff5] Add syncForceWipeEnabled env var (#3778) [Theo Ilie] - 2022-08-26 [a81235a] Gracefully stop recover-orphaned-data jobs (#3776) [Theo Ilie] - 2022-08-26 [de178d2] EntityManager Upgradeability Unit Test (#3740) [Hareesh Nagaraj] - 2022-08-26 [3b98f10] v1.0.0 (#3777) [Reed] - 2022-08-26 [5129552] Fix failing test-solana-programs-anchor CI (#3775) [Isaac Solo] - 2022-08-26 [179e41d] Add logs to orphaned data recovery job (#3774) [Theo Ilie] - 2022-08-26 [aad5c9f] INF-227 Finalize additional Grafana Alerting entities (#3732) [Joaquin Casares] - 2022-08-26 [5eaec3e] Remove rsyslogd from identity (#3769) [Dheeraj Manjunath] - 2022-08-26 [0a5ecbb] Fix bug in fetching sync export + consolidate logic (#3771) [Theo Ilie] - 2022-08-26 [cba01d4] Make orphaned data fixes + improvements (#3766) [Theo Ilie] - 2022-08-25 [28cccc7] [PAY-586] Rename getAssociatedTokenAccountInfo and getUserBank (#3762) [Reed] - 2022-08-25 [432caa7] Add storage path size prometheus metric in content node (#3768) [Dheeraj Manjunath] - 2022-08-25 [c5dde7d] New "soft unhealthy" env var + actually set healthy status from content node (#3730) [Dheeraj Manjunath] - 2022-08-25 [2ae731d] Fix issueSyncRequest libs not having ethContracts (#3764) [Theo Ilie] - 2022-08-25 [0b4d837] CON-368 Fix sync duration logging bug #3763 [Sid Sethi] - 2022-08-25 [fe85228] Fix wormhole with upgraded libs (#3757) [Raymond Jacobson] - 2022-08-25 [33c9973] Fix invalidate playlist's original record (#3761) [Isaac Solo] - 2022-08-25 [732a1d4] Skip replica set updates for users w/o URSM data (#3754) [Theo Ilie] - 2022-08-25 [75ab7b5] Make Content Node tsconfig include all src files (#3760) [Theo Ilie] - 2022-08-25 [18d1af4] [CON-324] Implement orphaned data recovery (#3696) [Theo Ilie] - 2022-08-25 [e74f72b] CON-366 CN - Log on secondarySyncFromPrimary() success + logging cleanup (#3749) [Sid Sethi] - 2022-08-25 [2389d8f] Bump sdk to v0.0.40 [audius-infra] - 2022-08-24 [9133cab] Fix entity manager playlist invalidation (#3756) [Isaac Solo] - 2022-08-24 [a680ad2] Fix last added and invalid tx (#3755) [Isaac Solo]
## Changelog - 2022-08-30 [b2033d5] [C-927] Fix 0x prefix in native (#3788) [Raymond Jacobson] - 2022-08-30 [287f5e2] Temporarily remove track repost and save prevention for premium tracks in indexing (#3792) [Saliou Diallo] - 2022-08-30 [843c8c9] Enable reconfigs for one secondary by default (#3794) [Theo Ilie] - 2022-08-30 [3060080] Fix incomplete replica set for deregistered node (#3791) [Theo Ilie] - 2022-08-30 [d8cb6a1] fix n+1 query bug in model_to_dictionary (#3793) [Steve Perkins] - 2022-08-30 [e386114] Regenerate package lock in eth contracts (#3790) [Cheran] - 2022-08-30 [0e27048] Final fixes for E2E local compose (#3789) [Cheran] - 2022-08-30 [ed12c45] [CON-284] Add tracing decorator and decorate non-queue functions (#3750) [Johannes Naylor] - 2022-08-29 [4c46521] PrimarySyncFromSecondary log nit (#3787) [Sid Sethi] - 2022-08-29 [ac33e4d] [PAY-481][PAY-483][PAY-484] Add premium content write changes to DN (#3752) [Saliou Diallo] - 2022-08-29 [e4d1af9] CON-371 PrimarySyncFromSecondary Rewrite for Perf Improvements (#3759) [Sid Sethi] - 2022-08-29 [6f10439] CON-370 Fix export bug for large users (#3779) [Sid Sethi] - 2022-08-29 [9a20f2f] Fix orphaned data gte and log stack for reconfig 500s (#3786) [Theo Ilie] - 2022-08-29 [d905e1d] Fix last_added_to field for uploaded collections (#3784) [Isaac Solo] - 2022-08-29 [e240525] [INF-181] Add audius-cmd (#3612) [Cheran] - 2022-08-29 [5327ff5] Add syncForceWipeEnabled env var (#3778) [Theo Ilie] - 2022-08-26 [a81235a] Gracefully stop recover-orphaned-data jobs (#3776) [Theo Ilie] - 2022-08-26 [de178d2] EntityManager Upgradeability Unit Test (#3740) [Hareesh Nagaraj] - 2022-08-26 [3b98f10] v1.0.0 (#3777) [Reed] - 2022-08-26 [5129552] Fix failing test-solana-programs-anchor CI (#3775) [Isaac Solo] - 2022-08-26 [179e41d] Add logs to orphaned data recovery job (#3774) [Theo Ilie] - 2022-08-26 [aad5c9f] INF-227 Finalize additional Grafana Alerting entities (#3732) [Joaquin Casares] - 2022-08-26 [5eaec3e] Remove rsyslogd from identity (#3769) [Dheeraj Manjunath] - 2022-08-26 [0a5ecbb] Fix bug in fetching sync export + consolidate logic (#3771) [Theo Ilie] - 2022-08-26 [cba01d4] Make orphaned data fixes + improvements (#3766) [Theo Ilie] - 2022-08-25 [28cccc7] [PAY-586] Rename getAssociatedTokenAccountInfo and getUserBank (#3762) [Reed] - 2022-08-25 [432caa7] Add storage path size prometheus metric in content node (#3768) [Dheeraj Manjunath] - 2022-08-25 [c5dde7d] New "soft unhealthy" env var + actually set healthy status from content node (#3730) [Dheeraj Manjunath] - 2022-08-25 [2ae731d] Fix issueSyncRequest libs not having ethContracts (#3764) [Theo Ilie] - 2022-08-25 [0b4d837] CON-368 Fix sync duration logging bug #3763 [Sid Sethi] - 2022-08-25 [fe85228] Fix wormhole with upgraded libs (#3757) [Raymond Jacobson] - 2022-08-25 [33c9973] Fix invalidate playlist's original record (#3761) [Isaac Solo] - 2022-08-25 [732a1d4] Skip replica set updates for users w/o URSM data (#3754) [Theo Ilie] - 2022-08-25 [75ab7b5] Make Content Node tsconfig include all src files (#3760) [Theo Ilie] - 2022-08-25 [18d1af4] [CON-324] Implement orphaned data recovery (#3696) [Theo Ilie] - 2022-08-25 [e74f72b] CON-366 CN - Log on secondarySyncFromPrimary() success + logging cleanup (#3749) [Sid Sethi] - 2022-08-25 [2389d8f] Bump sdk to v0.0.40 [audius-infra] - 2022-08-24 [9133cab] Fix entity manager playlist invalidation (#3756) [Isaac Solo] - 2022-08-24 [a680ad2] Fix last added and invalid tx (#3755) [Isaac Solo]
[1957c34] Add remove from playlist overflow action (#3621) Kyle Shanks [67e0012] [C-2712] Clear favorites on sign-out (#3620) Dylan Jeffers [97b6b94] [PAY-1421] Fix android reaction offsets (#3611) Michael Piazza [9867571] [PAY-1494] Change chats copy to beginning of message history (#3617) Reed [1b7ca71] Add overflow menu options for track list items on mobile (#3608) Kyle Shanks [810f0df] [PAY-1487] Increase hit slop of mobile dms send button (#3618) Reed [06dae51] [PAY-1470] Remove border radius from track/playlist tiles (#3613) Marcus Pasell [dbdfb84] [PAY-1469] Clear the search after creating a chat (#3616) Marcus Pasell [3f31554] [PAY-1489] Add more space to reacted to messages (#3615) Marcus Pasell [ed4f321] [PAY-1473] Clear input on chat change (#3614) Marcus Pasell [e9683d9] Use emojis instead of 'heart' etc as reactions (#3602) Marcus Pasell [192fd44] [PAY-1486] DMs: Fix purple border around unfurls (#3612) Marcus Pasell [b0c2e4a] Lowercase library restricted handle (#3590) Isaac Solo [a8daa72] Change text to 'Beginning of Conversation' (#3605) Marcus Pasell [332c0c0] Developer app modal - small fixes (#3609) nicoback2 [0e43db1] [PAY-1476] Inbox unavailable copy update (#3607) Reed [d862fd5] [PAY-1484] Allow reactions while keyboard is open on mobile (#3606) Reed [3bd5928] [PAY-944] DMs: Add Mobile Web drawer prompting app download (#3565) Marcus Pasell [5bea105] Wait for libs to init before initting SDK (#3604) Marcus Pasell [f4d28e0] Add option to cache bust node_modules (#3603) Dylan Jeffers [9b165c4] [PAY-1455] Optimize reactions perf (maybe) (#3599) Michael Piazza [0a1a68b] [PAY-1465] Auto-nav to chat only when permitted (#3598) Reed [72e9f92] [C-2665C-2714] Add developer apps settings modal (#3589) Dylan Jeffers [b787344] [PAY-1456] Fix followee-gated create chat crash (#3593) Reed [dbae5bd] Reduce MessageLockedButton size on profile screen (#3597) Reed [097879b] [PAY-1437] Fix drawers sharing state causing crash (#3595) Reed [818b215] [C-2770] Fix issue where playlist library can disappear (#3596) Dylan Jeffers [f3ada88] [PAY-1461] Format follower count in chat search screen (#3594) Reed [eb924e7] [C-2713] Add track metadata fields to new upload form (#3574) Andrew Mendelsohn [be56d1f] Fix mobile textinput borders + labels (#3592) Reed [fc7541b] Update collection list id flow to add the create tile (#3591) Kyle Shanks [dc15518] [PAY-1432] Fix chat playlist artist sometimes undefined (#3585) Reed [399d0b5] [C-2588] Update share modal and drawer to properly add user twitter handle (#3584) Kyle Shanks [9f30855] [C-2761] Add mutations to audius-query (#3581) Dylan Jeffers [597dfe5] [PAY-1448] End the race between SDK and Libs, once and for all (#3588) Marcus Pasell [56914cf] [C-2768] Update InputV2, add TextField/TextAreaField (#3587) Dylan Jeffers [c9358b6] [CON-742] Make users and track actions v2 for v2 users/tracks even when feature flags are disabled (#3582) Theo Ilie [a94f035] audius-query debug flag usage in README (#3586) Reed [bceb3fe] [INF-417] Generate sourcemaps when running web:prod (#3583) Sebastian Klingler [f4ad466] [PAY-1454] Redline mobile header to latest figma design (#3576) Michael Piazza [eec6af0] [PAY-1405] Add padding to bottom of chat user search screen (#3580) Reed [a6c8ece] [PAY-1435] Navigate to chat after unblocking user on mobile (#3578) Reed [ee1b6c3] [PLAT-659] Metamask sign in/up on ACDC (#3563) Raymond Jacobson [fbd4053] [C-2472] Update mobile track list items for playlists to have the overflow menu (#3577) Kyle Shanks [51f44ac] [PAY-1399] Fix Android chat send button color (#3575) Reed [7d440de] [PAY-1442] Fix drawer touchables on android (#3572) Reed [8c90ff6] Allow drag and dropping tracks into chat (#3573) Michael Piazza [f7489e0] Upgrade dapp store version to v1.5.26 (#3504) Dylan Jeffers [6be0c64] [PAY-1440][PAY-1441] Mobile inbox settings UI fixes (#3571) Reed [001007e] [PAY-1434] Dismiss keyboard on create chat screen row press (#3569) Reed [c70e9fe] [PAY-1446] Set MessageLocked icon in profile screen to 0.4 opacity (#3570) Reed [2cc8ad0] [C-2716] Improve notifications on fresh account (#3568) Dylan Jeffers [01f05ba] [C-2474] Generate playlist artwork from track artwork (#3518) Dylan Jeffers [0355c10] [PAY-1325] Remove userbadges from chat unavailable message in chat screen (#3567) Reed [da10bbc] [PAY-1389] CTA on create chat when not permitted (#3566) Reed
Description
Add audius-cmd to manage misc audius related commands for local development
Tests
audius-cmd --help
Tested with creating user account with AudiusProject/audius-client#1577
Monitoring - How will this change be monitored? Are there sufficient logs / alerts?
NA