Skip to content

endl/audiusd - #9870

Merged
endline merged 13 commits into
mainfrom
endl/audiusd
Oct 1, 2024
Merged

endl/audiusd#9870
endline merged 13 commits into
mainfrom
endl/audiusd

Conversation

@endline

@endlineendline commented Sep 26, 2024

Copy link
Copy Markdown
Contributor

Consolidate all go applications into single binary.

NOTE: Significant pkg re org work is soon underway. This PR attempts to wrap calls to main() in such a way that diffs are minimal and existing CI builds should continue to work for main entrypoints (i.e. standalone core, mediorum, uptime docker images)

HOW WAS THIS TESTED

Run a local node in cmd/audiusd/README.mdshould just work!

Also verified that docker builds continue to link correctly after the mediorum_pkg and core_pkg (temp) re-org.
uptime has since been pinned during this transition and as such does not apply here.

cd audius-protocol
audius-compose build mediorum && docker run --rm -ti audius-protocol-mediorum:latest
audius-compose build core && docker run --rm -ti audius-protocol-core:latest

endline added 2 commits September 25, 2024 11:54
docker run --name postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=audiusd -p 5432:5432 -d postgres
./audiusd
@changeset-bot

changeset-botBot commented Sep 26, 2024

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 05028cb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@endlineendline changed the title Endl/audiusdendl/audiusdSep 26, 2024
@gitguardian

gitguardianBot commented Sep 26, 2024

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 12 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian idGitGuardian statusSecretCommitFilename
11648679TriggeredGeneric High Entropy Secretc501e5fcore/infra/dev_config/standalone-console.envView secret
9412812TriggeredGeneric Passworda52b151cmd/audiusd/prod.shView secret
11648675TriggeredGeneric High Entropy Secret631c9ffmediorum/main.goView secret
11648675TriggeredGeneric High Entropy Secret631c9ffmediorum/mediorum_pkg/run.goView secret
11648678TriggeredGeneric High Entropy Secret631c9ffmediorum/main.goView secret
11648678TriggeredGeneric High Entropy Secret631c9ffmediorum/mediorum_pkg/run.goView secret
11648679TriggeredGeneric High Entropy Secret631c9ffmediorum/mediorum_pkg/run.goView secret
11648679TriggeredGeneric High Entropy Secret631c9ffmediorum/main.goView secret
11648680TriggeredGeneric High Entropy Secret631c9ffmediorum/main.goView secret
11648680TriggeredGeneric High Entropy Secret631c9ffmediorum/mediorum_pkg/run.goView secret
11648681TriggeredGeneric High Entropy Secret631c9ffmediorum/mediorum_pkg/run.goView secret
11648681TriggeredGeneric High Entropy Secret631c9ffmediorum/main.goView secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@endline
endline marked this pull request as ready for review September 30, 2024 21:43
@endline
endline enabled auto-merge (squash) October 1, 2024 01:31
@endline
endline merged commit 9750c85 into mainOct 1, 2024
@endline
endline deleted the endl/audiusd branch October 1, 2024 01:45
schottra added a commit that referenced this pull request Oct 1, 2024
* origin/main: (27 commits)
[C-5022] Fix cached-image artwork and avatar (#9898)
[C-5058] Close reply input on submit (#9897)
[C-5028] Hide sort buttons with 1 or fewer comments (#9896)
[C-5070] Add comment count to artist dashboard (#9895)
updated hackathon banner (#9811)
Version Packages (#9822)
[PAY-3439] Add hono to create-audius-app (#9840)
Update minimal audiusd example (#9905)
endl/audiusd (#9870)
[QA-1750] Fix race cond in cc flow with token account creation (#9902)
Fixes zodError when purchasing album with Coinflow (#9903)
E2E muting users from comments (#9844)
[PAY-3344] Chat blast notifications (#9880)
fix sdk remixed tracks usage (#9901)
Disable payment router tests temporarily to unblock staging deploys (#9899)
Add recommended ddex docs (#9891)
Fix comment optimistic writes (#9876)
[PROTO-1935] Always relaunch under the hood in audius-ctl up (#9892)
[PAY-3198] New inbox settings modal layout (#9893)
Audius Protocol v0.7.1
...
audius-infra pushed a commit that referenced this pull request Oct 1, 2024
[0c3f791] [PAY-3439] Add hono to create-audius-app (#9840) Raymond Jacobson
[9750c85] endl/audiusd (#9870) endline
[a7cc761] E2E muting users from comments (#9844) Isaac Solo
[b6106f3] [PAY-3344] Chat blast notifications (#9880) Reed
[fffb0a5] Disable payment router tests temporarily to unblock staging deploys (#9899) Marcus Pasell
schottra added a commit that referenced this pull request Oct 2, 2024
* origin/main:
[PAY-3455] Update unread element scroll function and fix chat page styling again (#9904)
Bump harmony by minor version (#9907)
[QA-1522] Update web scrubber to track audio player directly (#9894)
Audius Protocol v0.7.2
[C-5022] Fix cached-image artwork and avatar (#9898)
[C-5058] Close reply input on submit (#9897)
[C-5028] Hide sort buttons with 1 or fewer comments (#9896)
[C-5070] Add comment count to artist dashboard (#9895)
updated hackathon banner (#9811)
Version Packages (#9822)
[PAY-3439] Add hono to create-audius-app (#9840)
Update minimal audiusd example (#9905)
endl/audiusd (#9870)
[QA-1750] Fix race cond in cc flow with token account creation (#9902)
Fixes zodError when purchasing album with Coinflow (#9903)
E2E muting users from comments (#9844)
[PAY-3344] Chat blast notifications (#9880)
fix sdk remixed tracks usage (#9901)
Disable payment router tests temporarily to unblock staging deploys (#9899)
Add recommended ddex docs (#9891)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@endline@phelpsdb@raymondjacobson