aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added engagement events table to stakeholder home pageMatthew Lemon2020-06-011-1/+9
|
* engagement events now appear on org pageMatthew Lemon2020-06-011-0/+5
|
* added missing persmissions for viewsMatthew Lemon2020-06-011-1/+28
|
* added sentinel userMatthew Lemon2020-05-311-1/+1
|
* working on user groups and testsMatthew Lemon2020-05-311-0/+9
|
* fixed old failing func testMatthew Lemon2020-05-301-3/+3
|
* cleaned up testsMatthew Lemon2020-05-301-13/+0
|
* incident forms links to stakeholder home page nowMatthew Lemon2020-05-291-2/+3
|
* done a lot of mocking up of the stakeholder home pageMatthew Lemon2020-05-281-1/+11
|
* working through permissions issuesMatthew Lemon2020-05-271-1/+1
|
* stakeholder user redirected to stakeholder template pageMatthew Lemon2020-05-271-1/+4
|
* forgot login_required decoratorMatthew Lemon2020-05-261-0/+2
|
* added geckodriver to root and part way through failing users view func testMatthew Lemon2020-05-251-11/+0
|
* added selenium functional testMatthew Lemon2020-05-251-0/+14
|
* swapped UserFactoryMatthew Lemon2020-05-251-1/+1
|
* in trying to create a Stakeholder model referenced from User, have removed ↵Matthew Lemon2020-05-251-105/+120
| | | | updated_by fields in other models and factories - was getting circular dep error
* started work on optional User as organisation.Person object - testsMatthew Lemon2020-05-222-1/+12
|
* improved handling of populate function by test - and some cleanupMR Lemon2020-05-133-21/+61
|
* removed redundant argument from populate functionMR Lemon2020-05-132-10/+4
|
* refactored populate script into a new core app - better positioned for use ↵MR Lemon2020-05-1310-0/+654
in tests