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

[MARLIN-621] Do not send previously sent immutable entities to Connec!™ #186

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2019

  1. [MARLIN-621] If an entity is immutable, then we should not send again…

    … to connec if we have already sent it
    
    Eg: BankTransaction, is an immutable entity, Once we see the transactions in Marlin Banking Adapter, it doesnot change
    So we don't have to send the transactions again to Connec again, especially during a full_sync
    If the full sync is configured to run every day and if we send all transcations to connec every time,
    then connec gets overloaded and returns 500
    hhemanth committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    6709211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131c05d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. [MARLIN-621] addressing review comments

    Fixed specs, it was in bad shape.
    Fixed errors due to rebase conflicts.
    Added comment for next statement and refactored into a private method
    hhemanth committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    703672e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. [MARLIN-621] fixing rspec inline with best practices

    Organizing examples within contexts
    Using before for stubs and data setups
    hhemanth committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3f78eb7 View commit details
    Browse the repository at this point in the history