Commit Graph

76 Commits

Author SHA1 Message Date
dce9811cbd Add prometheus 2023-08-10 00:05:00 +02:00
a73ba00075 Rewrite to rust 2023-08-09 23:57:16 +02:00
5b38e731b2 Add Content-Length header 2023-07-30 01:00:48 +02:00
84830c1174 Update deps 2023-07-30 00:56:45 +02:00
ce6455ca48 Update converter 2023-07-30 00:51:46 +02:00
7948ba71f6 Use uvicorn 2023-05-14 16:31:03 +02:00
92c2cf7077 Update deps 2023-03-27 20:18:49 +02:00
49dce7f99e Update deps 2023-02-24 01:52:58 +01:00
7622010768 Update deps 2023-01-31 01:24:56 +01:00
c7eef24b17 Merge pull request #12 from flibusta-apps/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2023-01-31 00:28:23 +01:00
dependabot[bot]
5af8934416 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 21:21:21 +00:00
1f879e7bcc Add isort force-sort-within-sections 2023-01-09 21:28:20 +01:00
bb21b23867 Update pre-commit 2023-01-07 23:13:34 +01:00
4d4891b538 Add spell checking 2023-01-07 22:49:30 +01:00
1079de76a5 Migrate to ruff 2023-01-07 22:44:29 +01:00
0cd3ae6c03 Update deps 2023-01-06 19:33:32 +01:00
807c8ccfdc Update converter version 2023-01-06 19:33:32 +01:00
69ad025b03 Merge pull request #11 from flibusta-apps/dependabot/pip/setuptools-65.5.1
Bump setuptools from 65.5.0 to 65.5.1
2022-12-27 18:58:30 +01:00
dependabot[bot]
a2fcacf239 Bump setuptools from 65.5.0 to 65.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.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.5.0...v65.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 17:35:14 +00:00
1871faae36 Update pre-commit 2022-12-21 17:13:41 +01:00
b829c9c22c Merge pull request #10 from flibusta-apps/dependabot/pip/certifi-2022.12.7
Bump certifi from 2021.10.8 to 2022.12.7
2022-12-11 01:12:35 +01:00
dependabot[bot]
f5d599e9a2 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:34:49 +00:00
8d6c0fc55b Merge pull request #9 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-5
Bump ASzc/change-string-case-action from 4 to 5
2022-11-07 22:40:46 +01:00
dependabot[bot]
912b8b13d3 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 21:36:57 +00:00
f48721f7ce Merge pull request #8 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:41 +02:00
dependabot[bot]
ef959debc2 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-27 22:13:22 +00:00
f8552596c4 Fix for python3.11 2022-10-26 23:38:00 +02:00
0ae00a85fd Fix 2022-10-26 21:25:08 +02:00
96c09feefb Fix 2022-10-26 21:22:34 +02:00
c1d39cfad3 Update deps, update python to 3.11 2022-10-26 21:18:35 +02:00
ad51d8d6f9 Merge pull request #7 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-3
Bump ASzc/change-string-case-action from 2 to 3
2022-10-21 09:48:49 +02:00
dependabot[bot]
60ef917ac1 Bump ASzc/change-string-case-action from 2 to 3
Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 2 to 3.
- [Release notes](https://github.com/ASzc/change-string-case-action/releases)
- [Commits](https://github.com/ASzc/change-string-case-action/compare/v2...v3)

---
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-20 22:41:24 +00:00
a767b8432a Create LICENSE.md 2022-08-15 23:13:21 +03:00
e9b72141d1 Fix convert endpoint 2022-08-15 15:43:54 +03:00
829e7e4fa0 Make sentry optional 2022-08-15 15:13:15 +03:00
64bab03a76 Update fb2converter 2022-08-15 15:10:28 +03:00
eed7d30534 Merge pull request #6 from flibusta-apps/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2022-08-04 13:02:36 +03:00
dependabot[bot]
f4e2ff3c2d Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 21:48:15 +00:00
4556b7d733 Merge pull request #5 from flibusta-apps/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2022-08-03 20:30:49 +03:00
260d180d59 Merge pull request #4 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-2
Bump ASzc/change-string-case-action from 1 to 2
2022-08-03 20:27:43 +03:00
a7c3098f76 Merge pull request #3 from flibusta-apps/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-08-03 20:27:34 +03:00
19cef24c24 Merge pull request #2 from flibusta-apps/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2022-08-03 20:27:25 +03:00
22f41e5a8e Merge pull request #1 from flibusta-apps/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2022-08-03 20:27:15 +03:00
dependabot[bot]
a3ce3f23ee Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
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>
2022-08-03 17:23:32 +00:00
dependabot[bot]
11a5f7dcc0 Bump ASzc/change-string-case-action from 1 to 2
Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 1 to 2.
- [Release notes](https://github.com/ASzc/change-string-case-action/releases)
- [Commits](https://github.com/ASzc/change-string-case-action/compare/v1...v2)

---
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-08-03 17:23:29 +00:00
dependabot[bot]
7dc38a1d94 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 17:23:28 +00:00
dependabot[bot]
fcec7e1377 Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 17:23:25 +00:00
dependabot[bot]
eea4192043 Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 17:23:23 +00:00
c81618434b Add dependabot.yml 2022-08-03 20:23:01 +03:00
9f1d2d72ed Update messages 2022-06-27 19:15:55 +03:00