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

Add APIs for local changes #105

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 27, 2020

  1. Add APIs for local changes

    * Get all local updates
    * Delete all local changes by resource (id, type)
    deepankarb committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2db3c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5587b View commit details
    Browse the repository at this point in the history
  3. Add mock impl for getting all Updates

    * Moved interface for getting updates and deleteing local changes to
      Database.
    * Added mock implemetation for sync mechanism development.
    deepankarb committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a298455 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. WIP commit

    * Moved db revision interface
    * db rev mgmt : insert, update or delete a resoource revsion
    * db rev merge, squash and diff
    deepankarb committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    cdc4e8d View commit details
    Browse the repository at this point in the history