Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 2.0 - (incomplete) #25

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open

Django 2.0 - (incomplete) #25

wants to merge 79 commits into from

Commits on Apr 5, 2019

  1. !

    jalmogo committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    e45a89a View commit details
    Browse the repository at this point in the history
  2. updates

    jalmogo committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    e1ddaca View commit details
    Browse the repository at this point in the history
  3. add dockerfile hooks

    jalmogo committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    05d66fd View commit details
    Browse the repository at this point in the history
  4. fix hook

    jalmogo committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c92a2fa View commit details
    Browse the repository at this point in the history
  5. fix build

    jalmogo committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    14fad39 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. chore(circleci): 1.7.7

    jalmogo committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    c934cc3 View commit details
    Browse the repository at this point in the history
  2. add circleci status badge

    jalmogo committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    739e206 View commit details
    Browse the repository at this point in the history
  3. fix(circleci): add auth creds

    jalmogo committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    9413593 View commit details
    Browse the repository at this point in the history
  4. fix(readme): build status icon

    jalmogo committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    a29e15f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. feat(middleware): log non-json requests as well

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    dd839bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jalMogo/jalmogo/update-logging

    feat(middleware): log non-json requests as well
    jalMogo authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    07f8737 View commit details
    Browse the repository at this point in the history
  3. refactor(django): upgrade to 1.10

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    016fe3d View commit details
    Browse the repository at this point in the history
  4. chore(migrations): add 1.10 migrations

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    92efd07 View commit details
    Browse the repository at this point in the history
  5. feat(django): upgrade 1.10

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    01978e9 View commit details
    Browse the repository at this point in the history
  6. fix(dataPermissions): update help text

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    0aa6d35 View commit details
    Browse the repository at this point in the history
  7. fix(dockerfile): fix build

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5aa8c9b View commit details
    Browse the repository at this point in the history
  8. fix(dockerfile): build

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    8801724 View commit details
    Browse the repository at this point in the history
  9. fix(dockerfile): build

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    e1162b4 View commit details
    Browse the repository at this point in the history
  10. feat(circleci): bump version

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a0132b1 View commit details
    Browse the repository at this point in the history
  11. fix(settings): update templates

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    be1a7b7 View commit details
    Browse the repository at this point in the history
  12. fix(logger): 1.10 logger updates

    jalmogo committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3f01fb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Merge pull request #1 from jalMogo/jalmogo/django-1.10

    Jalmogo/django 1.10
    jalMogo authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    b018e41 View commit details
    Browse the repository at this point in the history
  2. chore(middleware): upgrade middleware

    jalmogo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    e46f306 View commit details
    Browse the repository at this point in the history
  3. chore(dockerfile): bump version

    jalmogo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    1f2c42b View commit details
    Browse the repository at this point in the history
  4. chore(settings.py): rename vars

    jalmogo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3a03529 View commit details
    Browse the repository at this point in the history
  5. feat(middleware): log responses

    jalmogo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3eed1ac View commit details
    Browse the repository at this point in the history
  6. refactor(middleware): renaming

    jalmogo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    3de01b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. fix(middleware): empty response content check

    jalmogo committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a8dbf7d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request #3 from jalMogo/jalmogo/upgrade-middleware

    Jalmogo/upgrade middleware
    jalMogo authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    0700ed3 View commit details
    Browse the repository at this point in the history
  2. fix(middleware): check content type

    jalmogo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ac39325 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from jalMogo/jalmogo/fix-logging

    fix(middleware): check content type
    jalMogo authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    0ef781f View commit details
    Browse the repository at this point in the history
  4. fix(middleware): get response header

    jalmogo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5129ecf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from jalMogo/jalmogo/fix-logging

    fix(middleware): get response header
    jalMogo authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a16cb68 View commit details
    Browse the repository at this point in the history
  6. feat(django-1.11): upgrade to 1.11, fix tests

    jalmogo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    6856015 View commit details
    Browse the repository at this point in the history
  7. feat(Dockerfile): 1.9.0

    jalmogo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    fe95403 View commit details
    Browse the repository at this point in the history
  8. feat(start.sh): show migrations on startup

    jalmogo committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    2a1a381 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    bf087ff View commit details
    Browse the repository at this point in the history
  2. fix(serializerTests): url

    jalmogo committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    2d2076b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge pull request #4 from jalMogo/jalmogo/django-1.11

    Jalmogo/django 1.11
    jalMogo authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    777410c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c095ca3 View commit details
    Browse the repository at this point in the history
  3. feat(serializers): remove original serializers

    jalmogo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9f41241 View commit details
    Browse the repository at this point in the history
  4. fix(serializers/core): import paths

    jalmogo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c967d29 View commit details
    Browse the repository at this point in the history
  5. refactor(serializer/mixins): separate module

    jalmogo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9b22c8e View commit details
    Browse the repository at this point in the history
  6. refactor(serializers/fields): separate module

    jalmogo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2ba0f7a View commit details
    Browse the repository at this point in the history
  7. refactor(serializers/user): user module

    jalmogo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    43de22a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from jalMogo/jalmogo/refactor-serializers

    Jalmogo/refactor serializers
    jalMogo authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    79cbd75 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    bd3a869 View commit details
    Browse the repository at this point in the history
  2. refactor(TestPlaceViews): new module

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    a6a30b0 View commit details
    Browse the repository at this point in the history
  3. refactor(TestPlaceListView): use setUpTestData

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    41d92ad View commit details
    Browse the repository at this point in the history
  4. refactor(TestViews): remove unused imports

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9dcba8c View commit details
    Browse the repository at this point in the history
  5. refactor(TestPlaceInstanceView): new module

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    1e2a195 View commit details
    Browse the repository at this point in the history
  6. temp

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e6ca58f View commit details
    Browse the repository at this point in the history
  7. refactor(TestPlaceListView): rename

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    6f5ae40 View commit details
    Browse the repository at this point in the history
  8. fix(UserSerializer): fix check

    jalmogo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    a594e13 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. feat(tests): update tests with private user data

    jalmogo committed May 27, 2019
    Configuration menu
    Copy the full SHA
    f8ad9fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from jalMogo/jalmogo/fix-user-serializer-provid…

    …er-id
    
    Jalmogo/fix user serializer provider
    jalMogo authored May 27, 2019
    Configuration menu
    Copy the full SHA
    4ceedf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    e6f39da View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. docs(MapseedApiRoot)

    jalmogo committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    ff65170 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from jalMogo/jalmogo/update-root-view

    docs(MapseedApiRoot)
    jalMogo authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b8939f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. chore(auth deps)

    jalmogo committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    98efa3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from jalMogo/jalmogo/upgrade-auth

    chore(auth deps)
    jalMogo authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2845c4a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Revert "chore(auth deps)"

    This reverts commit 98efa3f.
    jalmogo committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    1bf8ff3 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "chore(auth deps)""

    This reverts commit 1bf8ff3.
    jalmogo committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    5b1adbc View commit details
    Browse the repository at this point in the history
  3. fix(UserSerializer): google auths

    jalmogo committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    a7da746 View commit details
    Browse the repository at this point in the history
  4. cleanup

    jalmogo committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8f2af32 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from jalMogo/jalmogo/upgrade-auth-deps

    Jalmogo/upgrade auth deps
    jalMogo authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e3cfc6d View commit details
    Browse the repository at this point in the history
  6. Revert "Merge pull request #14 from jalMogo/jalmogo/upgrade-auth-deps"

    This reverts commit e3cfc6d, reversing
    changes made to 1bf8ff3.
    jalmogo committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c5646c9 View commit details
    Browse the repository at this point in the history
  7. Jalmogo/upgrade social auth (#15)

    * Revert "Revert "Merge pull request #14 from jalMogo/jalmogo/upgrade-auth-deps""
    
    This reverts commit c5646c9.
    
    * fix(UserSerializer)
    jalMogo authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    af97042 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    af16626 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. feat(DiscourseAuthBackend) (#16)

    * feat(DiscourseAuthBackend)
    
    * fix(DiscourseSSOAuth): nonce checking
    
    * refactor(DiscourseAuth): use nonce storage
    
    * chore(python-social-auth): use fork for now
    
    * refactor(DiscourseBackend): use backend from PSA lib
    
    * chore(use https for PSA fork)
    
    * chore(1.9.5)
    
    * chore(update-PSA-deps)
    
    * chore(circleCI)
    jalMogo authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5eb34eb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    3f8b347 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Jalmogo/update user serializer (#19)

    * chore(gitignore)
    
    * feat(UserSerializer): prioritize returning model user names
    
    * cleanup
    jalMogo authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    978227c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. fix(social-core) (#21)

    jalMogo authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0f008b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    214ca7c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    fda912a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    6aee2b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Jalmogo/add forms (#8)

    * refactor(paginationSerializers): separate module
    
    * feat(Flavor): add model and serializer
    
    * feat(FlavorSerializer): Category field
    
    * refactor(FlavorModel): pluralize module name
    
    * feat(Forms): add model and serializer
    
    * feat(Flavor): remove categories
    
    * feat(Form): serialize dataset as hyperlink
    
    * feat(FormsModel): initial FormModule implementation
    
    * feat(FlavorInstanceView): add flavor instance
    
    * refactor(FlavorInstanceView): use django shortcuts
    
    * refactor(FlavorSerializer): explictely define form fields
    
    * feat(FlavorModel): add slug column
    
    * chore(migrations): makemigrations for foms
    
    * feat(FlavorAdmin): initial implemntation
    
    * feat(admin): add flavor admin, refactor forms
    
    * refactor(Forms): new model and serializers
    
    * refactor(Flavor): fix view tests
    
    * feat(FormAdmin): enable sorting and inline module admin
    
    * chore(Dockerfile): update deps
    
    * feat(FormModel): implement data validation and 'get_related_module'
    
    * refactor(FormModel): using '_get_related_modules' private method
    
    * refactor(FormModule): make datasets nullable
    
    * feat(testFormModel): test deletion cascade
    
    * feat(FormModel): allow blank datasets
    
    * chore(requirements.txt): fix bug with django-admin-sortable
    
    * feat(FormAdmin): Form admin updates
    
    * feat(FormSerializer): remove 'null' fields from FormModule
    
    * chore(circleCI): update docker image
    
    * refactor(Forms): update __unicode__ and add RelatedFormModule abstract class
    
    * feat(FormsAdmin): don't show extra FormModule forms
    
    * feat(FormModule): FormFieldOption abstract model, and help text
    
    * fix(FormField): update serializers with abstract option model
    
    * feat(FormAdmin): add link to Form from FormModule admin
    
    * feat(FormModule): visibility trigger support
    
    * temp
    
    * feat(Forms): add visibility trigger serializers
    
    * feat(FormStage): new model, update serializers, tests, and admin
    
    * fix(FormStage): tests and views
    
    * fix(FormStageAdmin): tweaks, and add migration
    
    * fix(FormSerializers): tests
    
    * feat(StageForm): add mapViewport and layerGroup models
    
    * fix(StageForm): module imports
    
    * refactor(FormModel): RelatedFormModel is now FK instead of OneToOne
    
    * fix(serializersTest): FormSerializer
    
    * fix(FlavorViewTest): update for new Form Model
    
    * feat(FormAdmin): hide unneeded models from admin page
    
    * feat(FormAdmin): add related modules
    
    * feat(migrations)
    
    * feat(FormModuleAdmin): fk support with limited querysets
    
    * feat(FormModel): update admin querysets, help text, toString
    
    * feat(FormModel): add TextField
    
    * temp
    
    * refactor(FormModel): update to_string
    
    * fix(FormModel): update __unicode__ with unattached info
    
    * update comments
    
    * feat(FormModel): TextArea and Checkbox Fields
    
    * chore(migrations): add migrations
    
    * feat(FormModel): initial GroupModule implementation
    
    * chore(TestModels): test dangling/attached FormModules
    
    * refactor(FormModule): rename stage_modules and group_modules
    
    * feat(FormSerializer): add GroupModule serializer support
    
    * fix(TestFormSerializer): updates, test GroupModule
    
    * fix(FlavorViewTest): FormStageModel refactor fixes
    
    * fix(FormModel): misc admin and serializer updates
    
    * chore(migrations): update
    
    * feat(FormModelAdmin): fix AbstractFormModule abstraction
    
    * fix(FormModelAdmin): visibility_trigger querysets
    
    * refactor(FormModel)
    
     - rename FormModule to OrderedModule
     - Flavor.name -> Flavor.display_name
    
    * fix(FormModel): cleanup / fixes
    
    * fix(FlavorSerializer): tests
    
    * fix(TestFlavorView): tests
    
    * fix(FormModel): fix placeholder field, add GeocodingField model
    
    * fix(FormModel): fix check for has_any_ordered_modules
    
    * refactor(TestSocialUserSerializer): use class method
    
    * chore(migrations)
    
    * feat(FormAdmin): GeocodingField support
    
    * feat(FormModel): enforce unique LayerGroup label
    
    * chore(migrations)
    
    * fix(FormModelAdmin): NestedOrderModel admin quersets
    
    * fix(OriginModel): Update help text
    
    * refactor(TestDataSetSerializer): use class setup method
    
    * feat(FormModel): add new Modules, refactor old ones
    
    * remove old migrations
    
    * feat(FlavorFixtureSerializer)
    
    * migrations
    
    * fix(fixtures)
    
    * chore(dockers)
    
    * fix(tests)
    
    * feat(FlavorFixtureSerializer): updates
    
    * feat(deserializers): handle orderedModules
    
    * LayerGroup deserializer
    
    * feat(deserializers): radio options
    
    * add checkboxfield deserializer support
    
    * enable serialization for all module types, add validation
    
    * fix(FormFieldOption): add ordering
    
    * fix(loggers)
    
    * fix(tests)
    
    * fix(tests)
    
    * fix(Forms): queryset ordering
    
    * refactor(formSerializers): formStages nested under Forms
    
    * refactor(FormFieldOptionsCreator): new mixin
    
    * fix(re-add FormModulesValidator)
    
    * refactor(AbstractFormModuleSerializer)
    
    * refactor(squash migrations)
    
    * feat(groupmodule deserializer)
    
    * fix(MapViewport): optional fields
    
    * fix(models): tweaks
    
    * feat(SubmitButtonModule): and refactoring related_modules abstraction
    
    * fix(SubmitButtonModule): and tests
    
    * feat(commands): initialize flavors
    
    * update logging for import script
    
    * update flavor -> flavors, add bikeshare unit test
    
    * refactor(FormModel)
    
    * add latlng field, initial firewise form
    
    * refactor(visibility_triggers -> group_visibility_triggers)
    
    * import group trigger relationships
    
    * fix(FormFixtureSerializer)
    
    * fix(migrations)
    
    * fix/feat(tests and FirewiseForm)
    
    * fix(importFlavors): dataset references
    
    * use prints instead of logger
    
    * fix(commands)
    
    * tests(FlavorDeserializer): group triggers
    
    * refactor(serializers): using slugrelatedfield
    
    * feat(Forms): add FormStage skip and visibility
    
    * feat(formSerializers): omit select fields
    
    * feat(flavorMigration): add spokane, and reverse_geocode column
    
    * feat(tests): stage visibility triggers
    
    * feat(Modal): add info_modal model, serializers, tests
    
    * finish Spokane form
    
    * hide info_modal if null
    
    * cleanup
    
    * refactor(AddressField): renamed
    
    * refactor(LngLatField): renamed
    
    * refactor(squash migrations)
    
    * fix(cors)
    
    * fix(cors import)
    
    * fix(stagingflavors.json): remove dup field
    
    * fix(serializers): serialize id's
    
    * fix(FlavorSerializer): serialize id's
    
    * refactor(validate_geometry): remove LngLatField
    
    * refactor(Forms): make dataset relationship 1:1
    
    * feat(icon): add 'icon' to Form and FormFieldOption
    
    * feat(permitted_group)
    
    * fix(FlavorSerializerTest): one-to-one dataset/form relationship
    
    * fix(TestFlavorViews): one-to-one form/dataset
    
    * fix(transition_duration)
    
    * refactor(OrderedModuleSerializer): permitted_group
    
    * feat(pbdurham-input): ingest
    
    * feat(ingest): pbdurham-projects form
    
    * chore(migrations squash)
    
    * refactor(serializerMixins): error message
    
    * refactor(formsModules): change m2m -> one-to-one
    
    * refactor(formsModel): add validation for adding multiple references to related form module
    
    * feat(FormSkipStage): skip to arbitrary FormStages
    
    * feat(testSerializers): skipstagemodule
    
    * feat(TestSerializers): skipstagemodule fixture
    
    * feat(BellevueForm): add skipstagemodule
    
    * fix(SkipStageModuleSerializer): include stage
    
    * refactor(rebaseMigrations)
    
    * feat(kittitas-vsp-input-form)
    
    * remove duplicate group triggers from staging flavor
    
    * sort layer groups by label
    
    * minor form fields update + migration
    
    * update flavor fixture using new script
    
    * squash migrations
    
    * add snohomish flavor fixture
    
    * re-order flavor fixtures
    
    * add columbia flavor
    
    * add garfield form/flavor
    
    * update fixed from config fixes
    
    * add palouse form/flavor
    
    * feat(forms): extend prompt limit to 511 chars
    
    * add migration
    
    * squash migrations
    
    * refactor(serializers): OmitNullFieldsFromRepr
    
    * add missing labels
    
    * add creatingcascadia form/flavor
    
    * add mississippi flavor/form
    
    * updates
    
    * add include_on_list
    
    * rename pbdurham form fixture
    
    * feat(include_on_list)
     - other form flavor fixture updates/fixes from script update
    
    * squash migrations
    
    * Admin updates, model fixes
     - fix delete hook on info_modal / FormField
     - fix admin querysets, etc
    
    * fix(migrations): squash and updates CASCADE -> SET_NULL
    
    * refactor(forms): rename variants, add AD variant
    
    * refactor(squash migrations)
    
    * fix(tests)
    
    * make include_ongoing is False by default
    
    * update engagement_text and image for Form, remove unneeded default='' on charfields
    
    * add header_text to FormStage, and migrations
    
    * fix(Serializers): update serializers from models
    
    * feat(RadioField): add autocomplete_dropdown variant
    
    * chore(migrations)
    
    * fix(tests)
    
    * update flavor fixtures from parser updates
    
    * update ingestion from new configs
    
    * auto-ingest kittitas-firewise config
    
    * fix(tests): for kittitas-firewise updates
    
    * increase form placeholder size
    
    * add mw flavor/forms and tests
    
    * add one more mw-form trigger test
    
    * manual spokane updates - header_text
    
    * chore(squash migrations)
    
    * remove validate_geometry column
    jalMogo authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3fc2256 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Jalmogo/python3 (#24)

    * feat(python3): requirements.txt upgrades
    
    * fix(migrations): python 3 bytestring -> unicode
    
    * fix(python3): fixes
    
    * fix(remoteClientUser): byte strings
    
    * refactor(remoteClientUser): decode bytestring
    
    * fix(PlaceInstanceView): unicode / bytestring fixes
    
    * fix(PlaceListView): fix tests
    
    * chore(Docker): python 3.8.0
    
    * chore(Dockerfile): python 3.7.5 postgres issue
    
    * chore(circleci)
    
    * fix(OwnedResourceMixin): cast to str
    
    * fix(tests): place filter indexes
    
    * fix(middleware): bytecode fixes
    
    * chore(black): code formatter
    
    * refactor(black): using code formatter
    
    * docs(readme): black docs
    
    * chore(circleci): update dockers
    
    * chore(pyproject.toml)
    
    * fix(__str__): from __unicode__, and run isort
    jalMogo authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3097150 View commit details
    Browse the repository at this point in the history
  2. feat(django2.0): WIP

    modulitos committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b0a9a10 View commit details
    Browse the repository at this point in the history