Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve test password for populate scriptmain | Matthew Lemon | 2024-10-23 | 3 | -2/+4 |
| | |||||
* | Manual django version bump | Matthew Lemon | 2024-10-23 | 3 | -6/+6 |
| | |||||
* | Merge pull request #107 from defencedigital/dependabot/pip/django-5.0.9 | Yulqen | 2024-10-23 | 2 | -2/+2 |
|\ | | | | | Bump django from 5.0.4 to 5.0.9 | ||||
| * | Bump django from 5.0.4 to 5.0.9 | dependabot[bot] | 2024-10-21 | 2 | -2/+2 |
|/ | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | wip: create assessment form | Matthew Lemon | 2024-10-16 | 6 | -3/+171 |
| | |||||
* | Updated requirements to use and pyproject.toml | Matthew Lemon | 2024-10-16 | 2 | -55/+410 |
| | |||||
* | Fixes miss-named list view function | Matthew Lemon | 2024-10-16 | 6 | -2/+96 |
| | |||||
* | Cleaned up the EP table for an org | Matthew Lemon | 2024-10-15 | 3 | -43/+8 |
| | |||||
* | More CSS improvements and wip on profile page | Matthew Lemon | 2024-10-15 | 7 | -14/+75 |
| | | | | | - uses dividers between divs which I'm not sure I like - etc | ||||
* | Adds inspector designation to table | Matthew Lemon | 2024-10-15 | 1 | -0/+2 |
| | |||||
* | wip: improving the inspector profile page | Matthew Lemon | 2024-10-15 | 2 | -7/+23 |
| | |||||
* | Changes to Tailwind configuration | Matthew Lemon | 2024-10-15 | 4 | -814/+58 |
| | | | | | | - removed DaisyUI - added a script to compile tailwind (with watch) - added a test additional colour (purple) | ||||
* | Reformats the Sharepoint link cells | Matthew Lemon | 2024-10-14 | 1 | -3/+2 |
| | |||||
* | We have a basic SOP list view | Matthew Lemon | 2024-10-14 | 5 | -1/+81 |
| | | | | | | | | | - added the new url file - styled similar to EP list for organisation - uses a spanned row in the table for a description or summary of the document - TODO: update the model to use the summary row - TODO: add more metadata | ||||
* | quick removal of unneeded variable assignment | Matthew Lemon | 2024-10-14 | 1 | -1/+1 |
| | |||||
* | Adds basic SOP model and adds it to admin | Matthew Lemon | 2024-10-14 | 6 | -2/+120 |
| | |||||
* | Reduces the size of the EP table for an organisation | Matthew Lemon | 2024-10-14 | 1 | -23/+23 |
| | |||||
* | removes erroneous return line | Matthew Lemon | 2024-10-14 | 1 | -1/+0 |
| | |||||
* | Remove dummy data table from template | Matthew Lemon | 2024-10-14 | 1 | -19/+0 |
| | |||||
* | Merge branch 'postgres-migration' | Matthew Lemon | 2024-10-14 | 0 | -0/+0 |
|\ | |||||
| * | Fixed DSCs and Officers in summary panel | Matthew Lemon | 2024-10-14 | 2 | -12/+38 |
| | | | | | | | | | | | | | | | | | | Previously these were either hard-coded or missing. There is still a problem with the alignment of the SVG and the text in the CSS grid. The list of officers is based on officers added to the Engagement itself and the effort objects assigned to the engagement - it shows a compound of all. | ||||
| * | Fix hard-coded entity name in summary box | Matthew Lemon | 2024-10-14 | 1 | -1/+1 |
| | | |||||
| * | Fix navbar to have DED and new menu item | Matthew Lemon | 2024-10-14 | 1 | -1/+2 |
| | | |||||
| * | Ignore tags file | Matthew Lemon | 2024-10-14 | 1 | -0/+1 |
| | | |||||
| * | Nice engagement duration text for summary box on detail page | Matthew Lemon | 2024-10-07 | 4 | -6/+51 |
| | | |||||
| * | ruff cleanup | Matthew Lemon | 2024-10-07 | 1 | -3/+1 |
| | | |||||
| * | Fix the start and end dates being the same | Matthew Lemon | 2024-10-07 | 1 | -1/+1 |
| | | |||||
| * | Adds submit button to form and fix date-span in summary box of eng. detail | Matthew Lemon | 2024-10-07 | 3 | -6/+14 |
| | | |||||
| * | ignore direnv file | Matthew Lemon | 2024-10-07 | 1 | -0/+1 |
| | | |||||
| * | Removed unneeded login_required on htmx function? | Matthew Lemon | 2024-09-12 | 1 | -1/+0 |
| | | |||||
| * | Now passes form test | Matthew Lemon | 2024-09-12 | 1 | -2/+2 |
| | | |||||
| * | Adds the snippet file missing from the last commit | Matthew Lemon | 2024-09-12 | 1 | -0/+25 |
| | | |||||
| * | Moved Edit Engagement form to a template include | Matthew Lemon | 2024-09-12 | 2 | -61/+6 |
| | | |||||
* | | Fixed DSCs and Officers in summary panel | Matthew Lemon | 2024-10-14 | 2 | -12/+38 |
| | | | | | | | | | | | | | | | | | | Previously these were either hard-coded or missing. There is still a problem with the alignment of the SVG and the text in the CSS grid. The list of officers is based on officers added to the Engagement itself and the effort objects assigned to the engagement - it shows a compound of all. | ||||
* | | Fix hard-coded entity name in summary box | Matthew Lemon | 2024-10-14 | 1 | -1/+1 |
| | | |||||
* | | Fix navbar to have DED and new menu item | Matthew Lemon | 2024-10-14 | 1 | -1/+2 |
| | | |||||
* | | Ignore tags file | Matthew Lemon | 2024-10-14 | 1 | -0/+1 |
| | | |||||
* | | Nice engagement duration text for summary box on detail page | Matthew Lemon | 2024-10-14 | 4 | -6/+51 |
| | | |||||
* | | ruff cleanup | Matthew Lemon | 2024-10-14 | 1 | -3/+1 |
| | | |||||
* | | Fix the start and end dates being the same | Matthew Lemon | 2024-10-14 | 1 | -1/+1 |
| | | |||||
* | | Adds submit button to form and fix date-span in summary box of eng. detail | Matthew Lemon | 2024-10-14 | 3 | -6/+14 |
| | | |||||
* | | ignore direnv file | Matthew Lemon | 2024-10-14 | 1 | -0/+1 |
| | | |||||
* | | Removed unneeded login_required on htmx function? | Matthew Lemon | 2024-10-14 | 1 | -1/+0 |
| | | |||||
* | | Now passes form test | Matthew Lemon | 2024-10-14 | 1 | -2/+2 |
| | | |||||
* | | Adds the snippet file missing from the last commit | Matthew Lemon | 2024-10-14 | 1 | -0/+25 |
| | | |||||
* | | Moved Edit Engagement form to a template include | Matthew Lemon | 2024-10-14 | 2 | -61/+6 |
| | | |||||
* | | Merge pull request #106 from defencedigital/postgres-migration | Yulqen | 2024-09-10 | 25 | -341/+1398 |
|\| | | | | | Adds new Engagement Strategy stuff | ||||
| * | Adds starter HTML form for Engagement Strategy create form | Matthew Lemon | 2024-09-10 | 1 | -9/+47 |
| | | |||||
| * | Test passing for CreateView for ES create form | Matthew Lemon | 2024-09-10 | 1 | -21/+9 |
| | | |||||
| * | wip: testing the view containing the ES create form | Matthew Lemon | 2024-09-10 | 4 | -8/+84 |
| | |