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

Add initial functionality and tests #1

Merged
merged 15 commits into from
Jun 28, 2022
Merged

Add initial functionality and tests #1

merged 15 commits into from
Jun 28, 2022

Conversation

dlh01
Copy link
Member

@dlh01 dlh01 commented May 20, 2022

Summary

As titled.

Notes for reviewers

Tests are expected to fail on multisite runs pending the next release of https://github.com/mantle-framework/testkit.

Changelog entries

Added

  • Initial release.

Changed

Deprecated

Removed

Fixed

Security

Copy link
Contributor

@montchr montchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fun stuff 😸 Nice to see these old friends again.

I'm going to guess that a bunch of my comments refer to template boilerplate, so point me in the right direction if that is the case 🙃

strategy:
fail-fast: true
matrix:
php: [8.1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No 8.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To my knowledge, Composer config validation depend on the PHP version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gah: Composer config validation doesn't depend on the PHP version

.github/workflows/cs.yml Show resolved Hide resolved
.github/workflows/tests.yml Show resolved Hide resolved
MYSQL_ALLOW_EMPTY_PASSWORD: yes
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: |
--health-cmd="mysqladmin ping" \
--health-interval=10s \
--health-timeout=5s \
--health-retries=3

.github/workflows/tests.yml Show resolved Hide resolved
src/Alley/WP/find-result.php Show resolved Hide resolved
Comment on lines +2 to +10
/**
* Class file for Noop
*
* (c) Alley <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package wp-find-one
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/**
* Class file for Noop
*
* (c) Alley <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package wp-find-one
/**
* Class file for Noop
*
* Copyright (c) 2022, Alley and the Find One contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package wp-find-one

Comment on lines +5 to +6
* (c) Alley <[email protected]>
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* (c) Alley <[email protected]>
*
* Copyright (c) 2022, Alley and the Find One contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*

Comment on lines +5 to +6
* (c) Alley <[email protected]>
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* (c) Alley <[email protected]>
*
* Copyright (c) 2022, Alley and the Find One contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*

Comment on lines +5 to +6
* (c) Alley <[email protected]>
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* (c) Alley <[email protected]>
*
* Copyright (c) 2022, Alley and the Find One contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*

@dlh01
Copy link
Member Author

dlh01 commented Jun 28, 2022

I'm going to proceed knowing that the question of documenting the license is unresolved (here and on other repos). @montchr, please feel free to open issues here in GitHub for anything else you'd like to discuss!

@dlh01 dlh01 merged commit c75710d into main Jun 28, 2022
@dlh01 dlh01 deleted the 1.0 branch June 28, 2022 18:46
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.

2 participants