lookout

Lookout is an upstream software repository watcher built for maintaining large collections of up-to-date applications.

APACHE-2.0 License

Stars
10
Committers
2

Bot releases are hidden (Show)

lookout - Looking For Some Updated Dependencies

Published by alecbcs about 4 years ago

Changelog:

  • Updated Cuppa and related dependencies to fix translation compilation bugs.
lookout - Make Even Larger Collections!

Published by alecbcs about 5 years ago

Since releasing Lookout two months ago, we've been testing it against larger and larger collections. In some of those tests, running a multi-threaded full scan would occasionally cause a database lockup and crash the application. As a result, Lookout will now read the full database into memory, which we have found to have an almost immeasurable impact on memory usage and performance, before then distributing the update tasks to the worker threads.

Changelog:

  • updated command line interface to prevent memory leak.
  • fixed database lock on very large collections.
lookout - Meet Lookout!

Published by alecbcs over 5 years ago

This has been a while in the making but everyone, meet Lookout, a command line tool built to help make the process of maintaining packages easier.

Changelog:

  • added command line interface.
  • added database management system.
  • added configuration system.
  • added update tracking system.
  • added yaml import system.
  • added user interface library.