Closed
Bug 915459
Opened 12 years ago
Closed 12 years ago
Datazilla Repository Update
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jeads, Assigned: bburton)
Details
(Whiteboard: [push interrupt])
A new datazilla repository is ready to push to stage. This release includes the following changes:
NOTE: This update contains changes to the crontab.txt file and requires updating the crons run on the admin node.
1.) Removed the original deprecated UI, data views, all related web services, SQL methods, javascript, and scheduled jobs no longer in use. Yay! So long crufty code.
2.) Fixed a javascript bug that jmaher found that prevents graphs loading when the parameters, x86=false or x86_64=false, are set, and cause a graph to have no data when displayed. The bug is only triggered on page initialization.
3.) Fixed a javascript bug that prevents urls representing "Browse By Test" navigation states to load completely.
4.) The css was modified to reduce the min-width of the homepage to 1000 px from 1120 px to provide better usability for smaller monitor use cases. Several additional changes were required to get various HTML elements to display properly.
| Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-webops → bburton
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [push interrupt]
| Assignee | ||
Comment 1•12 years ago
|
||
I've updated the code
[root@datazillaadm.private.scl3 datazilla.allizom.org]# ./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-09-11 17:00:57] Running rsync_project
[2013-09-11 17:00:57] [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-09-11 17:01:01] [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/ (3.478s)
[2013-09-11 17:01:01] Finished rsync_project (3.478s)
[2013-09-11 17:01:01] Running commit_www
[2013-09-11 17:01:01] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-09-11 17:01:02] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (1.932s)
[localhost] out: [master 399ee94] deploy [datazilla.allizom.org]
[localhost] out: 30 files changed, 140 insertions(+), 5883 deletions(-)
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/apps/dataviews/__init__.py
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/apps/dataviews/urls.py
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/apps/dataviews/views.py
[localhost] out: rename datazilla.allizom.org/datazilla/datazilla/webapp/static/js/{data_views => common}/Bases.js (100%)
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/ConnectionsComponent.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/DataAdapterCollection.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/DataViewCollection.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/DataViewComponent.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/DataViewPage.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/HelpPage.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/static/js/data_views/VisualizationCollection.js
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/templates/graphs.navlookup.html
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/templates/graphs.views.html
[localhost] out: delete mode 100644 datazilla.allizom.org/datazilla/datazilla/webapp/templates/help/dataview.generic.help.html
[2013-09-11 17:01:02] Finished commit_www (1.933s)
[2013-09-11 17:01:02] Running push_www
[2013-09-11 17:01:02] [datazilla1.stage.webapp.scl3.mozilla.com] running: /data/bin/update-www.sh datazilla.allizom.org
[2013-09-11 17:01:11] [datazilla1.stage.webapp.scl3.mozilla.com] finished: /data/bin/update-www.sh datazilla.allizom.org (8.398s)
[2013-09-11 17:01:11] Finished push_www (8.411s)
Touching the wsgi file locally...
[2013-09-11 17:01:11] [datazilla1.stage.webapp.scl3.mozilla.com] running: touch /data/www/datazilla.allizom.org/datazilla/datazilla/wsgi.py
[2013-09-11 17:01:11] [datazilla1.stage.webapp.scl3.mozilla.com] finished: touch /data/www/datazilla.allizom.org/datazilla/datazilla/wsgi.py (0.373s)
| Reporter | ||
Comment 2•12 years ago
|
||
Stage looks good! Please go ahead an push the new repo to production. Thanks for the speedy response.
| Reporter | ||
Comment 3•12 years ago
|
||
This still has not been pushed to production. Probably got lost in the usual mayhem, any idea when the new repo and crontab.txt will be pushed to production?
Comment 4•12 years ago
|
||
:jeads - jumping in here to help :solarce out, he's been swamping with a couple other tasks. i have just finished the push to prod and updated the cron's per your comments above. sorry for the delay here.
[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-09-12 12:40:47] Running rsync_project
[2013-09-12 12:40:47] [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-09-12 12:40:48] [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/ (1.452s)
[2013-09-12 12:40:48] Finished rsync_project (1.452s)
[2013-09-12 12:40:48] Running commit_www
[2013-09-12 12:40:48] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']'
[2013-09-12 12:40:49] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.935s)
[localhost] out: [master c208e22] deploy [datazilla.mozilla.org]
[localhost] out: 30 files changed, 140 insertions(+), 5883 deletions(-)
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/apps/dataviews/__init__.py
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/apps/dataviews/urls.py
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/apps/dataviews/views.py
[localhost] out: rename datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/{data_views => common}/Bases.js (100%)
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/ConnectionsComponent.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/DataAdapterCollection.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/DataViewCollection.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/DataViewComponent.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/DataViewPage.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/HelpPage.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/static/js/data_views/VisualizationCollection.js
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/templates/graphs.navlookup.html
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/templates/graphs.views.html
[localhost] out: delete mode 100644 datazilla.mozilla.org/datazilla/datazilla/webapp/templates/help/dataview.generic.help.html
[2013-09-12 12:40:49] Finished commit_www (0.936s)
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
•