1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00
Commit graph

16 commits

Author SHA1 Message Date
shivansh02
b9c4ffbbcd issue template updated 2024-07-05 18:48:12 +01:00
TW
675010e401
Random cleanups by @ThomasWaldmann (#1879)
* fix PEP8 E721

do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`

* remove redundant parentheses

* fix SiteWorker.run for empty job queue

local variable job is not assigned if queue was empty
when calling .run(), but it is used in exception handler.

* remove unreachable code in parse_diff_lines

* bug fix for unreachable code in is_worker_running

the code intended to check if *any* worker is running for
any site was *unreachable*.

this caused false negative results for site=None.

* check_failed_response: remove outdated part of docstring

* pull request template: fix relative path to LICENSE.txt

* fix typos

* use logger.warning, .warn is deprecated
2024-01-09 08:06:48 +00:00
Manu
50be34cabe
Use maintained stale action (#1737) 2023-06-25 21:53:29 +01:00
Sam
bf9285a171 Fix typo in issue bug template 2023-01-18 10:54:29 +01:00
yfprojects
3b40ce8e01
Create feature_request.md
* .github/ISSUE_TEMPLATE/feature_request.md
2022-09-18 08:31:03 +02:00
yfprojects
52b1e65c92
Create bug_form.yaml 2022-09-18 08:31:03 +02:00
yfprojects
ff0b8883f8
Create config.yml
Link docs, discussions and FAQ on the issue page.

* .github/ISSUE_TEMPLATE/config.yml
2022-09-18 08:31:02 +02:00
yfprojects
fd2d2d69cf
Update bug_report.md 2022-09-18 08:31:02 +02:00
Manu
305ba01a6e
Update bug_report.md 2021-02-15 15:15:32 +08:00
Manu
e4eb83b9aa
Delete feature-suggestion.md 2021-02-15 15:13:48 +08:00
Manu
60e9ee89b9 Emphasize bug report details. 2021-02-15 11:18:18 +08:00
Samuel Woon
6df94f07f9
Replace Borg version with install method in bug report (#657)
We don't seem to have many bugs due to Borg errors, but we do have many due to packaging issues.
2020-09-18 14:32:12 +08:00
Manu
e31d4faafb Fix bug report template formatting 2020-09-06 15:50:14 +08:00
Samuel Woon
282d2adf5d
Add Vorta- and Borg version to issue template 2020-09-06 15:48:12 +08:00
Manuel Riel
15aebc6ceb
Get borg version and path on startup. Link to log folder. (#247)
* Get borg version and path on startup. Link to log folder. Fixes #205, #230, #120
2019-04-07 22:36:31 +08:00
Manuel Riel
e5fffd8cf1 Update issue templates 2018-12-16 12:30:56 +08:00