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

test: Obliterate & revive integration tests (fixes #8071) #9266

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Dec 6, 2023

  1. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9e9feee View commit details
    Browse the repository at this point in the history
  2. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f0df5df View commit details
    Browse the repository at this point in the history
  3. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c63c7e9 View commit details
    Browse the repository at this point in the history
  4. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b37ddde View commit details
    Browse the repository at this point in the history
  5. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    80d04c6 View commit details
    Browse the repository at this point in the history
  6. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    84fc417 View commit details
    Browse the repository at this point in the history
  7. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c71df0e View commit details
    Browse the repository at this point in the history
  8. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eadac23 View commit details
    Browse the repository at this point in the history
  9. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    631dee9 View commit details
    Browse the repository at this point in the history
  10. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3b33c8d View commit details
    Browse the repository at this point in the history
  11. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9ca96ab View commit details
    Browse the repository at this point in the history
  12. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5f49f98 View commit details
    Browse the repository at this point in the history
  13. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eb343b4 View commit details
    Browse the repository at this point in the history
  14. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1285cd1 View commit details
    Browse the repository at this point in the history
  15. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8ac2170 View commit details
    Browse the repository at this point in the history
  16. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    97a9039 View commit details
    Browse the repository at this point in the history
  17. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7b5cd3d View commit details
    Browse the repository at this point in the history
  18. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    db902a8 View commit details
    Browse the repository at this point in the history
  19. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    00dd2c5 View commit details
    Browse the repository at this point in the history
  20. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ac5e31c View commit details
    Browse the repository at this point in the history
  21. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c0744db View commit details
    Browse the repository at this point in the history
  22. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    60f5931 View commit details
    Browse the repository at this point in the history
  23. wip

    calmh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b9a302a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge branch 'main' into integrationtests

    * main:
      lib/model: Use a single lock (phase two: cleanup) (syncthing#9276)
      build(deps): bump actions/setup-go from 4 to 5 (syncthing#9279)
      lib/model: Use a single lock (syncthing#9275)
      cmd/syncthing: Better cli stdin handling (ref syncthing#9166) (syncthing#9281)
      cmd/syncthing: Mostly replace urfave/cli command line parser with alecthomas/kong (syncthing#9166)
      lib/nat: Fix test build failure (ref syncthing#9010)
      lib/model: Add pmut locking for DeviceStatistics (fixes syncthing#9274)
      lib/model: Add pmut locking for DeviceStatistics (fixes syncthing#9274)
      lib/model: Remove spurious "replacing service" failure event (ref syncthing#9271)
      lib/model: Remove spurious "replacing service" failure event (ref syncthing#9271)
      lib/nat, lib/upnp: IPv6 UPnP support (syncthing#9010)
      gui, man, authors: Update docs, translations, and contributors
      gui: Show folder/device status on small screens (syncthing#8643)
      lib/model: Remove runner during folder cleanup (fixes syncthing#9269) (syncthing#9271)
    calmh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f701994 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Merge branch 'main' into integrationtests

    * main: (24 commits)
      lib/ignore: Refactor out result type (syncthing#9343)
      build: Testing infra images for infra-* branches
      lib/versioner: Expand tildes in version directory (fixes syncthing#9241) (syncthing#9327)
      lib/scanner: Prevent sync-conflict for receive-only local modifications  (syncthing#9323)
      gui, man, authors: Update docs, translations, and contributors
      Fix website security link in README.md (syncthing#9325)
      cmd/syncthing: Add CLI completion functionality (fixes syncthing#8616) (syncthing#9226)
      lib/api: Save session & CSRF tokens to database, add option to stay logged in (fixes syncthing#9151) (syncthing#9284)
      Update dependencies (syncthing#9321)
      gui: Always inform about loading data in Restore Versions modal (syncthing#9317)
      lib/build: Allow semver build in version regex (fixes syncthing#9267) (syncthing#9316)
      gui: Keep short deviceID length consistent + xrefs (fixes syncthing#9313) (syncthing#9314)
      build(deps): bump actions/download-artifact from 3 to 4 (syncthing#9294)
      build(deps): bump actions/upload-artifact from 3 to 4 (syncthing#9293)
      gui, man, authors: Update docs, translations, and contributors
      gui, lib/scanner: Improve scan progress indication (ref syncthing#8331) (syncthing#9308)
      lib/protocol: handle empty names in unixOwnershipEqual (fixes syncthing#9039) (syncthing#9306)
      gui, man, authors: Update docs, translations, and contributors
      etc/linux-desktop: use double dash for long options (syncthing#9301)
      lib/connections: Skip allocation in check for missing port (syncthing#9297)
      ...
    calmh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b2ba185 View commit details
    Browse the repository at this point in the history
  2. wip

    calmh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8dcadcf View commit details
    Browse the repository at this point in the history
  3. wip

    calmh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ad5f85c View commit details
    Browse the repository at this point in the history
  4. wip

    calmh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    99dad07 View commit details
    Browse the repository at this point in the history