Alexey Skobkin skobkin
skobkin synced commits to master at skobkin/docker-murmur from mirror 2023-04-02 01:14:48 +03:00
adb1d62c0a Merge branch 'upgrade_1_4_287' into 'master'
fc30bdc4eb Upgrade to 1.4.287
Compare 2 commits »
skobkin synced commits to refs/merge-requests/1/merge at skobkin/docker-murmur from mirror 2023-04-02 01:14:48 +03:00
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-04-01 23:03:13 +03:00
ef40d8f19a composer remove symfony/runtime.
822f7a5530 Adding missing ext-json to composer.json.
5cb0cecd69 composer remove symfony/serializer.
307b242d21 composer remove symfony/web-link.
Compare 4 commits »
skobkin opened issue skobkin/point-tools#5 2023-04-01 22:18:00 +03:00
Use Symfony Runtime (dockerize)
skobkin opened issue skobkin/point-tools#4 2023-04-01 22:11:52 +03:00
Symfony Serializer
skobkin opened issue skobkin/point-tools#3 2023-04-01 22:07:28 +03:00
Add HTTP 2 link support
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-04-01 22:04:06 +03:00
f4e932ab79 composer remove symfony/process.
8353ed49fd composer remove symfony/mime.
86458b006a composer remove symfony/messenger.
1ca0d1fe93 composer remove symfony/notifier.
5725aaa305 composer remove symfony/mailer.
Compare 8 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-04-01 21:23:48 +03:00
dc683362d7 Ported DataFixtures. composer require doctrine-fixtures-bundle.
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-04-01 21:10:01 +03:00
351bffb298 Moved LICENSE.
312c1617e1 Moved JS/CSS/etc resources from /web to /public.
c908a22d15 Removed useless index.rst.
53028d2577 Removed useless SkobkinPointToolsBundle.
1393e2d53f Ported UserController. Fixed PhpDoc type hinting in SubscriptionEventRepository and UserRepository.
Compare 20 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 23:52:58 +03:00
690b849ca6 Preliminary changes in README.md: Codeship, CodeCov, Total Downloads badges removed.
50d56f0007 Ported PointUrlExtension Twig extension.
Compare 2 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 23:33:20 +03:00
8a9a5028dc Ported SubscriptionsManager.
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 23:22:45 +03:00
ca1fb63604 Ported EventListener\* (without service registration).
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 23:03:11 +03:00
a129130ba1 Removed DependencyInjection dir from old code due to uselessness.
2029adc48d Ported Day DQL extension.
Compare 2 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 22:57:30 +03:00
441fdc06b3 Ported all API DTO's (without serializer configuration).
b7e2cbc630 Ported DailyEvents and TopUserDTO.
fd8161c9e1 Ported AccountFactory.
Compare 3 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-28 22:26:06 +03:00
5e2f8787ae Ported {Comment, File, Post, Tag}Factory. Service\Api\{Post, User}Api modified accordingly.
5afc8d91b4 Ported AbstractFactory, UserFactory.
Compare 2 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-26 17:09:10 +03:00
7c9ee60103 Ported Service\Api\*. Now using symfony/http-client instead of Guzzle. AbstractApi refactored a bit.
4cc4f50e13 Using new bind variables in commands.
8c59f656f6 Creating default Point API HTTP client. Defining default bind by name variables in services.yaml.
d68ae868ae jms/serializer-bundle installed. Probably need to add more configuration later.
64b042bf77 Ported Exceptions\Api\*. Some small optimization.
Compare 11 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-19 19:22:39 +03:00
cd908d33ee Forgotten 'public' modifier added to event classes.
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-19 19:20:20 +03:00
64855c5076 Ported UsersRenamedEvent, UserSubscribersUpdatedEvent.
405b8a9f59 Ported RestoreRemovedUsersCommand.
4cb8e715bf Ported ImportUsersCommand.
Compare 3 commits »
skobkin pushed to symfony6_remake at skobkin/point-tools 2023-03-19 17:43:18 +03:00
3fd76ff0ab Ported Blog\Post entity and repo.
bcc2c609c4 Ported Blog\PostTag entity and repo.
98f3634cf1 Fixing Blog\{Comment, File}::getId() signature.
c5a63a4259 Ported Blog\Tag entity and repo.
fa9a84f2a7 Ported Blog\File entity and repo.
Compare 6 commits »
skobkin created pull request skobkin/point-tools#2 2023-03-12 21:41:20 +03:00
WIP: Symfony 6 project remake