]> git.ipfire.org Git - thirdparty/snapper.git/log
thirdparty/snapper.git
19 months ago- updated pot and po files 957/head
Arvin Schnell [Thu, 7 Nov 2024 07:24:31 +0000 (08:24 +0100)] 
- updated pot and po files

19 months agoMerge pull request #956 from aschnell/master
Arvin Schnell [Thu, 7 Nov 2024 07:22:14 +0000 (07:22 +0000)] 
Merge pull request #956 from aschnell/master

- remove unneeded include

19 months ago- remove unneeded include 956/head
Arvin Schnell [Thu, 7 Nov 2024 06:43:30 +0000 (07:43 +0100)] 
- remove unneeded include

19 months agoMerge pull request #955 from aschnell/master
Arvin Schnell [Wed, 6 Nov 2024 14:49:56 +0000 (14:49 +0000)] 
Merge pull request #955 from aschnell/master

- move functions to snapper namespace

19 months ago- move functions to snapper namespace 955/head
Arvin Schnell [Wed, 6 Nov 2024 14:31:52 +0000 (15:31 +0100)] 
- move functions to snapper namespace

19 months agoMerge pull request #954 from aschnell/master
Arvin Schnell [Wed, 6 Nov 2024 08:55:05 +0000 (08:55 +0000)] 
Merge pull request #954 from aschnell/master

- remove unused code

19 months ago- remove unused code 954/head
Arvin Schnell [Wed, 6 Nov 2024 08:29:01 +0000 (09:29 +0100)] 
- remove unused code

19 months agoMerge pull request #953 from aschnell/master
Arvin Schnell [Wed, 6 Nov 2024 08:03:16 +0000 (08:03 +0000)] 
Merge pull request #953 from aschnell/master

- remove redundant check

19 months ago- remove redundant check 953/head
Arvin Schnell [Wed, 6 Nov 2024 07:29:12 +0000 (08:29 +0100)] 
- remove redundant check

19 months agoMerge pull request #952 from aschnell/master
Arvin Schnell [Tue, 5 Nov 2024 15:19:05 +0000 (15:19 +0000)] 
Merge pull request #952 from aschnell/master

- reference new snbk in snapper man page

19 months ago- reference new snbk in snapper man page 952/head
Arvin Schnell [Tue, 5 Nov 2024 15:06:16 +0000 (16:06 +0100)] 
- reference new snbk in snapper man page

19 months agoMerge pull request #951 from aschnell/master
Arvin Schnell [Tue, 5 Nov 2024 14:46:52 +0000 (14:46 +0000)] 
Merge pull request #951 from aschnell/master

- provide backup program for btrfs snapshots

19 months ago- provide backup program for btrfs snapshots 951/head
Arvin Schnell [Tue, 5 Nov 2024 14:31:17 +0000 (15:31 +0100)] 
- provide backup program for btrfs snapshots

19 months agoMerge pull request #950 from aschnell/master
Arvin Schnell [Mon, 4 Nov 2024 15:32:12 +0000 (15:32 +0000)] 
Merge pull request #950 from aschnell/master

- move more functions to snapper namespace

19 months ago- move more functions to snapper namespace 950/head
Arvin Schnell [Mon, 4 Nov 2024 15:20:56 +0000 (16:20 +0100)] 
- move more functions to snapper namespace

19 months agoMerge pull request #949 from aschnell/master
Arvin Schnell [Mon, 4 Nov 2024 09:35:40 +0000 (09:35 +0000)] 
Merge pull request #949 from aschnell/master

- move functions to namespace snapper

19 months ago- move functions to namespace snapper 949/head
Arvin Schnell [Mon, 4 Nov 2024 09:21:16 +0000 (10:21 +0100)] 
- move functions to namespace snapper

19 months agoMerge pull request #948 from aschnell/master
Arvin Schnell [Fri, 25 Oct 2024 07:05:16 +0000 (07:05 +0000)] 
Merge pull request #948 from aschnell/master

- support creating empty snapshots

19 months ago- support creating empty snapshots 948/head
Arvin Schnell [Fri, 25 Oct 2024 06:50:55 +0000 (08:50 +0200)] 
- support creating empty snapshots

19 months agoMerge pull request #947 from aschnell/master
Arvin Schnell [Mon, 21 Oct 2024 07:22:24 +0000 (07:22 +0000)] 
Merge pull request #947 from aschnell/master

- fixed visibility handling for trailing columns

19 months ago- fixed visibility handling for trailing columns 947/head
Arvin Schnell [Mon, 21 Oct 2024 07:10:04 +0000 (09:10 +0200)] 
- fixed visibility handling for trailing columns

19 months agoMerge pull request #946 from aschnell/master
Arvin Schnell [Mon, 21 Oct 2024 06:52:33 +0000 (06:52 +0000)] 
Merge pull request #946 from aschnell/master

- more defensive programming

19 months ago- more defensive programming 946/head
Arvin Schnell [Mon, 21 Oct 2024 06:31:55 +0000 (08:31 +0200)] 
- more defensive programming

19 months agoMerge pull request #945 from kraj/kraj/musl
Arvin Schnell [Mon, 21 Oct 2024 06:28:00 +0000 (06:28 +0000)] 
Merge pull request #945 from kraj/kraj/musl

Fixes for building on musl systems

19 months agoUse statvfs instead of statvfs64 945/head
Khem Raj [Sun, 20 Oct 2024 14:55:23 +0000 (07:55 -0700)] 
Use statvfs instead of statvfs64

when using LFS64 these functions are same and also
on 64bit systems they are same. musl is using 64bit off_t
by default and does not define LFS64 variants of these functions
and it ends up in build errors

19 months agoInclude linux/types.h for __u16/__u32/__u64 type
Khem Raj [Sun, 20 Oct 2024 14:52:33 +0000 (07:52 -0700)] 
Include linux/types.h for __u16/__u32/__u64 type

This header is included indirectly with glibc but when using musl
it ends up with compilation failure

BcachefsUtils.cc:85:20: error: use of undeclared identifier '__u32'
   85 |             args.dirfd = (__u32) fddst;
      |                           ^

20 months agoMerge pull request #942 from aschnell/master
Arvin Schnell [Fri, 11 Oct 2024 08:45:39 +0000 (08:45 +0000)] 
Merge pull request #942 from aschnell/master

- generate dsc file for Ubuntu 24.10

20 months ago- generate dsc file for Ubuntu 24.10 942/head
Arvin Schnell [Fri, 11 Oct 2024 08:35:15 +0000 (10:35 +0200)] 
- generate dsc file for Ubuntu 24.10

20 months agoMerge pull request #941 from aschnell/master
Arvin Schnell [Tue, 8 Oct 2024 09:41:48 +0000 (09:41 +0000)] 
Merge pull request #941 from aschnell/master

- make class OutputOptions reusable

20 months ago- make class OutputOptions reusable 941/head
Arvin Schnell [Tue, 8 Oct 2024 09:24:16 +0000 (11:24 +0200)] 
- make class OutputOptions reusable

20 months agoMerge pull request #940 from aschnell/master
Arvin Schnell [Wed, 2 Oct 2024 09:01:02 +0000 (09:01 +0000)] 
Merge pull request #940 from aschnell/master

- coding style

20 months ago- coding style 940/head
Arvin Schnell [Wed, 2 Oct 2024 08:52:03 +0000 (10:52 +0200)] 
- coding style

20 months agoMerge pull request #939 from aschnell/master
Arvin Schnell [Tue, 1 Oct 2024 14:28:11 +0000 (14:28 +0000)] 
Merge pull request #939 from aschnell/master

- allow to set visibility to auto

20 months ago- allow to set visibility to auto 939/head
Arvin Schnell [Tue, 1 Oct 2024 14:04:39 +0000 (16:04 +0200)] 
- allow to set visibility to auto

20 months agoMerge pull request #938 from aschnell/master
Arvin Schnell [Mon, 30 Sep 2024 16:01:50 +0000 (16:01 +0000)] 
Merge pull request #938 from aschnell/master

- moved snapper client to own directory

20 months ago- moved snapper client to own directory 938/head
Arvin Schnell [Mon, 30 Sep 2024 15:51:56 +0000 (17:51 +0200)] 
- moved snapper client to own directory

20 months agoMerge pull request #937 from aschnell/master
Arvin Schnell [Mon, 30 Sep 2024 15:29:32 +0000 (15:29 +0000)] 
Merge pull request #937 from aschnell/master

- move installation-helper and systemd-helper to own directory

20 months ago- move installation-helper and systemd-helper to own directory 937/head
Arvin Schnell [Mon, 30 Sep 2024 15:10:07 +0000 (17:10 +0200)] 
- move installation-helper and systemd-helper to own directory

20 months agoMerge pull request #936 from aschnell/master
Arvin Schnell [Mon, 30 Sep 2024 14:42:08 +0000 (14:42 +0000)] 
Merge pull request #936 from aschnell/master

- move mksubvolume to own directory

20 months ago- move mksubvolume to own directory 936/head
Arvin Schnell [Mon, 30 Sep 2024 14:32:19 +0000 (16:32 +0200)] 
- move mksubvolume to own directory

20 months agoMerge pull request #935 from aschnell/master
Arvin Schnell [Thu, 26 Sep 2024 16:45:39 +0000 (16:45 +0000)] 
Merge pull request #935 from aschnell/master

- extended debug output

20 months ago- extended debug output 935/head
Arvin Schnell [Thu, 26 Sep 2024 16:30:24 +0000 (18:30 +0200)] 
- extended debug output

20 months agoMerge pull request #934 from aschnell/master
Arvin Schnell [Thu, 19 Sep 2024 16:09:12 +0000 (16:09 +0000)] 
Merge pull request #934 from aschnell/master

- move Locker class to proxy library

20 months ago- move Locker class to proxy library 934/head
Arvin Schnell [Thu, 19 Sep 2024 15:56:28 +0000 (17:56 +0200)] 
- move Locker class to proxy library

20 months agoMerge pull request #933 from aschnell/master
Arvin Schnell [Thu, 19 Sep 2024 14:02:33 +0000 (14:02 +0000)] 
Merge pull request #933 from aschnell/master

- moved proxy library to subdirectory

20 months ago- moved proxy library to subdirectory 933/head
Arvin Schnell [Thu, 19 Sep 2024 13:46:53 +0000 (15:46 +0200)] 
- moved proxy library to subdirectory

20 months agoMerge pull request #932 from aschnell/master
Arvin Schnell [Thu, 19 Sep 2024 08:31:19 +0000 (08:31 +0000)] 
Merge pull request #932 from aschnell/master

- make proxy class a convenience library

20 months ago- make proxy class a convenience library 932/head
Arvin Schnell [Thu, 19 Sep 2024 08:12:10 +0000 (10:12 +0200)] 
- make proxy class a convenience library

21 months agoMerge pull request #929 from aschnell/master v0.11.2
Arvin Schnell [Fri, 30 Aug 2024 06:27:11 +0000 (06:27 +0000)] 
Merge pull request #929 from aschnell/master

- increase version

21 months ago- increase version 929/head
Arvin Schnell [Fri, 30 Aug 2024 06:07:50 +0000 (08:07 +0200)] 
- increase version

21 months agoMerge pull request #928 from aschnell/master
Arvin Schnell [Thu, 29 Aug 2024 15:53:19 +0000 (15:53 +0000)] 
Merge pull request #928 from aschnell/master

- use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904)

21 months ago- use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904) 928/head
Arvin Schnell [Thu, 29 Aug 2024 15:43:31 +0000 (17:43 +0200)] 
- use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904)

21 months agoMerge pull request #927 from aschnell/master
Arvin Schnell [Thu, 29 Aug 2024 13:31:34 +0000 (13:31 +0000)] 
Merge pull request #927 from aschnell/master

- coding style

21 months ago- coding style 927/head
Arvin Schnell [Thu, 29 Aug 2024 13:10:55 +0000 (15:10 +0200)] 
- coding style

23 months agoMerge pull request #921 from aschnell/master
Arvin Schnell [Mon, 8 Jul 2024 13:46:14 +0000 (13:46 +0000)] 
Merge pull request #921 from aschnell/master

- cleanup

23 months ago- cleanup 921/head
Arvin Schnell [Mon, 8 Jul 2024 13:22:09 +0000 (15:22 +0200)] 
- cleanup

23 months agoMerge pull request #920 from aschnell/master
Arvin Schnell [Mon, 8 Jul 2024 10:11:18 +0000 (10:11 +0000)] 
Merge pull request #920 from aschnell/master

usual tiny improvements and cleanup

23 months ago- cleanup 920/head
Arvin Schnell [Mon, 8 Jul 2024 09:58:56 +0000 (11:58 +0200)] 
- cleanup

23 months ago- handle optional carriage returns
Arvin Schnell [Mon, 8 Jul 2024 09:43:07 +0000 (11:43 +0200)] 
- handle optional carriage returns

23 months ago- extended testcase
Arvin Schnell [Mon, 8 Jul 2024 08:54:33 +0000 (10:54 +0200)] 
- extended testcase

23 months ago- moved testcase
Arvin Schnell [Mon, 8 Jul 2024 08:51:58 +0000 (10:51 +0200)] 
- moved testcase

23 months ago- cleanup
Arvin Schnell [Mon, 8 Jul 2024 08:44:24 +0000 (10:44 +0200)] 
- cleanup

23 months ago- increase version
Arvin Schnell [Fri, 5 Jul 2024 14:35:27 +0000 (16:35 +0200)] 
- increase version

23 months agoMerge pull request #919 from aschnell/master v0.11.1
Arvin Schnell [Fri, 5 Jul 2024 14:18:49 +0000 (14:18 +0000)] 
Merge pull request #919 from aschnell/master

- handle content-length of stomp in zypper plugin

23 months ago- handle content-length of stomp in zypper plugin 919/head
Arvin Schnell [Fri, 5 Jul 2024 14:07:46 +0000 (16:07 +0200)] 
- handle content-length of stomp in zypper plugin

2 years agoMerge pull request #914 from aschnell/master
Arvin Schnell [Mon, 17 Jun 2024 17:33:56 +0000 (17:33 +0000)] 
Merge pull request #914 from aschnell/master

- extended error logging

2 years ago- extended error logging 914/head
Arvin Schnell [Mon, 17 Jun 2024 17:22:16 +0000 (19:22 +0200)] 
- extended error logging

2 years agoTranslated using Weblate (Slovenian)
Jure Repinc [Thu, 13 Jun 2024 14:58:17 +0000 (14:58 +0000)] 
Translated using Weblate (Slovenian)

Currently translated at 100.0% (301 of 301 strings)

2 years agoTranslated using Weblate (Slovenian)
Jure Repinc [Thu, 13 Jun 2024 12:47:36 +0000 (12:47 +0000)] 
Translated using Weblate (Slovenian)

Currently translated at 65.4% (197 of 301 strings)

2 years agoMerge pull request #913 from aschnell/master
Arvin Schnell [Fri, 7 Jun 2024 11:21:06 +0000 (11:21 +0000)] 
Merge pull request #913 from aschnell/master

- coding style (sync with libstorage-ng)

2 years ago- coding style (sync with libstorage-ng) 913/head
Arvin Schnell [Fri, 7 Jun 2024 11:12:07 +0000 (13:12 +0200)] 
- coding style (sync with libstorage-ng)

2 years agoTranslated using Weblate (Tamil)
Rajasekaran Karunanithi [Thu, 6 Jun 2024 22:56:44 +0000 (22:56 +0000)] 
Translated using Weblate (Tamil)

Currently translated at 7.6% (23 of 301 strings)

2 years agoTranslated using Weblate (Catalan)
David Medina [Thu, 6 Jun 2024 08:06:56 +0000 (08:06 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (301 of 301 strings)

2 years agoMerge pull request #911 from aschnell/master
Arvin Schnell [Tue, 4 Jun 2024 07:36:21 +0000 (07:36 +0000)] 
Merge pull request #911 from aschnell/master

- use defines for common values

2 years ago- use defines for common values 911/head
Arvin Schnell [Tue, 4 Jun 2024 07:12:51 +0000 (09:12 +0200)] 
- use defines for common values

2 years agoTranslated using Weblate (Tamil)
Rajasekaran Karunanithi [Mon, 3 Jun 2024 22:03:09 +0000 (22:03 +0000)] 
Translated using Weblate (Tamil)

Currently translated at 4.9% (15 of 301 strings)

2 years agoMerge pull request #908 from aschnell/master
Arvin Schnell [Wed, 22 May 2024 15:32:07 +0000 (15:32 +0000)] 
Merge pull request #908 from aschnell/master

- fixed error message

2 years ago- fixed error message 908/head
Arvin Schnell [Wed, 22 May 2024 15:22:03 +0000 (17:22 +0200)] 
- fixed error message

2 years agoTranslated using Weblate (Romanian)
Coleasa Nicolae [Tue, 14 May 2024 13:11:32 +0000 (13:11 +0000)] 
Translated using Weblate (Romanian)

Currently translated at 17.9% (54 of 301 strings)

2 years agoTranslated using Weblate (Romanian)
Coleasa Nicolae [Mon, 29 Apr 2024 18:10:12 +0000 (18:10 +0000)] 
Translated using Weblate (Romanian)

Currently translated at 17.2% (52 of 301 strings)

2 years agoTranslated using Weblate (Russian)
Aleksey Fedorov [Thu, 25 Apr 2024 06:19:08 +0000 (06:19 +0000)] 
Translated using Weblate (Russian)

Currently translated at 100.0% (301 of 301 strings)

2 years agoMerge pull request #904 from aschnell/master
Arvin Schnell [Mon, 22 Apr 2024 06:59:55 +0000 (06:59 +0000)] 
Merge pull request #904 from aschnell/master

- added test

2 years ago- added test 904/head
Arvin Schnell [Mon, 22 Apr 2024 06:48:27 +0000 (08:48 +0200)] 
- added test

2 years agoMerge pull request #903 from aschnell/master v0.11.0
Arvin Schnell [Fri, 19 Apr 2024 07:07:19 +0000 (07:07 +0000)] 
Merge pull request #903 from aschnell/master

- increase version

2 years ago- increase version 903/head
Arvin Schnell [Fri, 19 Apr 2024 06:39:10 +0000 (08:39 +0200)] 
- increase version

2 years agoMerge pull request #902 from aschnell/master
Arvin Schnell [Fri, 19 Apr 2024 06:25:55 +0000 (06:25 +0000)] 
Merge pull request #902 from aschnell/master

- extended documentation

2 years ago- extended documentation 902/head
Arvin Schnell [Fri, 19 Apr 2024 06:09:38 +0000 (08:09 +0200)] 
- extended documentation

2 years agoMerge pull request #900 from aschnell/master
Arvin Schnell [Thu, 18 Apr 2024 14:26:20 +0000 (14:26 +0000)] 
Merge pull request #900 from aschnell/master

- added note

2 years ago- added note 900/head
Arvin Schnell [Thu, 18 Apr 2024 14:21:24 +0000 (16:21 +0200)] 
- added note

2 years ago- added note
Arvin Schnell [Thu, 18 Apr 2024 14:11:37 +0000 (16:11 +0200)] 
- added note

2 years agoMerge pull request #899 from aschnell/master
Arvin Schnell [Thu, 18 Apr 2024 13:21:49 +0000 (13:21 +0000)] 
Merge pull request #899 from aschnell/master

- async cleanup of stale btrfs qgroups (bsc#1222847)

2 years ago- async cleanup of stale btrfs qgroups (bsc#1222847) 899/head
Arvin Schnell [Thu, 18 Apr 2024 13:10:47 +0000 (15:10 +0200)] 
- async cleanup of stale btrfs qgroups (bsc#1222847)

2 years agoTranslated using Weblate (Georgian)
Temuri Doghonadze [Wed, 17 Apr 2024 15:50:17 +0000 (15:50 +0000)] 
Translated using Weblate (Georgian)

Currently translated at 16.6% (50 of 301 strings)

2 years agoMerge pull request #898 from aschnell/master
Arvin Schnell [Wed, 17 Apr 2024 15:10:54 +0000 (15:10 +0000)] 
Merge pull request #898 from aschnell/master

- reverted some parts of PR#884 to fix build in obs

2 years ago- reverted some parts of PR#884 to fix build in obs 898/head
Arvin Schnell [Wed, 17 Apr 2024 15:05:05 +0000 (17:05 +0200)] 
- reverted some parts of PR#884 to fix build in obs

2 years agoMerge pull request #897 from aschnell/master
Arvin Schnell [Wed, 17 Apr 2024 13:34:29 +0000 (13:34 +0000)] 
Merge pull request #897 from aschnell/master

- run cleanup service every hour

2 years ago- run cleanup service every hour 897/head
Arvin Schnell [Wed, 17 Apr 2024 13:07:59 +0000 (15:07 +0200)] 
- run cleanup service every hour

2 years agoMerge pull request #896 from aschnell/master
Arvin Schnell [Tue, 16 Apr 2024 16:14:46 +0000 (16:14 +0000)] 
Merge pull request #896 from aschnell/master

disable qgroup if it does not exist

2 years ago- disable qgroup if it does not exist 896/head
Arvin Schnell [Tue, 16 Apr 2024 16:03:25 +0000 (18:03 +0200)] 
- disable qgroup if it does not exist

2 years ago- added some btrfs util functions
Arvin Schnell [Tue, 16 Apr 2024 08:38:54 +0000 (10:38 +0200)] 
- added some btrfs util functions