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

Oobranch e : add backend #7790

Merged
merged 74 commits into from
Aug 21, 2021
Merged

Oobranch e : add backend #7790

merged 74 commits into from
Aug 21, 2021

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    a50cc79 View commit details
    Browse the repository at this point in the history
  2. correction: import order

    antalk2 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d93bd56 View commit details
    Browse the repository at this point in the history
  3. add general utilities

    antalk2 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c9b72e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    381a549 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    f94c1f6 View commit details
    Browse the repository at this point in the history
  2. add ootext

    antalk2 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f9a8176 View commit details
    Browse the repository at this point in the history
  3. add rangesort

    antalk2 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6d013f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    0434579 View commit details
    Browse the repository at this point in the history
  2. add Tuple3

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3c45a8a View commit details
    Browse the repository at this point in the history
  3. add ootext

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    32f7a43 View commit details
    Browse the repository at this point in the history
  4. add rangesort

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6bae6b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    314902c View commit details
    Browse the repository at this point in the history
  6. rangeSort update

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    dfe18bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9f4e57 View commit details
    Browse the repository at this point in the history
  8. cleanup

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6e4c7c2 View commit details
    Browse the repository at this point in the history
  9. style additions

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9388b2a View commit details
    Browse the repository at this point in the history
  10. add backend

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    d2a53c7 View commit details
    Browse the repository at this point in the history
  11. checkstyle on tests

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    88cab9c View commit details
    Browse the repository at this point in the history
  12. add missing message

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    b7aaf2a View commit details
    Browse the repository at this point in the history
  13. add backend

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0fa9a4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    946242f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. apply oobranch-D-update.patch

    antalk2 committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    a26aace View commit details
    Browse the repository at this point in the history
  2. apply oobranch-E-update.patch

    antalk2 committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    047fa64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a27d9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c80d94d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. use StringUtil.isNullOrEmpty

    antalk2 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    8daa056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d08de View commit details
    Browse the repository at this point in the history
  3. in response to review

    JabRef#7788 (review)
    
    - more use of StringUtil.isNullOrEmpty
    - private final XTextRangeCompare cmp;
    - List<V> partition = partitions.computeIfAbsent(partitionKey, _key -> new ArrayList<>());
    - visualSort does not throw WrappedTargetException, NoDocumentException
    - set renamed to comparableMarks
    antalk2 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    7b908b4 View commit details
    Browse the repository at this point in the history
  4. use {@code }, PMD suggestions

    antalk2 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    cf5992e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    964a10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c5acc View commit details
    Browse the repository at this point in the history
  3. drop normalizePageInfos, use 'preferred' and 'fallback' in getAuthorL…

    …astSeparatorInTextWithFallBack
    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    75b0ca8 View commit details
    Browse the repository at this point in the history
  4. checkstyle

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    3da5dc1 View commit details
    Browse the repository at this point in the history
  5. use putIfAbsent

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    139c74d View commit details
    Browse the repository at this point in the history
  6. use "{}" with LOGGER

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e1d4474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a89a7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    675989c View commit details
    Browse the repository at this point in the history
  9. more use of "{}" in LOGGER

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e43a101 View commit details
    Browse the repository at this point in the history
  10. more use of "{}" in LOGGER

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    ccf6de1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Citation.lookup: use streams

    antalk2 committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    f7b4776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa5aef View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 3, 2021

  1. What is 52 in Backend52

    antalk2 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    29a57ab View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. apply 2021-08-20-a/oobranch-E-update.patch

    Brings oobranch-E up to
    89b0968 @ origin/improve-reversibility-rebased-03 Merge remote-tracking branch 'upstream/main' into improve-reversibility-rebased-03
    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b80a174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f517627 View commit details
    Browse the repository at this point in the history
  3. What is 52 in Backend52

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    cc2d534 View commit details
    Browse the repository at this point in the history
  4. using orElseThrow

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    62ce321 View commit details
    Browse the repository at this point in the history
  5. using StringBuilder

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ceacd4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6e2e91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86b35a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7da551 View commit details
    Browse the repository at this point in the history
  9. update

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    6da3e08 View commit details
    Browse the repository at this point in the history
  10. orElseThrow correction

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b0f754d View commit details
    Browse the repository at this point in the history
  11. renamed cg to group

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    072f44b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4496555 View commit details
    Browse the repository at this point in the history
  13. reorganized reference mark name generation

    In Backend52:
    - use a single expression
    - expand comment
    - rename refMarkName to markName
    
    Collectors.joining(",") moved to Codec52.getUniqueMarkName
    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    47584f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4db355a View commit details
    Browse the repository at this point in the history
  15. format

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    3e1bd0a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    33294f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    706d909 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d0e8bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e36f168 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9071d94 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1e469e0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8649239 View commit details
    Browse the repository at this point in the history
  23. use method reference

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    66112e4 View commit details
    Browse the repository at this point in the history
  24. drop two comments

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8e451dc View commit details
    Browse the repository at this point in the history
  25. use String.join

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    531141d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b72e35 View commit details
    Browse the repository at this point in the history
  27. align dots

    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    10724cc View commit details
    Browse the repository at this point in the history