]>
git.ipfire.org Git - thirdparty/snapper.git/log
Arvin Schnell [Mon, 11 Nov 2024 08:22:20 +0000 (09:22 +0100)]
- update Debian packageing
Arvin Schnell [Thu, 7 Nov 2024 13:46:08 +0000 (14:46 +0100)]
- reference more pages
Arvin Schnell [Thu, 7 Nov 2024 07:24:31 +0000 (08:24 +0100)]
- updated pot and po files
Arvin Schnell [Thu, 7 Nov 2024 07:22:14 +0000 (07:22 +0000)]
Merge pull request #956 from aschnell/master
- remove unneeded include
Arvin Schnell [Thu, 7 Nov 2024 06:43:30 +0000 (07:43 +0100)]
- remove unneeded include
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
Arvin Schnell [Wed, 6 Nov 2024 14:31:52 +0000 (15:31 +0100)]
- move functions to snapper namespace
Arvin Schnell [Wed, 6 Nov 2024 08:55:05 +0000 (08:55 +0000)]
Merge pull request #954 from aschnell/master
- remove unused code
Arvin Schnell [Wed, 6 Nov 2024 08:29:01 +0000 (09:29 +0100)]
- remove unused code
Arvin Schnell [Wed, 6 Nov 2024 08:03:16 +0000 (08:03 +0000)]
Merge pull request #953 from aschnell/master
- remove redundant check
Arvin Schnell [Wed, 6 Nov 2024 07:29:12 +0000 (08:29 +0100)]
- remove redundant check
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
Arvin Schnell [Tue, 5 Nov 2024 15:06:16 +0000 (16:06 +0100)]
- reference new snbk in snapper man page
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
Arvin Schnell [Tue, 5 Nov 2024 14:31:17 +0000 (15:31 +0100)]
- provide backup program for btrfs snapshots
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
Arvin Schnell [Mon, 4 Nov 2024 15:20:56 +0000 (16:20 +0100)]
- move more functions to snapper namespace
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
Arvin Schnell [Mon, 4 Nov 2024 09:21:16 +0000 (10:21 +0100)]
- move functions to namespace snapper
Arvin Schnell [Fri, 25 Oct 2024 07:05:16 +0000 (07:05 +0000)]
Merge pull request #948 from aschnell/master
- support creating empty snapshots
Arvin Schnell [Fri, 25 Oct 2024 06:50:55 +0000 (08:50 +0200)]
- support creating empty snapshots
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
Arvin Schnell [Mon, 21 Oct 2024 07:10:04 +0000 (09:10 +0200)]
- fixed visibility handling for trailing columns
Arvin Schnell [Mon, 21 Oct 2024 06:52:33 +0000 (06:52 +0000)]
Merge pull request #946 from aschnell/master
- more defensive programming
Arvin Schnell [Mon, 21 Oct 2024 06:31:55 +0000 (08:31 +0200)]
- more defensive programming
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
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
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;
| ^
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
Arvin Schnell [Fri, 11 Oct 2024 08:35:15 +0000 (10:35 +0200)]
- generate dsc file for Ubuntu 24.10
Arvin Schnell [Tue, 8 Oct 2024 09:41:48 +0000 (09:41 +0000)]
Merge pull request #941 from aschnell/master
- make class OutputOptions reusable
Arvin Schnell [Tue, 8 Oct 2024 09:24:16 +0000 (11:24 +0200)]
- make class OutputOptions reusable
Arvin Schnell [Wed, 2 Oct 2024 09:01:02 +0000 (09:01 +0000)]
Merge pull request #940 from aschnell/master
- coding style
Arvin Schnell [Wed, 2 Oct 2024 08:52:03 +0000 (10:52 +0200)]
- coding style
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
Arvin Schnell [Tue, 1 Oct 2024 14:04:39 +0000 (16:04 +0200)]
- allow to set visibility to auto
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
Arvin Schnell [Mon, 30 Sep 2024 15:51:56 +0000 (17:51 +0200)]
- moved snapper client to own directory
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
Arvin Schnell [Mon, 30 Sep 2024 15:10:07 +0000 (17:10 +0200)]
- move installation-helper and systemd-helper to own directory
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
Arvin Schnell [Mon, 30 Sep 2024 14:32:19 +0000 (16:32 +0200)]
- move mksubvolume to own directory
Arvin Schnell [Thu, 26 Sep 2024 16:45:39 +0000 (16:45 +0000)]
Merge pull request #935 from aschnell/master
- extended debug output
Arvin Schnell [Thu, 26 Sep 2024 16:30:24 +0000 (18:30 +0200)]
- extended debug output
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
Arvin Schnell [Thu, 19 Sep 2024 15:56:28 +0000 (17:56 +0200)]
- move Locker class to proxy library
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
Arvin Schnell [Thu, 19 Sep 2024 13:46:53 +0000 (15:46 +0200)]
- moved proxy library to subdirectory
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
Arvin Schnell [Thu, 19 Sep 2024 08:12:10 +0000 (10:12 +0200)]
- make proxy class a convenience library
Arvin Schnell [Fri, 30 Aug 2024 06:27:11 +0000 (06:27 +0000)]
Merge pull request #929 from aschnell/master
- increase version
Arvin Schnell [Fri, 30 Aug 2024 06:07:50 +0000 (08:07 +0200)]
- increase version
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 )
Arvin Schnell [Thu, 29 Aug 2024 15:43:31 +0000 (17:43 +0200)]
- use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#
1229904 )
Arvin Schnell [Thu, 29 Aug 2024 13:31:34 +0000 (13:31 +0000)]
Merge pull request #927 from aschnell/master
- coding style
Arvin Schnell [Thu, 29 Aug 2024 13:10:55 +0000 (15:10 +0200)]
- coding style
Arvin Schnell [Mon, 8 Jul 2024 13:46:14 +0000 (13:46 +0000)]
Merge pull request #921 from aschnell/master
- cleanup
Arvin Schnell [Mon, 8 Jul 2024 13:22:09 +0000 (15:22 +0200)]
- cleanup
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
Arvin Schnell [Mon, 8 Jul 2024 09:58:56 +0000 (11:58 +0200)]
- cleanup
Arvin Schnell [Mon, 8 Jul 2024 09:43:07 +0000 (11:43 +0200)]
- handle optional carriage returns
Arvin Schnell [Mon, 8 Jul 2024 08:54:33 +0000 (10:54 +0200)]
- extended testcase
Arvin Schnell [Mon, 8 Jul 2024 08:51:58 +0000 (10:51 +0200)]
- moved testcase
Arvin Schnell [Mon, 8 Jul 2024 08:44:24 +0000 (10:44 +0200)]
- cleanup
Arvin Schnell [Fri, 5 Jul 2024 14:35:27 +0000 (16:35 +0200)]
- increase version
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
Arvin Schnell [Fri, 5 Jul 2024 14:07:46 +0000 (16:07 +0200)]
- handle content-length of stomp in zypper plugin
Arvin Schnell [Mon, 17 Jun 2024 17:33:56 +0000 (17:33 +0000)]
Merge pull request #914 from aschnell/master
- extended error logging
Arvin Schnell [Mon, 17 Jun 2024 17:22:16 +0000 (19:22 +0200)]
- extended error logging
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)
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)
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)
Arvin Schnell [Fri, 7 Jun 2024 11:12:07 +0000 (13:12 +0200)]
- coding style (sync with libstorage-ng)
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)
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)
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
Arvin Schnell [Tue, 4 Jun 2024 07:12:51 +0000 (09:12 +0200)]
- use defines for common values
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)
Arvin Schnell [Wed, 22 May 2024 15:32:07 +0000 (15:32 +0000)]
Merge pull request #908 from aschnell/master
- fixed error message
Arvin Schnell [Wed, 22 May 2024 15:22:03 +0000 (17:22 +0200)]
- fixed error message
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)
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)
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)
Arvin Schnell [Mon, 22 Apr 2024 06:59:55 +0000 (06:59 +0000)]
Merge pull request #904 from aschnell/master
- added test
Arvin Schnell [Mon, 22 Apr 2024 06:48:27 +0000 (08:48 +0200)]
- added test
Arvin Schnell [Fri, 19 Apr 2024 07:07:19 +0000 (07:07 +0000)]
Merge pull request #903 from aschnell/master
- increase version
Arvin Schnell [Fri, 19 Apr 2024 06:39:10 +0000 (08:39 +0200)]
- increase version
Arvin Schnell [Fri, 19 Apr 2024 06:25:55 +0000 (06:25 +0000)]
Merge pull request #902 from aschnell/master
- extended documentation
Arvin Schnell [Fri, 19 Apr 2024 06:09:38 +0000 (08:09 +0200)]
- extended documentation
Arvin Schnell [Thu, 18 Apr 2024 14:26:20 +0000 (14:26 +0000)]
Merge pull request #900 from aschnell/master
- added note
Arvin Schnell [Thu, 18 Apr 2024 14:21:24 +0000 (16:21 +0200)]
- added note
Arvin Schnell [Thu, 18 Apr 2024 14:11:37 +0000 (16:11 +0200)]
- added note
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 )
Arvin Schnell [Thu, 18 Apr 2024 13:10:47 +0000 (15:10 +0200)]
- async cleanup of stale btrfs qgroups (bsc#
1222847 )
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)
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
Arvin Schnell [Wed, 17 Apr 2024 15:05:05 +0000 (17:05 +0200)]
- reverted some parts of PR#884 to fix build in obs
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
Arvin Schnell [Wed, 17 Apr 2024 13:07:59 +0000 (15:07 +0200)]
- run cleanup service every hour
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