Closed
Bug 850459
Opened 12 years ago
Closed 12 years ago
Datazilla Repository Update
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jeads, Assigned: cturra)
References
Details
(Whiteboard: [triaged 20130312][push interrupt])
A new datazilla repository is ready to push to stage. This release includes changes addressing the following bugs: Bug 847174 and Bug 847361.
1.) Replaced the "Get Link" dropdown by utilizing |history.pushState()|. Users can now just copy the displayed URL to share the page. The state is actively maintained using the displayed URL. The browser back/forward buttons are also now active. This was more challenging than anticipated to implement.
2.) Wrapped all <input type=checkbox> and <input type=radio> with <label> to increase size of clickable area.
3.) Removed pushlog panel from talos UI to reduce database load. This will be re-enabled when we start caching the performance data joined with the pushlog.
4.) Enabled CORS with django-cors-headers
| Assignee | ||
Comment 1•12 years ago
|
||
push to stage complete.
[root@datazillaadm.private.scl3 datazilla.allizom.org]# bash -x update
+ CODE_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ VENDOR_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ git rev-parse HEAD
update: line 40: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision: No such file or directory
+ generate_revision_info
update: line 43: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision_info.txt: No such file or directory
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/datazilla-stage/deploy datazilla.allizom.org
[2013-03-12 15:41:17] Running rsync_project
[2013-03-12 15:41:17] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/
[2013-03-12 15:41:18] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ (1.295s)
[2013-03-12 15:41:18] Finished rsync_project (1.296s)
[2013-03-12 15:41:18] Running commit_www
[2013-03-12 15:41:18] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-03-12 15:41:19] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (1.141s)
[localhost] out: [master 38c74bb] deploy [datazilla.allizom.org]
[localhost] out: 24 files changed, 497 insertions(+), 149 deletions(-)
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/plugins/jquery.history.js
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/corsheaders/__init__.py
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/corsheaders/defaults.py
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/corsheaders/middleware.py
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/datasource/t/character_encoding_data.txt
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/PKG-INFO
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/SOURCES.txt
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/dependency_links.txt
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/installed-files.txt
[localhost] out: create mode 100644 datazilla.allizom.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/top_level.txt
[2013-03-12 15:41:19] Finished commit_www (1.142s)
Assignee: server-ops-webops → cturra
Status: NEW → ASSIGNED
Whiteboard: [triaged 20130312][push interrupt]
| Reporter | ||
Comment 2•12 years ago
|
||
Found a bug that was occasionally preventing the reference information associated with the first replicate automatically selected from displaying. Fixed and updated the repository, please push to stage again.
| Assignee | ||
Comment 3•12 years ago
|
||
stage updated.
[root@datazillaadm.private.scl3 datazilla.allizom.org]# bash update
Updating code...
Cleaning gitignore and pyc files...
Storing revision information...
update: line 40: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision: No such file or directory
update: line 43: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision_info.txt: No such file or directory
Deploying code...
[2013-03-13 10:20:35] Running rsync_project
[2013-03-13 10:20:35] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/
[2013-03-13 10:20:35] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ (0.434s)
[2013-03-13 10:20:35] Finished rsync_project (0.434s)
[2013-03-13 10:20:35] Running commit_www
[2013-03-13 10:20:35] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-03-13 10:20:36] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.150s)
[localhost] out: [master 11e6cac] deploy [datazilla.allizom.org]
[localhost] out: 2 files changed, 13 insertions(+), 9 deletions(-)
[2013-03-13 10:20:36] Finished commit_www (0.150s)
| Reporter | ||
Comment 4•12 years ago
|
||
looks good! Please push the repo to production.
| Assignee | ||
Comment 5•12 years ago
|
||
push to prod complete.
[root@datazillaadm.private.scl3 datazilla.mozilla.org]# bash -x update
+ CODE_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla
+ VENDOR_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ git rev-parse HEAD
update: line 40: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision: No such file or directory
+ generate_revision_info
update: line 43: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision_info.txt: No such file or directory
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/datazilla/deploy datazilla.mozilla.org
[2013-03-13 11:11:59] Running rsync_project
[2013-03-13 11:11:59] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/
[2013-03-13 11:12:00] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/ (0.335s)
[2013-03-13 11:12:00] Finished rsync_project (0.335s)
[2013-03-13 11:12:00] Running commit_www
[2013-03-13 11:12:00] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']'
[2013-03-13 11:12:00] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.350s)
[localhost] out: [master c606ce8] deploy [datazilla.mozilla.org]
[localhost] out: 24 files changed, 509 insertions(+), 157 deletions(-)
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/plugins/jquery.history.js
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/corsheaders/__init__.py
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/corsheaders/defaults.py
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/corsheaders/middleware.py
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/datasource/t/character_encoding_data.txt
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/PKG-INFO
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/SOURCES.txt
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/dependency_links.txt
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/installed-files.txt
[localhost] out: create mode 100644 datazilla.mozilla.org/datazilla/vendor/django_cors_headers-0.06-py2.6.egg-info/top_level.txt
[2013-03-13 11:12:00] Finished commit_www (0.350s)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•