Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add LinksTo Property #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

octfx
Copy link

@octfx octfx commented Jun 24, 2023

This PR adds a new Links to property that records pages to which a page links.

The namespaces where this property is allowed to be active can be configured using $sespgLinksToEnabledNamespaces.

Example:
$sespgLinksToEnabledNamespaces = [ 10, 838 ]; would activate the Links to property only on Template and Module namespaces.

This PR includes:

  • Tests (unit)
  • CI build passed

image

data/definitions.json Outdated Show resolved Hide resolved
@octfx octfx force-pushed the master branch 2 times, most recently from 939e19e to 54b768f Compare June 25, 2023 08:23
@codecov-commenter
Copy link

Codecov Report

Merging #216 (3fc38c6) into master (b5af401) will decrease coverage by 1.24%.
The diff coverage is 54.28%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##             master     #216      +/-   ##
============================================
- Coverage     91.42%   90.19%   -1.24%     
- Complexity      357      368      +11     
============================================
  Files            35       36       +1     
  Lines          1015     1050      +35     
============================================
+ Hits            928      947      +19     
- Misses           87      103      +16     
Impacted Files Coverage Δ
...rc/PropertyAnnotators/LinksToPropertyAnnotator.php 54.28% <54.28%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants