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

Allow meta data storage for Push Component #905

Closed
jrconlin opened this issue Apr 3, 2019 · 0 comments
Closed

Allow meta data storage for Push Component #905

jrconlin opened this issue Apr 3, 2019 · 0 comments
Assignees
Milestone

Comments

@jrconlin
Copy link
Contributor

jrconlin commented Apr 3, 2019

Push does not currently persist needed information across restarts (e.g. UAID, Server Auth token, etc.).

@jrconlin jrconlin self-assigned this Apr 3, 2019
@jrconlin jrconlin added this to To do in Push Component Build via automation Apr 3, 2019
jrconlin added a commit that referenced this issue Apr 3, 2019
Push now stores `uaid` and the server secret `auth` in a table in the
push.db. the meta_data table allows any key/value data to be stored to
allow for additional future values (if needed).

Closes #905
jrconlin added a commit that referenced this issue Apr 3, 2019
Push now stores `uaid` and the server secret `auth` in a table in the
push.db. the meta_data table allows any key/value data to be stored to
allow for additional future values (if needed).

Closes #905
jrconlin added a commit that referenced this issue Apr 6, 2019
* Also check existing channel registrations for duplicate registrations

Closes: #905, #923
@jdragojevic jdragojevic added this to the 2019-04-26 milestone Apr 8, 2019
jrconlin added a commit that referenced this issue Apr 8, 2019
Push now stores uaid and the server secret auth in a table in the
push.db. the meta_data table allows any key/value data to be stored to
allow for additional future values (if needed).

Closes #905
Push Component Build automation moved this from To do to Done Apr 10, 2019
jrconlin added a commit that referenced this issue Apr 10, 2019
bug: store meta-data for push component in the database.

Push now stores uaid and the server secret auth in a table in the
push.db. the meta_data table allows any key/value data to be stored to
allow for additional future values (if needed).

Closes #905
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants