Changesets: bareos

bareos-18.2 221a8ede

2019-03-27 12:29

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000157 from bareos/dev/arogge/bareos-18.2/new_developer_docs

docs: overhaul the developer guidelines
mod - docs/manuals/en/new_main_reference/source/developers/generaldevel.rst Diff File

master fa885c22

2019-03-27 12:28

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000154 from bareos/dev/arogge/master/reservation_test

Add basic unit-testing for reservation in storage daemon
mod - core/src/stored/reserve.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/bsock_mock.h Diff File
add - core/src/tests/configs/sd_reservation/README.txt Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/device/auto1.conf.in Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/device/auto2.conf.in Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single1.conf.in Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single2.conf.in Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single3.conf.in Diff File
add - core/src/tests/configs/sd_reservation/bareos-sd.d/storage/myself.conf.in Diff File
add - core/src/tests/sd_reservation.cc Diff File

bareos-17.2 c809330c

2019-03-27 12:25

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000162 from bareos/dev/arogge/bareos-17.2/TT4200443

stored: fix corner-case crash during job cancel
mod - src/dird/sd_cmds.c Diff File

master 7c0f03a9

2019-03-27 12:19

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000163 from bareos/dev/arogge/master/TT4200427

stored: don't touch devices that were not acquired
mod - core/src/stored/mac.cc Diff File

bareos-18.2 7bcdfb7d

2019-03-26 13:32

arogge_adm

Ported: N/A

Details Diff
docs: fix minor typo and formatting issue
mod - docs/manuals/en/new_main_reference/source/developers/generaldevel.rst Diff File

master 2f9e9981

2019-03-26 13:06

readonly

Ported: N/A

Details Diff
error handling
mod - fd-plugins/bareos_elasticsearch/BareosFdPluginElasticsearch.py Diff File

bareos-18.2 74a16b16

2019-03-26 12:36

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000156 from bareos/dev/arogge/bareos-18.2/new-plantuml

docs: make diagrams work with newer plantuml
mod - docs/manuals/en/new_main_reference/source/bareos-18.2.rst Diff File
mod - docs/manuals/en/new_main_reference/source/developers/releasenotes.rst Diff File

master c0392bc8

2019-03-26 11:12

arogge_adm

Ported: N/A

Details Diff
ndmp: print ip addresses in human readable format

Previously NDMP showed ip addresses in hex-format.
This patch makes sure they are always formatted in
a human readable way.
mod - core/src/ndmp/ndmos.h Diff File
mod - core/src/ndmp/ndmp4_pp.c Diff File

bareos-18.2 81a42535

2019-03-26 11:12

arogge_adm

Ported: N/A

Details Diff
ndmp: print ip addresses in human readable format

Previously NDMP showed ip addresses in hex-format.
This patch makes sure they are always formatted in
a human readable way.
mod - core/src/ndmp/ndmos.h Diff File
mod - core/src/ndmp/ndmp4_pp.c Diff File

master aefd2d06

2019-03-26 11:10

arogge_adm

Ported: N/A

Details Diff
tests: move sd_reservation test out of namespace
mod - core/src/tests/sd_reservation.cc Diff File

bareos-18.2 273e7f0f

2019-03-25 18:13

arogge_adm

Ported: N/A

Details Diff
Remove usage of std::make_unique()
mod - core/src/cats/sql_get.cc Diff File

bareos-18.2 70d5b696

2019-03-25 17:41

arogge_adm

Ported: N/A

Details Diff
Apply new clang-format to files to be patched
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_create.cc Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File
mod - core/src/lib/edit.h Diff File

master 0231d115

2019-03-25 16:56

arogge_adm

Ported: N/A

Details Diff
cats: dump NDMP environment to joblog

Previously, the NDMP environment key-value pairs were only stored to
the NDMPJobEnvironment table. While this is usually sufficient, we now
write these into the joblog.
mod - core/src/cats/sql_create.cc Diff File

bareos-18.2 4d6982a0

2019-03-25 16:56

arogge_adm

Ported: N/A

Details Diff
cats: dump NDMP environment to joblog

Previously, the NDMP environment key-value pairs were only stored to
the NDMPJobEnvironment table. While this is usually sufficient, we now
write these into the joblog.
mod - core/src/cats/sql_create.cc Diff File

master a1d5077c

2019-03-25 16:31

arogge_adm

Ported: N/A

Details Diff
dir: fail native NDMP restore with no FILESYSTEM

Previous versions of bareos crashed when you tried to restore a native
NDMP backup, but the environment did not contain the FILESYSTEM key.
This patch makes the restore fail gracefully describing the problem.
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File

bareos-18.2 c9b0e2e5

2019-03-25 16:31

arogge_adm

Ported: N/A

Details Diff
dir: fail native NDMP restore with no FILESYSTEM

Previous versions of bareos crashed when you tried to restore a native
NDMP backup, but the environment did not contain the FILESYSTEM key.
This patch makes the restore fail gracefully describing the problem.
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File

bareos-18.2 e0ad87b6

2019-03-22 15:33

joergs

Ported: N/A

Details Diff
docs (Style Guide): added section about indices
mod - docs/manuals/en/style_guide/source/Introduction.rst Diff File
mod - docs/manuals/en/style_guide/source/RestOverview.rst Diff File

master 289bf7e7

2019-03-19 15:37

arogge_adm

Ported: N/A

Details Diff
dird: warn if NDMP environment not available
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File

bareos-18.2 42afaef8

2019-03-19 15:37

arogge_adm

Ported: N/A

Details Diff
dird: warn if NDMP environment not available
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File

bareos-18.2 4a59db27

2019-03-19 11:50

arogge_adm

Ported: N/A

Details Diff
docs: implement franku's review comments
mod - docs/manuals/en/new_main_reference/source/developers/generaldevel.rst Diff File

master 356eacd5

2019-03-18 18:00

arogge_adm

Ported: N/A

Details Diff
remove const on by-value parameters

This was added to enforce a best practice that
can be checked in a much nicer way using tools.
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/lib/volume_session_info.h Diff File

bareos-18.2 9a893df2

2019-03-18 18:00

arogge_adm

Ported: N/A

Details Diff
remove const on by-value parameters

This was added to enforce a best practice that
can be checked in a much nicer way using tools.
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/lib/volume_session_info.h Diff File

bareos-17.2 8a9008d7

2019-03-18 17:51

arogge_adm


Committer: GitHub

Ported: N/A

Details Diff
stored: fix crash in status command (0000161)

* stored: fix crash in status command

master 4c5de8d2

2019-03-18 17:42

arogge_adm

Ported: N/A

Details Diff
cats: handle empty/non-empty environment correctly

The previous version did not detect whether the
NDMP environment contained values or not.
This new version correctly detects the amount of
environment values returned from the database
and returns success/failure as expected by the
calling code (i.e. return false when there is no
environment in the database).
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File

bareos-18.2 71df59b9

2019-03-18 17:42

arogge_adm

Ported: N/A

Details Diff
cats: handle empty/non-empty environment correctly

The previous version did not detect whether the
NDMP environment contained values or not.
This new version correctly detects the amount of
environment values returned from the database
and returns success/failure as expected by the
calling code (i.e. return false when there is no
environment in the database).
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 301 302 303 304 305 306 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last