Skip to content

Add bulk create attribute function#581

Merged
abnegate merged 7 commits intomainfrom
feat-create-attributes
May 13, 2025
Merged

Add bulk create attribute function#581
abnegate merged 7 commits intomainfrom
feat-create-attributes

Conversation

@abnegate
Copy link
Copy Markdown
Member

@abnegate abnegate commented May 13, 2025

  • Add bulk create attributes function

Comment thread phpunit.xml
Comment on lines -19 to -28
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src/</directory>
<directory suffix=".php">./tests/</directory>
</include>
<report>
<clover outputFile="tmp/clover.xml"/>
<html outputDirectory="tmp/coverage"/>
</report>
</coverage>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We're not using this because of split CI tests, but the report generation still happens, which slows tests down.

Comment thread composer.json
Comment on lines -59 to +60
"php-http/discovery": true,
"tbachert/spi": true
"php-http/discovery": false,
"tbachert/spi": false
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Don't know why these were enabled here, they're a transitive dependency, we don't need them

@abnegate abnegate requested a review from fogelito May 13, 2025 05:51
Comment thread src/Database/Database.php
@abnegate abnegate merged commit 92f067f into main May 13, 2025
25 of 26 checks passed
@abnegate abnegate deleted the feat-create-attributes branch May 13, 2025 08:26
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