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

Implement external identities #296

Merged
merged 26 commits into from
Oct 5, 2024
Merged

Conversation

Knerio
Copy link
Member

@Knerio Knerio commented Sep 4, 2024

close #266

@Knerio Knerio added the enhancement New feature or request label Sep 4, 2024
@Knerio Knerio self-assigned this Sep 4, 2024
@Knerio Knerio marked this pull request as draft September 4, 2024 11:54
Copy link

github-actions bot commented Sep 4, 2024

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1482558811

Status: Passed
Duration: 7 minutes

Job summaries

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/8000265370/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1482558811/test_report
Finished in 12.29 seconds (files took 11.54 seconds to load)
937 examples, 0 failures
2781 / 3116 LOC (89.25%) covered.
[TEST PROF INFO] Time spent in factories: 00:07.202 (38.64% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/8000265369/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/1482558811/test_report
Finished in 11.73 seconds (files took 12.89 seconds to load)
890 examples, 0 failures
2633 / 2984 LOC (88.24%) covered.
[TEST PROF INFO] Time spent in factories: 00:06.707 (34.7% of total time)

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/8000277842/artifacts/dist/index.html

rubocop

469 files inspected, no offenses detected

@Knerio Knerio marked this pull request as ready for review September 7, 2024 17:03
@Taucher2003 Taucher2003 changed the title 266 implement external identities Implement external identities Sep 9, 2024
app/graphql/mutations/users/identity/link.rb Outdated Show resolved Hide resolved
app/graphql/mutations/users/identity/link.rb Outdated Show resolved Hide resolved
app/graphql/mutations/users/identity/login.rb Outdated Show resolved Hide resolved
app/graphql/mutations/users/identity/unlink.rb Outdated Show resolved Hide resolved
app/services/users/identity/link_service.rb Outdated Show resolved Hide resolved
spec/models/user_identity_spec.rb Outdated Show resolved Hide resolved
spec/models/user_identity_spec.rb Show resolved Hide resolved
spec/services/users/identity/link_service_spec.rb Outdated Show resolved Hide resolved
spec/services/users/identity/unlink_service_spec.rb Outdated Show resolved Hide resolved
@Taucher2003 Taucher2003 merged commit 4a0f2a4 into main Oct 5, 2024
1 check passed
@Taucher2003 Taucher2003 deleted the 266-implement-external-identities branch October 5, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add oAuth
2 participants