Closed Bug 984689 Opened 11 years ago Closed 11 years ago

Enable Peekaboo to save user data by Mozilla space

Categories

(Webtools :: Peekaboo, defect)

x86
macOS
defect
Not set
normal

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.
The core functionality is already there. We just need a little admin option to manage new locations.
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Hello Peter, Just checking. Is there a scheduled date for deployment of the changed code? Mark
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)
Sure. What do I need to do on my end?
(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)
(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()
Yup yup, that is done. Cheers
Perhaps apache needs to be kicked. https://peekaboo.mozilla.org/media/revision reports a SHA that is 7 commits from HEAD.
(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.
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.