Alexey Skobkin skobkin
skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-21 22:06:42 +03:00
Docker image

Also don't forget to create Docker Compose stack for easy startup (and educational purposes).

Here some of my examples:

https://git.skobk.in/skobkin/docker

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-21 22:02:59 +03:00
Docker image

It's better to fix our image to more specific image version.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-21 22:02:59 +03:00
Docker image

As it's not important what exactly is the value of this variable, it's better to use more intuitive value like 1 or TRUE.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#42 2022-07-21 22:02:59 +03:00
Docker image

You can probably copy only Python files and requirements.txt. We don't need anything else in the image to run the app.

skobkin suggested changes for Miroslavsckaya/tg_rss_bot#42 2022-07-21 22:02:59 +03:00
Docker image
skobkin created pull request skobkin/magnetico-web#14 2022-07-21 02:11:44 +03:00
WIP: Preparations for Symfony 6 upgrade
skobkin pushed to fix_symfony6_preparations at skobkin/magnetico-web 2022-07-21 02:07:16 +03:00
38bb2530eb #27 App\Api\V1\Controller\SecurityController upgraded due to changes in ApiTokenAuthenticator. framework.router.utf8 set to true.
0a152bc19b #27 composer update spiral/roadrunner (v2.10.5 => v2.10.7), php-http/discovery (1.14.2 => 1.14.3), sentry/sentry (3.6.1 => 3.7.0).
6d2c70d427 #27 composer update doctrine/doctrine-migrations-bundle (2.2.3 => 3.2.2), doctrine/migrations (2.3.5 => 3.5.1), doctrine/dbal (2.13.9 => 3.3.7). Configuration update.
382bd0f95e #26 #27 Migrating from deprecated Guard to new authenticators. Some deprecation security fixes.
Compare 4 commits »
skobkin created branch fix_symfony6_preparations in skobkin/magnetico-web 2022-07-21 02:07:16 +03:00
skobkin deleted branch feature_user_password_change from skobkin/magnetico-web 2022-07-20 03:48:20 +03:00
skobkin merged pull request skobkin/magnetico-web#13 2022-07-20 03:48:20 +03:00
Password change
skobkin pushed to master at skobkin/magnetico-web 2022-07-20 03:48:20 +03:00
40118a0edc Password change (!13)
skobkin created pull request skobkin/magnetico-web#13 2022-07-20 03:43:40 +03:00
Password change
skobkin created branch feature_user_password_change in skobkin/magnetico-web 2022-07-20 03:42:37 +03:00
skobkin pushed to feature_user_password_change at skobkin/magnetico-web 2022-07-20 03:42:37 +03:00
087297b0e1 Removing UserManager::changePassword(). Some UserController refactoring.
f68d120ca5 #17. Implementing password change.
86e6a5870e Replacing User::getUsername() with User::getUserIdentifier().
Compare 3 commits »
skobkin approved Miroslavsckaya/tg_rss_bot#39 2022-07-14 01:52:15 +03:00
Migrate to PostgreSQL

Let's merge it!

skobkin opened issue Miroslavsckaya/tg_rss_bot#41 2022-07-13 22:37:30 +03:00
Implement update grouping to make less API requests
skobkin opened issue Miroslavsckaya/tg_rss_bot#40 2022-07-13 22:35:06 +03:00
Telegram API: Bad Request: message is too long - Implement maximum message length limiter
skobkin commented on pull request Miroslavsckaya/tg_rss_bot#39 2022-07-13 20:42:07 +03:00
Migrate to PostgreSQL

Convert what? Maybe __dictrow_to_dict_list() или __dictrow_to_list_of_dicts()?

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#39 2022-07-13 20:02:53 +03:00
Migrate to PostgreSQL

I forgot to tell about that earlier, but it's better not to expose specifics of database implementation in public methods.

skobkin commented on pull request Miroslavsckaya/tg_rss_bot#39 2022-07-12 22:28:31 +03:00
Migrate to PostgreSQL

Why?