0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the queue.set_timeout because it is unnecessary and was in the wrong place. More... almost 14 years ago
Fixed bug in tests; correct file is now imported. More... almost 14 years ago
Rstructured most of the table creation code. Moved css to an external file. Added some borders for nice grouping; tentative colors as well. Preparation to add a job table. More... almost 14 years ago
Added super-awesome pagination and stuff. More... almost 14 years ago
AJAX in the view! Dynamically created tables zomg! More... almost 14 years ago
Added AJAX retrieval and jQuery display of NDS tasks. More... almost 14 years ago
Renamed reporter to report and shortened function names by removing get_ from them. More... almost 14 years ago
Improved the sqs test to work when called repeatedly. Visibility timeout must be 0 on the test queue. More... almost 14 years ago
Updated some tests. More... almost 14 years ago
Removing split-up models file from repository until a better solution is found. More... almost 14 years ago
Fixed stupid residual code error. More... almost 14 years ago
Moved task timeout handling inside the do_run method of Task. Added unit tests for Task. Fixed missing import of connection in models.py. Various cleanups. More... almost 14 years ago
PEP8: Line wrapping. More... almost 14 years ago
Commented and cleaned up the daemon test code. Renamed init_db_test.py to utils_test.py for generality. More... almost 14 years ago
Big commit: Added unit tests for the sqs module and for norc daemons. Modified the license in all file to fit within 80 characters. More... almost 14 years ago
Re-merged all models into models.py because the Django testing tool wasn't seeing them for some reason. More... almost 14 years ago
Moved the date parsing function to the parsing module in utils. More... almost 14 years ago
Began reconstruction of the sqs module. Added sqs/task_impls.py to house all implementations of SQSTask. Added sqs/init_sqs.py to test basic sqs usage. Added a custom filter to the web module. More... almost 14 years ago
Improved NorcDaemonStatus.get_task_statuses to return a QuerySet instead of a list. Some code cleanup; purged all get_region/get_resource from the project. More... almost 14 years ago
First working version of the web interface. More... almost 14 years ago
The norc command line utility is now functional. Renamed the view module to web, but that might change again. Some more reorganization of code. More... almost 14 years ago
Restructured the tmsdctl command and renamed it norc, although these changes are untested and will likely need some fixing. The use of the reporter module should be reviewed; simple gets are an abstraction without benefit. More... almost 14 years ago
Fixed the problem with tmsd_run_task; it was actually in core/models/tasks.py. Renamed tmsd_run_task.py to norc_task.py and put it and norcd.py in core. Next step is to build up reporter and controller. More... almost 14 years ago
Note: Something is wrong with tmsd_run_task in this commit. Moved Models to core/models/ Moved reporter.py back into core. Made controller.py, not much in it yet though. Minor changes to several things in cli/. norcd.py's command line arguments are changed slightly. More... almost 14 years ago
Changed the options arguments for norcd a little bit. Started the reporter module. Fixed a bug in daemons.py. Various style tweaks (PEP8). More... almost 14 years ago
Moved most things from bin/ to cli/ for now; they have not been corrected for the restructure yet. More... almost 14 years ago
Moved sqs stuff to the sqs folder; has not been logically reorganized yet. More... almost 14 years ago
Unit tests for scheduling and the init_db script. More... almost 14 years ago
Split models.py up into various other files and merged in some classes from the bin folder. Various formatting changes (PEP8). More... almost 14 years ago
Removed useless file, removed 1-2 create() methods from models.py, and rewrote init_db.py for Norc. More... almost 14 years ago