Remove the login page
ClosedPublic

Authored by mprahl on Oct 17 2016, 8:23 PM.

Details

Summary

Remove the login page in order to remove the dependency for flask-login, and flask-wtf. We'd like to run this on EPEL 7 without adding flask-login as a dependency.

Test Plan

Run the unit tests

Run Docker and test adding data

Diff Detail

Repository
rRSDB resultsdb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mprahl retitled this revision from to Remove the login page.Oct 17 2016, 8:23 PM
mprahl updated this object.
mprahl edited the test plan for this revision. (Show Details)
mprahl added reviewers: jskladan, tflink.
mprahl added a subscriber: ralph2.
mprahl updated this revision to Diff 2633.Oct 17 2016, 8:33 PM
  • Remove flask-wtf
mprahl updated this object.Oct 17 2016, 8:40 PM
mprahl edited the test plan for this revision. (Show Details)

I'm fine with this but I'd like to wait for @jskladan to review the patch before actually applying it.

jskladan accepted this revision.Oct 18 2016, 6:36 AM

Fine with me, we'll be adding some auth in the future, but this does not really make it any more difficult than it will be.

This revision is now accepted and ready to land.Oct 18 2016, 6:36 AM
This revision was automatically updated to reflect the committed changes.