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

feat(decl): rename declarative commands namespace to suite #283

Merged

Conversation

ekoops
Copy link
Contributor

@ekoops ekoops commented Feb 26, 2025

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind bug

/kind cleanup

/kind documentation

/kind tests

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area commands

/area pkg

/area events

What this PR does / why we need it:

This PR renames the declarative commands namespace to the more suitable suite.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Copy link
Member

@alacuku alacuku left a comment

Choose a reason for hiding this comment

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

/lgtm

@poiana
Copy link

poiana commented Feb 26, 2025

LGTM label has been added.

Git tree hash: 03597e7ec0860aa47864eff57dfc1e2953238355

@poiana
Copy link

poiana commented Feb 26, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alacuku, ekoops

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana merged commit 0634688 into falcosecurity:main Feb 26, 2025
6 checks passed
Copy link
Member

@leogr leogr left a comment

Choose a reason for hiding this comment

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

just nits!

@@ -13,6 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package config provides the implementation of Config, the configuration shared among declarative commands. Among
// other shared settings, it also stores the values of the shared flags.
// Package config provides the implementation of Config, the configuration shared among suite commands. Among other
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Package config provides the implementation of Config, the configuration shared among suite commands. Among other
// Package config provides the implementation of Config, the configuration shared among suite-related commands. Among other

Comment on lines +31 to +32
Short: "Manage everything related to test suites",
Long: "Manage everything related to test suites",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Short: "Manage everything related to test suites",
Long: "Manage everything related to test suites",
Short: "Manage test suites described via YAML files",
Long: "Provide sub-commands to work with test suites described via YAML files",

@ekoops ekoops deleted the ekoops/rename-declarative-to-suite branch March 7, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants