Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added a test to get h2 tags from stakeholder homepage | Matthew Lemon | 2020-05-28 | 1 | -0/+24 | |
| | | ||||||
| * | user with permission can view OrganisationListView | Matthew Lemon | 2020-05-28 | 2 | -1/+42 | |
| | | ||||||
| * | comment on 301 response code | Matthew Lemon | 2020-05-28 | 1 | -1/+1 | |
| | | ||||||
| * | fixed test - now have proper permissions approach | Matthew Lemon | 2020-05-27 | 3 | -16/+13 | |
| | | ||||||
| * | permissions set for OrganisationListView | Matthew Lemon | 2020-05-27 | 2 | -4/+12 | |
| | | ||||||
| * | need to fix permission denied 403 tests | Matthew Lemon | 2020-05-27 | 3 | -9/+15 | |
| | | ||||||
| * | working through permissions issues | Matthew Lemon | 2020-05-27 | 6 | -13/+65 | |
| | | ||||||
| * | further refactor | Matthew Lemon | 2020-05-27 | 3 | -8/+14 | |
| | | ||||||
| * | light refactor and fixed failing test | Matthew Lemon | 2020-05-27 | 1 | -10/+11 | |
| | | ||||||
| * | stakeholder user redirected to stakeholder template page | Matthew Lemon | 2020-05-27 | 4 | -7/+56 | |
| | | ||||||
| * | regular user goes to regular user home page template when logging in | Matthew Lemon | 2020-05-26 | 3 | -1/+20 | |
| | | ||||||
| * | forgot login_required decorator | Matthew Lemon | 2020-05-26 | 1 | -0/+2 | |
| | | ||||||
| * | when user logs in - now redirects to home page - func and unit tests passing | Matthew Lemon | 2020-05-26 | 5 | -10/+25 | |
| | | ||||||
| * | fixed project requirements - django and pytest | Matthew Lemon | 2020-05-26 | 2 | -2/+2 | |
| | | ||||||
| * | writing test for user page view | Matthew Lemon | 2020-05-26 | 1 | -0/+7 | |
| | | ||||||
| * | changed name of person more suitable to testing view client | Matthew Lemon | 2020-05-26 | 3 | -6/+10 | |
| | | ||||||
| * | some formatting changes - nothing more | Matthew Lemon | 2020-05-26 | 1 | -8/+10 | |
| | | ||||||
| * | functional test for basic user log in passing | Matthew Lemon | 2020-05-26 | 2 | -3/+25 | |
| | | ||||||
| * | added geckodriver to root and part way through failing users view func test | Matthew Lemon | 2020-05-25 | 5 | -16/+29 | |
| | | ||||||
| * | added selenium functional test | Matthew Lemon | 2020-05-25 | 2 | -1/+16 | |
| | | ||||||
| * | reverted to previous form of populate script | Matthew Lemon | 2020-05-25 | 2 | -2/+1 | |
| | | ||||||
| * | swapped UserFactory | Matthew Lemon | 2020-05-25 | 3 | -4/+4 | |
| | | ||||||
| * | fixed trunc and populate script and user generation | Matthew Lemon | 2020-05-25 | 2 | -1/+7 | |
| | | ||||||
| * | more useful explanatory comments | Matthew Lemon | 2020-05-25 | 2 | -0/+4 | |
| | | ||||||
| * | added an explanatory comment about the use of slug_field | Matthew Lemon | 2020-05-25 | 2 | -0/+8 | |
| | | ||||||
| * | amended README | Matthew Lemon | 2020-05-25 | 1 | -3/+12 | |
| | | ||||||
| * | added to README and enhanced view test | Matthew Lemon | 2020-05-25 | 2 | -4/+11 | |
| | | ||||||
| * | first basic passing view test for adding stakeholder | Matthew Lemon | 2020-05-25 | 1 | -3/+12 | |
| | | ||||||
| * | added pytest config again | Matthew Lemon | 2020-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | more testing for stakeholder | Matthew Lemon | 2020-05-25 | 2 | -0/+13 | |
| | | ||||||
| * | linked stakeholder to user | Matthew Lemon | 2020-05-25 | 5 | -6/+30 | |
| | | ||||||
| * | in trying to create a Stakeholder model referenced from User, have removed ↵ | Matthew Lemon | 2020-05-25 | 14 | -142/+229 | |
|/ | | | | updated_by fields in other models and factories - was getting circular dep error | |||||
* | added basic stakeholder profile model | Matthew Lemon | 2020-05-24 | 5 | -17/+51 | |
| | ||||||
* | removed oes field from user - about to make a profile model | Matthew Lemon | 2020-05-24 | 6 | -14/+32 | |
| | ||||||
* | failing test trying to add org to User | Matthew Lemon | 2020-05-24 | 1 | -5/+18 | |
| | ||||||
* | working on test_profile_view_contains_organisation_information - FAILING | Matthew Lemon | 2020-05-24 | 2 | -3/+17 | |
| | ||||||
* | removed email verification for now | Matthew Lemon | 2020-05-24 | 2 | -44/+7 | |
| | ||||||
* | added pytest flags | Matthew Lemon | 2020-05-24 | 1 | -1/+1 | |
| | ||||||
* | removed pytest-sugar so we can switch off colour | Matthew Lemon | 2020-05-23 | 1 | -1/+0 | |
| | ||||||
* | fixed a test and some cleaning | Matthew Lemon | 2020-05-23 | 2 | -6/+17 | |
| | ||||||
* | removed color from pytest output | Matthew Lemon | 2020-05-23 | 1 | -1/+1 | |
| | ||||||
* | removed unneeded imports | Matthew Lemon | 2020-05-23 | 1 | -7/+1 | |
| | ||||||
* | changed boolean field on user model | Matthew Lemon | 2020-05-22 | 5 | -4/+24 | |
| | ||||||
* | started work on optional User as organisation.Person object - tests | Matthew Lemon | 2020-05-22 | 10 | -8/+60 | |
| | ||||||
* | blacking | Matthew Lemon | 2020-05-22 | 1 | -9/+35 | |
| | ||||||
* | how to do a raw CBV test - and not pretty... | MR Lemon | 2020-05-14 | 2 | -0/+31 | |
| | ||||||
* | Update README.rst | lemonheadhammer | 2020-05-14 | 1 | -1/+1 | |
| | ||||||
* | Update README.rst | lemonheadhammer | 2020-05-14 | 1 | -2/+2 | |
| | | | quick edits | |||||
* | Update README.rst | lemonheadhammer | 2020-05-14 | 1 | -4/+22 | |
| | ||||||
* | removed erroneous entry in requirements file | Matthew Lemon | 2020-05-13 | 1 | -1/+0 | |
| |