Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further asserts added to the test | Matthew Lemon | 2020-08-26 | 3 | -1/+17 |
| | |||||
* | first passing test - making essential service an object | Matthew Lemon | 2020-08-26 | 3 | -4/+57 |
| | |||||
* | started the rebuild | Matthew Lemon | 2020-08-26 | 3 | -5/+20 |
| | |||||
* | tweaks | Matthew Lemon | 2020-08-24 | 2 | -2/+2 |
| | |||||
* | list of other systems on form to add system for org | Matthew Lemon | 2020-08-14 | 2 | -5/+8 |
| | |||||
* | working on adding list of existing systems to add system form | Matthew Lemon | 2020-08-14 | 6 | -29/+70 |
| | |||||
* | added essential service field to applicablesystem model | Matthew Lemon | 2020-08-14 | 3 | -0/+41 |
| | |||||
* | tweaks to html | Matthew Lemon | 2020-08-14 | 1 | -2/+5 |
| | |||||
* | updated field names on NIS system add page | Matthew Lemon | 2020-08-14 | 3 | -6/+48 |
| | |||||
* | added caveat to dropdown description | Matthew Lemon | 2020-08-14 | 1 | -1/+1 |
| | |||||
* | reduce size of dropdown | Matthew Lemon | 2020-08-13 | 1 | -8/+11 |
| | |||||
* | added a new field to the applicablesystem model | Matthew Lemon | 2020-08-13 | 5 | -0/+66 |
| | |||||
* | changed description field to funciton in ApplicableSystem | Matthew Lemon | 2020-08-13 | 10 | -24/+80 |
| | |||||
* | added a help line to a form | Matthew Lemon | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | fixed code block | Matthew Lemon | 2020-08-12 | 1 | -2/+1 |
| | |||||
* | updated README with bootstrapping | Matthew Lemon | 2020-08-12 | 1 | -0/+14 |
| | |||||
* | colour can come back to pytest if we use solarized light | Matthew Lemon | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | title change on stakeholder home page | Matthew Lemon | 2020-06-02 | 1 | -1/+1 |
| | |||||
* | removed HTML refs to applicable systems and replaced with in scope | Matthew Lemon | 2020-06-02 | 2 | -3/+3 |
| | |||||
* | 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 | 5 | -10/+17 |
| | |||||
* | can add an engagement event | Matthew Lemon | 2020-06-01 | 6 | -5/+138 |
| | |||||
* | 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 |
| | |||||
* | fixed sql for populate | Matthew Lemon | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | another testing passing related to groups | Matthew Lemon | 2020-05-31 | 2 | -5/+26 |
| | |||||
* | added Makefile | Matthew Lemon | 2020-05-31 | 1 | -0/+5 |
| | |||||
* | working on user groups and tests | Matthew Lemon | 2020-05-31 | 4 | -16/+46 |
| | |||||
* | 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 |
| | |||||
* | amended the trunc script | Matthew Lemon | 2020-05-29 | 1 | -0/+1 |
| | |||||
* | incident forms links to stakeholder home page now | Matthew Lemon | 2020-05-29 | 4 | -40/+81 |
| |