Opened 7 years ago

Closed 7 years ago

#27612 closed Cleanup/optimization (fixed)

Add a check that URL instance namespaces are unique across a project

Reported by: Tim Graham Owned by: Andrew Nester
Component: Core (System checks) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As Marten suggested in ticket:27597#comment:4, "it may be a good idea to add a system check that checks if instance namespaces are indeed unique across the project."

Change History (5)

comment:1 by Andrew Nester, 7 years ago

Owner: changed from nobody to Andrew Nester
Status: newassigned

I've just added pull request for this new check PR

comment:2 by Andrew Nester, 7 years ago

Has patch: set

comment:3 by Marten Kenbeek, 7 years ago

Needs documentation: set
Patch needs improvement: set

I've left some comments on the PR.

comment:4 by Andrew Nester, 7 years ago

Needs documentation: unset
Patch needs improvement: unset

I updated pull request according to requested changes and added documentation for new check

comment:5 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 24fa728a:

Fixed #27612 -- Added a check for duplicate URL instance namespaces.

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