Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

borgbackup

Develops and supports the BorgBackup free and open source backup software.
Collective - Host: europe - https://opencollective.com/borgbackup - Website: https://borgbackup.org - Code: https://github.com/borgbackup

`platform_freebsd.py` dummy test file (#7748)

github.com/borgbackup/borg - f29fd803115bc37bc2f6c5153156f8d380409371 authored over 1 year ago by Ted Lawson <[email protected]>
remove unused "flags_root" open flags

github.com/borgbackup/borg - 08e09999d929b6cb3388f2433454bcf1fb47eb34 authored over 1 year ago by Thomas Waldmann <[email protected]>
create: do not try to read parent dir of recursion root, fixes #7746

github.com/borgbackup/borg - c99b849abe645d824cc2524cdee065df07f0d041 authored over 1 year ago by Thomas Waldmann <[email protected]>
add a test for unreadable parent dir, see #7746

github.com/borgbackup/borg - 3e640a38c064eaafaff8ef6a8d4e543174ff6bcd authored over 1 year ago by Thomas Waldmann <[email protected]>
Merge pull request #7742 from bigtedde/remove-BaseTestCase

PR: Remove BaseTestCase from `testsuite/`

github.com/borgbackup/borg - 1e7dec154186b503265a2194bfee8aaca8d57cae authored over 1 year ago by TW <[email protected]>
reverted import grouping

github.com/borgbackup/borg - a09c8ad9408700859d9a5e674b51196c5af96f64 authored over 1 year ago by bigtedde <[email protected]>
Merge remote-tracking branch 'upstream/master' into remove-BaseTestCase

github.com/borgbackup/borg - dc83735e1d019bd5c328e6b901d8f0d55199d60d authored over 1 year ago by bigtedde <[email protected]>
parametrize helper.py

github.com/borgbackup/borg - ffebd8b04425ce77d2aee538c5f53f081255f30a authored over 1 year ago by bigtedde <[email protected]>
Merge pull request #7743 from bigtedde/platform-pytest

PR: `testsuite/platform.py` conversion to pytest + remove `BaseTestCase`

github.com/borgbackup/borg - 5df49ee707325f1282795dbe2ca8ffd17b063b70 authored over 1 year ago by TW <[email protected]>
seperated platform tests into seperate modules

github.com/borgbackup/borg - 8eed95882929ed27bdd9154979324913f86a326e authored over 1 year ago by bigtedde <[email protected]>
linux tests converted, renamed tests for consistency

github.com/borgbackup/borg - be53037b9d4c6531be080e706cffd9ecf821827a authored over 1 year ago by bigtedde <[email protected]>
mac and posix tests converted, removed BaseTestCase and unittest

github.com/borgbackup/borg - d2dd79216406b0dfa5d29d9d9b5176f87c177447 authored over 1 year ago by bigtedde <[email protected]>
removed BaseTestCase from chunker_slow.py

github.com/borgbackup/borg - 7b753453e5e456f7d11f99dccd1e1c8defd1e06a authored over 1 year ago by bigtedde <[email protected]>
removed BaseTestCase from helpers.py

github.com/borgbackup/borg - 67334c4e8364e6d3158769c0f9ad6acb68bd9682 authored over 1 year ago by bigtedde <[email protected]>
removed TestCaseBase from testsuite/archive.py

github.com/borgbackup/borg - d2f32986f30f28f1edc7c74f38c0f3d979535c62 authored over 1 year ago by bigtedde <[email protected]>
Merge pull request #7740 from ThomasWaldmann/black-and-flake8

simplify flake8 config, fix some complaints

github.com/borgbackup/borg - f33efc0a10b6671e2cfc8ccaf496df8ac7e8f5f0 authored over 1 year ago by TW <[email protected]>
fix E402

github.com/borgbackup/borg - aa0d12a09c552ca72862d00684823b9c4a08c774 authored over 1 year ago by Thomas Waldmann <[email protected]>
fix E501

github.com/borgbackup/borg - 5013121bd85c24ab6ee67dd2bc157e2d3facc770 authored over 1 year ago by Thomas Waldmann <[email protected]>
fix E741

github.com/borgbackup/borg - 6151b369c4ca96cf2ac5c7aebb4818d28b2200ad authored over 1 year ago by Thomas Waldmann <[email protected]>
fix F401

github.com/borgbackup/borg - 35ac39b7514f0fe2e4bf93b578f6afbbf838c9cd authored over 1 year ago by Thomas Waldmann <[email protected]>
simplify flake8 configuration

we use black since a while, so some stuff does not need to be ignored any more.

github.com/borgbackup/borg - 3017701958108f0db241ff32e65b70d59180c023 authored over 1 year ago by Thomas Waldmann <[email protected]>
Merge pull request #7738 from ThomasWaldmann/fix-disk-full-test-master

fix test_disk_full, fixes #7617

github.com/borgbackup/borg - c0001fb6ea9f529f3badd96f0ab1038a2dcb3d74 authored over 1 year ago by TW <[email protected]>
fix test_disk_full, fixes #7617

- master branch has different free space requirements from 1.2-maint,
so we now use a 700MB fi...

github.com/borgbackup/borg - b0497499ccbf83ba4f5a7fa76545f5a78e83026c authored over 1 year ago by Thomas Waldmann <[email protected]>
Merge pull request #7736 from ThomasWaldmann/tests-cleanup

remove unused methods of BaseTestCase

github.com/borgbackup/borg - a592cf4d02d491a4e3a97dc023a56f0051422c07 authored over 1 year ago by TW <[email protected]>
simplify BaseTestCase.assert_raises

github.com/borgbackup/borg - b97c3d3a558911860cde191a8ba2e3f53eaa8312 authored over 1 year ago by Thomas Waldmann <[email protected]>
simplify changedir with @contextmanager

github.com/borgbackup/borg - a2e7854911858d37d393558fe7bd2927d2eefb18 authored over 1 year ago by Thomas Waldmann <[email protected]>
remove unused methods of BaseTestCase

also: clean up imports / comments

github.com/borgbackup/borg - 02fcabe31f0d418be3246072f395443f7f0d4786 authored over 1 year ago by Thomas Waldmann <[email protected]>
Merge pull request #7735 from ThomasWaldmann/tests-with-env-var

tests: remove usage of environment_variable context manager, fixes #1002

github.com/borgbackup/borg - 5babcf475cfa70605b596d3c91f0468dd0c54bab authored over 1 year ago by TW <[email protected]>
tests: remove usage of environment_variable context manager

rather use monkeypatch.setenv/delenv.

github.com/borgbackup/borg - b8a52a47696cdc363d8447356549084e98e63d51 authored over 1 year ago by Thomas Waldmann <[email protected]>
`cmd` function now creates repo_location argument (#7734)

f'repo={repo_location}' moved to 'cmd' function

github.com/borgbackup/borg - 2e59a702f6e65007b45338a792288dfb6b967edb authored over 1 year ago by Ted Lawson <[email protected]>
Merge pull request #7722 from bigtedde/archiver-tests

Archiver folder - all tests converted from unittest to pytest

github.com/borgbackup/borg - e1cd38a0df6ea2b7eb81c88886d81bc2374873a7 authored over 1 year ago by TW <[email protected]>
simplified remote repo check

github.com/borgbackup/borg - 6f35f5b0a4b22ef6a24ba812a0d2c8e26627a55d authored over 1 year ago by bigtedde <[email protected]>
get_kind added to ArchiverSetup

github.com/borgbackup/borg - b8b80c5fefa62547db09e21f11815fc4d6c0b643 authored over 1 year ago by bigtedde <[email protected]>
redundent comments

github.com/borgbackup/borg - 683bf7275a829454d00dc44ee0489383ec027e9e authored over 1 year ago by bigtedde <[email protected]>
Merge pull request #7730 from ThomasWaldmann/authenticated_no_key-master

BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos without key, fixes #7700

github.com/borgbackup/borg - 989b4fe88b2931249b16f1fa1eea3e36a8428025 authored over 1 year ago by TW <[email protected]>
bugfix: skip TAM check with BORG_WORKAROUNDS=authenticated_no_key

This is an emergency workaround for authenticated repos
if the user has lost the borg key.

We c...

github.com/borgbackup/borg - d5ffa59c913c385c75091a4d0677d79f4375835e authored over 1 year ago by Thomas Waldmann <[email protected]>
BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos without key, fixes #7700

github.com/borgbackup/borg - 30514731685d2af8dee240e9e93182719a296bda authored over 1 year ago by Thomas Waldmann <[email protected]>
removed 'prefix'

github.com/borgbackup/borg - 0fa103460b3c0986745a144861bb0e6701d480cb authored over 1 year ago by bigtedde <[email protected]>
generate_archiver_tests added: generate tests by specifying kinds of archivers

github.com/borgbackup/borg - 975a094e6ef2530ba87cc567ff098663f6102a4c authored over 1 year ago by bigtedde <[email protected]>
typehint and initialize variable in ArchiverSetup init

github.com/borgbackup/borg - 7f1847ef857b4c2ef65c019cdbe9454d713eb845 authored over 1 year ago by bigtedde <[email protected]>
remote archiver prefix check

github.com/borgbackup/borg - 8a5664dcfd1426e0aabfb369e381fb5b1a449a16 authored over 1 year ago by bigtedde <[email protected]>
Fixed: camelcase, generate test dupe, init vars declerations, general cleanup

github.com/borgbackup/borg - fcddbc6356ca3d0149f8c7950515ad5de0bbb18a authored over 1 year ago by bigtedde <[email protected]>
extract_cmd cleanup

github.com/borgbackup/borg - 0c899a7985ec05d3e2755ed865523d97f9a18615 authored over 1 year ago by bigtedde <[email protected]>
diff_cmd cleanup

github.com/borgbackup/borg - bbb5340e8c07c401d744aad4bf5155187b93356b authored over 1 year ago by bigtedde <[email protected]>
delete_cmd cleanup

github.com/borgbackup/borg - 535b336b14acb0f90d3665c704f70600ce58606b authored over 1 year ago by bigtedde <[email protected]>
debug_cmds cleanup

github.com/borgbackup/borg - 3a7ee07cf3f07d7e30c9bd8db136563d982bdcf2 authored over 1 year ago by bigtedde <[email protected]>
increased readability in delete_cmd

github.com/borgbackup/borg - 225fdb0b7272bd6e3a701de849d1f352369021d6 authored over 1 year ago by bigtedde <[email protected]>
corrupted_archiver changed from fixture to function call

github.com/borgbackup/borg - eb37f4b9aa514051e6725fe93f9cf43e6e50afb5 authored over 1 year ago by bigtedde <[email protected]>
removed print statement from transfer_cmd

github.com/borgbackup/borg - 7fea384fa7c720f56107db0996398658601b1df1 authored over 1 year ago by bigtedde <[email protected]>
ValueError added in 'open_repository'

github.com/borgbackup/borg - 9a8d5da8223828fa3e6fa11d974ce58f826f8940 authored over 1 year ago by bigtedde <[email protected]>
cleanup create_cmd

github.com/borgbackup/borg - 73c178d628ff09a3a822088594dc0dd862899275 authored over 1 year ago by bigtedde <[email protected]>
testsuite/benchmark.py - 'cmd' -> 'cmd_fixture'

github.com/borgbackup/borg - b2d8210e5de3bb2deef3b8ea282665a8b5bb3224 authored over 1 year ago by bigtedde <[email protected]>
check_cmd cleaned up

github.com/borgbackup/borg - f50294113769bdf54f0419eed71fc4c9d8a33ba0 authored over 1 year ago by bigtedde <[email protected]>
cleanup bypass_lock_option tests

github.com/borgbackup/borg - fdb21af6e6b664327cc07e41b77216b1784ca9f5 authored over 1 year ago by bigtedde <[email protected]>
Repo tests - conversion to pytest (#7626)

github.com/borgbackup/borg - 33645ad38a312662147a4f72d544fa25e0cff71c authored over 1 year ago by Ted Lawson <[email protected]>
Archive pytest conversion (#7661)

parameterized stats_progress and timestamp_parsing tests

github.com/borgbackup/borg - 7df34fc4a651afdab5c60c856fc4b902d6aea747 authored over 1 year ago by Ted Lawson <[email protected]>
Merge pull request #7567 from azrdev/patch-1

automated-local.rst: use GPT UUID for consistent udev rule

github.com/borgbackup/borg - 56dfc6dc043817709ed7fb2f5f85fb3dd8438b1a authored over 1 year ago by TW <[email protected]>
Merge pull request #7714 from PhrozenByte/docs-check-rewrite

Docs: Rewrite `borg check` docs

github.com/borgbackup/borg - 52db16b3eba3ac33c3e7d7da5138eba7b9c73ff3 authored over 1 year ago by TW <[email protected]>
Docs: Improve `borg check` docs

github.com/borgbackup/borg - 2647673dc848396a026b9a543248551af3982fc8 authored over 1 year ago by Daniel Rudolf <[email protected]>
test_unix_socket fix

github.com/borgbackup/borg - 1e5c62f1a106a1b741b1a549073f99f8b9adbd69 authored over 1 year ago by bigtedde <[email protected]>
test_unix_socket fix

github.com/borgbackup/borg - 912df41c4a13f832f1f7c8d77580ee2a37e6d52d authored over 1 year ago by bigtedde <[email protected]>
create_cmd changes

github.com/borgbackup/borg - 62bfd5e13a1a8bb04bbd1b369af65e458c89f80c authored over 1 year ago by bigtedde <[email protected]>
changed socket path to secure temp file

github.com/borgbackup/borg - 2c5f6645b43fdd229cdb37c030787f639d6a4e0c authored over 1 year ago by bigtedde <[email protected]>
fixed fuse_mount CM

github.com/borgbackup/borg - ed02164b684c174387674c6fb185b9f6d308fca7 authored over 1 year ago by bigtedde <[email protected]>
removed unittest skips

github.com/borgbackup/borg - f1af13e54464c9d25a23e93cd1b011d6bc0cfa99 authored over 1 year ago by bigtedde <[email protected]>
removed erroneous test from init

github.com/borgbackup/borg - efc44819968b32d08990def7e3e7d005806d267c authored over 1 year ago by bigtedde <[email protected]>
transfer_cmd converted

github.com/borgbackup/borg - 6cb87e5ff705f8fb46a40cea176adaeabb4c40a2 authored over 1 year ago by bigtedde <[email protected]>
tar_cmds converted

github.com/borgbackup/borg - 751bac0fb7b8bff803eef81d0d1fb2f5d145086a authored over 1 year ago by bigtedde <[email protected]>
fixed issue in test_unix_socket

github.com/borgbackup/borg - 6ca4e15c4bda4021fc72901b3c9959634cd6fed3 authored over 1 year ago by bigtedde <[email protected]>
serve_cmd converted

github.com/borgbackup/borg - 9a8fb00c10fadb3f79276dbe86c86474f6d6ecc9 authored over 1 year ago by bigtedde <[email protected]>
rlist_cmd converted

github.com/borgbackup/borg - 5cdbf031104f84bc128aa5c16f80b41233f2122e authored over 1 year ago by bigtedde <[email protected]>
rinfo_cmd converted

github.com/borgbackup/borg - 116428cd4fd42740afc871ea1456a0bffc9edd84 authored over 1 year ago by bigtedde <[email protected]>
return_codes converted

github.com/borgbackup/borg - 0f160cda295fb3f55218d0e81b1a23f7a8bed105 authored over 1 year ago by bigtedde <[email protected]>
rename_cmd converted

github.com/borgbackup/borg - 227f43958f67dfa9f6cd97f660b5d0b25baaa90c authored over 1 year ago by bigtedde <[email protected]>
recreate_cmd converted

github.com/borgbackup/borg - c68e0b993610afe0586435ffe1538339a238a7b7 authored over 1 year ago by bigtedde <[email protected]>
rcreate_cmd converted

github.com/borgbackup/borg - 673cd4718e4fb042c133b8979b5e1e9aaaa57bec authored over 1 year ago by bigtedde <[email protected]>
rdelete_cmd converted

github.com/borgbackup/borg - a3bfc4d39079f3cf06620bfa80967fe129cc75a4 authored over 1 year ago by bigtedde <[email protected]>
rcompress_cmd converted

github.com/borgbackup/borg - 216f13831eba1844b1690494e810a1246622a57d authored over 1 year ago by bigtedde <[email protected]>
prune_cmd converted

github.com/borgbackup/borg - a4fc546c8a204fcf01aef47546de803d38d12f10 authored over 1 year ago by bigtedde <[email protected]>
Merge pull request #7719 from bket/fix_test

Fix failing test on OpenBSD

github.com/borgbackup/borg - 4dfce1cca485ae478c650b7128297d0fde56bbfb authored over 1 year ago by TW <[email protected]>
patterns converted

github.com/borgbackup/borg - 7e14361700a9750e0e2c069373deb4febea89465 authored over 1 year ago by bigtedde <[email protected]>
mount_cmds converted

github.com/borgbackup/borg - 0a104a343548232741d9fe1deae55df45aa930e4 authored over 1 year ago by bigtedde <[email protected]>
lock_cmds converted

github.com/borgbackup/borg - 91dd71e3b15c39e61490b1bbc5c1fc2d5813c2cf authored over 1 year ago by bigtedde <[email protected]>
list_cmd converted

github.com/borgbackup/borg - 08ab71669ab3b2264eb9af17bb7baf677aecc596 authored over 1 year ago by bigtedde <[email protected]>
key_cmds converted

github.com/borgbackup/borg - 3cccf1967153b44152be834f137c2804342f23f6 authored over 1 year ago by bigtedde <[email protected]>
info_cmd converted, edited generate tests comment

github.com/borgbackup/borg - 725149cb8b752f37f8623dea96a9ca2c8cad9496 authored over 1 year ago by bigtedde <[email protected]>
merge upstream changes

github.com/borgbackup/borg - b5901eb0a67d998be3b78dca4f9e291992f4238d authored over 1 year ago by bigtedde <[email protected]>
help_cmd converted

github.com/borgbackup/borg - a438176b85b9afb823c0a917e2a8faf33a46d52c authored over 1 year ago by bigtedde <[email protected]>
Fix failing test on OpenBSD

A borgbackup-2.0.0b6 test fails on OpenBSD with the message below.

```
========================...

github.com/borgbackup/borg - 1074089d37358a6c324b46a76991634c21dd0b71 authored over 1 year ago by Björn Ketelaars <[email protected]>
Merge pull request #7712 from ThomasWaldmann/manifest-item_keys

manifest: move item_keys into config dict, fixes #7710

github.com/borgbackup/borg - 7914e381607378e4e9bc5944b38297a30c41249a authored over 1 year ago by TW <[email protected]>
Merge pull request #7676 from RayyanAnsari/paths-win

Properly normalise paths on Windows

github.com/borgbackup/borg - cfbfe2423f3a8dfd1693838e5a3ded0a7747fd23 authored over 1 year ago by TW <[email protected]>
Merge pull request #7711 from ThomasWaldmann/doc-updates-master

doc updates (master)

github.com/borgbackup/borg - e63775a31632429d64e1467ac27ecf1188a93877 authored over 1 year ago by TW <[email protected]>
Merge pull request #7715 from FelixSchwarz/py312-utcfromtimestamp

replace "datetime.utcfromtimestamp" to avoid deprecation warnings with Python 3.12

github.com/borgbackup/borg - 29d73f4f4159347517d66bd76a1e8c7356b40f07 authored over 1 year ago by TW <[email protected]>
replace "datetime.utcfromtimestamp" with custom helper to avoid deprecation warnings when using Python 3.12

github.com/borgbackup/borg - ae0b3d2fffd2dfd18c7726c15afded174ded75d4 authored over 1 year ago by Felix Schwarz <[email protected]>
Docs: Improve explanation of `borg check --max-duration`'s side effects

github.com/borgbackup/borg - a661da13ee24ec0a69cf6f24356f127363263c2c authored over 1 year ago by Daniel Rudolf <[email protected]>
Docs: Remove technical description from `borg check` docs

github.com/borgbackup/borg - 9d59146de47999c168541339d8c18aca8b7632b9 authored over 1 year ago by Daniel Rudolf <[email protected]>
Docs: Rewrite `borg check` docs

Fixes #7578

github.com/borgbackup/borg - 9edbf4e93165fdeb0f98bf7f5cfd6d11df55e8bb authored over 1 year ago by Daniel Rudolf <[email protected]>
extract_cmd converted

github.com/borgbackup/borg - 5bc1bbd3a3eef6878b63a71a0c0b6c905afec2f3 authored over 1 year ago by bigtedde <[email protected]>
disk_full converted

github.com/borgbackup/borg - 95d48c054a13791561ef3e3f7994b1567f513172 authored over 1 year ago by bigtedde <[email protected]>