Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | reordered cards | Matthew Lemon | 2020-08-28 | 1 | -17/+19 | |
| | | ||||||
| * | started adding new content to org detail page - ess service | Matthew Lemon | 2020-08-28 | 2 | -16/+50 | |
| | | ||||||
| * | fixed all non-functional tests now | Matthew Lemon | 2020-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | fixed a failing new test (essential service) | Matthew Lemon | 2020-08-28 | 1 | -7/+4 | |
| | | ||||||
| * | fixed some more view bugs related to db redesign | Matthew Lemon | 2020-08-28 | 4 | -10/+8 | |
| | | ||||||
| * | tracked down the bastard | Matthew Lemon | 2020-08-28 | 5 | -15/+36 | |
| | | ||||||
| * | further work trying to get user views working | Matthew Lemon | 2020-08-27 | 6 | -19/+19 | |
| | | ||||||
| * | essential service now on admin and further work to schema | Matthew Lemon | 2020-08-27 | 7 | -13/+53 | |
| | | ||||||
| * | added utility scripts for dropping database, etc | Matthew Lemon | 2020-08-27 | 3 | -0/+16 | |
| | | ||||||
| * | massive - removed migrations and reform db schema - NOT COMPLETE | Matthew Lemon | 2020-08-27 | 39 | -804/+224 | |
| | | ||||||
| * | 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 |