Commit Graph

279 Commits

Author SHA1 Message Date
d862b19083 Fix 2023-02-01 02:17:39 +01:00
67f0878b71 Add no_cache for get_books 2023-02-01 01:47:50 +01:00
3680b370c2 Update getting books when caching 2023-02-01 01:36:25 +01:00
20b0c32a3c Update deps 2023-01-31 01:28:57 +01:00
5d9faddfec Merge pull request #14 from flibusta-apps/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2023-01-31 00:26:14 +01:00
dependabot[bot]
d1915608aa Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 23:18:26 +00:00
19f1b38ba4 Fix caption generation 2023-01-23 09:16:49 +01:00
778d6429d5 Fix downloading 2023-01-22 23:03:08 +01:00
34e0d001ec Fix caption length 2023-01-22 22:29:08 +01:00
698d47a4bc Add x-filename-b64 header 2023-01-19 17:40:14 +01:00
bef9e4a1db Fix get_filename 2023-01-18 18:32:19 +01:00
5431f65c79 Update background tasks 2023-01-16 11:49:21 +01:00
525e33cdd6 Update prometheus metrics settings 2023-01-12 12:53:06 +01:00
35e85f1f3c Fix 2023-01-12 12:19:05 +01:00
966765a532 Add isort force-sort-within-sections 2023-01-09 21:32:30 +01:00
1f18897dc3 Migrate to ruff 2023-01-07 23:57:48 +01:00
f9d701ec3b Fix 2023-01-05 22:17:10 +01:00
8109b467ec Fix 2023-01-01 21:43:55 +01:00
be43f588d4 Fix 2023-01-01 21:42:37 +01:00
25ba409be7 Fix 2023-01-01 21:24:54 +01:00
3ed43b002e Fix 2023-01-01 20:53:52 +01:00
0644122364 Use msgpack for jobs 2022-12-31 14:49:43 +01:00
6a40ca3c44 Fix 2022-12-31 00:05:14 +01:00
8ce7cce01a Remove data field 2022-12-30 23:46:51 +01:00
339ae64363 Add message_id and chat_id to CachedFile 2022-12-30 23:01:21 +01:00
53623592ec Set max_jobs to 2 2022-12-30 13:31:44 +01:00
5e011fd05e Prevent tasks duplicates 2022-12-27 20:03:16 +01:00
83dd6dc7ed Merge pull request #13 from flibusta-apps/dependabot/pip/setuptools-65.5.1
Bump setuptools from 65.3.0 to 65.5.1
2022-12-27 18:24:26 +01:00
dependabot[bot]
0ef123fb97 Bump setuptools from 65.3.0 to 65.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.3.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.3.0...v65.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 17:15:23 +00:00
c1f2af135f Update deps 2022-12-27 18:11:11 +01:00
9476e9131e Fix download errors 2022-12-27 18:02:11 +01:00
06ab2aaaef Set max jobs to 4 2022-12-27 18:00:04 +01:00
6e79046681 Update linters python versioin to 3.11 2022-12-21 17:11:39 +01:00
dddf3b49be Update pre-commit 2022-12-21 17:09:20 +01:00
072a07192d Update pre-commit 2022-12-21 17:08:42 +01:00
20df71412d Add caching files if cache not valid 2022-12-15 17:31:12 +01:00
73d843e146 Add deleting, if can't download from cache 2022-12-15 17:27:47 +01:00
2dd88340d9 Fix 2022-12-15 17:17:26 +01:00
fb86b6a421 Merge pull request #12 from flibusta-apps/dependabot/pip/certifi-2022.12.7
Bump certifi from 2021.10.8 to 2022.12.7
2022-12-11 01:12:23 +01:00
dependabot[bot]
fdef195e09 Bump certifi from 2021.10.8 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 13:20:55 +00:00
867177e106 Fix get_book 2022-12-07 21:01:21 +01:00
57f45d8329 Mute FileTypeNotAllowed 2022-12-07 20:53:13 +01:00
6dcf78736a Fix book getting 2022-12-07 20:51:52 +01:00
6c77f0ced2 Fix get_caption 2022-12-06 18:49:03 +01:00
6f2c005e21 Merge pull request #11 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-5
Bump ASzc/change-string-case-action from 4 to 5
2022-11-08 11:22:42 +01:00
dependabot[bot]
f565c0d02b Bump ASzc/change-string-case-action from 4 to 5
Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 4 to 5.
- [Release notes](https://github.com/ASzc/change-string-case-action/releases)
- [Commits](https://github.com/ASzc/change-string-case-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: ASzc/change-string-case-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 23:25:06 +00:00
8966d04ceb Merge pull request #10 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-4
Bump ASzc/change-string-case-action from 3 to 4
2022-10-28 12:13:33 +02:00
dependabot[bot]
1b840444e5 Bump ASzc/change-string-case-action from 3 to 4
Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 3 to 4.
- [Release notes](https://github.com/ASzc/change-string-case-action/releases)
- [Commits](https://github.com/ASzc/change-string-case-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: ASzc/change-string-case-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 00:39:34 +00:00
fd58fbccaa Migrate from aioredis to redis 2022-10-26 23:35:39 +02:00
37dfcdb285 Fix for python3.11 2022-10-26 23:25:34 +02:00