Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Job Launcher] Refactor nested services dependencies #747

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

eugenvoronov
Copy link
Contributor

Description

Nested dependencies of services was refactor, for example, where it is possible to used the repository directly.

Summary of changes

  • Implemented Payment Repository directly to the Job Service
  • Removed save payment method form Payment Service
  • Deprecated Currency Service and use until instead
  • Updated unit tests

How test the changes

yarn test

Related issues

[Job Launcher] Refactoring nested services dependencies#746

@eugenvoronov eugenvoronov requested a review from portuu3 August 3, 2023 13:23
@eugenvoronov eugenvoronov self-assigned this Aug 3, 2023
@vercel
Copy link

vercel bot commented Aug 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
escrow-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 1:33pm
faucet-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 1:33pm
fortune-exchange-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 1:33pm
fortune-exchange-oracle-server ✅ Ready (Inspect) Visit Preview Aug 3, 2023 1:33pm
fortune-job-launcher-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 1:33pm
fortune-job-launcher-server ✅ Ready (Inspect) Visit Preview Aug 3, 2023 1:33pm
fortune-recording-oracle ✅ Ready (Inspect) Visit Preview Aug 3, 2023 1:33pm
fortune-reputation-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 1:33pm

@eugenvoronov eugenvoronov linked an issue Aug 3, 2023 that may be closed by this pull request
@vercel vercel bot temporarily deployed to Preview – fortune-job-launcher-client August 3, 2023 13:26 Inactive
@vercel vercel bot temporarily deployed to Preview – fortune-reputation-oracle August 3, 2023 13:31 Inactive
@vercel vercel bot temporarily deployed to Preview – fortune-exchange-oracle August 3, 2023 13:33 Inactive
@eugenvoronov eugenvoronov merged commit a1b245c into feat/job-launcher/refactor-auth Aug 3, 2023
@eugenvoronov eugenvoronov deleted the launcher/refactoring branch August 3, 2023 16:46
portuu3 added a commit that referenced this pull request Aug 9, 2023
* Auth refactor JL

* authentication fixes

* remove jwt interface

* fix tests and clean code

* fix review comments

* Refactored services and removed unnecessary nesting (#747)

* database and payment fixes (#743)

Co-authored-by: Eugene Voronov <[email protected]>

* use of access and refresh tokens for auth

* fix tests

* make sure token contains bearer

* rename jwt prefix

---------

Co-authored-by: Francisco López <[email protected]>
Co-authored-by: eugenvoronov <[email protected]>
Co-authored-by: Eugene Voronov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Job Launcher] Refactoring nested services dependencies
2 participants