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

Add Worldcat fetcher #6035

Closed
wants to merge 58 commits into from
Closed

Commits on Mar 29, 2020

  1. Add performSearch test case

    Add more tests
    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7d72fd8 View commit details
    Browse the repository at this point in the history
  2. Add basics of fetcher

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    ee96fdc View commit details
    Browse the repository at this point in the history
  3. Start work on importer

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    61a45fe View commit details
    Browse the repository at this point in the history
  4. Create worldcat importer test

    Start parsing XML
    
    Finish importer, still no key though
    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b257085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27069f4 View commit details
    Browse the repository at this point in the history
  6. Add worldcat fetcher to webFetchers

    Add Changelog
    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    caa7076 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    d303999 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0ab537 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8503720 View commit details
    Browse the repository at this point in the history
  10. Add preferences field

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    c6b3e26 View commit details
    Browse the repository at this point in the history
  11. Fick checkstyle for main

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    2e631c3 View commit details
    Browse the repository at this point in the history
  12. Fix checkstyle test

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6a5db50 View commit details
    Browse the repository at this point in the history
  13. Add to eng. language file

    GlennOlsson committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6db97d7 View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md

    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f80f2fc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Update src/main/java/org/jabref/logic/importer/fileformat/WorldcatImp…

    …orter.java
    
    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b78b387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf6cb11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f01e0 View commit details
    Browse the repository at this point in the history
  4. Update to non-static

    GlennOlsson committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    676f8e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Update src/main/java/org/jabref/logic/importer/fetcher/WorldcatFetche…

    …r.java
    
    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c6e2ea4 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/org/jabref/logic/importer/fetcher/WorldcatFetche…

    …r.java
    
    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c7ef5f2 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/org/jabref/logic/importer/fetcher/WorldcatFetche…

    …r.java
    
    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    a6ed4e7 View commit details
    Browse the repository at this point in the history
  4. Update src/main/java/org/jabref/logic/importer/fetcher/WorldcatFetche…

    …r.java
    
    Co-Authored-By: Christoph <cschwentker@gmail.com>
    GlennOlsson and Siedlerchr committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b8b91a4 View commit details
    Browse the repository at this point in the history
  5. Change name of apiKey

    GlennOlsson committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    f9fd6b7 View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle

    GlennOlsson committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ca3fd6e View commit details
    Browse the repository at this point in the history
  7. Fix changelog duplicate

    GlennOlsson committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8056dec View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    c1ed7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cb706 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    GlennOlsson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5563170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdf544c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f7f16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6725481 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Add descritpion to preferences

    Rename from "pattern"
    GlennOlsson committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0e73f64 View commit details
    Browse the repository at this point in the history
  2. Fix traling spaces

    GlennOlsson committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    434a00e View commit details
    Browse the repository at this point in the history
  3. Change to https

    GlennOlsson committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    65f6de8 View commit details
    Browse the repository at this point in the history
  4. Remove null test

    GlennOlsson committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    69da970 View commit details
    Browse the repository at this point in the history
  5. Fix locality issue

    GlennOlsson committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f8d989a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

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

Commits on Feb 1, 2021

  1. Merge remote-tracking branch 'upstream/master' into worldcat-fetcher

    # Conflicts:
    #	src/main/java/org/jabref/gui/entryeditor/EntryEditor.java
    #	src/main/java/org/jabref/gui/entryeditor/EntryEditorPreferences.java
    #	src/main/java/org/jabref/gui/preferences/ImportTab.fxml
    #	src/main/java/org/jabref/gui/preferences/ImportTabView.java
    #	src/main/java/org/jabref/gui/preferences/ImportTabViewModel.java
    #	src/main/java/org/jabref/preferences/JabRefPreferences.java
    #	src/test/java/org/jabref/logic/importer/WebFetchersTest.java
    calixtus committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2fa6fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd3003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35b03ce View commit details
    Browse the repository at this point in the history
  4. Fixed test

    calixtus committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f32931d View commit details
    Browse the repository at this point in the history
  5. Fix typo

    koppor committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    025350b View commit details
    Browse the repository at this point in the history
  6. Fix changelog

    koppor committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c0b5ab9 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into worldcat-fetcher

    # Conflicts:
    #	src/main/java/org/jabref/gui/preferences/PreferencesDialogViewModel.java
    calixtus committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c134fb6 View commit details
    Browse the repository at this point in the history
  8. Updated class packages

    calixtus committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1f31ca8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b607a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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

Commits on Feb 11, 2021

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

Commits on Feb 12, 2021

  1. Fixed dom import error

    calixtus committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6138fc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

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

Commits on Mar 8, 2021

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

Commits on Jun 22, 2021

  1. Merge remote-tracking branch 'upstream/main' into worldcat-fetcher

    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/gui/preferences/PreferencesDialogViewModel.java
    #	src/main/java/org/jabref/logic/importer/WebFetchers.java
    #	src/main/java/org/jabref/logic/util/BuildInfo.java
    #	src/main/java/org/jabref/preferences/PreferencesService.java
    calixtus committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5612216 View commit details
    Browse the repository at this point in the history
  2. Fixed merge error

    calixtus committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    07d70d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Merge remote-tracking branch 'augustjanse/worldcat-fetcher' into worl…

    …dcat-fetcher
    
    # Conflicts:
    #	src/main/java/org/jabref/gui/preferences/PreferencesDialogViewModel.java
    #	src/main/java/org/jabref/logic/importer/WebFetchers.java
    calixtus committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ea35891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b95add View commit details
    Browse the repository at this point in the history
  3. Work in progress

    Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
    calixtus and koppor committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bb6257e View commit details
    Browse the repository at this point in the history
  4. Work in Progress

    Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
    calixtus and koppor committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c59235d View commit details
    Browse the repository at this point in the history