Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@justinlittman justinlittman released this 15 Dec 16:03
· 804 commits to master since this release

Version 0.3.0 adds to 0.2.0:

  • Login with app-local credentials.
  • UI interface to create, update, and delete Collections, Seed Sets, and Seeds
  • Django admin views to administer Credentials, Groups, and other model entities.
  • Publishing harvest.start messages for flickr SeedSets. The app schedules harvest.start messages for publication when the user updates an existing, active SeedSet.
  • A scheduler which uses apscheduler to schedule publication of harvest.start messages.
  • Binding to harvest.status.*(.*) messages and creating a Harvest object (visible in the admin views) for each harvest status message received. The message consumer is started via the startconsumer management command.

Diff of v0.2.0 vs. v0.3.0 code

0.2.0...0.3.0