aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added dft handle statusMatthew Lemon2020-05-292-0/+35
* after a lot of pain, incident report form basically worksMatthew Lemon2020-05-295-11/+81
* IncidentReport model in place and func test passing so farMatthew Lemon2020-05-299-24/+194
* a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon2020-05-297-32/+57
* starting to test for org to work with incident formMatthew Lemon2020-05-283-10/+41
* setting up for testing incident report workMatthew Lemon2020-05-283-1/+46
* Merge branch 'stakeholder-profile'Matthew Lemon2020-05-2831-170/+887
|\
| * added new base.html for stakeholdersMatthew Lemon2020-05-282-13/+142
| * more progress on homepageMatthew Lemon2020-05-281-5/+41
| * done a lot of mocking up of the stakeholder home pageMatthew Lemon2020-05-284-56/+107
| * started mocking up home pageMatthew Lemon2020-05-281-4/+56
| * added a test to get h2 tags from stakeholder homepageMatthew Lemon2020-05-281-0/+24
| * user with permission can view OrganisationListViewMatthew Lemon2020-05-282-1/+42
| * comment on 301 response codeMatthew Lemon2020-05-281-1/+1
| * fixed test - now have proper permissions approachMatthew Lemon2020-05-273-16/+13
| * permissions set for OrganisationListViewMatthew Lemon2020-05-272-4/+12
| * need to fix permission denied 403 testsMatthew Lemon2020-05-273-9/+15
| * working through permissions issuesMatthew Lemon2020-05-276-13/+65
| * further refactorMatthew Lemon2020-05-273-8/+14
| * light refactor and fixed failing testMatthew Lemon2020-05-271-10/+11
| * stakeholder user redirected to stakeholder template pageMatthew Lemon2020-05-274-7/+56
| * regular user goes to regular user home page template when logging inMatthew Lemon2020-05-263-1/+20
| * forgot login_required decoratorMatthew Lemon2020-05-261-0/+2
| * when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon2020-05-265-10/+25
| * fixed project requirements - django and pytestMatthew Lemon2020-05-262-2/+2
| * writing test for user page viewMatthew Lemon2020-05-261-0/+7
| * changed name of person more suitable to testing view clientMatthew Lemon2020-05-263-6/+10
| * some formatting changes - nothing moreMatthew Lemon2020-05-261-8/+10
| * functional test for basic user log in passingMatthew Lemon2020-05-262-3/+25
| * added geckodriver to root and part way through failing users view func testMatthew Lemon2020-05-255-16/+29
| * added selenium functional testMatthew Lemon2020-05-252-1/+16
| * reverted to previous form of populate scriptMatthew Lemon2020-05-252-2/+1
| * swapped UserFactoryMatthew Lemon2020-05-253-4/+4
| * fixed trunc and populate script and user generationMatthew Lemon2020-05-252-1/+7
| * more useful explanatory commentsMatthew Lemon2020-05-252-0/+4
| * added an explanatory comment about the use of slug_fieldMatthew Lemon2020-05-252-0/+8
| * amended READMEMatthew Lemon2020-05-251-3/+12
| * added to README and enhanced view testMatthew Lemon2020-05-252-4/+11
| * first basic passing view test for adding stakeholderMatthew Lemon2020-05-251-3/+12
| * added pytest config againMatthew Lemon2020-05-251-1/+1
| * more testing for stakeholderMatthew Lemon2020-05-252-0/+13
| * linked stakeholder to userMatthew Lemon2020-05-255-6/+30
| * in trying to create a Stakeholder model referenced from User, have removed up...Matthew Lemon2020-05-2514-142/+229
|/
* added basic stakeholder profile modelMatthew Lemon2020-05-245-17/+51
* removed oes field from user - about to make a profile modelMatthew Lemon2020-05-246-14/+32
* failing test trying to add org to UserMatthew Lemon2020-05-241-5/+18
* working on test_profile_view_contains_organisation_information - FAILINGMatthew Lemon2020-05-242-3/+17
* removed email verification for nowMatthew Lemon2020-05-242-44/+7
* added pytest flagsMatthew Lemon2020-05-241-1/+1
* removed pytest-sugar so we can switch off colourMatthew Lemon2020-05-231-1/+0