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

OP-162 Result Set Pagination Prototype with Decorator #856

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from

Commits on Apr 11, 2020

  1. Commit for issue OP-162 #comment Prototype for Pagination #time 2d #i…

    …n-review Please review my work
    krganeshrajhan committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    a83a6fa View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Merge branch 'OP-162_ResultSet_Pagination_prototype' of

    https://github.com/krganeshrajhan/openhospital-gui into
    krganeshrajhan-OP-162_ResultSet_Pagination_prototype
    
    # Conflicts:
    #	src/main/java/org/isf/opd/gui/OpdBrowser.java
    mwithi committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e4d29c1 View commit details
    Browse the repository at this point in the history
  2. Update maven.yml

    Aligned with the sibling branch on 'core'
    mwithi authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    12b5d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge branch 'develop' into OP-162_ResultSet_Pagination_prototype

    Conflicts:
    	bundle/language_en.properties
    	src/main/java/org/isf/opd/gui/OpdBrowser.java
    mwithi committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    819436a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65549c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89ef25 View commit details
    Browse the repository at this point in the history
  4. Fixes after merge develop

    mwithi committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a3cba2e View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    mwithi committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2712d75 View commit details
    Browse the repository at this point in the history
  6. Refactor one method

    mwithi committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c8bab4d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    2eea26a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0730bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15e053f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a26f2 View commit details
    Browse the repository at this point in the history
  5. Adding license header

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c73ed23 View commit details
    Browse the repository at this point in the history
  6. Fix indentation

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1b707af View commit details
    Browse the repository at this point in the history
  7. Fix imports

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    94d9ce6 View commit details
    Browse the repository at this point in the history
  8. Removed unused fields

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a75d7fe View commit details
    Browse the repository at this point in the history
  9. Fix formatting

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    64d2ec3 View commit details
    Browse the repository at this point in the history
  10. Upper case for static final

    mwithi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    81b3c7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82e550e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. OP-162 Various improvements/formatting/etc. (#858)

    * OP-162 Various improvements/formatting/etc.
    
    * OP-162 Various improvements/formatting/etc.
    dbmalkovsky authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    cb4f1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23963fd View commit details
    Browse the repository at this point in the history
  3. Fixes from review comments

    mwithi committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    fbd3cef View commit details
    Browse the repository at this point in the history