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

Attach operations back to links #3

Merged
merged 4 commits into from
Nov 16, 2017
Merged

Attach operations back to links #3

merged 4 commits into from
Nov 16, 2017

Commits on Nov 13, 2017

  1. code(attach-to-link): store in redis the link associated with each op…

    …eration
    
    We want to be able to look up all operations associated with a link
    given a link id. Here's how this works:
    https://github.com/backstrokeapp/docs/blob/master/REDIS.md#attaching-operations-back-to-links
    1egoman committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    665b07b View commit details
    Browse the repository at this point in the history
  2. chore: whitespace

    1egoman committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    301f911 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    d21388b View commit details
    Browse the repository at this point in the history
  2. chore: allow old webhook operation links to expire

    This means that the only things we'll have in redis will relate to links
    that have been synced in the last 24 hours.
    1egoman committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    03a6ea1 View commit details
    Browse the repository at this point in the history