0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make truncate a task triggered by the ETL. More... almost 14 years ago
Tweak truncate handler. More... almost 14 years ago
Variable name collision. More... almost 14 years ago
Give up recording activity if database call fails. More... almost 14 years ago
Create a handler to remove old Tweets. More... almost 14 years ago
Bug fix and test for issue with multiword topics whose parent nodes exist as in the database. More... over 14 years ago
Fixed an old bug that caused JSON requests to fail for topics which had a parameter in the URL. The generated URL should have been <topic name>.json?<params>, but it was generating <topic>?<params>.json. More... over 14 years ago
Record activity in task. More... over 14 years ago
Calculate a weekly rank based on last 7 days of activity. More... over 14 years ago
Fixed buggy JS that updated the screen from JSON feed. Also marks up @-style usernames and URLs with <a>. The topic controller also marks up the usernames now too. More... over 14 years ago
Credit the source for timeago(). More... over 14 years ago
Changed jquery href to use google's servers, added some legal stuff to the footer, stuck a github ribbon on the top left, and put a bit of top margin on the page. More... over 14 years ago
Removing work in progress templates whose final version has been integrated into the main template. More... over 14 years ago
Darkened the edrop logo, and tweaked some other color shades for better contrast. More... over 14 years ago
Got rid of jquery.util except timeago(). Using micro-templating as described on Resig's site for templating. More... over 14 years ago
Redesigned the experience of the site with a new look and making creation of new topics simpler. More... over 14 years ago
Log status when the Twitter server response when fetch fails. More... over 14 years ago
Pickles batches. More... over 14 years ago
Exprerimenting with a weekly ranking for topics based on the last seven days of activity. More... over 14 years ago
Fixed an bug in incrementing the activity of topics. Activity was being overwritten instead of incremented. Also updated to run in a transaction. More... over 14 years ago
Start recording the activity of a topic in the ETL task. More... over 14 years ago
Fixed a missing newline in the README. More... over 14 years ago
Worked on functions to get numbers stored as unicode characters. Added the property 'activity' to the Topic class. Activity is a unicode string into which a series of numbers are encoded. The numbers decoded from this property are used to determine how active a topic is. This commit brings edrop closer to being sensitive to trends in topics. More... over 14 years ago
Refactored topic-linking code from ETL controller into the Topic class. This makes it easier to test the code on its own. Also, created a test for the topic linking. More... over 14 years ago
Allow the function to take an argument which is a list of strings or a single string. More... over 14 years ago
Added gaeunit, test URL, and some unit tests for Topic. More... over 14 years ago
Fixed code that detects topics in a tweet. More... over 14 years ago
Return 200 to flush etl tasks corresponding to missing batches. Probably missing because tasks can run more than once, which is why the recommendation that each task be idempotent. More... over 14 years ago
As the topic page updates the list, it could grow very long. This patch removes tweets at the tail. More... over 14 years ago
Fixing bugs in the ajax. Added some fade effects too. More... over 14 years ago