Closed
Bug 984689
Opened 11 years ago
Closed 11 years ago
Enable Peekaboo to save user data by Mozilla space
Categories
(Webtools :: Peekaboo, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mjeffries, Assigned: peterbe)
Details
In the present Peekaboo release, it saves all guest badging information into the Mountain View database, with no breakout of user data from other Mozilla Spaces (MTV, LON, YVR, TOR, PDX, PAR, SFO). Please enable the function, in order to provide accurate visitor/guest information to WPR.
Assignee | ||
Comment 1•11 years ago
|
||
The core functionality is already there. We just need a little admin option to manage new locations.
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Code landed but not yet deployed
https://github.com/mozilla/peekaboo/commit/20762d66e8f7d4e2cb7501aba20a60bc918f0131
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•11 years ago
|
||
Hello Peter,
Just checking. Is there a scheduled date for deployment of the changed code?
Mark
Assignee | ||
Comment 4•11 years ago
|
||
Any chance we can do a manual release soon whilst we wait for
https://bugzilla.mozilla.org/show_bug.cgi?id=985124
Flags: needinfo?(jcrowe)
Reporter | ||
Comment 5•11 years ago
|
||
Sure. What do I need to do on my end?
Comment 6•11 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #4)
> Any chance we can do a manual release soon whilst we wait for
> https://bugzilla.mozilla.org/show_bug.cgi?id=985124
I ran an update yesterday and responded to the email you had sent me. Was this not sufficient or do I need to do this again?
Really I just need to know what to look for to determine if I have things updated properly.
Cheers
Flags: needinfo?(jcrowe)
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Jason Crowe [:jd] from comment #6)
> (In reply to Peter Bengtsson [:peterbe] from comment #4)
> > Any chance we can do a manual release soon whilst we wait for
> > https://bugzilla.mozilla.org/show_bug.cgi?id=985124
>
> I ran an update yesterday and responded to the email you had sent me. Was
> this not sufficient or do I need to do this again?
>
Yikes! I must have totally missed that. Being on PTO last week meant a backlog of emails. Perhaps that's where it got lost.
What we need to do now is make me a superuser so I can make other people superusers.
Can you run this:
>>> from django.contrib.auth.models import *
>>> u=User.objects.get(email='pbengtsson@mozilla.com')
>>> u.is_superuser=True
>>> u.save()
Comment 8•11 years ago
|
||
Yup yup, that is done.
Cheers
Assignee | ||
Comment 9•11 years ago
|
||
Perhaps apache needs to be kicked.
https://peekaboo.mozilla.org/media/revision reports a SHA that is 7 commits from HEAD.
Assignee | ||
Comment 10•11 years ago
|
||
(In reply to Jason Crowe [:jd] from comment #6)
> Really I just need to know what to look for to determine if I have things
> updated properly.
>
At the moment it's hard because the two new features that I'm eager to test out are things that suddenly appear when you're signed in as a superuser.
Comment 11•11 years ago
|
||
Yea, turns out that we were in a detached head state for some reason. I fast forwarded and things are looking more up-to-date from the server perspective.
https://peekaboo.mozilla.org/media/push_log
You need to log in
before you can comment on or make changes to this bug.
Description
•