Changesets: bareos

master 96943d27

2016-06-21 12:04

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Revert "Use explicitly given storage for restore"

This reverts commit fa9f2fdc4fe7bddf0f4ee77047c50e8134712ffe.

This is not needed anymore as we can set the Storage for each medium.
mod - src/dird/ua_restore.c Diff File

master 24a6c600

2016-06-21 11:53

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Enable "update volume" to set storage
mod - src/cats/protos.h Diff File
mod - src/cats/sql_get.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File

master ee7a3355

2016-06-20 18:50

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
List Media shows associated storage

Each Medium has an associated storage, now list media also shows
which storage is actually associated with a certain medium.
mod - src/cats/sql_list.c Diff File

master 7e5df1c1

2016-06-20 18:42

Joerg Steffens

Ported: N/A

Details Diff
display \configdirective as \path to prevent problems with special characters
mod - manuals/en/main/bareos.sty Diff File
mod - manuals/en/main/configure.tex Diff File

master 323b30d7

2016-06-20 14:49

Frank Bergkemper

Ported: N/A

Details Diff
README.md tidy up
mod - README.md Diff File

master 3016ee70

2016-06-20 14:37

Frank Bergkemper

Ported: N/A

Details Diff
*.spec file adjustments
mod - packaging/obs/bareos-webui.spec Diff File

master dfda8276

2016-06-18 13:43

mvwieringen

Ported: N/A

Details Diff
dird: Fix swapped arguments in call to send_label_request()
mod - src/dird/ua_label.c Diff File

master db047fb0

2016-06-18 12:19

Marco van Wieringen

Ported: N/A

Details Diff
Remove copies keyword from copy-upgrade-test

copies now indicates restore from actual copied job so the tests done
in these regression test can be done without that on the cmdline as it
tests for the proper upgrade of a copy job to a backup job when the
original job gets deleted.
mod - tests/copy-upgrade-test Diff File

master 36dc38a8

2016-06-17 21:34

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/ua_restore.c Diff File

master 3a32207f

2016-06-17 21:34

mvwieringen

Ported: N/A

Details Diff
dird: Fix typo.
mod - src/dird/ua_restore.c Diff File

master ca67cf24

2016-06-17 20:59

Marco van Wieringen

Ported: N/A

Details Diff
Add jobbytes to dashboard view of jobs.

Fixes 0000668: WebUI - Bytes saved in list of jobs?
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File
mod - module/Dashboard/view/partial/JobsLastStatus.phtml Diff File

master 7892b413

2016-06-17 20:16

Frank Bergkemper

Ported: N/A

Details Diff
dashboard: sorting adjustment on most recent job status datatable
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File

master a8615659

2016-06-17 20:12

Frank Bergkemper

Ported: N/A

Details Diff
debian: drop unnecessary dependency
mod - debian/control Diff File

master 01236bfc

2016-06-17 19:22

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'

Conflicts:
module/Application/view/layout/layout.phtml

master 2a8f370a

2016-06-17 16:20

joergs

Ported: N/A

Details Diff
Windows: use configuration subdirectories
add - platforms/win32/bareos-config-deploy.bat Diff File
add - platforms/win32/dummy.patch Diff File
mod - platforms/win32/fillup.sed Diff File
rm - platforms/win32/tray-monitor-conf-fd-sd.patch Diff File
rm - platforms/win32/tray-monitor-conf.patch Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/Makefile.inc Diff File

master bbe9e56f

2016-06-17 13:58

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #23 from aussendorf/master

relesenotes 15.2.4
mod - manuals/en/main/releasenotes.tex Diff File

master cc635ef7

2016-06-17 13:10

Maik Aussendorf

Ported: N/A

Details Diff
relesenotes 15.2.4
mod - manuals/en/main/releasenotes.tex Diff File

master c9f5c8ce

2016-06-16 22:58

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/cats/sql_cmds.c Diff File
mod - src/cats/sql_cmds.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File

master 1057eebb

2016-06-16 21:52

mvwieringen

Ported: N/A

Details Diff
dird: More work to make storage more generic.

We introduce a new type named slot_flags_t for slot
specific flags. This is used in the volume list structure which
allows us to store the more generic slot flags that NDMP will
give back from the SCSI element status e.g. things like if a
slot can be used for import or export or if its excluded from
our view and if if things must be done by operator or can be
done by the robot arm (MTE).

This should make things mostly future proof if we ever move
more of the logic from the SD to the DIR to remove the whole
split brain reservation logic which now exists between the two.
mod - src/dird/dird.h Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/storage.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_impexp.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_status.c Diff File

master df717ab3

2016-06-16 13:58

Frank Bergkemper

Ported: N/A

Details Diff
version bump 15.2.4
mod - module/Application/view/layout/layout.phtml Diff File

master 11893050

2016-06-15 18:29

mvwieringen

Ported: N/A

Details Diff
dird: Simplify temp table.

Currently a lot of fields are inserted into the temp table which are not
used at all. Now that we lookup the storage bits using the new
uar_list_jobs_by_idlist query there is no need to have this overhead
still in the temp table which essentially only needs the JobId,
Termination time and Start time of the Job.
mod - src/cats/sql_cmds.c Diff File

master 1151baf2

2016-06-14 19:26

mvwieringen

Ported: N/A

Details Diff
plugins: Allow plugins to override JobLevel.

This patch implements the bVarLevel also for the setBareosValue
callback. This way the plugin can change the backup level of the Job if
it sees reason to change it.
mod - src/filed/fd_plugins.c Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/plugins/filed/python-fd.c Diff File

master d047b52e

2016-06-14 17:01

Frank Bergkemper

Ported: N/A

Details Diff
Include Zend Framework 2 components

- Changes ZF2/PHP dependenies as we now include the components of the framework we use
- *.rpm & *.deb packaging adjustments
mod - composer.phar Diff File
mod - debian/control Diff File
mod - init_autoloader.php Diff File
mod - packaging/obs/bareos-webui.spec Diff File
mod - tests/selenium/webui-selenium-test.py Diff File
mod - vendor/.gitignore Diff File
add - vendor/autoload.php Diff File
add - vendor/composer/ClassLoader.php Diff File
add - vendor/composer/LICENSE Diff File
add - vendor/composer/autoload_classmap.php Diff File
add - vendor/composer/autoload_namespaces.php Diff File
add - vendor/composer/autoload_psr4.php Diff File
add - vendor/composer/autoload_real.php Diff File
add - vendor/composer/autoload_static.php Diff File
add - vendor/composer/installed.json Diff File
add - vendor/zendframework/zend-cache/.coveralls.yml Diff File
add - vendor/zendframework/zend-cache/CHANGELOG.md Diff File
add - vendor/zendframework/zend-cache/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-cache/LICENSE.txt Diff File
add - vendor/zendframework/zend-cache/README.md Diff File
add - vendor/zendframework/zend-cache/composer.json Diff File
add - vendor/zendframework/zend-cache/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-cache/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/LogicException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/ClassCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/OutputCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php Diff File
add - vendor/zendframework/zend-cache/src/PatternFactory.php Diff File
add - vendor/zendframework/zend-cache/src/PatternPluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php Diff File
add - vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Capabilities.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Event.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/IterableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/PluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/PostEvent.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/StorageInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/StorageFactory.php Diff File
add - vendor/zendframework/zend-config/.coveralls.yml Diff File
add - vendor/zendframework/zend-config/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-config/LICENSE.txt Diff File
add - vendor/zendframework/zend-config/README.md Diff File
add - vendor/zendframework/zend-config/composer.json Diff File
add - vendor/zendframework/zend-config/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-config/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-config/src/AbstractConfigFactory.php Diff File
add - vendor/zendframework/zend-config/src/Config.php Diff File
add - vendor/zendframework/zend-config/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-config/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-config/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-config/src/Factory.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Constant.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Filter.php Diff File
add - vendor/zendframework/zend-config/src/Processor/ProcessorInterface.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Queue.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Token.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Translator.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Ini.php Diff File
add - vendor/zendframework/zend-config/src/Reader/JavaProperties.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Json.php Diff File
add - vendor/zendframework/zend-config/src/Reader/ReaderInterface.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Xml.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Yaml.php Diff File
add - vendor/zendframework/zend-config/src/ReaderPluginManager.php Diff File
add - vendor/zendframework/zend-config/src/Writer/AbstractWriter.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Ini.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Json.php Diff File
add - vendor/zendframework/zend-config/src/Writer/PhpArray.php Diff File
add - vendor/zendframework/zend-config/src/Writer/WriterInterface.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Xml.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Yaml.php Diff File
add - vendor/zendframework/zend-config/src/WriterPluginManager.php Diff File
add - vendor/zendframework/zend-console/.coveralls.yml Diff File
add - vendor/zendframework/zend-console/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-console/LICENSE.txt Diff File
add - vendor/zendframework/zend-console/README.md Diff File
add - vendor/zendframework/zend-console/composer.json Diff File
add - vendor/zendframework/zend-console/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-console/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-console/src/Adapter/AbstractAdapter.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/AdapterInterface.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Posix.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Virtual.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Windows.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/WindowsAnsicon.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Ascii.php Diff File
add - vendor/zendframework/zend-console/src/Charset/AsciiExtended.php Diff File
add - vendor/zendframework/zend-console/src/Charset/CharsetInterface.php Diff File
add - vendor/zendframework/zend-console/src/Charset/DECSG.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Utf8.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Utf8Heavy.php Diff File
add - vendor/zendframework/zend-console/src/Color/Xterm256.php Diff File
add - vendor/zendframework/zend-console/src/ColorInterface.php Diff File
add - vendor/zendframework/zend-console/src/Console.php Diff File
add - vendor/zendframework/zend-console/src/Exception/BadMethodCallException.php Diff File
add - vendor/zendframework/zend-console/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-console/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-console/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-console/src/Getopt.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/AbstractPrompt.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Char.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Checkbox.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Confirm.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Line.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Number.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Password.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/PromptInterface.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Select.php Diff File
add - vendor/zendframework/zend-console/src/Request.php Diff File
add - vendor/zendframework/zend-console/src/Response.php Diff File
add - vendor/zendframework/zend-console/src/RouteMatcher/DefaultRouteMatcher.php Diff File
add - vendor/zendframework/zend-console/src/RouteMatcher/RouteMatcherInterface.php Diff File
add - vendor/zendframework/zend-db/.coveralls.yml Diff File
add - vendor/zendframework/zend-db/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-db/LICENSE.txt Diff File
add - vendor/zendframework/zend-db/README.md Diff File
add - vendor/zendframework/zend-db/composer.json Diff File
add - vendor/zendframework/zend-db/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-db/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-db/src/Adapter/Adapter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAbstractServiceFactory.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAwareInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAwareTrait.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterServiceFactory.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/AbstractConnection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/ConnectionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/DriverInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/AbstractFeature.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/DriverFeatureInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/IbmDb2.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Mysqli.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Oci8.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/OracleRowCounter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Pdo.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Pgsql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/ResultInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Sqlsrv.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/StatementInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidConnectionParametersException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidQueryException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/ParameterContainer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/AbstractPlatform.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/IbmDb2.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Mysql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Oracle.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/PlatformInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Postgresql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Sql92.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/SqlServer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Sqlite.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/Profiler.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerAwareInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/StatementContainer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/StatementContainerInterface.php Diff File
add - vendor/zendframework/zend-db/src/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Metadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/MetadataInterface.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/AbstractTableObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ColumnObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintKeyObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/TableObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/TriggerObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ViewObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/AbstractSource.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/MysqlMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/OracleMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/PostgresqlMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/SqlServerMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/SqliteMetadata.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/AbstractResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/HydratingResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/ResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/ResultSetInterface.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/AbstractRowGateway.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Feature/AbstractFeature.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Feature/FeatureSet.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/RowGateway.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/RowGatewayInterface.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractExpression.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractPreparableSql.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractSql.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Combine.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/AlterTable.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractLengthColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractPrecisionColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractTimestampColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/BigInteger.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Binary.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Blob.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Boolean.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Char.php Diff File

master d3e8c0b9

2016-06-14 15:44

mvwieringen

Ported: N/A

Details Diff
dird: Allow to restore from copies.

Until now you can specify the keyword copies when doing a restore
but it will only show the copies but not actually use them for restore.
This is somewhat counter intuitive so this patch adds the code that
asks if you really want to use the copies for the restore. If you
specify the yes keyword you can skip this question.
mod - src/cats/sql_cmds.c Diff File
mod - src/cats/sql_cmds.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File

master 56ee168a

2016-06-13 21:15

Joerg Steffens

Ported: N/A

Details Diff
Added new default configuration based on directory structure

Added a new default configuration under
configs/BASE/

It contains a basic configuration for all components as configuration
directories (bareos >= 16.2.4).
It also uses TLS, as we expect that if the test succeeds with TLS it
would proberly also succeed without.

One major advantages of using the configuration subdirectory structure
is that it is now easy to added additional resources to the
configuration of a test.
Tests specific resoures that are defined in
* configs/$TestName
extends (or overwrites) the configuration defined in configs/BASE.

Tests:
* tests/tls-client-initiated-connection-backup-test
* adapted to use the new configuration directory structure

* tests/config-add-client-test
* new test, that adds clients via configuration API

* tests/1-example-test
* example tests, including comments to give a basis for creating
additional tests.
mod - DartTestfile.txt.in Diff File
mod - all-disk-tests Diff File
add - configs/BASE/README.txt Diff File
add - configs/BASE/bareos-dir-export/.dummy Diff File
add - configs/BASE/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - configs/BASE/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - configs/BASE/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-dir.d/fileset/FS_TESTJOB.conf.in Diff File
add - configs/BASE/bareos-dir.d/job/RestoreFiles.conf Diff File
add - configs/BASE/bareos-dir.d/job/backup-bareos-fd.conf Diff File
add - configs/BASE/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - configs/BASE/bareos-dir.d/messages/Standard.conf.in Diff File
add - configs/BASE/bareos-dir.d/pool/Default.conf Diff File
add - configs/BASE/bareos-dir.d/pool/Scratch.conf Diff File
add - configs/BASE/bareos-dir.d/storage/File1.conf.in Diff File
add - configs/BASE/bareos-fd.d/client/myself.conf.in Diff File
add - configs/BASE/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-fd.d/messages/Standard.conf Diff File
add - configs/BASE/bareos-sd.d/device/FileStorage.conf.in Diff File
add - configs/BASE/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-sd.d/messages/Standard.conf Diff File
add - configs/BASE/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - configs/BASE/bconsole.conf.in Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-dir.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-dir.d/client/connectingclient-fd.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-dir.d/job/backup-connectingclient-fd.conf Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-fd.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-fd.d/client/myself.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-fd.d/director/bareos-dir.conf.in Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-sd.conf.in Diff File
mod - scripts/bareos-dir.conf.in Diff File
mod - scripts/cleanup Diff File
mod - scripts/do_sed Diff File
mod - scripts/functions Diff File
mod - scripts/setup Diff File
add - tests/1-example-test Diff File
rm - tests/bweb-test.pl Diff File
add - tests/config-add-client-test Diff File
mod - tests/tls-client-initiated-connection-backup-test Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 451 452 453 454 455 456 457 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last