]> git.ipfire.org Git - thirdparty/snapper.git/log
thirdparty/snapper.git
9 years agosyncSelinuxContexts: silence useless error messages 239/head
Ondrej Kozina [Tue, 21 Jun 2016 10:00:01 +0000 (12:00 +0200)] 
syncSelinuxContexts: silence useless error messages

with btrfs backend try syncing Selinux contexts on read-only
'snapshot' subvolumes is useless and these error messages are
annoying

9 years agomake _is_selinux_enabled() return bool explicitly
Ondrej Kozina [Fri, 17 Jun 2016 09:33:07 +0000 (11:33 +0200)] 
make _is_selinux_enabled() return bool explicitly

10 years agoadd configurable SELinux support
Ondrej Kozina [Wed, 30 Mar 2016 09:06:10 +0000 (11:06 +0200)] 
add configurable SELinux support

10 years agoSnapper: sync selinux contexts on all snapper metadata
Ondrej Kozina [Mon, 11 Apr 2016 15:21:49 +0000 (17:21 +0200)] 
Snapper: sync selinux contexts on all snapper metadata

10 years agoLvm: enforce proper .snapshots directory context
Ondrej Kozina [Mon, 11 Apr 2016 15:19:57 +0000 (17:19 +0200)] 
Lvm: enforce proper .snapshots directory context

10 years agoBtrfs: enforce .snapshots subvolume relabeling
Ondrej Kozina [Mon, 11 Apr 2016 15:17:55 +0000 (17:17 +0200)] 
Btrfs: enforce .snapshots subvolume relabeling

10 years agoFileUtils: add selinux related methods
Ondrej Kozina [Mon, 11 Apr 2016 15:16:24 +0000 (17:16 +0200)] 
FileUtils: add selinux related methods

10 years agoselinux: introduce helper classes
Ondrej Kozina [Mon, 11 Apr 2016 15:10:28 +0000 (17:10 +0200)] 
selinux: introduce helper classes

10 years agoMerge pull request #238 from shundhammer/huha-snapperd-sigabrt
Stefan Hundhammer [Mon, 11 Apr 2016 13:59:23 +0000 (15:59 +0200)] 
Merge pull request #238 from shundhammer/huha-snapperd-sigabrt

Fix for snapperd sigabrt (bsc#940154)

10 years agochange log and version bump 238/head
Stefan Hundhammer [Mon, 11 Apr 2016 13:46:44 +0000 (15:46 +0200)] 
change log and version bump

10 years agoMake sure 'component' string is not destroyed prematurely (bsc#940154)
Stefan Hundhammer [Mon, 11 Apr 2016 13:44:20 +0000 (15:44 +0200)] 
Make sure 'component' string is not destroyed prematurely (bsc#940154)

10 years agoMerge pull request #235 from aschnell/master
Arvin Schnell [Fri, 8 Apr 2016 08:08:27 +0000 (10:08 +0200)] 
Merge pull request #235 from aschnell/master

- some polishing and documentation

10 years ago- use replaceable in type definition 235/head
Arvin Schnell [Thu, 7 Apr 2016 12:17:15 +0000 (14:17 +0200)] 
- use replaceable in type definition

10 years ago- document some types
Arvin Schnell [Thu, 7 Apr 2016 08:24:21 +0000 (10:24 +0200)] 
- document some types

10 years ago- updated e-mail address
Arvin Schnell [Thu, 7 Apr 2016 08:23:49 +0000 (10:23 +0200)] 
- updated e-mail address

10 years ago- fixed function name
Arvin Schnell [Thu, 7 Apr 2016 08:23:14 +0000 (10:23 +0200)] 
- fixed function name

10 years ago- use define instead of pure value
Arvin Schnell [Thu, 7 Apr 2016 08:07:13 +0000 (10:07 +0200)] 
- use define instead of pure value

10 years agoMerge pull request #234 from aschnell/master
Arvin Schnell [Wed, 6 Apr 2016 15:25:49 +0000 (17:25 +0200)] 
Merge pull request #234 from aschnell/master

- extended man-page

10 years ago- extended man-page 234/head
Arvin Schnell [Wed, 6 Apr 2016 15:22:18 +0000 (17:22 +0200)] 
- extended man-page

10 years agoMerge pull request #233 from aschnell/master
Arvin Schnell [Wed, 6 Apr 2016 14:59:32 +0000 (16:59 +0200)] 
Merge pull request #233 from aschnell/master

- added quota aware cleanup

10 years ago- documented space aware cleanup 233/head
Arvin Schnell [Wed, 6 Apr 2016 14:21:48 +0000 (16:21 +0200)] 
- documented space aware cleanup

10 years ago- increased version and added changelog entry
Arvin Schnell [Wed, 6 Apr 2016 14:20:53 +0000 (16:20 +0200)] 
- increased version and added changelog entry

10 years ago- added quota aware cleanup
Arvin Schnell [Wed, 6 Apr 2016 13:29:13 +0000 (15:29 +0200)] 
- added quota aware cleanup

10 years ago- adapted (do more rescans) to test results
Arvin Schnell [Wed, 6 Apr 2016 13:27:08 +0000 (15:27 +0200)] 
- adapted (do more rescans) to test results

10 years ago- removed unneeded scope operator
Arvin Schnell [Wed, 6 Apr 2016 13:26:13 +0000 (15:26 +0200)] 
- removed unneeded scope operator

10 years ago- handle case when qgroup cannot be destroy
Arvin Schnell [Wed, 6 Apr 2016 13:25:07 +0000 (15:25 +0200)] 
- handle case when qgroup cannot be destroy

10 years ago- added function to read value from config
Arvin Schnell [Tue, 5 Apr 2016 15:15:52 +0000 (17:15 +0200)] 
- added function to read value from config

10 years ago- added erase function
Arvin Schnell [Tue, 5 Apr 2016 15:15:31 +0000 (17:15 +0200)] 
- added erase function

10 years ago- added non-const version of functions
Arvin Schnell [Tue, 5 Apr 2016 15:15:12 +0000 (17:15 +0200)] 
- added non-const version of functions

10 years ago- use exception macro
Arvin Schnell [Tue, 5 Apr 2016 15:14:12 +0000 (17:14 +0200)] 
- use exception macro

10 years ago- added Range class
Arvin Schnell [Tue, 5 Apr 2016 15:13:03 +0000 (17:13 +0200)] 
- added Range class

10 years agoMerge remote-tracking branch 'origin/master'
openSUSE Weblate [Tue, 5 Apr 2016 11:54:27 +0000 (11:54 +0000)] 
Merge remote-tracking branch 'origin/master'

10 years agoTranslated using Weblate (Korean)
YunSeok Choi [Thu, 31 Mar 2016 16:28:26 +0000 (16:28 +0000)] 
Translated using Weblate (Korean)

Currently translated at 100.0% (180 of 180 strings)

10 years agoMerge pull request #232 from aschnell/master
Arvin Schnell [Tue, 5 Apr 2016 11:54:23 +0000 (13:54 +0200)] 
Merge pull request #232 from aschnell/master

- work on btrfs ioctl wrappers

10 years ago- extended comment 232/head
Arvin Schnell [Tue, 5 Apr 2016 11:53:26 +0000 (13:53 +0200)] 
- extended comment

10 years ago- added comment
Arvin Schnell [Mon, 4 Apr 2016 12:40:47 +0000 (14:40 +0200)] 
- added comment

10 years ago- extended description
Arvin Schnell [Mon, 4 Apr 2016 12:37:30 +0000 (14:37 +0200)] 
- extended description

10 years ago- update qgroup in Btrfs object during setup-quota command
Arvin Schnell [Fri, 1 Apr 2016 12:19:09 +0000 (14:19 +0200)] 
- update qgroup in Btrfs object during setup-quota command

10 years ago- added comment
Arvin Schnell [Fri, 1 Apr 2016 11:00:21 +0000 (13:00 +0200)] 
- added comment

10 years ago- removed unnecessary checks
Arvin Schnell [Fri, 1 Apr 2016 09:06:05 +0000 (11:06 +0200)] 
- removed unnecessary checks

10 years ago- added test program for functions in BtrfsUtils
Arvin Schnell [Fri, 1 Apr 2016 09:05:21 +0000 (11:05 +0200)] 
- added test program for functions in BtrfsUtils

10 years agoMerge pull request #230 from aschnell/master
Arvin Schnell [Thu, 31 Mar 2016 15:42:16 +0000 (17:42 +0200)] 
Merge pull request #230 from aschnell/master

- allow to setup quota

10 years ago- added include 230/head
Arvin Schnell [Thu, 31 Mar 2016 15:13:24 +0000 (17:13 +0200)] 
- added include

10 years ago- build with btrfs quota support
Arvin Schnell [Thu, 31 Mar 2016 15:11:14 +0000 (17:11 +0200)] 
- build with btrfs quota support

10 years ago- added sanity check for quota values
Arvin Schnell [Thu, 31 Mar 2016 15:00:48 +0000 (17:00 +0200)] 
- added sanity check for quota values

10 years ago- allow to setup quota (for fate#312751)
Arvin Schnell [Thu, 31 Mar 2016 14:02:33 +0000 (16:02 +0200)] 
- allow to setup quota (for fate#312751)

10 years ago- document QGROUP parameter
Arvin Schnell [Thu, 31 Mar 2016 13:59:50 +0000 (15:59 +0200)] 
- document QGROUP parameter

10 years ago- avoid code duplication by generic qgroups_tree_search function
Arvin Schnell [Thu, 31 Mar 2016 13:53:11 +0000 (15:53 +0200)] 
- avoid code duplication by generic qgroups_tree_search function

10 years agoMerge pull request #229 from aschnell/master
Arvin Schnell [Wed, 30 Mar 2016 15:48:12 +0000 (17:48 +0200)] 
Merge pull request #229 from aschnell/master

- work on cleanup using quota groups

10 years ago- added function to call dbus quota methods 229/head
Arvin Schnell [Wed, 30 Mar 2016 14:14:14 +0000 (16:14 +0200)] 
- added function to call dbus quota methods

10 years ago- added dbus method from quota data
Arvin Schnell [Wed, 30 Mar 2016 14:13:23 +0000 (16:13 +0200)] 
- added dbus method from quota data

10 years ago- added function to prepare and query quota data
Arvin Schnell [Wed, 30 Mar 2016 14:12:57 +0000 (16:12 +0200)] 
- added function to prepare and query quota data

10 years ago- set standard to c++11
Arvin Schnell [Wed, 30 Mar 2016 14:09:57 +0000 (16:09 +0200)] 
- set standard to c++11

10 years ago- use exception macros
Arvin Schnell [Wed, 30 Mar 2016 14:09:26 +0000 (16:09 +0200)] 
- use exception macros

10 years ago- added uint64_t support
Arvin Schnell [Wed, 30 Mar 2016 13:14:40 +0000 (15:14 +0200)] 
- added uint64_t support

10 years agoMerge pull request #228 from aschnell/master
Arvin Schnell [Tue, 29 Mar 2016 15:59:22 +0000 (17:59 +0200)] 
Merge pull request #228 from aschnell/master

- added wrappers for btrfs quota ioctls

10 years ago- consistent check of return value from ioctl 228/head
Arvin Schnell [Tue, 29 Mar 2016 15:56:09 +0000 (17:56 +0200)] 
- consistent check of return value from ioctl

10 years ago- check qgroup before remove
Arvin Schnell [Tue, 29 Mar 2016 14:47:53 +0000 (16:47 +0200)] 
- check qgroup before remove

10 years ago- added some btrfs qgroup functions
Arvin Schnell [Tue, 29 Mar 2016 13:58:51 +0000 (15:58 +0200)] 
- added some btrfs qgroup functions

10 years ago- added function to format qgroup
Arvin Schnell [Tue, 29 Mar 2016 13:57:16 +0000 (15:57 +0200)] 
- added function to format qgroup

10 years ago- add workaround for kernel bug
Arvin Schnell [Tue, 29 Mar 2016 12:25:50 +0000 (14:25 +0200)] 
- add workaround for kernel bug

10 years ago- added some btrfs qgroup functions
Arvin Schnell [Tue, 29 Mar 2016 10:43:32 +0000 (12:43 +0200)] 
- added some btrfs qgroup functions

10 years ago- added some btrfs qgroup functions
Arvin Schnell [Thu, 24 Mar 2016 13:38:44 +0000 (14:38 +0100)] 
- added some btrfs qgroup functions

10 years agoMerge pull request #225 from oniko/pull-requests-fixes
Arvin Schnell [Tue, 22 Mar 2016 14:57:31 +0000 (15:57 +0100)] 
Merge pull request #225 from oniko/pull-requests-fixes

rule out race while (u)mounting lvm snapshot

10 years agorule out race while (u)mounting lvm snapshot 225/head
Ondrej Kozina [Tue, 15 Mar 2016 16:04:03 +0000 (17:04 +0100)] 
rule out race while (u)mounting lvm snapshot

10 years agoMerge pull request #221 from p2004a/fix-dbus-return-types
Arvin Schnell [Mon, 22 Feb 2016 11:56:58 +0000 (12:56 +0100)] 
Merge pull request #221 from p2004a/fix-dbus-return-types

Fix dbus interface methods types.

10 years agoUpdate dbus interface documentation 221/head
Marek Rusinowski [Fri, 19 Feb 2016 18:13:30 +0000 (19:13 +0100)] 
Update dbus interface documentation

10 years agoTranslated using Weblate (German)
Ettore Atalan [Sat, 13 Feb 2016 09:12:41 +0000 (09:12 +0000)] 
Translated using Weblate (German)

Currently translated at 100.0% (180 of 180 strings)

10 years agoFix dbus interface methods types.
Marek Rusinowski [Wed, 20 Jan 2016 20:11:21 +0000 (21:11 +0100)] 
Fix dbus interface methods types.

10 years agoMerge pull request #211 from openSUSE/jenkins_support
Martin Vidner [Tue, 19 Jan 2016 08:41:17 +0000 (09:41 +0100)] 
Merge pull request #211 from openSUSE/jenkins_support

From Git to OBS (with fewer dependencies).

10 years agoRakefile: strip branch name. 211/head
Martin Vidner [Mon, 18 Jan 2016 11:08:16 +0000 (12:08 +0100)] 
Rakefile: strip branch name.

10 years agoMerge pull request #217 from p2004a/fix-missing-hash
Arvin Schnell [Sun, 17 Jan 2016 12:14:56 +0000 (13:14 +0100)] 
Merge pull request #217 from p2004a/fix-missing-hash

Fix header reference in README.md

10 years agoFix header reference in README.md 217/head
Marek Rusinowski [Sun, 17 Jan 2016 12:10:12 +0000 (13:10 +0100)] 
Fix header reference in README.md

10 years agoUse YAST_SUBMIT and yast-rake to define OBS projects.
Martin Vidner [Wed, 13 Jan 2016 12:52:12 +0000 (13:52 +0100)] 
Use YAST_SUBMIT and yast-rake to define OBS projects.

yast-rake 0.2.6 will use YAST_SUBMIT and
https://github.com/yast/yast-rake/blob/master/data/targets.yml

Some code is needed instead of plain 'require "yast/rake"' because we
override the "package" task.

10 years agoMerge branch 'master' into jenkins_support
Martin Vidner [Wed, 13 Jan 2016 12:50:17 +0000 (13:50 +0100)] 
Merge branch 'master' into jenkins_support

10 years agoTranslated using Weblate (French)
Antoine Belvire [Sun, 27 Dec 2015 12:03:06 +0000 (12:03 +0000)] 
Translated using Weblate (French)

Currently translated at 100.0% (180 of 180 strings)

10 years agoTranslated using Weblate (French)
Antoine Belvire [Sun, 27 Dec 2015 12:02:13 +0000 (12:02 +0000)] 
Translated using Weblate (French)

Currently translated at 100.0% (180 of 180 strings)

10 years agoMerge pull request #215 from aschnell/master
Arvin Schnell [Fri, 18 Dec 2015 15:24:07 +0000 (16:24 +0100)] 
Merge pull request #215 from aschnell/master

- improved error message (see bsc#956606)

10 years ago- improved error message (see bsc#956606) 215/head
Arvin Schnell [Fri, 18 Dec 2015 14:42:50 +0000 (15:42 +0100)] 
- improved error message (see bsc#956606)

10 years agoMerge pull request #214 from lslezak/rollback_only_root_master
Ladislav Slezák [Fri, 18 Dec 2015 09:54:38 +0000 (10:54 +0100)] 
Merge pull request #214 from lslezak/rollback_only_root_master

Rollback only root

10 years agoMerge remote-tracking branch 'upstream/SLE-12-SP1-GA' into rollback_only_root_master 214/head
Ladislav Slezák [Fri, 18 Dec 2015 09:12:37 +0000 (10:12 +0100)] 
Merge remote-tracking branch 'upstream/SLE-12-SP1-GA' into rollback_only_root_master

10 years agoMerge pull request #213 from lslezak/rollback_only_root_SP1
Ladislav Slezák [Fri, 18 Dec 2015 09:06:40 +0000 (10:06 +0100)] 
Merge pull request #213 from lslezak/rollback_only_root_SP1

Allow rollback for root file system only

10 years agochanges 213/head
Ladislav Slezák [Thu, 17 Dec 2015 09:25:49 +0000 (10:25 +0100)] 
changes

- 0.2.9.1

10 years agoAllow rollback only for the root file system (bsc#954445)
Ladislav Slezák [Tue, 8 Dec 2015 08:18:48 +0000 (09:18 +0100)] 
Allow rollback only for the root file system (bsc#954445)

10 years agoMerge pull request #212 from lslezak/README_update
Ladislav Slezák [Fri, 4 Dec 2015 09:56:31 +0000 (10:56 +0100)] 
Merge pull request #212 from lslezak/README_update

Update the main README file

10 years agoadded a testsuite section 212/head
Ladislav Slezák [Fri, 4 Dec 2015 09:49:20 +0000 (10:49 +0100)] 
added a testsuite section

10 years agoupdate the main README file
Ladislav Slezák [Thu, 3 Dec 2015 21:26:45 +0000 (22:26 +0100)] 
update the main README file

- convert to MarkDown
- better structure the document
- new sections for developers
- a bit better English

10 years agoUse a Rakefile for packaging tasks.
Martin Vidner [Mon, 30 Nov 2015 13:14:41 +0000 (14:14 +0100)] 
Use a Rakefile for packaging tasks.

Yes, Rake (and Ruby) is foreign to C++ development.
I think it is justified to introduce it for the specific task of
submitting to the openSUSE Build Service, something a C++ contributor
does not need but our team does.

10 years agoMoved the script to a dedicated repo.
Martin Vidner [Wed, 25 Nov 2015 14:04:43 +0000 (15:04 +0100)] 
Moved the script to a dedicated repo.

10 years agoRenamed
Martin Vidner [Wed, 25 Nov 2015 13:27:54 +0000 (14:27 +0100)] 
Renamed

Because it is more specific to OBS than to Git;
see also https://github.com/openSUSE?query=obs

10 years agomake -f Makefile.ci osc_build
Martin Vidner [Tue, 24 Nov 2015 13:50:45 +0000 (14:50 +0100)] 
make -f Makefile.ci osc_build

10 years agoFrom Git to OBS with fewer dependencies.
Martin Vidner [Tue, 24 Nov 2015 09:40:36 +0000 (10:40 +0100)] 
From Git to OBS with fewer dependencies.

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Sun, 8 Nov 2015 12:20:54 +0000 (12:20 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 100.0% (180 of 180 strings)

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Sun, 8 Nov 2015 12:20:23 +0000 (12:20 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 77.7% (140 of 180 strings)

10 years agoTranslated using Weblate (Dutch)
Freek de Kruijf [Wed, 4 Nov 2015 11:54:04 +0000 (11:54 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 100.0% (180 of 180 strings)

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Tue, 3 Nov 2015 18:24:43 +0000 (18:24 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 66.6% (120 of 180 strings)

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Sun, 1 Nov 2015 08:01:01 +0000 (08:01 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 66.6% (120 of 180 strings)

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Sun, 1 Nov 2015 07:57:49 +0000 (07:57 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 55.5% (100 of 180 strings)

10 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Sun, 25 Oct 2015 17:19:03 +0000 (17:19 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 50.0% (90 of 180 strings)

10 years agoTranslated using Weblate (Lithuanian)
Mindaugas Baranauskas [Sun, 25 Oct 2015 13:41:00 +0000 (13:41 +0000)] 
Translated using Weblate (Lithuanian)

Currently translated at 35.0% (63 of 180 strings)