Commit Graph

90 Commits

Author SHA1 Message Date
6d6b098b1d Add logging 2023-07-23 21:45:57 +02:00
b3d18f0234 Remove old workflows 2023-07-23 21:37:35 +02:00
4ec26ce4c0 Rewrite to rust 2023-07-23 21:36:47 +02:00
47b280c205 Update NOTIFICATION_DELTA_DAYS 2023-05-28 02:52:30 +02:00
09123aa954 Fix 2023-05-24 21:40:18 +02:00
0069498708 Fix routers 2023-05-24 20:59:00 +02:00
358b5eebb3 Enable donation_notifications_router 2023-05-24 20:55:05 +02:00
ac4d0fcb3f Add donation notifications viewset 2023-05-22 00:07:31 +02:00
21b16ffa8c Refactor views 2023-05-21 23:02:59 +02:00
b45b8d9723 Fix 2023-05-14 17:56:35 +02:00
b4954c1f5b Reduce postgres pool size 2023-05-14 17:43:48 +02:00
5126ca7379 Use uvloop 2023-05-14 16:00:19 +02:00
8c60d90a70 Use uvicorn 2023-05-14 15:40:19 +02:00
6eae71560d Fix 2023-05-14 00:54:07 +02:00
40c64ccdc2 Add migration 2023-05-14 00:51:53 +02:00
7eb1239b30 Add ChatDonateNotification model 2023-05-14 00:43:31 +02:00
bc991e8148 Update deps and lint 2023-05-09 22:55:31 +02:00
0c4d3c2871 Merge pull request #15 from flibusta-apps/dependabot/pip/redis-4.5.4
Bump redis from 4.5.3 to 4.5.4
2023-04-17 18:43:56 +02:00
dependabot[bot]
f8aff3451a Bump redis from 4.5.3 to 4.5.4
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 14:30:44 +00:00
8a230edce2 Fix update user activity 2023-03-31 09:42:33 +02:00
0940b10646 Update deps 2023-03-27 20:30:47 +02:00
b8e3dbe7bd Update deps 2023-02-24 02:01:42 +01:00
a4d46c6c53 Disable arm64 build 2023-02-13 22:02:37 +01:00
5eb3d47656 Use msgpack for redis cache 2023-02-13 21:43:27 +01:00
a3619470fd 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 10:19:17 +01:00
dependabot[bot]
67122ac7d8 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-31 09:09:19 +00:00
b5ceb48dc9 Update deps 2023-01-31 01:42:57 +01:00
67f71e88a1 Update prometheus metrics settings 2023-01-12 12:52:10 +01:00
ee39c0c355 Update 2023-01-12 12:18:00 +01:00
105a79f541 Add isort force-sort-within-sections 2023-01-09 21:30:04 +01:00
ce1010f590 Migrate to ruff 2023-01-07 23:13:00 +01:00
14e9347047 Update update_activity handler 2023-01-07 18:38:58 +01:00
6fb2435a12 Add user activity 2023-01-05 21:49:30 +01:00
634dceaa14 Merge pull request #13 from flibusta-apps/dependabot/pip/setuptools-65.5.1
Bump setuptools from 65.5.0 to 65.5.1
2022-12-27 18:59:16 +01:00
dependabot[bot]
1202672433 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:36:47 +00:00
90ed7b7dc9 Update pre-commit 2022-12-21 17:19:13 +01:00
671b36a062 Merge pull request #12 from flibusta-apps/dependabot/pip/certifi-2022.12.7
Bump certifi from 2022.9.24 to 2022.12.7
2022-12-11 01:10:09 +01:00
dependabot[bot]
d259f6d45a Bump certifi from 2022.9.24 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 08:58:42 +00:00
cc873aa94c 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:27:49 +01:00
dependabot[bot]
be61b23d0d 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-08 09:15:45 +00:00
390f481fe8 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:03:47 +02:00
dependabot[bot]
e61ee111ca 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 09:55:14 +00:00
2f9e70a5a5 Replace aioredis with redis 2022-10-26 22:52:11 +02:00
cea09c3393 Fix 2022-10-26 21:10:57 +02:00
ce0ef70659 Update deps, update python to 3.11 2022-10-26 21:10:39 +02:00
870a292775 Merge pull request #9 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 12:56:21 +02:00
dependabot[bot]
4f5464a14d 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-21 10:40:44 +00:00
d8b00e4e4e Merge pull request #8 from flibusta-apps/dependabot/pip/mako-1.2.2
Bump mako from 1.2.0 to 1.2.2
2022-09-17 10:20:42 +03:00
dependabot[bot]
4aec0a6067 Bump mako from 1.2.0 to 1.2.2
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 19:08:21 +00:00
25d598343c Create LICENSE.md 2022-08-15 23:18:05 +03:00