aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack (follow)
Commit message (Expand)AuthorAgeFilesLines
* massive - removed migrations and reform db schema - NOT COMPLETEMatthew Lemon2020-08-2739-804/+224
* further asserts added to the testMatthew Lemon2020-08-263-1/+17
* first passing test - making essential service an objectMatthew Lemon2020-08-262-3/+55
* started the rebuildMatthew Lemon2020-08-263-5/+20
* tweaksMatthew Lemon2020-08-242-2/+2
* list of other systems on form to add system for orgMatthew Lemon2020-08-142-5/+8
* working on adding list of existing systems to add system formMatthew Lemon2020-08-146-29/+70
* added essential service field to applicablesystem modelMatthew Lemon2020-08-143-0/+41
* tweaks to htmlMatthew Lemon2020-08-141-2/+5
* updated field names on NIS system add pageMatthew Lemon2020-08-143-6/+48
* added caveat to dropdown descriptionMatthew Lemon2020-08-141-1/+1
* reduce size of dropdownMatthew Lemon2020-08-131-8/+11
* added a new field to the applicablesystem modelMatthew Lemon2020-08-135-0/+66
* changed description field to funciton in ApplicableSystemMatthew Lemon2020-08-139-24/+75
* added a help line to a formMatthew Lemon2020-08-131-1/+1
* title change on stakeholder home pageMatthew Lemon2020-06-021-1/+1
* removed HTML refs to applicable systems and replaced with in scopeMatthew Lemon2020-06-022-3/+3
* fix on home pageMatthew Lemon2020-06-011-1/+1
* fix on home pageMatthew Lemon2020-06-011-2/+2
* added engagement events table to stakeholder home pageMatthew Lemon2020-06-012-2/+29
* engagement events now appear on org pageMatthew Lemon2020-06-014-9/+16
* can add an engagement eventMatthew Lemon2020-06-015-3/+135
* added missing persmissions for viewsMatthew Lemon2020-06-013-28/+74
* improvements to the people list pageMatthew Lemon2020-06-011-2/+8
* moved some fixtures into conftestMatthew Lemon2020-06-012-9/+15
* consolidate to one conftestMatthew Lemon2020-06-012-34/+24
* 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
* added sentinel userMatthew Lemon2020-05-314-10/+29
* another testing passing related to groupsMatthew Lemon2020-05-312-5/+26
* working on user groups and testsMatthew Lemon2020-05-313-16/+44
* Merge branch 'incident-report-form' of github.com:hammerheadlemon/ctrack into...Matthew Lemon2020-05-314-19/+60
|\
| * 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
* 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