Closed Bug 1113214 Opened 10 years ago Closed 10 years ago

Update pulse and pulse-dev

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mcote, Assigned: cliang)

Details

(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1985] )

Please update pulse.mozilla.org and pulse-dev.mozilla.org with the latest code from https://github.com/mozilla/pulseguardian.
Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1985]
Assignee: server-ops-webops → cliang
I've updated pulse-dev.mozilla.org with the latest pulseguardian code.  Apache and the guardian daemon have been gracefully restarted.  Is it possible to verify that all the changes are working correctly before I do the push to pulse.mozilla.org?

Note to self: remember to add BACKUP_COUNT and DEBUG values to config.py
Flags: needinfo?(mcote)
Yup, works fine!
Flags: needinfo?(mcote)
I believe that pulseguardian has been updated on pulse.mozilla.org as well.  Please let me know if I've missed something.


[cliang@pulseadm1.private.phx1 pulseguardian]$ sudo git pull
remote: Counting objects: 218, done.
remote: Compressing objects: 100% (96/96), done.
remote: Total 218 (delta 130), reused 187 (delta 122)
Receiving objects: 100% (218/218), 50.72 KiB, done.
Resolving deltas: 100% (130/130), done.
From https://github.com/mozilla/pulseguardian
   a167357..dc39df1  master     -> origin/master
 * [new branch]      bug-1079528 -> origin/bug-1079528
 * [new branch]      use-docker -> origin/use-docker
Updating a167357..dc39df1
Fast-forward
 .travis.yml                                     |  18 ++
 README.md                                       | 100 +++++++-
 pulseguardian/config.py.example                 |   2 +
 pulseguardian/config.py.travis                  |  40 +++
 pulseguardian/dbinit.py                         |  18 +-
 pulseguardian/guardian.py                       | 105 ++++----
 pulseguardian/management.py                     |  12 -
 pulseguardian/static/css/main.css               |  20 ++
 pulseguardian/static/js/{base.js => persona.js} |   2 +-
 pulseguardian/static/js/profile.js              |   2 +-
 pulseguardian/templates/base.html               |   9 +-
 pulseguardian/templates/index.html              |   8 +
 pulseguardian/templates/menu.html               |   9 +
 pulseguardian/templates/profile.html            |   9 +-
 pulseguardian/templates/queues.html             |  83 ++----
 pulseguardian/templates/queues_listing.html     |  74 ++++++
 pulseguardian/templates/register.html           |  76 +++---
 pulseguardian/web.py                            | 147 ++++++++++-
 requirements.txt                                |   5 +-
 setup.py                                        |   5 +-
 test/Dockerfile                                 |  14 ++
 test/docker_setup.py                            |  41 +++
 {pulseguardian => test}/runtests.py             | 321 ++++++++++++++++++------
 23 files changed, 809 insertions(+), 311 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 __init__.py
 create mode 100644 pulseguardian/config.py.travis
 rename pulseguardian/static/js/{base.js => persona.js} (99%)
 create mode 100644 pulseguardian/templates/menu.html
 create mode 100644 pulseguardian/templates/queues_listing.html
 create mode 100644 test/Dockerfile
 create mode 100644 test/__init__.py
 create mode 100644 test/docker_setup.py
 rename {pulseguardian => test}/runtests.py (51%)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Blocks: 1141159
No longer blocks: 1141159
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.