-
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): add model for error_details #2311
Merged
annvelents
merged 18 commits into
main
from
ftr-anrok-add-integration-error-details-model
Jul 24, 2024
Merged
feat(anrok): add model for error_details #2311
annvelents
merged 18 commits into
main
from
ftr-anrok-add-integration-error-details-model
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-add-integration-error-details-model
branch
2 times, most recently
from
July 22, 2024 13:48
cf1a3ed
to
06f2318
Compare
annvelents
force-pushed
the
ftr-anrok-migration-create-integration-error-details
branch
from
July 23, 2024 08:41
9a8c6a7
to
9510b4a
Compare
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 09:00
e5efbbd
to
9239619
Compare
Base automatically changed from
ftr-anrok-migration-create-integration-error-details
to
main
July 23, 2024 09:09
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 09:13
770bc42
to
ea94965
Compare
julienbourdeau
changed the title
feat(anrok): add model for integration_error_details
feat(anrok): add model for error_details
Jul 23, 2024
julienbourdeau
approved these changes
Jul 23, 2024
lovrocolic
reviewed
Jul 23, 2024
lovrocolic
requested changes
Jul 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! Please take a look on the comment regarding integration association
lovrocolic
reviewed
Jul 23, 2024
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 15:46
5356d72
to
ad2d128
Compare
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-add-integration-error-details-model
branch
from
July 23, 2024 16:43
552c2e2
to
54b500e
Compare
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 23, 2024 16:58
54b500e
to
19b558f
Compare
lovrocolic
reviewed
Jul 24, 2024
lovrocolic
reviewed
Jul 24, 2024
annvelents
force-pushed
the
ftr-anrok-add-integration-error-details-model
branch
from
July 24, 2024 09:05
3a16de2
to
a6b3adf
Compare
lovrocolic
reviewed
Jul 24, 2024
db/migrate/20240724085326_change_error_code_type_on_error_details.rb
Outdated
Show resolved
Hide resolved
lovrocolic
approved these changes
Jul 24, 2024
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 ## Description Added the model itself after the table has been added ---------
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
Description
Added the model itself after the table has been added