Changesets: bareos

master d0343c91

2019-06-17 18:04

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #183 from pstorz/master-generate-rst-inc-files-in-conf-py

Master generate rst inc files in conf py
mod - docs/manuals/CMakeLists.txt Diff File
mod - docs/manuals/source/conf.py Diff File

bareos-18.2 23da2acc

2019-06-17 18:03

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #184 from pstorz/bareos-18.2-generate-rst-inc-files-in-conf-py

Bareos 18.2 generate rst inc files in conf py
mod - docs/manuals/CMakeLists.txt Diff File
mod - docs/manuals/source/conf.py Diff File

master a35bc88e

2019-06-17 16:27

franku


Committer: pstorz

Ported: N/A

Details Diff
docs: removed the build of .rst.inc out of json files from CMakeLists.txt

- the command to convert json files into rst inc files moved
to conf.py and will be executed by sphinx-build
mod - docs/manuals/CMakeLists.txt Diff File

bareos-18.2 abb1f828

2019-06-17 16:27

franku


Committer: pstorz

Ported: N/A

Details Diff
docs: removed the build of .rst.inc out of json files from CMakeLists.txt

- the command to convert json files into rst inc files moved
to conf.py and will be executed by sphinx-build
mod - docs/manuals/CMakeLists.txt Diff File

master d64dd06c

2019-06-17 14:48

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000180 from bareos/dev/fbergkemper/master/webui-fix-overflowing-navbar

webui: Fix overflowing top navigation bar content
mod - webui/module/Application/view/layout/layout.phtml.in Diff File

master 8a2c0cf3

2019-06-17 13:57

pstorz

Ported: N/A

Details Diff
docs: generate rst.inc files from json files by sphinx-build

sphinx-versioning executes sphinx-build multiple times so we need
to generate the rst.inc files when sphinx-build is executed.
mod - docs/manuals/source/conf.py Diff File

bareos-18.2 92fa7bb4

2019-06-17 13:57

pstorz

Ported: N/A

Details Diff
docs: generate rst.inc files from json files by sphinx-build

sphinx-versioning executes sphinx-build multiple times so we need
to generate the rst.inc files when sphinx-build is executed.
mod - docs/manuals/source/conf.py Diff File

master 91bd5023

2019-06-17 11:54

franku

Ported: N/A

Details Diff
bnet: renamed a class and some functions
mod - core/src/console/connect_to_director.cc Diff File
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/sd_cmds.cc Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/lib/bsock.h Diff File
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/lib/bsock_network_dump.h Diff File
mod - core/src/lib/bsock_tcp.cc Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/stored/authenticate.cc Diff File
mod - core/src/stored/stored.cc Diff File

master b7729e5e

2019-06-13 23:53

franku

Ported: N/A

Details Diff
bnet: added a function to evaluate the command line args
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/lib/bsock_network_dump.h Diff File
mod - core/src/stored/stored.cc Diff File

bareos-18.2 c5172c3d

2019-06-13 13:49

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #178 from bareos/dev/joergs/bareos-18.2/univention

Univention (UCS): change umask only temporary improvement
mod - core/platforms/univention/univention-bareos.py Diff File

master 5744beaf

2019-06-13 12:39

franku

Ported: N/A

Details Diff
bnet: added functionality for network logging

- output plantuml sequence diagram
- add backtrace at the end of each message
mod - core/src/lib/bsock_network_dump.cc Diff File
mod - core/src/lib/bsock_network_dump.h Diff File

master 637095de

2019-06-12 17:21

frank

Ported: N/A

Details Diff
webui: Fix overflowing top navigation bar content

Since Bootstrap doesn't know how much space the content in a navbar needs,
it can cause issues with content wrapping into a second row.

To resolve this, we can:

1. Reduce the amount or width of navbar items.
2. Hide certain navbar items at certain screen sizes using responsive utility classes.
3. Change the point at which the navbar switches between collapsed and horizontal mode.

As we don't want to fiddle with SAAS to customize the Bootstrap @grid-float-breakpoint
variable, we simply add our own media query.

By default the collapse occurs before 768px. This patch overrides the default behaviour
with a custom media query, so the collapse happens earlier at 1330px to avoid the top
navigation bar overflowing issue.
mod - webui/module/Application/view/layout/layout.phtml.in Diff File

master 94f2013d

2019-06-12 12:10

franku

Ported: N/A

Details Diff
bnet: added backtrace output to network dump
mod - core/src/lib/bsock_network_dump.cc Diff File

master 630a7690

2019-06-11 16:16

franku

Ported: N/A

Details Diff
bnet: added a command line argument to specify a logfile

- '-z' <filename> specifies a filename for network messages dump
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/stored/stored.cc Diff File

master a3a0fe23

2019-06-07 17:42

franku

Ported: N/A

Details Diff
regress: temporarily disabled always-incremental-test
mod - regress/DartTestfile.txt.in Diff File

master 797125f9

2019-06-07 16:46

franku

Ported: N/A

Details Diff
lib: reformatted code and removed printf specifier

- renamed original stacktrace.cxx into backtrace.cc
- do not print pointers or offets
- just output function names
- write backtrace information to stdout
- added a header file for backtrace.cc
mod - core/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
add - core/src/lib/backtrace.cc Diff File
add - core/src/lib/backtrace.h Diff File
rm - core/src/lib/stacktrace.cxx Diff File

master 16ff7adb

2019-06-07 14:28

franku

Ported: N/A

Details Diff
lib: added a file from Farooq Mela containing backtrace functionality

- A C++ function that produces a stack backtrace with demangled function & method names.
- https://gist.githubusercontent.com/fmela/591333/raw/36faca4c2f68f7483cd0d3a357e8a8dd5f807edf/stacktrace.cxx
- released under BSD 2-clause license
add - core/src/lib/stacktrace.cxx Diff File

master b289e473

2019-06-06 17:52

franku

Ported: N/A

Details Diff
bnet: added conversion functions for bnet signals into std::strings
mod - core/src/lib/bnet.cc Diff File
mod - core/src/lib/bnet.h Diff File

master fe2c74da

2019-06-06 17:03

joergs


Committer: franku

Ported: N/A

Details Diff
Univention (UCS): change umask only temporary improvement

Do a try/finally exception handling around modifying the umask.
mod - core/platforms/univention/univention-bareos.py Diff File

bareos-18.2 75a3f9b2

2019-06-06 17:03

joergs

Ported: N/A

Details Diff
Univention (UCS): change umask only temporary improvement

Do a try/finally exception handling around modifying the umask.
mod - core/platforms/univention/univention-bareos.py Diff File

master 3e6d97a7

2019-06-06 13:20

franku

Ported: N/A

Details Diff
config: introduced own_resource_

- as the global me pointer in every daemon or the bconsole is not
accessible in the library the ConfigurationParser now has the
BareosResource* own_resource_ variable that points to exactly
this resource
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/lib/parse_conf.cc Diff File
mod - core/src/lib/parse_conf.h Diff File
mod - core/src/stored/stored_conf.cc Diff File

master d9485512

2019-06-05 18:02

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000177 from bareos/dev/fbergkemper/master/docs-webui-restore-version

docs: webui restore
mod - docs/manuals/source/IntroductionAndTutorial.rst Diff File
add - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-0.png Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-1.png Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-2.png Diff File

master df18e6dd

2019-06-05 17:54

franku

Ported: N/A

Details Diff
docs: review of chapter Bareos webui
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File

master 0d866308

2019-06-05 17:11

franku

Ported: N/A

Details Diff
bnet: added logging output for all network traffic
mod - core/src/console/connect_to_director.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/sd_cmds.cc Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/bsock.cc Diff File
mod - core/src/lib/bsock.h Diff File
add - core/src/lib/bsock_network_dump.cc Diff File
add - core/src/lib/bsock_network_dump.h Diff File
mod - core/src/lib/bsock_tcp.cc Diff File
mod - core/src/lib/bsock_tcp.h Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/lib/util.h Diff File
mod - core/src/stored/authenticate.cc Diff File
mod - core/src/stored/socket_server.cc Diff File
mod - core/src/stored/stored.cc Diff File
mod - core/src/stored/stored_conf.h Diff File

master 42c87e12

2019-06-05 16:42

frank

Ported: N/A

Details Diff
docs: webui restore
mod - docs/manuals/source/IntroductionAndTutorial.rst Diff File
add - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-0.png Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-1.png Diff File
add - docs/manuals/source/include/images/bareos-webui-restore-2.png Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 295 296 297 298 299 300 301 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last