summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* improve test password for populate scriptmainMatthew Lemon2024-10-233-2/+4
* Manual django version bumpMatthew Lemon2024-10-233-6/+6
* Merge pull request #107 from defencedigital/dependabot/pip/django-5.0.9Yulqen2024-10-232-2/+2
|\
| * Bump django from 5.0.4 to 5.0.9dependabot[bot]2024-10-212-2/+2
|/
* wip: create assessment formMatthew Lemon2024-10-166-3/+171
* Updated requirements to use and pyproject.tomlMatthew Lemon2024-10-162-55/+410
* Fixes miss-named list view functionMatthew Lemon2024-10-166-2/+96
* Cleaned up the EP table for an orgMatthew Lemon2024-10-153-43/+8
* More CSS improvements and wip on profile pageMatthew Lemon2024-10-157-14/+75
* Adds inspector designation to tableMatthew Lemon2024-10-151-0/+2
* wip: improving the inspector profile pageMatthew Lemon2024-10-152-7/+23
* Changes to Tailwind configurationMatthew Lemon2024-10-154-814/+58
* Reformats the Sharepoint link cellsMatthew Lemon2024-10-141-3/+2
* We have a basic SOP list viewMatthew Lemon2024-10-145-1/+81
* quick removal of unneeded variable assignmentMatthew Lemon2024-10-141-1/+1
* Adds basic SOP model and adds it to adminMatthew Lemon2024-10-146-2/+120
* Reduces the size of the EP table for an organisationMatthew Lemon2024-10-141-23/+23
* removes erroneous return lineMatthew Lemon2024-10-141-1/+0
* Remove dummy data table from templateMatthew Lemon2024-10-141-19/+0
* Merge branch 'postgres-migration'Matthew Lemon2024-10-140-0/+0
|\
| * Fixed DSCs and Officers in summary panelMatthew Lemon2024-10-142-12/+38
| * Fix hard-coded entity name in summary boxMatthew Lemon2024-10-141-1/+1
| * Fix navbar to have DED and new menu itemMatthew Lemon2024-10-141-1/+2
| * Ignore tags fileMatthew Lemon2024-10-141-0/+1
| * Nice engagement duration text for summary box on detail pageMatthew Lemon2024-10-074-6/+51
| * ruff cleanupMatthew Lemon2024-10-071-3/+1
| * Fix the start and end dates being the sameMatthew Lemon2024-10-071-1/+1
| * Adds submit button to form and fix date-span in summary box of eng. detailMatthew Lemon2024-10-073-6/+14
| * ignore direnv fileMatthew Lemon2024-10-071-0/+1
| * Removed unneeded login_required on htmx function?Matthew Lemon2024-09-121-1/+0
| * Now passes form testMatthew Lemon2024-09-121-2/+2
| * Adds the snippet file missing from the last commitMatthew Lemon2024-09-121-0/+25
| * Moved Edit Engagement form to a template includeMatthew Lemon2024-09-122-61/+6
* | Fixed DSCs and Officers in summary panelMatthew Lemon2024-10-142-12/+38
* | Fix hard-coded entity name in summary boxMatthew Lemon2024-10-141-1/+1
* | Fix navbar to have DED and new menu itemMatthew Lemon2024-10-141-1/+2
* | Ignore tags fileMatthew Lemon2024-10-141-0/+1
* | Nice engagement duration text for summary box on detail pageMatthew Lemon2024-10-144-6/+51
* | ruff cleanupMatthew Lemon2024-10-141-3/+1
* | Fix the start and end dates being the sameMatthew Lemon2024-10-141-1/+1
* | Adds submit button to form and fix date-span in summary box of eng. detailMatthew Lemon2024-10-143-6/+14
* | ignore direnv fileMatthew Lemon2024-10-141-0/+1
* | Removed unneeded login_required on htmx function?Matthew Lemon2024-10-141-1/+0
* | Now passes form testMatthew Lemon2024-10-141-2/+2
* | Adds the snippet file missing from the last commitMatthew Lemon2024-10-141-0/+25
* | Moved Edit Engagement form to a template includeMatthew Lemon2024-10-142-61/+6
* | Merge pull request #106 from defencedigital/postgres-migrationYulqen2024-09-1025-341/+1398
|\|
| * Adds starter HTML form for Engagement Strategy create formMatthew Lemon2024-09-101-9/+47
| * Test passing for CreateView for ES create formMatthew Lemon2024-09-101-21/+9
| * wip: testing the view containing the ES create formMatthew Lemon2024-09-104-8/+84