Skip to content

Conversation

@rwagner00
Copy link
Contributor

@rwagner00 rwagner00 commented Nov 21, 2023

This PR updates the auth issue that was reported. It also updates the Behat tests so that they're passing using the latest pantheon-wordpress-upstream-tests (which involved updating the child theme created in the behat-prepare script). I've also added more verbose logging during behat-prepare so we have a better idea of what's going on since this behat-prepare differs from most of our other repositories.

@rwagner00 rwagner00 requested a review from a team as a code owner November 21, 2023 20:56
this is always going to point to the parent theme, so it's better for the stylesheet name to be something generic rather than something outdated
because this prepare script differs from most of our other behat-prepare scripts, let's be more explicit about the steps so we know what it's doing when we look back at this in six+ months
@jazzsequence jazzsequence changed the base branch from master to develop November 22, 2023 21:19
@jazzsequence jazzsequence merged commit 5ca7ac4 into develop Nov 22, 2023
@jazzsequence jazzsequence deleted the BUGS-7135-Auth branch November 22, 2023 21:37
@jazzsequence jazzsequence mentioned this pull request Nov 27, 2023
msalle pushed a commit to msalle/wp-saml-auth that referenced this pull request Jun 18, 2025
…_2.1.4

* Add pantheon-wp-coding-standards (pantheon-systems#339)

* add our coding standard

* run phpcbf

* updates the ruleset name to be less generic

* add rule exclusions in specific files

* bump the php test version

* remove excluded squiz rule
we're handling that inside Pantheon-WP

* manual rule exclusions

* use wp_kses to sanitize output

* validate & sanitize PHP superclobal

* set lint php version to 8.0

* Bump symfony/filesystem from 5.4.21 to 5.4.23 (pantheon-systems#341)

Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.21 to 5.4.23.
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/6.2/CHANGELOG.md)
- [Commits](symfony/filesystem@v5.4.21...v5.4.23)

---
updated-dependencies:
- dependency-name: symfony/filesystem
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CONTRIBUTING.md

* fixup changelog and prepare 2.1.4-dev

* Bump yoast/phpunit-polyfills from 1.0.5 to 2.0.0 (pantheon-systems#343)

* Bump yoast/phpunit-polyfills from 1.0.5 to 2.0.0

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.5 to 2.0.0.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@1.0.5...2.0.0)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phil Tyler <[email protected]>

* Bump symfony/filesystem from 5.4.23 to 5.4.25

Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.4.23 to 5.4.25.
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/6.3/CHANGELOG.md)
- [Commits](symfony/filesystem@v5.4.23...v5.4.25)

---
updated-dependencies:
- dependency-name: symfony/filesystem
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* add the wporg-validator action (pantheon-systems#350)

* add the wporg-validator action

* updates changelog

* Fix Readme.md spacing and add linting to ensure it remains (pantheon-systems#355)

* Fix typo in the label for the certificate path (pantheon-systems#352)

* [CMSP-519] Tested up to WordPress 6.3 (pantheon-systems#354)

* Update changelog and CONTRIBUTING (pantheon-systems#356)

* [CMSP-668] Update to latest Pantheon WP Coding Standard (pantheon-systems#357)

* use latest pantheon wp coding standards

* linting fixes

* bump lockfile

* update changelog

* fix readme

* [BUGS-7135]: Updates code to resolve auth issue. (pantheon-systems#359)

* [BUGS-7135]: Updates code to resolve auth issue.

* if wp login not permitted, force saml auth

* run phpcbf for easy lint fixes

* bump dependencies

* don't activate a non-existant theme

* change the parent theme

* restore the theme to activate back to the custom one

* rename the theme styles
this is always going to point to the parent theme, so it's better for the stylesheet name to be something generic rather than something outdated

* update element that contains the page title

* be more verbose in our logging
because this prepare script differs from most of our other behat-prepare scripts, let's be more explicit about the steps so we know what it's doing when we look back at this in six+ months

* fix CAPSLOCK

* use the lint-test GHA to run linting

* remove the :

---------

Co-authored-by: Ryan Wagner <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>

* [CMSP-480] mVDP Readme Update (pantheon-systems#349)

* adds Patchstack info to readme(s)

* update changelog

* bump version to 2.1.4

* update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phil Tyler <[email protected]>
Co-authored-by: J Ryan Wagner <[email protected]>
Co-authored-by: mscherer <[email protected]>
Co-authored-by: Ryan Wagner <[email protected]>
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.

3 participants