-
Notifications
You must be signed in to change notification settings - Fork 99
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
Feat(anrok): create integration error details service #2316
Merged
annvelents
merged 25 commits into
main
from
ftr-anrok-create-integration-error-details-service
Jul 24, 2024
Merged
Feat(anrok): create integration error details service #2316
annvelents
merged 25 commits into
main
from
ftr-anrok-create-integration-error-details-service
Jul 24, 2024
Conversation
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
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
2 times, most recently
from
July 22, 2024 12:36
fbf4341
to
b7484ac
Compare
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 22, 2024 13:48
cf1a3ed
to
06f2318
Compare
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
from
July 22, 2024 14:25
b7484ac
to
52e3e90
Compare
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
2 times, most recently
from
July 23, 2024 09:13
770bc42
to
ea94965
Compare
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
from
July 23, 2024 09:19
52c8feb
to
de0bd56
Compare
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
2 times, most recently
from
July 23, 2024 10:47
699c9fc
to
2e34143
Compare
julienbourdeau
approved these changes
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 15:58
ad2d128
to
44a0840
Compare
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
from
July 23, 2024 16:15
8945598
to
c1aab4f
Compare
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 16:58
54b500e
to
19b558f
Compare
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
from
July 24, 2024 09:49
c62c619
to
8318ccc
Compare
lovrocolic
reviewed
Jul 24, 2024
lovrocolic
approved these changes
Jul 24, 2024
Base automatically changed from
ftr-anrok-add-integration-error-details-model
to
main
July 24, 2024 12:46
annvelents
force-pushed
the
ftr-anrok-create-integration-error-details-service
branch
from
July 24, 2024 12:52
826e703
to
3154c9e
Compare
annvelents
deleted the
ftr-anrok-create-integration-error-details-service
branch
July 24, 2024 14:42
abdussamadbello
pushed a commit
to abdussamadbello/lago-api
that referenced
this pull request
Aug 8, 2024
## Context As part of implementation logic to store errors received from Anrok through Nango we need a new model that would be used to store the errors we got from integrations we have. This PR creates service to create this error ## Description Added `IntegrationErrorDetails::CreateService` ---------
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
As part of implementation logic to store errors received from Anrok through Nango we need a new model that would be used to store the errors we got from integrations we have. This PR creates service to create this error
Description
Added
IntegrationErrorDetails::CreateService