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

luks_device: ansibot wasn't able to extract author #62464

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

pilou-
Copy link
Contributor

@pilou- pilou- commented Sep 17, 2019

SUMMARY

Ansibullbot ignores lines without author or dash

The following command allows to check that no other module is impacted:

rgrep -A1 -P "^author:[[:space:]]*$" lib/ansible/modules/ |grep -P "\.py-[[:space:]]*[^-][[:space:]A-Za-z\"'@()]+$" -B1

It would be better to improve Ansibullbot in order to handle this formatting but an update recently ignored it (ansible/ansibullbot#1106), hence this proposal.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

luks_device

Ansibullbot ignores lines without 'author' or dash [1].

The following command allows to check that no other module is impacted:

    rgrep -A1 -P "^author:[[:space:]]*$" lib/ansible/modules/ |grep -P "\.py-[[:space:]]*[^-][[:space:]A-Za-z\"'@()]+$" -B1

Related: ansible/ansibullbot#1106.

[1] https://github.com/ansible/ansibullbot/blob/02ae638641c0ac9d6331b768592eeaac446fa80d/ansibullbot/utils/moduletools.py#L828
@ansibot
Copy link
Contributor

ansibot commented Sep 17, 2019

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 community_review In order to be merged, this PR must follow the community review workflow. crypto Crypto community (ACME, openssl, letsencrypt) docs This issue/PR relates to or includes documentation. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Sep 17, 2019
Copy link
Contributor

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

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

Thanks for spotting this!

LGTM

@ansibot ansibot added automerge This PR was automatically merged by ansibot. shipit This PR is ready to be merged by Core and removed community_review In order to be merged, this PR must follow the community review workflow. needs_triage Needs a first human triage before being processed. labels Sep 18, 2019
@ansibot ansibot merged commit e51fa5c into ansible:devel Sep 18, 2019
@felixfontein
Copy link
Contributor

I think there's no need to backport this since the author is showing fine in the generated docs (https://docs.ansible.com/ansible/latest/modules/luks_device_module.html#authors).

@pilou- pilou- deleted the luks_device_metadata_author branch September 18, 2019 07:28
anas-shami pushed a commit to anas-shami/ansible that referenced this pull request Sep 23, 2019
Ansibullbot ignores lines without 'author' or dash [1].

The following command allows to check that no other module is impacted:

    rgrep -A1 -P "^author:[[:space:]]*$" lib/ansible/modules/ |grep -P "\.py-[[:space:]]*[^-][[:space:]A-Za-z\"'@()]+$" -B1

Related: ansible/ansibullbot#1106.

[1] https://github.com/ansible/ansibullbot/blob/02ae638641c0ac9d6331b768592eeaac446fa80d/ansibullbot/utils/moduletools.py#L828
@ansible ansible locked and limited conversation to collaborators Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 automerge This PR was automatically merged by ansibot. crypto Crypto community (ACME, openssl, letsencrypt) docs This issue/PR relates to or includes documentation. module This issue/PR relates to a module. shipit This PR is ready to be merged by Core small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants