source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @133   19 years bastiaans plugin/togap.py: - Now nodes will also be reported for queued jobs …
(edit) @132   19 years bastiaans daemon/togad.py: - Typo bug fixed
(edit) @131   19 years bastiaans daemon/job_dbase.sql: - Added node_location field to node table
(edit) @130   19 years bastiaans web/addons/toga/search.php: - Main search …
(edit) @129   19 years bastiaans web/templates/toga/cluster_extra.tpl: - Renamed link to joblist …
(edit) @128   19 years bastiaans toga/overview.php: - Changed time parsing a little - Changed …
(edit) @127   19 years bastiaans web/addons/toga/overview.php: - Added filters for pie chart
(edit) @126   19 years bastiaans web/addons/toga/templates/header.tpl: - Changed form action to / …
(edit) @125   19 years bastiaans plugin/togap.py: - Daemon & real cluster
(edit) @124   19 years bastiaans web/addons/toga/templates/overview.tpl: - Setup javascript for …
(edit) @123   19 years bastiaans toga/overview.php: - Fixed piechart percentage calculation for jobs …
(edit) @122   19 years bastiaans web/addons/toga/templates/overview.tpl: - Cosmetic HTML change …
(edit) @121   19 years bastiaans templates/overview.tpl: - Cosmetic HTML changes
(edit) @120   19 years bastiaans toga/overview.php: - Requested CPU time is now also in human …
(edit) @119   19 years bastiaans web/addons/toga/overview.php, web/addons/toga/index.php, …
(edit) @118   19 years bastiaans toga/styles.css, toga/overview.php, toga/templates/overview.tpl: - …
(edit) @117   19 years bastiaans eb/addons/toga/templates/header.tpl: - Added closing </FORM> …
(edit) @116   19 years bastiaans toga/overview.php: - Fixed time display of queued jobs
(edit) @115   19 years bastiaans toga/conf.php, toga/libtoga.php: - Will now use a 'J' marking for …
(edit) @114   19 years bastiaans web/addons/toga/libtoga.php: - Functions added to support overview …
(edit) @113   19 years bastiaans web/addons/toga/footer.php, web/addons/toga/header.php, …
(edit) @112   19 years bastiaans toga/libtoga.php: - Code cleanup - Http vars fix toga/image.php: …
(edit) @111   19 years bastiaans toga/conf.php: - How nodes will be marked with a job is now …
(edit) @110   19 years bastiaans web/addons/toga/toga-functions.php: Renamed -> libtoga.php …
(edit) @109   19 years bastiaans toga/toga-functions.php: - Load colors fixed - Now all nodes are …
(edit) @108   19 years bastiaans toga/toga-functions.php: - Working clusterimage with load colors! * …
(edit) @107   19 years bastiaans toga/toga-functions.php: - First working clusterimage
(edit) @106   19 years bastiaans toga/toga-functions.php: - Added ImageCreator? class * Should …
(edit) @105   19 years bastiaans toga/toga-functions.php: - Job and Node relations
(edit) @104   19 years bastiaans toga/toga-functions.php: - XML parsing actually working - More …
(edit) @103   19 years bastiaans toga/toga-functions.php: - Added XML objects and handlers
(edit) @102   19 years bastiaans daemon/togad.py: Some naming changes web: Initial checkin of web …
(edit) @101   19 years bastiaans plugin/PBSQuery.py: - Removed; Bas fixed std version …
(edit) @100   19 years bastiaans daemon/togad.py: - Ignore 'E' status updates/changes for a job …
(edit) @99   19 years bastiaans daemon/togad.py: - job_nodes entrys now really working
(edit) @98   19 years bastiaans daemon/togad.py: - Misc bugfix. - Now entrys to 'job_nodes' table …
(edit) @97   19 years bastiaans daemon/togad.py: - Typo fix
(edit) @96   19 years bastiaans daemon/togad.py: - Empty values will now be properly ignored for …
(edit) @95   19 years bastiaans plugin/togap.py: - Made sure no empty variabeles are transmitted
(edit) @94   19 years bastiaans plugin/PBSQuery.py: - Added has_key function to _PBSObject
(edit) @93   19 years bastiaans plugin/togap.py: - Removed sleep
(edit) @92   19 years bastiaans daemon/job_dbase.sql: - Cascading deletes, mkay tnx
(edit) @91   19 years bastiaans plugin/PBSQuery.py: - Custom version with destructor that kills pbs …
(edit) @90   19 years bastiaans daemon/togad.py: - Only add nodes once - Only add nodes if it is …
(edit) @89   19 years bastiaans daemon/togad.py: - Fixed missing WHERE in UPDATE statement - Fixed …
(edit) @88   19 years bastiaans bla
(edit) @87   19 years bastiaans daemon/togad.py: - Misc code cleanup and optimizing
(edit) @86   19 years bastiaans daemon/togad.py: - Rewrote node adding to jobs - Misc cleanup
(edit) @85   19 years bastiaans plugin/togap.py: - Bugfix
(edit) @84   19 years bastiaans daemon/togad.py: - Added DataSQLStore class now jobinfo is actually …
(edit) @83   19 years bastiaans daemon/make_dbase.sh: - Shell script for creating dbase …
(edit) @82   19 years bastiaans daemon/togad.py: - New jobinfo will now be appended to existing …
(edit) @81   19 years bastiaans daemon/togad.py: - New threading model for XML processing working - …
(edit) @80   19 years bastiaans plugin/togap.py: - Added a 'poll_interval' value for helping …
(edit) @79   19 years bastiaans daemon/DBClass.py: Initial import of DBclass
(edit) @78   19 years bastiaans daemon/togad.py: - Restructured class/processor layout - There is …
(edit) @77   19 years bastiaans daemon/togad.py: - Misc bugfixes
(edit) @76   19 years bastiaans plugin/togap.py: - A job should be removed from interval list and …
(edit) @75   19 years bastiaans plugin/togap.py: - Misc fixes for compatibility with toga daemon
(edit) @74   19 years bastiaans daemon/togad.py: - Added job finished checking if an old jobinfo …
(edit) @73   19 years bastiaans daemon/togad.py: - Added check if info changed on a job
(edit) @72   19 years bastiaans daemon/togad.py: - Jobinfo XML parsing now working (into memory)
(edit) @71   19 years bastiaans daemon/togad.py: - Added XML Error Handler
(edit) @70   19 years bastiaans daemon/togad.py: - Rewrote connection handling a bit error occured …
(edit) @69   19 years bastiaans plugin/togap.py: - Misc bugfixes
(edit) @68   19 years bastiaans plugin/togap.py: - Removed global heartbeat - Added 'reported' time …
(edit) @67   19 years bastiaans plugin/togap.py: - Added domain name parsing - Added nodelist parsing
(edit) @66   19 years bastiaans plugin/togap.py: - tmax should be -x instead of -t - added type param
(edit) @65   19 years bastiaans plugin/togap.py: - Added version check of gmetric since we only …
(edit) @64   19 years bastiaans plugin/togap.py: Misc. code cleanup
(edit) @63   19 years bastiaans daemon/togad.py: Miscellanious code cleanup and additional pydocs
(edit) @62   19 years bastiaans daemon/togad.py: - Class added for own data server for catching …
(edit) @61   19 years bastiaans plugin/togap.py: - Added initial setup for transmission of jobinfo …
(edit) @60   19 years bastiaans daemon/togad.py: - Options added for toga joblist handling server
(edit) @59   19 years bastiaans daemon/job_dbase.sql: - SQL Database for storing historical job data …
(edit) @58   19 years bastiaans daemon/togad.py: - Added catch of exception that happens in a rare …
(edit) @57   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @56   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @55   19 years bastiaans daemon/togad.py: Multiple storethreads is of no use: Both threads …
(edit) @54   19 years bastiaans daemon/togad.py: - Several bugfixes - Now more than 1 storethread …
(edit) @53   19 years bastiaans daemon/togad.py: - Changed store functions, so that they will pop() …
(edit) @52   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @51   19 years bastiaans daemon/togad.py: Removed a debug print statement
(edit) @50   19 years bastiaans daemon/togad.py: Well it seems to be working now. - Code cleanup - …
(edit) @49   19 years bastiaans daemon/togad.py: More bugfixes
(edit) @48   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @47   19 years bastiaans daemon/togad.py: - Timeout's for thread can now be set in a variable …
(edit) @46   19 years bastiaans daemon/togad.py: Added extra debug msg
(edit) @45   19 years bastiaans daemon/togad.py: Bugfix
(edit) @44   19 years bastiaans daemon/togad.py: - Grabbing of last serials and updates of existing …
(edit) @43   19 years bastiaans daemon/togad.py: * Problem was caused by gmetad! Bug!! - Reported …
(edit) @42   19 years bastiaans daemon/togad.py: Added functions for gathering all 'last_update' …
(edit) @41   19 years bastiaans daemon/togad.py: - Added queue len check in atomic code before pop, …
(edit) @40   19 years bastiaans daemon/togad.py: - Changed thread locking scheme - Added function …
(edit) @39   19 years bastiaans daemon/togad.py: Changed threading debug msg'es to be more understandable
(edit) @38   19 years bastiaans daemon/togad.py: Code cleanup and config for testing
(edit) @37   19 years bastiaans daemon/togad.py: - RRDTool module will only take string variable's …
(edit) @36   19 years bastiaans daemon/togad.py: - Rewrote multithreaded * Error occurs when trying …
(edit) @35   19 years bastiaans daemon/togad.py: More bugfixes * Need to find a way to share data …
(edit) @34   19 years bastiaans daemon/togad.py: - Numerous bugfixes Data is still not written, …
Note: See TracRevisionLog for help on using the revision log.