aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tidy after mergeMatthew Lemon2020-06-011-16/+0
|
* people viewMatthew Lemon2020-05-311-1/+17
|\
| * working on test for cct_user to view person listMatthew Lemon2020-05-311-1/+35
| |
* | working on test for cct_user to view person listMatthew Lemon2020-05-315-9/+91
|/
* quick added condition to testMatthew Lemon2020-05-311-0/+2
|
* created a group fixture with permsMatthew Lemon2020-05-312-0/+42
| | | | | This fixture is a group with all permissions relating to ctrack system so far.
* added sentinel userMatthew Lemon2020-05-314-10/+29
|
* fixed sql for populateMatthew Lemon2020-05-311-1/+1
|
* another testing passing related to groupsMatthew Lemon2020-05-312-5/+26
|
* added MakefileMatthew Lemon2020-05-311-0/+5
|
* working on user groups and testsMatthew Lemon2020-05-314-16/+46
|
* Merge branch 'incident-report-form' of github.com:hammerheadlemon/ctrack ↵Matthew Lemon2020-05-314-19/+60
|\ | | | | | | into incident-report-form
| * added a fixture file for an incident report if neededMatthew Lemon2020-05-301-0/+25
| |
| * started to think about Groups and added a test from real python article to playMatthew Lemon2020-05-301-0/+30
| |
| * cleaned up old User testsMatthew Lemon2020-05-302-19/+5
| |
* | working on log-in formMatthew Lemon2020-05-312-39/+19
|/
* fixed old failing func testMatthew Lemon2020-05-301-3/+3
|
* cleaned up testsMatthew Lemon2020-05-307-93/+56
|
* tweaked the IR model and the form pageMatthew Lemon2020-05-295-28/+64
|
* prettifying the incident report page a bitMatthew Lemon2020-05-293-27/+14
|
* amended the trunc scriptMatthew Lemon2020-05-291-0/+1
|
* incident forms links to stakeholder home page nowMatthew Lemon2020-05-294-40/+81
|
* 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
| |