Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arodoni/codelibrary-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LEgregius/codelibrary-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    1adb661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d84ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b7e70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32a434 View commit details
    Browse the repository at this point in the history
  5. Added reasons lists to the results so they can be read from the serve…

    …r json when the call succeeds
    LEgregius committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    9454f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8882c2a View commit details
    Browse the repository at this point in the history
  7. The query results were just a blank java object, which made it imposs…

    …ible to read the actual result data. Now it stores the data in a list of maps so that all the fields can be accesses regardless of the tables in the query. Also, the MoreResponse was just the same as the regurlar response except for field addition, so it's now a subclass rather than a copy.
    LEgregius committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    ef55419 View commit details
    Browse the repository at this point in the history
Loading