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

WIP - Allow inference of booleans in enums #1550

Closed
wants to merge 128 commits into from

Commits on Mar 12, 2017

  1. Merge pull request #1025 from openhealthcare/v0.8.1

    Master PR for 0.8.1
    davidmiller authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    0d2c1dd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

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

Commits on May 31, 2017

  1. Merge branch 'v0.8.2.1'

    fredkingham committed May 31, 2017
    Configuration menu
    Copy the full SHA
    12bcaf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Merge branch 'v0.8.3'

    fredkingham committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    522afb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. bumping docs version

    fredkingham committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    b72d55a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.8.3'

    fredkingham committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    b66608a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Merge pull request #1306 from openhealthcare/v0.9.0

    Make master 0.9.0
    davidmiller authored Dec 3, 2017
    Configuration menu
    Copy the full SHA
    6e05d41 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Merge branch 'v0.10.0'

    fredkingham committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    3422377 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Merge branch 'v0.10.1'

    fredkingham committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    31b993f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbc37d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. WIP - Allow inference of booleans in enums

    Where a field is a BooleanField or a NullBooleanField inference should
    generate a lookup list with `[Yes, No]` and `[Yes, No, Unknown]` as
    options (for radio buttons).
    
    This will require changes to templates/radio.html so that Unkown does
    not use Unknown as a value, instead leaving the value empty so that we
    know the intended value is None.
    
    This would be easier if lookuplists were tuples (like choices in Django)
    so I'm considering implementing support for lists of tuples (as well as
    the current list of strings) for lookuplists - the alternative is too
    much logic in the template and special-casing the string 'Unknown'
    
    Will fix #1540
    rossjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a66f108 View commit details
    Browse the repository at this point in the history
  2. Appease the linter

    rossjones committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a6acac4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    3fd9ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9180df4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Configuration menu
    Copy the full SHA
    97102ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff0d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cb0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0263db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f90dc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    b138c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063e6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84b27bd View commit details
    Browse the repository at this point in the history
  4. merges in v0.11.0

    fredkingham committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    6f433a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6eacce View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Merge pull request #1560 from openhealthcare/patient-demographics-pro…

    …perty
    
    Patient demographics property
    fredkingham authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8123c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dea98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1564 from openhealthcare/date-picker-fix

    fixes the user options in the date picker
    davidmiller authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    f8dd8ef View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request #1562 from openhealthcare/run-postgres-tests-on-tr…

    …avis
    
    Run postgres tests on travis
    davidmiller authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    dbf5ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    02eb38c View commit details
    Browse the repository at this point in the history
  2. Merge tag 'v0.11.1'

    fredkingham committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    64e2d34 View commit details
    Browse the repository at this point in the history
  3. merges in v0.11.1

    fredkingham committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    f303aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3caebb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    b72a0c5 View commit details
    Browse the repository at this point in the history
  2. set up 11.2 release

    davidmiller committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    a2930ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1569 from openhealthcare/referencedata-manifest

    Ensure that referencedata is included in Opal releases
    davidmiller authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    af10e3b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. merging in v0.11.2

    fredkingham committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    24ceaa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44ef48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b544a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1feb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    731980d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1b36d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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

Commits on Aug 13, 2018

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

Commits on Aug 25, 2018

  1. Configuration menu
    Copy the full SHA
    93471e9 View commit details
    Browse the repository at this point in the history
  2. adds the blocks analytics anad javascripts in the base template, allo…

    …wing parents to override
    fredkingham committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    2ee6ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efaa376 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

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

Commits on Sep 5, 2018

  1. Merge pull request #1580 from openhealthcare/javascirpt-and-analytics…

    …-blocks
    
    adds the blocks analytics anad javascripts in the base template, allo…
    davidmiller authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    3f35a9c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

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

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    1befe8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1583 from openhealthcare/patient-list-container-b…

    …locks
    
    Add container blocks to allow us to e.g. add a banner to the top of p…
    fredkingham authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    c32fc22 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    ce480db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1585 from openhealthcare/487-css-print-changes

    change the default print colour of panels to grey scale
    davidmiller authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    4f7a3fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6694781 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1587 from openhealthcare/1586-modal-display-name

    changes the modal display name and icon to pull it straight off the s…
    davidmiller authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    42d1e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Bump version to 0.13.0

    davidmiller committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    0595611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3e1ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001fd7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b764bd View commit details
    Browse the repository at this point in the history
  5. Add a unittest to ensure that {% record_timeline %} uses get_display_…

    …name to get display names|
    davidmiller committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    e5d798b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7d81de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0093178 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    428a207 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa0def0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a344c4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0f9799 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d19fc5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc2b654 View commit details
    Browse the repository at this point in the history
  14. Merge upstream v0.13.0

    davidmiller committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    a86f56d View commit details
    Browse the repository at this point in the history
  15. Remove the AccountDetailTemplateView - this only existed because of a…

    … discrepancy between the template location and the URL.
    davidmiller committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    4ba8982 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    036ac1b View commit details
    Browse the repository at this point in the history
  2. Update opal.core.lookuplists.load_lookuplist_item to be forgiving of …

    …datastructures that don't contain a synonyms key
    davidmiller committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    623ecb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    358c33c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83562f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82fd66b View commit details
    Browse the repository at this point in the history
  6. Refactor HospitalNumberCtrl to determine the active_episode_id itself…

    … on the front end rather than rely on a serialised property from the server
    davidmiller committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    57424c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d109b88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a2fba8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1593 from openhealthcare/1582-lookuplist-synonyms

    1582 lookuplist synonyms
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    fcd8481 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8291752 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35e1a17 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1590 from openhealthcare/remove-copy-to-category

    Remove copy to category
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    747a57b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7de9f8f View commit details
    Browse the repository at this point in the history
  14. Don't turn on template cache when DEBUG == True.

    effectively reverts b10df86
    davidmiller committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    bb6bc10 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1596 from openhealthcare/bugfix-debug-caching-tem…

    …plates
    
    Don't turn on template cache when DEBUG == True.
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    995e157 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1595 from openhealthcare/bugfix-rhinovirus-model

    Bugfix: Point at the Investigation model in the investigation form (s…
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8337346 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5226543 View commit details
    Browse the repository at this point in the history
  18. 1 Configuration menu
    Copy the full SHA
    65824bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    be7885a View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1592 from openhealthcare/davidmiller-patch-9

    Add block modal_save_button_text to form_modal_base.html
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    03bafe0 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1591 from openhealthcare/remove-account-detail-te…

    …mplate-view
    
    Remove the AccountDetailTemplateView
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    f869cb0 View commit details
    Browse the repository at this point in the history
  22. fixes change log typo

    fredkingham committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    27b8694 View commit details
    Browse the repository at this point in the history
  23. Merge branch '1578-remove-active-episode-id' of github.com:openhealth…

    …care/opal into 1578-remove-active-episode-id
    fredkingham committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e895238 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fd72d53 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a55b125 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1594 from openhealthcare/1578-remove-active-episo…

    …de-id
    
    1578 remove active episode
    fredkingham authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e335dd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Merge pull request #1572 from openhealthcare/menu-items-for-user

    adds a for user method to the menu item, similar to what we do with d…
    davidmiller authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    aa46ff2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    8c14c51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1599 from openhealthcare/1597-remove-jump-to-epis…

    …ode-from-search
    
    1597 remove jump to episode from search
    davidmiller authored Oct 8, 2018
    Configuration menu
    Copy the full SHA
    e5fb95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf2970 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    71206d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7d3b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1601 from openhealthcare/davidmiller-patch-10

    Fixup: Re-word text that was apparently copy and pasted from Wardrounds.
    fredkingham authored Oct 15, 2018
    Configuration menu
    Copy the full SHA
    a2bc1b3 View commit details
    Browse the repository at this point in the history
  4. changes the detail template image to detail_1.png to make sure we don…

    …'t break old versions of the docs
    fredkingham committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    2bd3844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ff7866 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1606 from openhealthcare/small-tutorial-fixes

    fixes some of the links in the tutorial and puts in a more up to date…
    fredkingham authored Oct 15, 2018
    Configuration menu
    Copy the full SHA
    8dfb4fb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Delete HospitalNumberTemplateView - just pass through the generic Raw…

    …TemplateView as no context is requried.
    davidmiller committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    2ec63f1 View commit details
    Browse the repository at this point in the history
  2. Complete the removal of ReopenEpisode.

    The relevant controller was removed in 0.8 and this URL/View/Template is not used by any known application.
    davidmiller committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    6e77d69 View commit details
    Browse the repository at this point in the history
  3. Merge 0.12 changes

    davidmiller committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    022a58f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1607 from openhealthcare/template-views

    Remove unused template views
    fredkingham authored Oct 22, 2018
    Configuration menu
    Copy the full SHA
    4849140 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    c365d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a70676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5f98c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45fe943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04a4ee8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e45934e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d970f16 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1609 from openhealthcare/1341-logicless-template-…

    …views
    
    1341 logicless template views
    fredkingham authored Oct 24, 2018
    Configuration menu
    Copy the full SHA
    61303e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24646c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    355ff15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1611 from openhealthcare/1300-karma-defaults

    Move Pathway and Search Javascripts into the karma_defauts.js
    fredkingham authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    2cb6bc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1610 from openhealthcare/1480-delete-recordeditor…

    …-delete
    
    1480 delete recordeditor delete
    fredkingham authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    c536cca View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    ac921f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3282503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f51433 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce132e View commit details
    Browse the repository at this point in the history