Timeline
02/09/09:
- 21:40 Ticket #26 (Better Parallel task example) created by
- the example task for a parallel task is kinda lame, implement a better one
- 21:37 Ticket #25 (fault tolerance - tasks should be able to resume from a catastrophic ...) created by
- If a job suffers a catastrophic failure such as the main worker crashing …
- 21:28 Ticket #24 (ability to kick worker processes via node) created by
- cluster management interface should include the ability to restart a …
- 21:25 Ticket #23 (Task upload through front-end or at least an easier way to deploy them) created by
- Tasks currently need to be deployed in the task_cache directory. It would …
- 21:20 Ticket #22 (Task - synchronization) created by
- The master node should be able to synchronize the task_cache on each node. …
- 21:17 Ticket #21 (security - user interface) created by
- job and node views should both be secured. * there should be a read …
- 21:13 Ticket #20 (FunctionTask - a wrapper for functions to run on the cluster) created by
- implement FunctionTask? an extension of Task that wraps a function and …
- 21:06 Ticket #19 (Job history) created by
- a view for a task's job history should be created: * list of times it …
- 21:04 Ticket #18 (Implement a basic worker allocation) created by
- current bug: 1) If two tasks parallel are added to the queue 2) …
- 20:41 Ticket #17 (Nodes joining network does not cause queue to be advanced) created by
- If a task is waiting in the queue and a worker joins the cluster it …
- 20:39 Ticket #16 (Fault tolerance - task recovery when the master goes down) created by
- the master going down should be a recoverable event because a worker run …
- 20:32 Ticket #15 (Fault tolerance - recovery when a worker goes down) created by
- Implement recovery for when a worker goes down. There are skeleton events …
- 20:30 Ticket #14 (there is no way to cancel a queued task) created by
- implemented
- 20:30 Ticket #13 (Tasks should be stoppable) created by
- There is currently no way to stop a task once it has started running
- 20:29 Ticket #12 (Jobs view - ajax updates for running task status) created by
- tasks in the running area should have ajax updates to show the progress of …
- 20:28 Ticket #11 (Jobs view - Ajax updates for adding/removing running tasks) created by
- Running tasks list should be updated with list of running tasks. * …
- 20:27 Ticket #10 (Jobs View - Ajax updates for queue) created by
- When a task is scheduled ajax should be used to update the page to show …
- 20:25 Ticket #9 (Cleaner implementation of tasks) created by
- The Task base classes will be used by anyone who wants to write a custom …
- 20:23 Ticket #8 (Cluster - autodiscovery of nodes) created by
- implement a feature to auto-discover nodes on the network. * This …
- 20:21 Ticket #7 (Nodes View - finish implementation for nodes display) created by
- Nodes display only shows basic information. * Implement the missing …
- 20:20 Ticket #6 (Nodes View - Implement cluster stats) created by
- Implement the cluster stats section. * ajax view handler * styling
- 19:13 Ticket #5 (security - between master and worker) created by
- Master should assign temporary keys for use by workers, They will be …
- 19:12 Ticket #4 (security - between master and node) created by
- Add real authentication between master and node. * master should generate …
- 19:10 Ticket #3 (logging - worker) created by
- add logging for worker
- 19:10 Ticket #2 (Logging - node) created by
- add logging for node
- 19:09 Ticket #1 (Logging - master) created by
- add logging for the master node. currently it only uses print statements
- 17:23 Changeset [264a7525bb4122d999428fc9fdf8b7b3b29ab1df] by
- Removed installation specific values
- 17:22 Changeset [e7a70cf78f732f99e2669fc40972c2747bf24724] by
- moving settings to a dist setup
- 17:21 Changeset [9d85765d385c88f113c844e88ba235403610aa1b] by
- Renamed any references of plyster to pydra
- 17:17 Changeset [9994aa503c7ed0c1fe6aa517f0046add88767acf] by
- Renaming directory
- 17:01 Changeset [64e1baca786753e40b83ce3d04b8ada1a9558e95] by
- * amf controller now has methods for listing queue, tasks, and running …
02/06/09:
- 22:55 WikiNewPage created by
- 22:55 TracSyntaxColoring created by
- 22:55 TracIni created by
- 22:55 TracFastCgi created by
- 22:55 TracRoadmap created by
- 22:55 TracBackup created by
- 22:55 TracAccessibility created by
- 22:55 TracFineGrainedPermissions created by
- 22:55 TracBrowser created by
- 22:55 TracInterfaceCustomization created by
- 22:55 TracTicketsCustomFields created by
- 22:55 TracImport created by
- 22:55 TracAdmin created by
- 22:55 TracEnvironment created by
- 22:55 TracPermissions created by
- 22:55 InterWiki created by
- 22:55 TracInstall created by
- 22:55 TracPlugins created by
- 22:55 TracModPython created by
- 22:55 TracTickets created by
- 22:55 WikiMacros created by
- 22:55 RecentChanges created by
- 22:55 TracTimeline created by
- 22:55 TracSearch created by
- 22:55 TracUpgrade created by
- 22:55 TracWiki created by
- 22:55 WikiDeletePage created by
- 22:55 WikiFormatting created by
- 22:55 TracReports created by
- 22:55 WikiProcessors created by
- 22:55 InterTrac created by
- 22:55 CamelCase created by
- 22:55 WikiPageNames created by
- 22:55 TracRss created by
- 22:55 TracSupport created by
- 22:55 InterMapTxt created by
- 22:55 TracLogging created by
- 22:55 WikiStart created by
- 22:55 WikiRestructuredText created by
- 22:55 TracRevisionLog created by
- 22:55 TracChangeset created by
- 22:55 TracCgi created by
- 22:55 TracUnicode created by
- 22:55 TracWorkflow created by
- 22:55 TracStandalone created by
- 22:55 TracGuide created by
- 22:55 TracQuery created by
- 22:55 WikiRestructuredTextLinks created by
- 22:55 TracNotification created by
- 22:55 TracLinks created by
- 22:55 TitleIndex created by
- 22:55 PageTemplates created by
- 22:55 TracNavigation created by
- 22:55 WikiHtml created by
- 22:55 TracModWSGI created by
- 22:55 SandBox created by
02/05/09:
- 17:22 Changeset [915b1bcc040226a88f852c449029a3ac1e0687f5] by
- Another large feature commit: Tasks gui, management, queuing * …
02/04/09:
- 20:54 Changeset [afef74b03c9b5e145260fd9496d2cdd242fadc74] by
- More work on status updates. worker status is now reported to the gui and …
- 18:19 Changeset [8e89edd059e62528dd826750846d2b22c1076e40] by
- * Status reporting for GUI - implemented AMFController using pyamf to …
02/03/09:
- 14:48 Changeset [10deeed4ae99f5c4292af6496bb78772c1914ed0] by
- Controller class
- 14:26 Changeset [22b19257a0fd7c004f46a6f21b1facca2183a4c0] by
- Initial work for ControllerClient? and its usage within django views
02/02/09:
- 22:25 Changeset [9f8edc628ecb276c83dfffb3b34c4c879acaec2f] by
- Major update for master: * master now loads nodes from django model …
- 06:00 Changeset [a07958498cc9799f4e10b398027e7ce96614158a] by
- merging workstation and laptop repos properly Merge …
- 05:55 Changeset [80bcef88851d7eed58c6683c20d9ffdb125cbe27] by
- Lots of changes to the nodes. Clustering nearly functional
- 05:39 Changeset [a1282d7b02d30c5f51a07ba6bca30cbb03800a11] by
- Merge branch 'master' of …
- 05:25 Changeset [a659cfc0f64a88f8e86907bf244facc938495ddf] by
- updated path for worker
- 05:25 Changeset [9d244352330141a0d8b229c04c194b4913d3a910] by
- Lots of changes for front end
01/30/09:
- 15:45 Changeset [48823547b9be150920f37117b8c2f1b2709315b6] by
- remote commit
- 15:36 Changeset [6a3eface6d69452ff28a24f1b46ec6e3e4f535dc] by
- Various things to start the user interface *configured settings and urls …
- 15:35 Changeset [03687e12f949696cf2c1d9c59b61b3f49ca28dbf] by
- Moved things to make it a little cleaner in the directories
01/27/09:
Note: See TracTimeline
for information about the timeline view.
