Skip to content

Instantly share code, notes, and snippets.

View ienliven's full-sized avatar

Andre Wanderley de Souza ienliven

View GitHub Profile
Index: src/cms/moodle/lib/moodlelib.php
===================================================================
--- src/cms/moodle/lib/moodlelib.php (revision 7971)
+++ src/cms/moodle/lib/moodlelib.php (working copy)
@@ -3158,8 +3158,6 @@
*/
function insertUserLogInformation($userid, $flashVersion) {
- return true;
- /*
Index: public/its/includes/database.php
===================================================================
--- public/its/includes/database.php (revision 7973)
+++ public/its/includes/database.php (working copy)
@@ -778,9 +778,9 @@
THEN p.name
ELSE ""
END AS `editor`,
- CASE WHEN a.display_name IS NOT NULL
- THEN a.display_name
@ienliven
ienliven / gist:3886605
Created October 13, 2012 23:33
Daily Report - 13/10
13/10 - 15:30 - 20:30
Update all servers on the THERC3 environment.
Setup new Gluster servers for THERC3.
Compile modules and reconfigure apache nodes to use the new Gluster servers.
Check Memcache and Gluster server configuration to match THERC3.
@ienliven
ienliven / gist:3884139
Created October 13, 2012 10:50
Daily Report - 13/10
13/10 - 06:00 - 08:00
Added and cofigured all RC3 nodes to Cacti monitoring.
#2567: Follow Chris on the deployment of "Restrict Cascade from Assignment to StudentAssignmentAttempt"
@ienliven
ienliven / gist:3884008
Created October 13, 2012 09:55
Daily Report - 12/10
12/10 - 10:00 - 14:00
#2615: Added Cacti host for new NAS servers.
#2597: Terminated unused LIVE HE Sessions machine.
#2556: Removed NFS brick on Gluster pool.
@ienliven
ienliven / gist:3884006
Created October 13, 2012 09:54
Daily Report - 11/10
11/10 - 12:00 - 18:00
#2556: Debug issue on student files and force last nfs gluster sync.
Analysis of Macmillan test-cases.
Monitor Brad tests on RC2.
Analysis of JMeter and new-relic RUM, and RUM+flash.
@ienliven
ienliven / gist:3868498
Created October 10, 2012 21:22
Daily Report - 10/10
10/10 - 10:00 - 18:00
#2575: Apply ITS x QDB integration changes to THERC1.
#2575: Apply ITS x QDB integration changes to PRODv33.
#2575: Identified bug on highlighting pages using label, rollback ITSxQDB integration until fixed.
#2556: Deployed Gluster successfully.
Index: cms/moodle/mod/ibis/lib.php
===================================================================
--- cms/moodle/mod/ibis/lib.php (.../2012_09_RC_v33.5/src/cms/moodle) (revision 7894)
+++ cms/moodle/mod/ibis/lib.php (.../2012_10_releasecandidate_newdb_v33.5/src/cms/moodle) (working copy)
...
- //Error handling (retry loop)
- do {
- $result = QDB::question("ibis-cms",$sql);
-
- if ($result === FALSE) {
@ienliven
ienliven / gist:3862158
Created October 9, 2012 23:34
Daily Report - 09/10
08/10 - 12:30 - 20:30
#2597: Set new sessions server for live and update all apache nodes.
#2556: Finished Gluster setup, it is now syncing.
#2575: Fixed multiple issues with ITS x QDB integration.
#: Debug AMFPHP issues with new PHP version.
@ienliven
ienliven / gist:3861029
Created October 9, 2012 19:54
Daily Report - 08/10
08/10 - 12:00 - 24:00
Fixed mysql on trunk, service was stopped and hard-drive unmounted. Also added to fstab and rc.local to start automatically on restart.
Added a backup volume to the SVN server and schedule for weekly backups.
Create a new and bigger svn server, the "LIVE Repository" for running svn + trac.
QDB/SDB consistency check and debug/fix cycles.