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

Updates unirest and removes org.json dependency #5511

Merged
merged 35 commits into from
Oct 28, 2019

Commits on Oct 22, 2019

  1. Changed performSearch to default implementation

    Removes method as it is essentially the same as the default implementation.
    Johannes Hupe committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    cd8a19d View commit details
    Browse the repository at this point in the history
  2. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bbe2618 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    167a617 View commit details
    Browse the repository at this point in the history
  2. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7279e1b View commit details
    Browse the repository at this point in the history
  3. added cleanup

    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    329d1dd View commit details
    Browse the repository at this point in the history
  4. support doi and ads bibcodes

    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    605519d View commit details
    Browse the repository at this point in the history
  5. fixes wrong search syntax

    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    cba7829 View commit details
    Browse the repository at this point in the history
  6. fixed test cases to API response

    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bd6d845 View commit details
    Browse the repository at this point in the history
  7. fixed bug where equals doesnt work with unknown field

    Johannes Hupe committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    27243ed View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. changed array method parameters to Collections

    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8910676 View commit details
    Browse the repository at this point in the history
  2. removes json module dependency

    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b811c0b View commit details
    Browse the repository at this point in the history
  3. replace old fetcher with the new one

    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    638dd94 View commit details
    Browse the repository at this point in the history
  4. replace old fetcher with the new one

    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c9f46df View commit details
    Browse the repository at this point in the history
  5. added Javadoc

    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9319bb1 View commit details
    Browse the repository at this point in the history
  6. Add token

    tobiasdiez authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6e81ed0 View commit details
    Browse the repository at this point in the history
  7. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    Johannes Hupe committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c26612f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    [dependency fix in unirest](Kong/unirest-java#311)
    Johannes Hupe committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    d5764fb View commit details
    Browse the repository at this point in the history
  2. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    [dependency fix in unirest](Kong/unirest-java#311)
    Johannes Hupe committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f4b164d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Changed performSearch to default implementation

    Removes method as it is essentially the same as the default implementation.
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5405c53 View commit details
    Browse the repository at this point in the history
  2. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9d5b0b7 View commit details
    Browse the repository at this point in the history
  3. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0db18f9 View commit details
    Browse the repository at this point in the history
  4. Added new ADS fetcher

    Added a new ADS fetcher that uses the new ADS API, ref JabRef#4949
    Preserve the old fetcher until the new fetcher is stable/ well tested
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c82c4ff View commit details
    Browse the repository at this point in the history
  5. added cleanup

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8435c6c View commit details
    Browse the repository at this point in the history
  6. support doi and ads bibcodes

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    339df67 View commit details
    Browse the repository at this point in the history
  7. fixes wrong search syntax

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    b6a8fea View commit details
    Browse the repository at this point in the history
  8. fixed test cases to API response

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d2edeed View commit details
    Browse the repository at this point in the history
  9. fixed bug where equals doesnt work with unknown field

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    bbcac7b View commit details
    Browse the repository at this point in the history
  10. changed array method parameters to Collections

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3871673 View commit details
    Browse the repository at this point in the history
  11. removes json module dependency

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1298d0f View commit details
    Browse the repository at this point in the history
  12. replace old fetcher with the new one

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    50be88b View commit details
    Browse the repository at this point in the history
  13. replace old fetcher with the new one

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    972b025 View commit details
    Browse the repository at this point in the history
  14. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6a94854 View commit details
    Browse the repository at this point in the history
  15. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    [dependency fix in unirest](Kong/unirest-java#311)
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    eecbb0e View commit details
    Browse the repository at this point in the history
  16. updated unirest version and removes org.json dependency

    resolves JabRef#3703
    [dependency fix in unirest](Kong/unirest-java#311)
    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0d9fa0a View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/fixjson' into fixjson

    Johannes Hupe committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ae9680c View commit details
    Browse the repository at this point in the history