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

More conservative write #8750

Closed
wants to merge 33 commits into from
Closed

More conservative write #8750

wants to merge 33 commits into from

Commits on May 2, 2022

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

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    125e09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ba879 View commit details
    Browse the repository at this point in the history
  3. Add log on disk

    koppor committed May 12, 2022
    Configuration menu
    Copy the full SHA
    048729b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb0657 View commit details
    Browse the repository at this point in the history
  5. Fix logger

    koppor committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1671496 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    977e2e2 View commit details
    Browse the repository at this point in the history
  7. Initial AtomicFileWriterTest

    koppor committed May 12, 2022
    Configuration menu
    Copy the full SHA
    292de7a View commit details
    Browse the repository at this point in the history
  8. Add test case

    koppor committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3e5f117 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Revert "Add log on disk"

    This reverts commit 048729b.
    koppor committed May 13, 2022
    Configuration menu
    Copy the full SHA
    902b52e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge branch 'main' into more-conservative-save

    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/logic/exporter/AtomicFileOutputStream.java
    koppor committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a9172e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

    koppor committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    84d09d2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into more-conservative-save

    # Conflicts:
    #	CHANGELOG.md
    koppor committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1c76e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    36f4cf1 View commit details
    Browse the repository at this point in the history
  2. Add ADR-0026

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2d21fe5 View commit details
    Browse the repository at this point in the history
  3. Add links to ADR

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    be4d336 View commit details
    Browse the repository at this point in the history
  4. Use more clear method

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    75e0aed View commit details
    Browse the repository at this point in the history
  5. Fix typos

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    40157de View commit details
    Browse the repository at this point in the history
  6. Add getUniqueFilePrefix(Path)

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9054614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bbf120 View commit details
    Browse the repository at this point in the history
  8. Fix checkstyle

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    45d01ac View commit details
    Browse the repository at this point in the history
  9. Fix org.jabref.logic.autosaveandbackup.BackupManager#performBackup to…

    … use line ending of library
    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b8fc4f6 View commit details
    Browse the repository at this point in the history
  10. Fix typos

    koppor committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ba392b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4becafb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Merge remote-tracking branch 'origin/main' into more-conservative-save

    # Conflicts:
    #	src/main/java/org/jabref/gui/exporter/SaveDatabaseAction.java
    koppor committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a35a6de View commit details
    Browse the repository at this point in the history
  2. Introduce BackupFileType

    Additionally
    
    - FileUtil vs. FileHelper comments
    
    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    3 people committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ee078fd View commit details
    Browse the repository at this point in the history
  3. Rename method

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    3 people committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bc7853c View commit details
    Browse the repository at this point in the history
  4. Add test for getPathOfBackupFileAndCreateDirectory()

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    3 people committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d1dc0f4 View commit details
    Browse the repository at this point in the history
  5. Start to implement multiple backups

    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    koppor and calixtus committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    8a08df7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Merge remote-tracking branch 'origin/main' into more-conservative-save

    # Conflicts:
    #	src/main/java/org/jabref/logic/autosaveandbackup/BackupManager.java
    #	src/main/java/org/jabref/logic/exporter/AtomicFileOutputStream.java
    #	src/main/java/org/jabref/logic/util/BackupFileType.java
    #	src/main/java/org/jabref/logic/util/io/FileUtil.java
    #	src/test/java/org/jabref/logic/autosaveandbackup/BackupManagerTest.java
    koppor committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    34b9dd9 View commit details
    Browse the repository at this point in the history
  2. Fix AtomicFileOutputStreamTest

    koppor committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    60ad4d1 View commit details
    Browse the repository at this point in the history