aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-30fixed old failing func testMatthew Lemon1-3/+3
2020-05-30cleaned up testsMatthew Lemon1-13/+0
2020-05-29incident forms links to stakeholder home page nowMatthew Lemon1-2/+3
2020-05-28done a lot of mocking up of the stakeholder home pageMatthew Lemon1-1/+11
2020-05-27working through permissions issuesMatthew Lemon1-1/+1
2020-05-27stakeholder user redirected to stakeholder template pageMatthew Lemon1-1/+4
2020-05-26forgot login_required decoratorMatthew Lemon1-0/+2
2020-05-25added geckodriver to root and part way through failing users view func testMatthew Lemon1-11/+0
2020-05-25added selenium functional testMatthew Lemon1-0/+14
2020-05-25swapped UserFactoryMatthew Lemon1-1/+1
2020-05-25in trying to create a Stakeholder model referenced from User, have removed ↵Matthew Lemon1-105/+120
updated_by fields in other models and factories - was getting circular dep error
2020-05-22started work on optional User as organisation.Person object - testsMatthew Lemon2-1/+12
2020-05-13improved handling of populate function by test - and some cleanupMR Lemon3-21/+61
2020-05-13removed redundant argument from populate functionMR Lemon2-10/+4
2020-05-13refactored populate script into a new core app - better positioned for use ↵MR Lemon10-0/+654
in tests