Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix on home page | Matthew Lemon | 2020-06-01 | 1 | -1/+1 | |
| | ||||||
* | fix on home page | Matthew Lemon | 2020-06-01 | 1 | -2/+2 | |
| | ||||||
* | added engagement events table to stakeholder home page | Matthew Lemon | 2020-06-01 | 2 | -2/+29 | |
| | ||||||
* | engagement events now appear on org page | Matthew Lemon | 2020-06-01 | 4 | -9/+16 | |
| | ||||||
* | can add an engagement event | Matthew Lemon | 2020-06-01 | 5 | -3/+135 | |
| | ||||||
* | added missing persmissions for views | Matthew Lemon | 2020-06-01 | 3 | -28/+74 | |
| | ||||||
* | improvements to the people list page | Matthew Lemon | 2020-06-01 | 1 | -2/+8 | |
| | ||||||
* | moved some fixtures into conftest | Matthew Lemon | 2020-06-01 | 2 | -9/+15 | |
| | ||||||
* | consolidate to one conftest | Matthew Lemon | 2020-06-01 | 2 | -34/+24 | |
| | ||||||
* | tidy after merge | Matthew Lemon | 2020-06-01 | 1 | -16/+0 | |
| | ||||||
* | people view | Matthew Lemon | 2020-05-31 | 1 | -1/+17 | |
|\ | ||||||
| * | working on test for cct_user to view person list | Matthew Lemon | 2020-05-31 | 1 | -1/+35 | |
| | | ||||||
* | | working on test for cct_user to view person list | Matthew Lemon | 2020-05-31 | 5 | -9/+91 | |
|/ | ||||||
* | quick added condition to test | Matthew Lemon | 2020-05-31 | 1 | -0/+2 | |
| | ||||||
* | created a group fixture with perms | Matthew Lemon | 2020-05-31 | 2 | -0/+42 | |
| | | | | | This fixture is a group with all permissions relating to ctrack system so far. | |||||
* | added sentinel user | Matthew Lemon | 2020-05-31 | 4 | -10/+29 | |
| | ||||||
* | another testing passing related to groups | Matthew Lemon | 2020-05-31 | 2 | -5/+26 | |
| | ||||||
* | working on user groups and tests | Matthew Lemon | 2020-05-31 | 3 | -16/+44 | |
| | ||||||
* | Merge branch 'incident-report-form' of github.com:hammerheadlemon/ctrack ↵ | Matthew Lemon | 2020-05-31 | 4 | -19/+60 | |
|\ | | | | | | | into incident-report-form | |||||
| * | added a fixture file for an incident report if needed | Matthew Lemon | 2020-05-30 | 1 | -0/+25 | |
| | | ||||||
| * | started to think about Groups and added a test from real python article to play | Matthew Lemon | 2020-05-30 | 1 | -0/+30 | |
| | | ||||||
| * | cleaned up old User tests | Matthew Lemon | 2020-05-30 | 2 | -19/+5 | |
| | | ||||||
* | | working on log-in form | Matthew Lemon | 2020-05-31 | 2 | -39/+19 | |
|/ | ||||||
* | fixed old failing func test | Matthew Lemon | 2020-05-30 | 1 | -3/+3 | |
| | ||||||
* | cleaned up tests | Matthew Lemon | 2020-05-30 | 7 | -93/+56 | |
| | ||||||
* | tweaked the IR model and the form page | Matthew Lemon | 2020-05-29 | 5 | -28/+64 | |
| | ||||||
* | prettifying the incident report page a bit | Matthew Lemon | 2020-05-29 | 3 | -27/+14 | |
| | ||||||
* | incident forms links to stakeholder home page now | Matthew Lemon | 2020-05-29 | 4 | -40/+81 | |
| | ||||||
* | added dft handle status | Matthew Lemon | 2020-05-29 | 2 | -0/+35 | |
| | ||||||
* | after a lot of pain, incident report form basically works | Matthew Lemon | 2020-05-29 | 5 | -11/+81 | |
| | ||||||
* | IncidentReport model in place and func test passing so far | Matthew Lemon | 2020-05-29 | 9 | -24/+194 | |
| | ||||||
* | a lot of time and effort looking for a bug with selenium that wasnt there | Matthew Lemon | 2020-05-29 | 7 | -32/+57 | |
| | ||||||
* | starting to test for org to work with incident form | Matthew Lemon | 2020-05-28 | 3 | -10/+41 | |
| | ||||||
* | setting up for testing incident report work | Matthew Lemon | 2020-05-28 | 3 | -1/+46 | |
| | ||||||
* | added new base.html for stakeholders | Matthew Lemon | 2020-05-28 | 2 | -13/+142 | |
| | ||||||
* | more progress on homepage | Matthew Lemon | 2020-05-28 | 1 | -5/+41 | |
| | ||||||
* | done a lot of mocking up of the stakeholder home page | Matthew Lemon | 2020-05-28 | 4 | -56/+107 | |
| | ||||||
* | started mocking up home page | Matthew Lemon | 2020-05-28 | 1 | -4/+56 | |
| | ||||||
* | added a test to get h2 tags from stakeholder homepage | Matthew Lemon | 2020-05-28 | 1 | -0/+24 | |
| | ||||||
* | user with permission can view OrganisationListView | Matthew Lemon | 2020-05-28 | 2 | -1/+42 | |
| | ||||||
* | comment on 301 response code | Matthew Lemon | 2020-05-28 | 1 | -1/+1 | |
| | ||||||
* | fixed test - now have proper permissions approach | Matthew Lemon | 2020-05-27 | 3 | -16/+13 | |
| | ||||||
* | permissions set for OrganisationListView | Matthew Lemon | 2020-05-27 | 2 | -4/+12 | |
| | ||||||
* | need to fix permission denied 403 tests | Matthew Lemon | 2020-05-27 | 3 | -9/+15 | |
| | ||||||
* | working through permissions issues | Matthew Lemon | 2020-05-27 | 6 | -13/+65 | |
| | ||||||
* | further refactor | Matthew Lemon | 2020-05-27 | 3 | -8/+14 | |
| | ||||||
* | light refactor and fixed failing test | Matthew Lemon | 2020-05-27 | 1 | -10/+11 | |
| | ||||||
* | stakeholder user redirected to stakeholder template page | Matthew Lemon | 2020-05-27 | 4 | -7/+56 | |
| | ||||||
* | regular user goes to regular user home page template when logging in | Matthew Lemon | 2020-05-26 | 3 | -1/+20 | |
| | ||||||
* | forgot login_required decorator | Matthew Lemon | 2020-05-26 | 1 | -0/+2 | |
| |