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 CLI config:get and config:delete #17956

Merged
merged 27 commits into from Sep 15, 2021
Merged

Add CLI config:get and config:delete #17956

merged 27 commits into from Sep 15, 2021

Conversation

mwithheld
Copy link
Contributor

@mwithheld mwithheld commented Sep 3, 2021

Description:

Issue #16576 Add logic to CLI for config:delete and config:get

Review

@sgiehl sgiehl added the Needs Review PRs that need a code review label Sep 3, 2021
@sgiehl sgiehl linked an issue Sep 3, 2021 that may be closed by this pull request
@sgiehl sgiehl added this to the 4.5.0 milestone Sep 3, 2021
Copy link
Member

@sgiehl sgiehl left a comment

Choose a reason for hiding this comment

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

@mwithheld Thanks for creating this pull request. I did a review and left a couple of comments. Would be nice if you have some time to apply that

plugins/CoreAdminHome/Commands/ConfigDelete.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigDelete.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigDelete.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigDelete.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigDelete.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigGet.php Outdated Show resolved Hide resolved
plugins/CoreAdminHome/Commands/ConfigGet.php Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

This issue is in "needs review" but there has been no activity for 7 days. ping @matomo-org/core-reviewers

@github-actions github-actions bot added the Stale The label used by the Close Stale Issues action label Sep 15, 2021
@sgiehl sgiehl removed the Stale The label used by the Close Stale Issues action label Sep 15, 2021
…eTest.php to plugins/CoreAdminHome/tests/Integration/Commands/ConfigDeleteTest.php
…st.php to plugins/CoreAdminHome/tests/Integration/Commands/ConfigGetTest.php
…st.php to plugins/CoreAdminHome/tests/Integration/Commands/SetConfigTest.php
Copy link
Member

@sgiehl sgiehl left a comment

Choose a reason for hiding this comment

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

Thanks again @mwithheld for applying the changes. I've added some last fixes and now it should be good to merge 🎉

@sgiehl sgiehl merged commit d021533 into matomo-org:4.x-dev Sep 15, 2021
@mwithheld mwithheld deleted the 16576 branch September 15, 2021 19:15
@mwithheld mwithheld restored the 16576 branch September 16, 2021 17:53
@mwithheld mwithheld deleted the 16576 branch September 16, 2021 23:32
@justinvelluppillai justinvelluppillai added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New console command config:delete to delete a key
3 participants