Opened 3 years ago

Closed 3 years ago

#32233 closed Cleanup/optimization (fixed)

Clean-up duplicate connection functionality.

Reported by: Mariusz Felisiak Owned by: Florian Apolloner
Component: Core (Other) Version: 3.1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Database and cache connections functionalities could share the same hooks.

Proposed by Florian Apolloner.

Change History (6)

comment:1 by Mariusz Felisiak, 3 years ago

comment:2 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:3 by Mariusz Felisiak, 3 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In 30f2d1af:

Refs #32233 -- Added tests for nonexistent cache and databases aliases.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In 0f00560d:

Refs #32233 -- Added tests for nonexistent cache backend.

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 98e05ccd:

Fixed #32233 -- Cleaned-up duplicate connection functionality.

Note: See TracTickets for help on using tickets.
Back to Top