0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make log_malformed_data generic, handle multiple validation errors More... about 12 years ago
kill semicolon More... about 12 years ago
Fixed validation so it uses 'monlog' as key when finding the user instead of pk=1, also fixed initial_data.json so there is a fixture that creates the monlog user More... about 12 years ago
Started working on client side api communication. Function for reading severites from form on change added More... about 12 years ago
Log malformed data works with one test for the moment. Not sure what else to test in this method More... about 12 years ago
WIP sorting of columns, sorting preference persisted to hidden input in filter form More... about 12 years ago
Added function which is called on if data is malformed. It posts a 'monlog' log in monlog to notify user More... over 12 years ago
Merge pull request #9 from monlog/filter More... over 12 years ago
Added functionality for filtering and ordering of logs More... over 12 years ago
Merge pull request #8 from monlog/authentication More... over 12 years ago
Created logmessage-resource More... over 12 years ago
Added initial version of cookieauthentication More... over 12 years ago
Extracted validation to its own file. More... over 12 years ago
Merge pull request #7 from monlog/authentication More... over 12 years ago
Updated tests More... over 12 years ago
Sorry for cluttering up the commit log. More... over 12 years ago
No change. There has been some problems with commit author, so I'm just testing. More... over 12 years ago
Update LICENSE More... over 12 years ago
Changed the test cases to work with MonlogAuthentication. More... over 12 years ago
MonlogAuthentication is better name than LogAuthentication. More... over 12 years ago
Actually, the authentication class DID work. I had just forgot to give user testapp the rights to add log messages. Moves authentication to new file and restructured the code. More... over 12 years ago
Added authentication class. It should work, but it doesn't. More... over 12 years ago
Updated with copyright information. More... over 12 years ago
Merge pull request #6 from monlog/ui More... over 12 years ago
added some example log messages. load with manage.py loaddata example_log_messages More... over 12 years ago
order log messages in descending chronological order and fix time display More... over 12 years ago
display log messages in list view instead of dummy data More... over 12 years ago
added django extensions, try manage.py shell_plus More... over 12 years ago
severity should be an integer field More... over 12 years ago
index should go to list view More... over 12 years ago