Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sofascore/purgatory-bundle issues and pull requests

#65 - Automatic purge for OneToMany/ManyToMany relations

Issue - State: open - Opened by Brajk19 7 months ago

#64 - Skip entities with null properties when generating URL

Issue - State: open - Opened by Brajk19 7 months ago

#63 - Allow using expressions with PurgeOn attribute

Issue - State: open - Opened by Brajk19 7 months ago

#62 - Refator EntityChangeListener to use tagged sevices

Issue - State: open - Opened by Brajk19 7 months ago

#61 - Allow doctrine/annotations v2

Pull Request - State: closed - Opened by HypeMC over 1 year ago - 1 comment

#60 - Don't use ControllerResolver

Pull Request - State: closed - Opened by HypeMC over 1 year ago

#59 - Make ExpressionLanguage an optional dep

Issue - State: open - Opened by HypeMC over 1 year ago

#58 - Subscribe to field defined by serialization groups

Issue - State: open - Opened by HypeMC over 1 year ago

#57 - Move serializer to require dev, add Doctrine bundle

Pull Request - State: closed - Opened by HypeMC over 1 year ago - 1 comment

#56 - Remove redundant PHP version check

Pull Request - State: closed - Opened by HypeMC over 1 year ago

#55 - Improve CI & add CS fixer

Pull Request - State: closed - Opened by HypeMC over 1 year ago - 1 comment

#54 - Update namespace, reorganize folders, rename package

Pull Request - State: closed - Opened by HypeMC over 1 year ago - 1 comment

#53 - Add cs-fixer

Issue - State: closed - Opened by lskupnjak over 1 year ago

#52 - Refactor to better folder structure

Issue - State: closed - Opened by lskupnjak over 1 year ago
Labels: priority-high

#51 - Enable definition of custom logic for PurgeOn

Issue - State: open - Opened by lskupnjak over 1 year ago

#50 - Wait for the final flush to purge routes

Issue - State: open - Opened by lskupnjak over 1 year ago
Labels: priority-high

#49 - Decouple Purgatory from Doctrine annotations

Issue - State: open - Opened by lskupnjak over 1 year ago
Labels: priority-high

#48 - Add support for Symfony 6; Drop support for Symfony 4

Pull Request - State: closed - Opened by Brajk19 almost 2 years ago - 1 comment

#47 - Fix namespaces in tests & exclude from exports

Pull Request - State: closed - Opened by HypeMC almost 2 years ago - 1 comment

#46 - [Command:Debug] Fix dumping of only one element

Pull Request - State: closed - Opened by zlatkoverk about 2 years ago - 1 comment

#45 - Debug command doesn't work well with arrays

Issue - State: closed - Opened by lskupnjak over 2 years ago - 1 comment

#44 - Add missing iterator return type-hint

Pull Request - State: closed - Opened by spideyfusion almost 3 years ago - 1 comment

#43 - Support Laravel

Issue - State: open - Opened by shule727 almost 3 years ago

#42 - Add support for purging localized routes

Issue - State: closed - Opened by shule727 almost 3 years ago - 1 comment

#41 - Resolvable placeholders in parameters that can expand

Issue - State: open - Opened by shule727 about 3 years ago

#40 - Use serialization groups for triggering purge

Issue - State: open - Opened by shule727 about 3 years ago

#39 - Add support for several popular cache backends

Issue - State: open - Opened by shule727 about 3 years ago

#38 - Update README.md

Pull Request - State: closed - Opened by shule727 about 3 years ago - 1 comment

#37 - Expand documenation

Issue - State: closed - Opened by shule727 about 3 years ago

#36 - Support for optional url parameters

Issue - State: open - Opened by zlatkoverk about 3 years ago

#35 - Define null purger service

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#34 - [Purgers] Add no action purger

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#33 - Implementation of purger that does not purge anything

Issue - State: closed - Opened by zlatkoverk about 3 years ago

#32 - CI pipeline improvements

Issue - State: closed - Opened by zlatkoverk about 3 years ago
Labels: priority-high

#31 - Functional tests

Issue - State: open - Opened by zlatkoverk about 3 years ago

#30 - Purge old url if entity property is change

Issue - State: open - Opened by jstuhli about 3 years ago

#29 - [DebugCommand] Print parameter name which is mapped to property, add examples to readme

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#28 - [Docs] Explain custom purger

Pull Request - State: closed - Opened by jstuhli about 3 years ago - 1 comment

#27 - Dont track coverage on some classes

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#26 - Initial Readme

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#25 - [CompilerPass:Tests] Added Compiler Pass tests

Pull Request - State: closed - Opened by Vorta about 3 years ago - 1 comment

#24 - [AnnotationsLoader:Tests] Added Subscription tests

Pull Request - State: closed - Opened by Vorta about 3 years ago - 1 comment

#23 - [Extension] Remove purger from container in compiler pass

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#22 - Check for existence of Cache Store dependency

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#21 - Implement symfony purger

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#20 - [Purgatory] Test getRoutesToPurge

Pull Request - State: closed - Opened by shule727 about 3 years ago - 1 comment

#19 - [AnnotationsLoader] Test primitive values annotations loading

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#18 - Rename annotation/attribute SubscribeTo to PurgeOn

Pull Request - State: closed - Opened by matkomat about 3 years ago - 1 comment

#17 - [AnnotationsLoader] Support for PHP8 attributes

Pull Request - State: closed - Opened by matkomat about 3 years ago - 1 comment

#16 - [Annotations] Remove unused annotation parameters

Pull Request - State: closed - Opened by matkomat about 3 years ago - 1 comment

#15 - Use stock Symfony event listener for entity changes

Pull Request - State: closed - Opened by spideyfusion about 3 years ago - 1 comment

#14 - [GitHub] Request reviewers automatically

Pull Request - State: closed - Opened by shule727 about 3 years ago - 1 comment

#13 - Migrate to PHP service configuration format

Pull Request - State: closed - Opened by spideyfusion about 3 years ago - 1 comment

#12 - [Command:Debug] Initial version of debug command

Pull Request - State: closed - Opened by matkomat about 3 years ago - 1 comment

#11 - [CacheRefresh] Class refactor

Pull Request - State: closed - Opened by shule727 about 3 years ago - 1 comment

#10 - [CI] Use GitHub runners

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#9 - [AnnotationsLoader] Fix Properties annotation parsing

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#8 - [Composer] Removed symfony/symfony dependency

Pull Request - State: closed - Opened by Vorta about 3 years ago - 1 comment

#7 - Add development Docker image

Pull Request - State: closed - Opened by spideyfusion about 3 years ago - 1 comment

#6 - [CacheRefresh] Route tag - refresh specified route

Pull Request - State: closed - Opened by zlatkoverk about 3 years ago - 1 comment

#5 - [Symfony] Adjustments for Symfony 5 support

Pull Request - State: closed - Opened by Vorta over 3 years ago

#4 - [Namespace] Rename CacheRefresh to Purgatory

Pull Request - State: closed - Opened by shule727 over 3 years ago

#3 - [CodeStyle] Declared properties, return types and method arguments

Pull Request - State: closed - Opened by plantas over 3 years ago - 1 comment

#2 - [CI] Add psalm check

Pull Request - State: closed - Opened by zlatkoverk over 3 years ago

#1 - [Listener:EntityChange] Remove dependency on sofa abstract listener

Pull Request - State: closed - Opened by zlatkoverk over 3 years ago