Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add information on how to load the database | Pierre-Yves Chibon | 2012-05-20 | 1 | -2/+11 | |
| | ||||||
* | Replace query union by the use of or, which makes much more sense | Pierre-Yves Chibon | 2012-05-18 | 1 | -15/+11 | |
| | ||||||
* | Move the test script to the kittybenchmark project | Pierre-Yves Chibon | 2012-05-18 | 1 | -247/+0 | |
| | ||||||
* | Let's write the output of the tests to files | Pierre-Yves Chibon | 2012-05-18 | 1 | -25/+96 | |
| | ||||||
* | Re-organize the queries to test the difference between mongodb and postgresql | Pierre-Yves Chibon | 2012-05-18 | 1 | -22/+169 | |
| | ||||||
* | Order the output from the query by time | Pierre-Yves Chibon | 2012-05-18 | 1 | -12/+20 | |
| | ||||||
* | Some formating on the model | Pierre-Yves Chibon | 2012-05-17 | 1 | -1/+2 | |
| | ||||||
* | Some formating | Pierre-Yves Chibon | 2012-05-17 | 1 | -1/+2 | |
| | ||||||
* | Adjust dependencies in the README | Pierre-Yves Chibon | 2012-05-16 | 1 | -1/+2 | |
| | ||||||
* | Typo in the return statement | Pierre-Yves Chibon | 2012-05-16 | 1 | -1/+1 | |
| | ||||||
* | Change "full" field to LargeBinary as it's an exact copy of the message | Toshio Kuratomi | 2012-05-14 | 1 | -1/+2 | |
| | ||||||
* | Add method to retrieve all the emails in one thread | Pierre-Yves Chibon | 2012-05-14 | 1 | -0/+19 | |
| | ||||||
* | We want to get the whole email object not just the sender | Pierre-Yves Chibon | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | Adjust to the list name and print out the first email retrieved in a time period | Pierre-Yves Chibon | 2012-05-14 | 1 | -1/+2 | |
| | ||||||
* | Let's close the store's session at the end as well | Pierre-Yves Chibon | 2012-04-27 | 1 | -0/+1 | |
| | ||||||
* | Add the index option to message_id and stable_url_id | Pierre-Yves Chibon | 2012-04-27 | 1 | -2/+4 | |
| | ||||||
* | Add pymongo as dependency for the mongodb backend | Pierre-Yves Chibon | 2012-04-27 | 1 | -0/+1 | |
| | ||||||
* | Implement the interface for a MongDB backend | Pierre-Yves Chibon | 2012-04-27 | 1 | -56/+206 | |
| | ||||||
* | No need to re-create the email object for each email -- that will speed ↵ | Pierre-Yves Chibon | 2012-04-26 | 1 | -2/+2 | |
| | | | | things up | |||||
* | Adjust to the new API and model | Pierre-Yves Chibon | 2012-04-26 | 1 | -21/+24 | |
| | | | | | | | - Adjust documentation - Make use of the store API - Adjust to the new model - Create the table on the fly | |||||
* | Return None if no email found - Cleaner import | Pierre-Yves Chibon | 2012-04-26 | 1 | -3/+9 | |
| | ||||||
* | Fix constructor - removed deprecated argument | Pierre-Yves Chibon | 2012-04-26 | 1 | -2/+2 | |
| | ||||||
* | Adjust the test file to the new API | Pierre-Yves Chibon | 2012-04-26 | 1 | -12/+14 | |
| | ||||||
* | Adjust the implementation of the API to the new structure of the model (with ↵ | Pierre-Yves Chibon | 2012-04-26 | 1 | -39/+65 | |
| | | | | dynamic mapping) | |||||
* | Make the creation of the database optional and disabled by default | Pierre-Yves Chibon | 2012-04-26 | 1 | -4/+9 | |
| | ||||||
* | Restructure the SA model | Pierre-Yves Chibon | 2012-04-26 | 1 | -41/+42 | |
| | | | | | Now we are able to create the tables on the fly and mapp the Email object to any of these tables from just a table name. | |||||
* | Typo in the README | Pierre-Yves Chibon | 2012-04-26 | 1 | -1/+1 | |
| | ||||||
* | Update the README file | Pierre-Yves Chibon | 2012-04-26 | 1 | -5/+6 | |
| | ||||||
* | Fix import in the upload script | Pierre-Yves Chibon | 2012-04-25 | 1 | -1/+1 | |
| | ||||||
* | Extract the model from the store API | Pierre-Yves Chibon | 2012-04-25 | 2 | -70/+95 | |
| | ||||||
* | Fix documentation | Pierre-Yves Chibon | 2012-04-25 | 1 | -1/+1 | |
| | ||||||
* | Fix documentation | Pierre-Yves Chibon | 2012-04-25 | 1 | -1/+1 | |
| | ||||||
* | test file to test the implementation of the SA store | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+26 | |
| | ||||||
* | Create the interface/API to be implemented by each store to retrieve the ↵ | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+150 | |
| | | | | email from the backend | |||||
* | Rename sastore to kittysastore | Pierre-Yves Chibon | 2012-04-25 | 1 | -41/+24 | |
| | ||||||
* | Make to_sqldb more EL6 friendly | Pierre-Yves Chibon | 2012-04-25 | 1 | -1/+1 | |
| | ||||||
* | Add indexes to the table structure | Pierre-Yves Chibon | 2012-04-25 | 1 | -5/+5 | |
| | ||||||
* | Add __init__.py to be able to call the module | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+0 | |
| | ||||||
* | Make the url EL6 friendly | Pierre-Yves Chibon | 2012-04-25 | 1 | -2/+2 | |
| | ||||||
* | Remove debugging code and fix usage | Pierre-Yves Chibon | 2012-04-25 | 1 | -2/+1 | |
| | ||||||
* | Little more documentation | Pierre-Yves Chibon | 2012-04-25 | 1 | -2/+3 | |
| | ||||||
* | Reorder function in alphabetical order - Extend API | Pierre-Yves Chibon | 2012-04-25 | 1 | -40/+72 | |
| | | | | - search_content_subject search the keyword in either the content or the subject of the emails - search_content search the keyword in the content of the emails | |||||
* | Couple of bug fixes - Extend API | Pierre-Yves Chibon | 2012-04-25 | 1 | -4/+50 | |
| | | | | | - search_sender, search the given keyword in the sender names and emails - search_subject, search the given keyword in the subjects - get_list_size, return the number of email available for a given list | |||||
* | Extend the API with get_thread_length, get_thread_participants and ↵ | Pierre-Yves Chibon | 2012-04-25 | 1 | -1/+52 | |
| | | | | | | | get_archives_length get_thread_length returns the number of emails in a given thread get_thread_participant returns the participants in a given thread get_archives_length returns the years and month for which there might be archives for the list (based on the oldest post) | |||||
* | Little re-organisation | Pierre-Yves Chibon | 2012-04-25 | 1 | -15/+18 | |
| | ||||||
* | Expand the API with get_email and get_archive | Pierre-Yves Chibon | 2012-04-25 | 1 | -2/+46 | |
| | | | | get_email: returns a single email using its Message-ID (as set in the headers) get_archive: returns the thread starting emails within a given time range | |||||
* | Script used to upload the archives into a RDBMS | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+163 | |
| | ||||||
* | Update files to ignore | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+1 | |
| | ||||||
* | Remove old script, renamed | Pierre-Yves Chibon | 2012-04-25 | 1 | -53/+0 | |
| | ||||||
* | Script to retrieve the archives mail box file | Pierre-Yves Chibon | 2012-04-25 | 1 | -0/+46 | |
| |