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 f : add frontend #7791

Merged
merged 55 commits into from
Sep 1, 2021
Merged

Oobranch f : add frontend #7791

merged 55 commits into from
Sep 1, 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. add frontend

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0fed618 View commit details
    Browse the repository at this point in the history
  12. 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
  13. 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
  14. 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
  15. Configuration menu
    Copy the full SHA
    946242f View commit details
    Browse the repository at this point in the history
  16. add frontend

    antalk2 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a5b7a05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    765f570 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    4f939b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93ef46 View commit details
    Browse the repository at this point in the history
  3. not using RangeSet

    antalk2 committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9f5b148 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
    7fa8501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31cfd7 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
    a2d913a 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
    ab6fbe1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    8d94e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf64d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d8555 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    76ded20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa4e13 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
    5d447ec 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
    43ac154 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
    c6fa7b6 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
    b085f5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17886d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d259e0 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
    6de9fe5 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
    80ae0b1 View commit details
    Browse the repository at this point in the history
  11. more use of "{}" in LOGGER

    antalk2 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    eeb9a58 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
    6c4aee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822dc05 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    9273932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75216e9 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
    4dbb6cd 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
    35c6c8f View commit details
    Browse the repository at this point in the history
  2. sync to improve-reversibility-rebased-03 cb13256

    commit cb13256 (HEAD -> improve-reversibility-rebased-03, origin/improve-reversibility-rebased-03)
    Author: Antal K <antalk2@gmail.com>
    Date:   Fri Aug 20 11:39:39 2021 +0200
    
        align dots
    antalk2 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    3eb7a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    fefe7d8 View commit details
    Browse the repository at this point in the history
  2. longer name

    antalk2 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    131f386 View commit details
    Browse the repository at this point in the history
  3. follow some PMD suggestions

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