Commit graph

888 commits

Author SHA1 Message Date
github-actions[bot] 1baf851d49
Merge pull request #335 from StuffAnThings/dependabot/pip/develop/pre-commit-3.3.3
Bump pre-commit from 3.3.2 to 3.3.3
2023-06-14 01:01:03 +00:00
dependabot[bot] ef5756b603
Bump pre-commit from 3.3.2 to 3.3.3
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 01:00:46 +00:00
bobokun 5704f6e52d
fix bug applying share limits 2023-06-13 09:48:23 -04:00
bobokun d309e5576d
Merge pull request #331 from StuffAnThings/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-06-12 21:20:44 -04:00
bobokun 9b81f61b31
Merge branch 'develop' into pre-commit-ci-update-config 2023-06-12 21:20:31 -04:00
pre-commit-ci[bot] 581dfec19a
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.6.0)
2023-06-13 01:06:42 +00:00
bobokun 948d289faf
Fixes #327 2023-06-12 20:05:11 -04:00
github-actions[bot] 835a1720bb
Merge pull request #330 from StuffAnThings/dependabot/pip/develop/qbittorrent-api-2023.6.49
Bump qbittorrent-api from 2023.5.48 to 2023.6.49
2023-06-12 01:23:35 +00:00
dependabot[bot] 16a3662830
Bump qbittorrent-api from 2023.5.48 to 2023.6.49
Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.5.48 to 2023.6.49.
- [Release notes](https://github.com/rmartin16/qbittorrent-api/releases)
- [Changelog](https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rmartin16/qbittorrent-api/compare/v2023.5.48...v2023.6.49)

---
updated-dependencies:
- dependency-name: qbittorrent-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 01:23:14 +00:00
bobokun 158c3c5f07
updates README to include share_limits 2023-06-11 17:25:39 -04:00
bobokun 1169ef39fd
Merge pull request #328 from buthed010203/patch-1
Allow defining multiple announce urls for one tracker
2023-06-11 17:21:06 -04:00
bobokun 4181c9390c
couple minor bug fixes + documentation 2023-06-11 17:19:43 -04:00
bobokun 4d6c55d451
Merge branch 'develop' into patch-1 2023-06-11 16:48:07 -04:00
bobokun da26643e3c
Merge branch 'master' of https://github.com/StuffAnThings/qbit_manage into develop
* 'master' of https://github.com/StuffAnThings/qbit_manage:
  Update config.yml.sample
2023-06-11 16:47:24 -04:00
bobokun cbb12bd201
Merge branch 'develop' into patch-1 2023-06-11 16:45:37 -04:00
bobokun 73f11ec437
change default share_limits_tag to start with ~
in order to add the tag at the end to declutter webUI
2023-06-11 16:31:59 -04:00
bobokun 2f779e1960
black formatting + precommit updates 2023-06-11 15:54:52 -04:00
bobokun d0421f2b7d
fixes #329 (updates missing share_limits tag when
share_limits are satisfied)
Modifies logic for share_limits_suffix_tag to become share_limits_tag.
This change adds share_limits_tag to become prefix rather than suffix
and adds additional priority information
2023-06-11 15:33:09 -04:00
bobokun b93eec7665
cross-seed moves file to error folder if it fails to
inject torrent
2023-06-11 13:20:48 -04:00
buthed010203 dfbb1c6c5d
Allow defining multiple announce urls for one tracker 2023-06-09 17:11:50 -04:00
bobokun a36a28b52c
Merge pull request #326 from Davo1624/patch-1
Update config.yml.sample
2023-06-07 06:29:52 -04:00
Davo1624 afc4bf3583
Update config.yml.sample 2023-06-07 06:22:38 -04:00
bobokun 81104cea74
Merge pull request #323 from StuffAnThings/develop
v4.0.0 release
2023-06-06 17:47:13 -04:00
bobokun 65086a6b7d
v4.0.0 2023-06-06 17:46:05 -04:00
bobokun 148a1a2176
increase log size and backup count 2023-06-05 22:38:05 -04:00
bobokun 0a85c8c5d4
better trace logging in share_limits 2023-06-05 16:40:46 -04:00
bobokun 787c23fe55
Merge branch 'develop' of https://github.com/StuffAnThings/qbit_manage into develop
* 'develop' of https://github.com/StuffAnThings/qbit_manage:
  add orphaned data config details
2023-06-05 15:27:56 -04:00
bobokun 9572f68e4b
fixes bug in group notifications
adds trace logs for share limits
2023-06-05 15:27:49 -04:00
bobokun b3783f7146
Merge pull request #322 from bakerboy448/patch-4
add orphaned data config details
2023-06-05 13:57:10 -04:00
bakerboy448 81574917e8
add orphaned data config details 2023-06-05 12:55:28 -05:00
bobokun 24eb05bd89
adjust skip_qb_version_check to not notify if true 2023-06-05 10:36:43 -04:00
bobokun dbf8b6a87f
fixes bug in webhooks 2023-06-04 16:42:01 -04:00
bobokun 44f69c7e55
updates remove_unreg to use group notifications 2023-06-04 16:10:36 -04:00
bobokun 3be193636c
update pre-commit increase version logic 2023-06-04 15:43:13 -04:00
bobokun bde5edfec8
adds tag_nohl to use group notifications 2023-06-04 15:33:27 -04:00
bobokun f56c1e3220
adds recheck to use group notifications 2023-06-04 15:13:31 -04:00
bobokun 29751d1809
add pre-commit to increase version 2023-06-04 14:57:29 -04:00
bobokun 3f42ee5262
updates cross seed to use group notifiactions 2023-06-04 14:32:52 -04:00
bobokun bf5d0621ef
update config sample description 2023-06-04 14:06:00 -04:00
bobokun aa86f3f2c9
update sample 2023-06-04 12:33:15 -04:00
bobokun 99eebb7c10
Updated run_end stats to include share limits 2023-06-04 10:31:06 -04:00
bobokun 40eea41a29
fix cleanup bug 2023-06-04 07:44:17 -04:00
bobokun 38c8ab9c11
refactor webhook to group notifications 2023-06-03 23:24:56 -04:00
bobokun 2ce622f6b9
minor fixes 2023-06-03 20:43:42 -04:00
bobokun 56e397da4b
update dev7 version - notification changes 2023-06-03 20:15:13 -04:00
bobokun b00c69a33e
rename torrent_name to torrents for notifications 2023-06-03 20:14:10 -04:00
bobokun c013ff755b
updates categories to use group notifications 2023-06-03 20:03:38 -04:00
bobokun e936e4526f
updates tags to use group notifications 2023-06-03 19:38:41 -04:00
bobokun b5384dc915
adds notification grouping to share_limits 2023-06-02 20:40:05 -04:00
bobokun 55f4568f96
Merge pull request #320 from bakerboy448/patch-3
bump to v4
2023-06-02 15:46:59 -04:00