dmsimard / ara-archive

This repository is an historical archive of https://github.com/dmsimard/ara, please use https://github.com/openstack/ara instead.
https://github.com/openstack/ara
GNU General Public License v3.0
120 stars 19 forks source link

handling hosts and files sanely #105

Closed larsks closed 8 years ago

larsks commented 8 years ago

DO NOT MERGE

this change introduces database schema changes necessary to support both #102 and #103:

This includes the necessary changes to the callback plugin to support the new schema.

This commit does not contain web ui updates

larsks commented 8 years ago

...or test updates, at this point.

larsks commented 8 years ago

I've pushed a new set of changes that I think includes all the changes you suggested, except that I'm still using hashlib.sha1 in two places. Moving it into utils might make sense, but including utils from models creates a circular dependency that I don't want to deal with right now.

dmsimard commented 8 years ago

Closing, we have moved to review.openstack.org.