SReview icon indicating copy to clipboard operation
SReview copied to clipboard

sreview review system

Results 16 SReview issues
Sort by recently updated
recently updated
newest added

The detect_files script currently is expected to run from cron, and will then parse all files that pass the input glob. As more data is being generated, this becomes more...

enhancement
help wanted

Beyond the need to change or reset passwords (in the FOSDEM2017 milestone), we also need to be able to remove users, change their email address, etc.

enhancement

Currently, sreview limits the admin view to a single event, by adding a configuration item. We shouldn't do this, although we might want to allow the admin to select a...

bug
TODO

Currently, dispatch polls the database every 30 seconds. While that works, it has obvious drawbacks. Instead, it should use Mojo::Pg::PubSub to listen for notifications, and the database should send those...

enhancement

we need to be able to deploy *everything* with ansible, so people can easily use sreview without having to understand things like how gridengine works etc.

Even after the redesign of the interface that @belenbarrospena helped me with, there were still a small number of people who would be confused into thinking that they just needed...