aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spacingMatthew Lemon2020-10-141-1/+1
|
* reset a lot of migrations - all unit tests passing - now has response ↵Matthew Lemon2020-10-1415-285/+182
| | | | required fields for simple event
* about to nuke migrationsMatthew Lemon2020-10-147-32/+96
|
* all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon2020-10-144-15/+52
| | | | redirect pages
* parameterizing tests for viewsMatthew Lemon2020-10-132-13/+53
|
* view test for missing required dataMatthew Lemon2020-10-131-2/+26
|
* minor fixesMatthew Lemon2020-10-134-6/+3
|
* created a form for new Simple EventMatthew Lemon2020-10-139-17/+156
|
* first VERY BASIC view test workingMatthew Lemon2020-10-133-14/+51
|
* first view test for eventsMatthew Lemon2020-10-123-2/+35
|
* tidyMatthew Lemon2020-10-121-4/+7
|
* cannot put constrain on abstract Meta class seemingly...Matthew Lemon2020-10-123-7/+18
|
* more constraints added at form and model levelMatthew Lemon2020-10-123-2/+72
|
* another test added for CAFTwinDateEventFormMatthew Lemon2020-10-123-8/+54
|
* more tests using parameterizationMatthew Lemon2020-10-123-7/+26
|
* test for integrityerror when trying to create CAFTwinDateEvent with no ↵Matthew Lemon2020-10-112-2/+26
| | | | start_date
* first test for caf periodic eventMatthew Lemon2020-10-112-2/+37
|
* improved tests - more consistent and added a caseMatthew Lemon2020-10-113-18/+17
|
* fleshed out more testingMatthew Lemon2020-10-114-53/+42
|
* more testing of CAFSingleDateEventFormMatthew Lemon2020-10-112-2/+56
|
* added parameterized test for CAFSingleDateEventFormMatthew Lemon2020-10-112-17/+67
|
* some more options in AVAILABLE_TYPESMatthew Lemon2020-10-112-7/+28
|
* fixed constraint for CAF eventMatthew Lemon2020-10-112-4/+42
|
* constraint added to CAFSingleDateEventMatthew Lemon2020-10-112-23/+79
|
* added CAFSingleDateEvent eventMatthew Lemon2020-10-113-4/+38
|
* done models and form for meeting -with testsMatthew Lemon2020-10-113-44/+22
|
* working through mixins model designMatthew Lemon2020-10-113-21/+55
|
* started new event design - added enum for event typeMatthew Lemon2020-10-113-0/+64
|
* started to test forms! love testing formsMatthew Lemon2020-10-103-5/+70
|
* small tidyMatthew Lemon2020-10-102-2/+2
|
* added auditable model for EventsMatthew Lemon2020-10-101-0/+7
|
* slogging through testing these event modelsMatthew Lemon2020-10-102-81/+85
|
* playing with mixinsMatthew Lemon2020-10-101-1/+40
|
* tests upMatthew Lemon2020-10-092-1/+53
|
* back to table for engagement events on org detail page for nowMatthew Lemon2020-10-091-1/+3
|
* formattingMatthew Lemon2020-10-081-3/+3
|
* selects the first person in list when presenting the formMatthew Lemon2020-10-081-1/+3
|
* using list-group-items instead of tableMatthew Lemon2020-10-081-25/+18
|
* trying a list-group-item within a table cell - looks quite niceMatthew Lemon2020-10-081-1/+4
|
* better looking caf detail pageMatthew Lemon2020-10-081-8/+11
|
* made table biggerMatthew Lemon2020-10-081-1/+1
|
* added space at bottom of formMatthew Lemon2020-10-081-1/+1
|
* using inline css to push body down from navbarMatthew Lemon2020-10-0810-66/+25
|
* removed cruftMatthew Lemon2020-10-081-23/+1
|
* presentation changes - looking betterMatthew Lemon2020-10-084-124/+130
|
* big update! got working on gcloud and with log and new navbarMatthew Lemon2020-10-0713-198/+442
|
* SETTINGS FOR A GKE DEPLOY - not usedMatthew Lemon2020-10-068-48/+298
|
* added mock production configBuildTools2020-10-051-0/+203
|
* change title tagMatthew Lemon2020-10-051-1/+1
|
* Nice deletion confirmation using view.get_success_url for the cancel buttonMatthew Lemon2020-10-051-4/+24
|