
One of the complex problems in storyboard has been that none of our datetime instances contain a timezone, making comparison operations guesswork at best. This is partially exacerbated by oslo.db's TimestampMixin, which ensures created_at and updated_at parameters are set, but does not inform the instance that its underlying assumption is to store datetime in UTC. This patch addresses this, by creating our own UTCDateTime SQLAlchemy type decorator and applying it everywhere a datetime is needed. Change-Id: Iea89661e4d370f0e8af93d2c033b4c44723a39a4
Storyboard
Storyboard is a task tracker for OpenStack.
Project Resources
Project status, bugs, and blueprints are tracked at:
Source code can be found at:
Documentation can be found here:
Additional resources are linked from the project wiki page:
Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:
All OpenStack projects use Gerrit for code reviews. A good reference for that is here:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Description
Languages
Python
99.3%
Shell
0.5%
Dockerfile
0.1%