Changesets: bareos

master 0a1fabc3

2022-12-20 14:22

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001338

Changes after branching of bareos-22
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/conf.py Diff File

master 2666e296

2022-12-20 13:14

arogge

Ported: N/A

Details Diff
Start development of 23.0.0
mod - CHANGELOG.md Diff File

master b2ccbce0

2022-12-20 13:13

arogge

Ported: N/A

Details Diff
docs: make bareos-22 the default version
mod - docs/manuals/source/conf.py Diff File

master 4adbf425

2022-12-20 13:07

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001334

btraceback: make the gdb script processing failsafe
mod - CHANGELOG.md Diff File
mod - core/scripts/btraceback.in Diff File
rm - systemtests/tests/py3plug-fd-postgres/python-modules/BareosFdPluginLocalFileset.py Diff File

master 07ecaab5

2022-12-20 13:07

arogge

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master acef60c3

2022-12-20 12:15

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: run pr-tool checks on local commits

When checking commits, pr-tool will now look at the local history
instead of the commits in the PR at github. So you can reword and
recheck without pushing.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 9901217e

2022-12-20 11:36

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001337

VMware Plugin: fix restore of backups taken before version 22
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py Diff File

master 1b465050

2022-12-20 11:36

pstorz

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 9aeaf74d

2022-12-20 11:31

arogge

Ported: N/A

Details Diff
systemtests: remove dangling symlink
rm - systemtests/tests/py3plug-fd-postgres/python-modules/BareosFdPluginLocalFileset.py Diff File

master 894e237a

2022-12-20 10:29

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: pr-tool warns if remote not uptodate

When your local repository is not up to date, rebasing (and potentially
other operations) will not lead to the desired result or may even fail.
pr-tool will now check if your local repository's base branch points to
the same commit as the remote repository's base branch and will issue a
warning otherwise.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master d9b67fc0

2022-12-19 23:29

stephand

Ported: N/A

Details Diff
VMware Plugin: fix restore of pre22 backups

When restoring backups taken with Bareos versions before 22, this
fix makes sure that such backups are restorable.
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py Diff File

master 4da74a12

2022-12-19 18:23

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001333 from joergsteffens/dev/joergs/master/doc-subscription

docs: comparision between community and subscription repositories
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/DocumentationStyleGuide/CommonNames.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master e29de717

2022-12-19 18:22

joergs

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 863bc0ab

2022-12-19 13:55

frank


Committer: joergs

Ported: N/A

Details Diff
docs: webui update: adapt PluginOptionsACL

The WebUI plugin restore feature required PluginOptionsACL = *all*.
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

master 2e608930

2022-12-17 09:04

pstorz


Committer: arogge

Ported: N/A

Details Diff
btraceback: read gdb script from stdin
mod - core/scripts/btraceback.in Diff File

master 252e25d2

2022-12-16 17:46

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: let pr-tool determine the correct remote

For doing a rebase, we need to know the (remote) branch we're rebasing
onto. While this is usually "origin" you can call it whatever you want.
We now determine the correct git remote in the same fashion as gh cli
does.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 0c76c957

2022-12-16 16:32

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: fail pr-tool when GH_HOST or GH_REPO set

The user can override the host or repository for the gh command using
the environment variables GH_HOST or GH_REPO. As we will have to
determine the repository and the name of the remote ourselves (gh does
not provide a way to do that), setting GH_HOST or GH_REPO will probably
break pr-tool at some point, so we disallow it.

Also introduces logging options.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 1def0c5c

2022-12-16 15:26

joergs

Ported: N/A

Details Diff
docs: adapt comparision to current release policy
mod - docs/manuals/source/DocumentationStyleGuide/CommonNames.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 5104092b

2022-12-16 13:29

joergs

Ported: N/A

Details Diff
docs: transfer table from https://www.bareos.com/download/
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 09d43c57

2022-12-16 12:20

joergs

Ported: N/A

Details Diff
docs: update package list
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 3a6c2456

2022-12-16 12:06

joergs


Committer: arogge

Ported: N/A

Details Diff
removed no longer used pkglists
rm - docs/pkglists/Debian_9.0.i586 Diff File
rm - docs/pkglists/Debian_9.0.x86_64 Diff File
rm - docs/pkglists/Fedora_31.x86_64 Diff File
rm - docs/pkglists/Fedora_32.x86_64 Diff File
rm - docs/pkglists/Fedora_33.x86_64 Diff File
rm - docs/pkglists/Fedora_34.x86_64 Diff File
rm - docs/pkglists/Fedora_35.x86_64 Diff File
rm - docs/pkglists/FreeBSD_11.3.amd64 Diff File
rm - docs/pkglists/FreeBSD_12.0.amd64 Diff File
rm - docs/pkglists/SLE_15.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP1.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP2.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP3.x86_64 Diff File
rm - docs/pkglists/Univention_4.3.x86_64 Diff File
rm - docs/pkglists/Univention_4.4.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.2.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.3.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.4.x86_64 Diff File
rm - docs/pkglists/xUbuntu_16.04.i586 Diff File
rm - docs/pkglists/xUbuntu_16.04.x86_64 Diff File
rm - docs/pkglists/xUbuntu_18.04.x86_64 Diff File

master c57a20d9

2022-12-15 17:47

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: allows add-changelog-entry with any path

You can now pass absolute paths as a parameter to --file when running
add-changelog-entry.
The original add-changelog-entry would always interpret its --file
argument relatively to the current git repository, even if the path was
absolute.
mod - devtools/pip-tools/changelog_utils/add_entry.py Diff File

master a9b8e1da

2022-12-15 17:44

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: support multiline records with add-changelog

add_changelog_entry() did a bad job if there were existing multiline
entries in the changelog. If the section where a new entry should be
added ended in something like this:

- normal changelog entry
- with additional information
- and more information

it would misdetect the location to add the new record and insert it
after the first line instead of at the end.
Now it also skips lines where "- " is preceded by whitespace.
mod - devtools/pip-tools/changelog_utils/add_entry.py Diff File

master 36b98c9b

2022-12-15 17:43

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001329 from bruno-at-bareos/dev/bruno/master/doc/s5255-5280-renew-update-chapter

doc: update installation and renew update chapters
mod - CHANGELOG.md Diff File
mod - core/src/include/bareos.h Diff File
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/Links.rst Diff File
rm - docs/manuals/source/DocumentationStyleGuide/example/releasenotes-template.rst.inc Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/UpdatingBareos.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosSecurityIssues.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File
mod - docs/manuals/source/_extensions/bareos_urls.py Diff File

master 4bd53fb7

2022-12-15 17:16

joergs

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File
 First  Prev  1 2 3 ... 60 ... 101 102 103 104 105 106 107 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last