Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Preserve device_id from first call to /register #942

Merged
merged 1 commit into from Jul 21, 2016

Conversation

Projects
None yet
2 participants
Member

richvdh commented Jul 21, 2016

device_id may only be passed in the first call to /register, so make sure we
fish it out of the register params rather than the body of the final call.

(a sytest for this is coming)

Preserve device_id from first call to /register
device_id may only be passed in the first call to /register, so make sure we
fish it out of the register `params` rather than the body of the final call.

@dbkr dbkr merged commit 1e6e370 into develop Jul 21, 2016

8 of 10 checks passed

Sytest Dendron (Commit) Build #310 origin/rav/fix_register_deviceid failed in 1 min 25 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Flake8 + Packaging (Commit) Build #1196 origin/rav/fix_register_deviceid succeeded in 33 sec
Details
Flake8 + Packaging (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #1147 origin/rav/fix_register_deviceid succeeded in 5 min 48 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #1170 origin/rav/fix_register_deviceid succeeded in 4 min 53 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details
Unit Tests (Commit) Build #1235 origin/rav/fix_register_deviceid succeeded in 2 min 7 sec
Details
Unit Tests (Merged PR) Build finished.
Details

@richvdh richvdh deleted the rav/fix_register_deviceid branch Oct 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment