Skip to content

Fix label page search status filtering#247

Merged
lipkau merged 8 commits into
masterfrom
issue-213
May 29, 2026
Merged

Fix label page search status filtering#247
lipkau merged 8 commits into
masterfrom
issue-213

Conversation

@lipkau
Copy link
Copy Markdown
Member

@lipkau lipkau commented May 28, 2026

Summary

  • filter Get-ConfluencePage -Label results to current pages only
  • add unit coverage for trashed and archived label-search results
  • add integration coverage in the existing Remove-ConfluencePage lifecycle to verify a deleted labeled page is no longer returned by label search
  • tolerate transient server-info lookup failures during attachment downloads by falling back to API host detection
  • update the changelog for Delete pages still show up in get-confluencepage with pagelabel #213

Fixes #213

Validation

  • pwsh -NoLogo -NonInteractive -NoProfile -Command "Set-Location '/Users/LIO2MU/projects/AtlassianPS/agents/issue-213/ConfluencePS'; Invoke-Build -Task Lint; Invoke-Pester -Path 'Tests/Functions/Get-Page.Tests.ps1', 'Tests/Functions/Get-AttachmentFile.Tests.ps1'"
  • pwsh -NoLogo -NonInteractive -NoProfile -Command "Set-Location '/Users/LIO2MU/projects/AtlassianPS/agents/issue-213/ConfluencePS'; Invoke-Build -Task Build, Test"
  • Cloud integration is validated by GitHub Actions. Local Cloud integration is blocked because CONFLUENCE_CLOUD_URL, ATLASSIAN_CLOUD_USER, and ATLASSIAN_CLOUD_PAT are not configured in this worktree.

@lipkau lipkau force-pushed the issue-213 branch 3 times, most recently from 558ed15 to 6bfa3d0 Compare May 29, 2026 09:20
@lipkau lipkau merged commit 0be4504 into master May 29, 2026
8 checks passed
@lipkau lipkau deleted the issue-213 branch May 29, 2026 12:41
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.

Delete pages still show up in get-confluencepage with pagelabel

1 participant