index
:
App-BorgRestore
dev
master
Restoration helper for borg
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-27
DB: Add assertion to check for missing files in database
dev
Florian Pritz
3
-0
/
+8
2020-09-27
Checking in changes prior to tagging of version 3.4.3.
Florian Pritz
3
-2
/
+4
2020-09-27
Add missing database migration
Florian Pritz
2
-0
/
+8
2020-09-27
Checking in changes prior to tagging of version 3.4.2.
Florian Pritz
3
-2
/
+4
2020-09-27
DB: Fix incorrect subpath handling for path that is a superstring of the
Florian Pritz
3
-6
/
+20
2020-09-27
Checking in changes prior to tagging of version 3.4.1.
Florian Pritz
3
-5
/
+7
2020-09-27
DB: Fix incorrect subpath handling for path that is a superstring of the
Florian Pritz
4
-6
/
+56
2019-09-28
Checking in changes prior to tagging of version 3.4.0.
Florian Pritz
3
-4
/
+6
2019-09-28
Import untaint function where used
Florian Pritz
4
-16
/
+16
2019-09-28
Helper: Export untaint
Florian Pritz
1
-0
/
+3
2019-09-28
Helper: Remove untaint_archive_name
Florian Pritz
6
-31
/
+6
2019-09-28
DB: Convert timestamp column names to numeric IDs
Florian Pritz
1
-7
/
+23
2019-09-28
DB: Use get_archive_id instead of _prefix_archive_id
Florian Pritz
1
-2
/
+2
2019-09-28
DB: Apply migration is correct order
Florian Pritz
1
-1
/
+1
2019-09-28
DB: Implement version based database schema upgrades
Florian Pritz
1
-6
/
+34
2019-02-07
Checking in changes prior to tagging of version 3.3.0.
Florian Pritz
3
-2
/
+4
2019-02-07
Support borg list --prefix option via setting
Florian Pritz
4
-4
/
+18
2019-02-07
DB/remove_archive: Properly handle cases where the DB is empty after removal
Florian Pritz
3
-7
/
+64
2019-02-07
t/handle_added_archives: Document weird test
Florian Pritz
1
-3
/
+3
2019-02-07
t/handle_added_archives: Add test for removal of archives
Florian Pritz
1
-0
/
+23
2018-11-12
Enable trace logging in BEGIN block for test suite
Florian Pritz
1
-4
/
+9
2018-11-01
Checking in changes prior to tagging of version 3.2.1.
Florian Pritz
3
-2
/
+5
2018-11-01
capnfile: Add minimum List::Util version
Florian Pritz
2
-2
/
+2
2018-09-19
Checking in changes prior to tagging of version 3.2.0.
Florian Pritz
3
-2
/
+4
2018-09-13
Change prepare_data_in_memory default to 0 to enable direct-to-db
Florian Pritz
2
-5
/
+10
2018-09-13
handle_added_archives_with_db.t: Add file that is removed in second backup
Florian Pritz
1
-0
/
+6
2018-09-12
Remove duplicate code by calling add_path in save_nodes
Florian Pritz
1
-17
/
+1
2018-09-12
Update cache only when going back up the stack instead of all the time
Florian Pritz
1
-9
/
+13
2018-09-12
Only add top level directory when we actually have a top level directory
Florian Pritz
1
-2
/
+4
2018-09-12
Ensure that top level directories are also written to the DB
Florian Pritz
1
-0
/
+4
2018-09-12
handle_added_archives_with_db.t: Add 2nd top level directory to test
Florian Pritz
1
-0
/
+21
2018-09-10
Remove left over debug log entry
Florian Pritz
1
-1
/
+0
2018-09-09
PathTimeTable/DB: Use cache as kind of stack and only write to DB when removi...
Florian Pritz
1
-18
/
+25
2018-09-09
DB: Fix update_path_if_greater not working for existing rows
Florian Pritz
1
-1
/
+1
2018-09-09
Test if adding an archive updates existing rows correctly
Florian Pritz
1
-0
/
+79
2018-09-09
handle_added_archives_with_db.t: Extend to verify that PathTimeTable/DB cachi...
Florian Pritz
1
-0
/
+10
2018-09-09
PathTimeTable/DB: Use constant to control trace logging
Florian Pritz
1
-6
/
+8
2018-09-09
PathTimeTable/DB: Improve performance by removing usage of regex in hot places
Florian Pritz
1
-6
/
+10
2018-09-09
handle_added_archives_with_db.t: Use new_no_defaults instead of new
Florian Pritz
1
-3
/
+1
2018-09-09
Update META.json
Florian Pritz
1
-1
/
+2
2018-09-09
Use strictures instead of strict/warnings
Florian Pritz
20
-37
/
+20
2018-09-09
Sort cpanfile
Florian Pritz
1
-5
/
+5
2018-09-09
Get settings via hash instead of direct variable access
Florian Pritz
3
-24
/
+26
2018-09-09
Settings: Add constructors
Florian Pritz
2
-12
/
+27
2018-09-09
Settings: Pull config file loading into function
Florian Pritz
1
-13
/
+18
2018-09-09
Settings: Use Function::Parameters
Florian Pritz
1
-6
/
+5
2018-09-09
Simplify BorgRestore constructors
Florian Pritz
1
-8
/
+4
2018-09-09
BorgRestore: Move dependencies to dedicated $self->{deps} key
Florian Pritz
1
-28
/
+28
2018-09-09
PathTimeTable/DB: Add cache to reduce number of DB calls
Florian Pritz
1
-2
/
+51
2018-09-08
Update META.json
Florian Pritz
1
-1
/
+1
[next]