-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into pay-2012-purchase-ana…
…lytics * origin/main: (21 commits) Fix triggering patch-release workflow (#6447) Fix cooldown summary table (#6445) Fix $AUDIO purchase (#6446) Fix notifications (#6444) refactor: Tweak Harmony button API (#6430) [PAY-2063] Fix border colors (#6437) Bump version to 0.5.1 Add Harmony completion check C-3246 (#6414) [PAY-2061] Hide table if no challenges summary (#6438) Add CI workflow to patch a SHA outside of release (#6439) Filter out usdc create notifs from endpoint (#6436) [C-3196] Add testing-library to harmony and harmony-native (#6432) Push dashboard in release workflow (#6433) Fix jupiter buy-audio flow (#6429) Fix setup-dev.sh for users without .bashrc (#6428) SummaryTable don't gray out last row if no SummaryItem (#6427) Upgrade to 0.5.0 (#6426) [PAY-2012] Add analytics for purchase start/success/failure (#6425) Fix failing root npm install (#6424) [C-3235] Fix rotating cover art (#6379) ...
- Loading branch information
Showing
92 changed files
with
9,281 additions
and
4,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
when: << pipeline.parameters.patch-release-commit-sha >> | ||
jobs: | ||
- deploy-foundation-nodes-trigger: | ||
type: approval | ||
- deploy-foundation-nodes: | ||
context: github | ||
requires: | ||
- deploy-foundation-nodes-trigger | ||
- release-audius-docker-compose-trigger: | ||
requires: | ||
- deploy-foundation-nodes | ||
type: approval | ||
- release-audius-docker-compose: | ||
context: github | ||
requires: | ||
- release-audius-docker-compose-trigger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "0.4.38", | ||
"version": "0.5.1", | ||
"service": "content-node" | ||
} |
Oops, something went wrong.