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

Snapshots of only certain stores #54

Closed
goatslacker opened this issue Mar 7, 2015 · 0 comments
Closed

Snapshots of only certain stores #54

goatslacker opened this issue Mar 7, 2015 · 0 comments

Comments

@goatslacker
Copy link
Owner

Right now takeSnapshot takes the entire application snapshot. It would be nice if you could take a snapshot of a subset of your application.

jdlehman added a commit that referenced this issue Mar 17, 2015
- Resolves Issue #54
- This enables snapshotting a subset of the app data
- `takeSnapshot` returns stringified JSON containing just the subset
  of data specified. The new snapshot is merged with the LAST_SNAPSHOT data
  to ensure that the last snapshot of the stores not specified in the subset
  is not lost. This also means that rollbacks will just work.
jdlehman added a commit that referenced this issue Mar 18, 2015
- Resolves Issue #54
- This enables snapshotting a subset of the app data
- `takeSnapshot` returns stringified JSON containing just the subset
  of data specified. The new snapshot is merged with the LAST_SNAPSHOT data
  to ensure that the last snapshot of the stores not specified in the subset
  is not lost. This also means that rollbacks will just work.
jdlehman added a commit that referenced this issue Mar 19, 2015
- Resolves Issue #54
- This enables snapshotting a subset of the app data
- `takeSnapshot` returns stringified JSON containing just the subset
  of data specified. The new snapshot is merged with the LAST_SNAPSHOT data
  to ensure that the last snapshot of the stores not specified in the subset
  is not lost. This also means that rollbacks will just work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants