aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-01engagement events now appear on org pageMatthew Lemon4-9/+16
2020-06-01can add an engagement eventMatthew Lemon5-3/+135
2020-06-01added missing persmissions for viewsMatthew Lemon3-28/+74
2020-06-01improvements to the people list pageMatthew Lemon1-2/+8
2020-06-01moved some fixtures into conftestMatthew Lemon2-9/+15
2020-06-01consolidate to one conftestMatthew Lemon2-34/+24
2020-06-01tidy after mergeMatthew Lemon1-16/+0
2020-05-31working on test for cct_user to view person listMatthew Lemon5-9/+91
2020-05-31working on test for cct_user to view person listMatthew Lemon1-1/+35
2020-05-31quick added condition to testMatthew Lemon1-0/+2
2020-05-31created a group fixture with permsMatthew Lemon2-0/+42
2020-05-31added sentinel userMatthew Lemon4-10/+29
2020-05-31another testing passing related to groupsMatthew Lemon2-5/+26
2020-05-31working on user groups and testsMatthew Lemon3-16/+44
2020-05-31working on log-in formMatthew Lemon2-39/+19
2020-05-30added a fixture file for an incident report if neededMatthew Lemon1-0/+25
2020-05-30started to think about Groups and added a test from real python article to playMatthew Lemon1-0/+30
2020-05-30cleaned up old User testsMatthew Lemon2-19/+5
2020-05-30fixed old failing func testMatthew Lemon1-3/+3
2020-05-30cleaned up testsMatthew Lemon7-93/+56
2020-05-29tweaked the IR model and the form pageMatthew Lemon5-28/+64
2020-05-29prettifying the incident report page a bitMatthew Lemon3-27/+14
2020-05-29incident forms links to stakeholder home page nowMatthew Lemon4-40/+81
2020-05-29added dft handle statusMatthew Lemon2-0/+35
2020-05-29after a lot of pain, incident report form basically worksMatthew Lemon5-11/+81
2020-05-29IncidentReport model in place and func test passing so farMatthew Lemon9-24/+194
2020-05-29a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon7-32/+57
2020-05-28starting to test for org to work with incident formMatthew Lemon3-10/+41
2020-05-28setting up for testing incident report workMatthew Lemon3-1/+46
2020-05-28added new base.html for stakeholdersMatthew Lemon2-13/+142
2020-05-28more progress on homepageMatthew Lemon1-5/+41
2020-05-28done a lot of mocking up of the stakeholder home pageMatthew Lemon4-56/+107
2020-05-28started mocking up home pageMatthew Lemon1-4/+56
2020-05-28added a test to get h2 tags from stakeholder homepageMatthew Lemon1-0/+24
2020-05-28user with permission can view OrganisationListViewMatthew Lemon2-1/+42
2020-05-28comment on 301 response codeMatthew Lemon1-1/+1
2020-05-27fixed test - now have proper permissions approachMatthew Lemon3-16/+13
2020-05-27permissions set for OrganisationListViewMatthew Lemon2-4/+12
2020-05-27need to fix permission denied 403 testsMatthew Lemon3-9/+15
2020-05-27working through permissions issuesMatthew Lemon6-13/+65
2020-05-27further refactorMatthew Lemon3-8/+14
2020-05-27light refactor and fixed failing testMatthew Lemon1-10/+11
2020-05-27stakeholder user redirected to stakeholder template pageMatthew Lemon4-7/+56
2020-05-26regular user goes to regular user home page template when logging inMatthew Lemon3-1/+20
2020-05-26forgot login_required decoratorMatthew Lemon1-0/+2
2020-05-26when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon5-10/+25
2020-05-26writing test for user page viewMatthew Lemon1-0/+7
2020-05-26changed name of person more suitable to testing view clientMatthew Lemon3-6/+10
2020-05-26some formatting changes - nothing moreMatthew Lemon1-8/+10
2020-05-26functional test for basic user log in passingMatthew Lemon2-3/+25