changelog tags files rss atom

shortlog for platypus

navigate: (0) tip

2 years jmoiron front-load groups & series, massive speed improvements in loading (2-3x), added order_by to DjangoStyleQuery class
2 years jmoiron added working pack loading for a bot; committing 25 packs at a time to the db seems to be fairly good
2 years jmoiron fixed bot relations to function
2 years jmoiron added q object (like elixir), started writing updater for sqla models
2 years Jason Moiron fixed 'drop_all' to not throw exceptions when there was no database
2 years jmoiron somehow managed to implement a great deal of django-like features on top of sqlalchemy, even if i greatly prefer django's api
2 years jmoiron more notes on sqla
2 years jmoiron added some notes about sqlalchemy as i read more of the docs
2 years Jason Moiron adding sqlalchemy version of the store for speed comparisson
2 years Jason Moiron store and updater are working, although they are quite slow (insertions are slow though)
2 years Jason Moiron added easy application of static methods for my models; the static methods still get access to the model implicitly, even though you don't need to pass; ex. Bot.get_or_create(name='foobar') will work, even though `get_or_create` is defined separately and we are not passing Bot to that method
2 years Jason Moiron added a cheesy get_or_create for my models..
2 years jmoiron migrate platypus to use SQLObject instead of Elixir/SQLAlchemy
2 years jmoiron move around the updater, and added a small daemon lib as it'l be used in multiple places
2 years jmoiron adding updater, moved metaname to indexer
2 years jmoiron changed the name of web to indexer
3 years jmoiron adding 'SmartEntity' to web.store which auto-coerces unicode fields to unicode
3 years jmoiron fixed bug where i reused 'v' for version and nuked volume in metaname volume discovery
3 years jmoiron adding list_bot to manage.py
3 years jmoiron some fixes to manage & store, automatically use string fallbacks on not-real-integer fields
3 years jmoiron more work on metaname, store
3 years jmoiron added metaname, manage script (werkzeug dep)
3 years jmoiron adding lurk reader, some store changes
3 years Jason Moiron adding web/models
3 years jmoiron get configuration working right
3 years jmoiron first do-nothing checkin for irclib & platypus

navigate: (0) tip