]> git.ipfire.org Git - thirdparty/snapper.git/shortlog
thirdparty/snapper.git
2020-04-06  Arvin Schnell- added changelog entry for tools
2020-02-20  Juan SarriaTranslated using Weblate (Spanish)
2020-02-19  Davide AielloTranslated using Weblate (Italian)
2020-02-17  Grace YuTranslated using Weblate (Chinese (Taiwan))
2020-02-17  Grace YuTranslated using Weblate (Chinese (China))
2020-02-17  Grace YuTranslated using Weblate (Chinese (China))
2020-02-12  David MedinaTranslated using Weblate (Catalan)
2020-02-03  David MedinaTranslated using Weblate (Catalan)
2020-01-27  Martin VidnerMerge pull request #520 from openSUSE/fix-post-snapshot v0.8.9
2020-01-27  Martin VidnerRun the tests twice, with and without validation. 520/head
2020-01-23  Martin VidnerMerge branch 'master' into fix-post-snapshot
2020-01-23  Martin VidnerMerge pull request #509 from openSUSE/coverage
2020-01-23  Martin VidnerAdd Coveralls badge 509/head
2020-01-23  Martin VidnerCoveralls needs to access the Git repo
2020-01-23  Martin VidnerExplain why ForwardingZyppPlugin.
2020-01-21  Martin VidnerFix Ubuntu and Debian builds
2020-01-21  Martin Vidnerforwarding-zypp-plugin
2020-01-21  Martin VidnerFix `make clean; make check` failing in zypp-plugin...
2020-01-20  Martin VidnerFix building without optimization on Fedora
2020-01-17  Martin VidnerWhen checking test coverage, build without optimization.
2020-01-17  Martin VidnerRefactored ZyppPlugin to allow for better testing
2020-01-16  Martin Vidnerversion + changelog
2020-01-16  Martin VidnerFix "Snapper is not creating the post snapshot" (bsc...
2020-01-15  Martin VidnerTest slightly more code paths.
2020-01-15  Martin VidnerUnify the Fedora version
2020-01-14  Martin VidnerIntegration test and coverage also on Fedora
2020-01-14  Martin VidnerRepos for coveralls-lcov for Leap and Tumbleweed
2020-01-14  Martin VidnerDeduplicate Dockerfiles with ARG
2020-01-13  Martin VidnerCoverage with coveralls.io
2020-01-10  Martin VidnerIn Travis, build with coverage enabled
2020-01-10  Martin VidnerEnable test coverage instrumentation
2020-01-10  Martin VidnerMerge pull request #518 from openSUSE/run-integration...
2020-01-09  Martin VidnerSeveral tests assume nobody:nobody, but docker omits... 518/head
2020-01-09  Martin VidnerInstall acl.rpm for setfacl for the xattr tests
2020-01-09  Martin VidnerIntegration tests need a privileged docker container...
2020-01-09  Martin VidnerRun the integration test
2020-01-08  Martin VidnerMerge pull request #517 from openSUSE/fixup-obs-build v0.8.8
2020-01-08  Martin Vidnerversion + changelog 517/head
2020-01-08  Martin VidnerSkip a test if dbus-run-session cannot be run (bsc...
2020-01-07  Martin VidnerFix RPM file conflict on i586 (32 bit builds) (bsc...
2020-01-07  Martin VidnerOnly use -Wsuggest-override if the compiler supports...
2020-01-07  Martin VidnerFix Debian and Ubuntu builds in OBS (bsc#1160306)
2020-01-03  Arvin SchnellMerge pull request #516 from aschnell/master
2020-01-03  Arvin Schnell- renamed variable for consistency 516/head
2020-01-03  Arvin SchnellMerge pull request #510 from hrotkogabor/rollback-secon...
2019-12-23  Hrotkó Gáborcorrect description check 510/head
2019-12-18  Hrotkó Gáborchange default description for the second
2019-12-17  Martin VidnerMerge pull request #512 from openSUSE/pythonless-plugin...
2019-12-17  Martin VidnerWork around a bootstrapping problem 512/head
2019-12-17  Martin VidnerMerge pull request #501 from openSUSE/pythonless-plugin v0.8.7
2019-12-17  Martin VidnerUnify shell options 501/head
2019-12-17  Martin VidnerCopyright and license headers (GPL-2.0-only)
2019-12-17  Martin VidnerWhitespace cleanup
2019-12-17  Martin VidnerAdded missing header guards
2019-12-17  Martin VidnerDeal with .vscode in my user config
2019-12-17  Martin VidnerDebian does not pull in libxml2 via libsnapper?!
2019-12-17  Martin VidnerUse snapper::Regex instead of boost::regex (both use...
2019-12-17  Martin VidnerSplit off regex matching, add a test for it
2019-12-17  Martin VidnerUsing json-c instead of rapidjson
2019-12-17  Martin VidnerPhase::BEFORE and AFTER instead of "todo".
2019-12-17  Martin VidnerTest with TAP by comparing error strings
2019-12-17  Martin VidnerUsing the TAP driver for automake
2019-12-13  Martin VidnerLog to stderr instead of snapper.log
2019-12-13  Martin VidnerExplain ProgramOptions
2019-12-13  Martin VidnergetValue returns true/false
2019-12-13  Martin VidnerTest failing code paths
2019-12-13  Martin VidnerMore debug logging
2019-12-13  Martin VidnerDo parser the zypp supplied userdata
2019-12-13  Martin VidnerUse range-based-for
2019-12-13  Martin VidnerThe "match" attribute of the "solvable" element is...
2019-12-13  Martin Vidnerversion + changelog
2019-12-13  Martin VidnerEnsure there is a DBus session for the tests
2019-12-13  Martin VidnerRun the zypp-plugin tests
2019-12-13  Martin VidnerFunctional test of snapper-zypp-plugin
2019-12-13  Martin VidnerAdd environment variables to work on a testing setup
2019-12-13  Martin VidnerHonor --disable-zypp by not building the plugin
2019-12-13  Martin VidnerFind libxml2 portably
2019-12-13  Martin VidnerParse and apply /etc/snapper/zypp-plugin.conf
2019-12-13  Martin VidnerFixed getChildNode, getChildNodes, getChildValue
2019-12-13  Martin VidnerRecognize _DISCONNECT
2019-12-13  Martin VidnerParse headers
2019-12-12  Martin VidnerUse the snapper logger
2019-12-12  Martin VidnerParse transaction solvables with RapidJSON
2019-12-12  Martin Vidner'override' keywords everywhere
2019-12-12  Martin VidnerAdded override keywords
2019-12-12  Martin VidnerUse libclient
2019-12-12  Martin VidnerPut DBus calls to a helper library
2019-12-12  Martin VidnerSplit off classes into files
2019-12-12  Martin VidnerIgnore VS Code config
2019-12-12  Martin Vidnercall all other DBus commands
2019-12-12  Martin Vidneractually call DBus
2019-12-12  Martin Vidnermore logging
2019-12-12  Martin Vidnerskeleton of commit_begin
2019-12-12  Martin VidnerUse the override keyword
2019-12-12  Martin Vidnerpull in boost_regex
2019-12-12  Martin VidnerParser compiles and does not crash
2019-12-12  Martin VidnerStomp protocol basics (WIP)
2019-12-12  Martin VidnerRemove the Python zypp plugin (JSC#SLE-10500)
2019-12-12  Martin VidnerAdd snapper-zypp-plugin in C++ (JSC#SLE-10500)
2019-12-10  Hrotkó Gáborformatting
next