summaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump devel to 2.19 (#83985)Matt Davis2024-09-241-0/+1
|
* Update communication links for the forum (#83862)Don Naro2024-09-165-30/+36
| | | | | | | | | | | * update communication details in README * update comms details in contributing * update comms details in issue templates * add link to contributors guide * point to devel for comms
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-2/+2
| | | Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* pymarkdown: update docs (#83150)Abhijeet Kasurde2024-05-061-5/+10
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Bump devel to 2.18.0.dev0 (#82934)Matt Martz2024-04-021-0/+1
| | | | | * Bump devel to 2.18.0.dev0 * Add ignores for 2.18 deprecations
* Split the unified PR template into few (#82734)Sviatoslav Sydorenko (Святослав Сидоренко)2024-03-077-25/+105
| | | Ref: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-232-2/+2
| | | Fixes #81728
* Add DCO and update CONTRIBUTING.md (#82105)Greg "Gwmngilfen" Sutcliffe2023-11-271-2/+47
|
* bump devel to 2.17.0.dev0 (#81712)Matt Martz2023-09-181-0/+1
|
* Update bot link in the GH templates (#81390)Martin Krizek2023-08-034-7/+3
| | | | Also remove "Component Name" section from the PR template as components are automatically detected by the bot from the list of changed files.
* Remove BOTMETA.yml and sanity tests for it (#81198)Martin Krizek2023-07-141-137/+0
|
* Revert "define code owners to support branch-protection rules on docs ↵Matt Clay2023-07-121-3/+0
| | | | | (#81041)" (#81228) This reverts commit 91177623581490af0455307f6c8e26312b04b4a0.
* Add pymarkdown sanity test for core (#81220)Matt Clay2023-07-111-0/+6
| | | | | | | * Clean up markdown * Add pymarkdown sanity test for core * Update unit test SHA
* Remove `docs` and `examples` directories (#81011)Matt Clay2023-07-111-14/+0
| | | | | | | | | | | | | | | | | | | | | * Remove docs dir * Updates to reflect docs removal * Fix integration test * Remove examples dir * Updates to reflect examples removal * Remove build_library and build-ansible.py * Remove refs to build_library and build-ansible.py * Remove obsolete template * Remove obsolete template reference * Remove the now obsolete rstcheck sanity test
* fix doc report template (#81202)Don Naro2023-07-101-17/+26
| | | | | | | | | | | * fix doc report template * Update .github/ISSUE_TEMPLATE/documentation_report.yml Co-authored-by: Sandra McCann <samccann@redhat.com> --------- Co-authored-by: Sandra McCann <samccann@redhat.com>
* Add multirepo tip to doc issue report (#81140)Don Naro2023-07-101-15/+17
|
* Simplify release name tracking and testing (#81151)Matt Clay2023-06-292-18/+17
| | | Convert the release names list from YAML to plain text, removing the need for YAML parsing in the sanity test.
* define code owners to support branch-protection rules on docs (#81041)Matt Davis2023-06-121-0/+3
| | | * during interim docs/ (and related dirs) split to separate repo, prevent merges that might require a rebase of the target repo
* bump devel to 2.16.0.dev0 (#80390)Matt Davis2023-04-041-0/+1
|
* Fix spelling of "triple" in Issue Templates (#79628)Bobby Wertman2022-12-272-5/+5
|
* Bump devel to 2.15.0.dev0 (#78817)Matt Martz2022-09-201-0/+1
|
* added note to omit -t all (#77956)Brian Coca2022-06-022-4/+8
|
* Update config dumping info to include 'all info' (#77802)Brian Coca2022-05-172-6/+6
|
* Start of 2.14 development cycle. (#77378)Matt Clay2022-03-291-0/+1
| | | | | | | * Delete old changelog fragments. * Add 2.14 changelog stub. * Add porting guide. * Update version and codename. * Add temporary deprecated version ignores.
* update Edit on Github hint (#76341)Sandra McCann2021-11-221-1/+1
|
* bump devel to 2.13 (#75833)Matt Davis2021-09-301-0/+1
|
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-131-3/+3
| | | | | | | | | | | | | | | * Update paths to match relocated files. * Update ansible-test symlink paths. * Update path classification. * Update MANIFEST.in * Update sanity test context paths. * Update sanity ignores. * Update shebang sanity test. * Update configure-remoting-ps1 sanity test. * Update BOTMETA.yml to reflect new paths. * Update paths in collection loader comments. * Update Makefile for ansible-test. * Update docs. * Add changelog fragment.
* Fix links to the collections org in doc & FR formsSviatoslav Sydorenko2021-04-132-2/+2
|
* 📝 Make issue forms verbose and helpful (#74185)Sviatoslav Sydorenko2021-04-133-27/+335
| | | | Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Sloane Hertel <shertel@redhat.com>
* Use `render` for code blocks in issue formsSviatoslav Sydorenko2021-04-062-23/+48
|
* Drop deprecated `issue_body` from issue formsSviatoslav Sydorenko2021-04-063-19/+14
| | | | | This change removes the deprecated attribute and also adds an explicit textarea at the end of the docs report form to replace it.
* Add CoC checkboxes to the issue formsSviatoslav Sydorenko2021-04-063-0/+42
|
* prep for 2.12 version bump (#74126)Rick Elrod2021-04-051-0/+1
| | | | | | * prep for 2.12 * Add 2.12 deprecations and sort ignore.txt list. Signed-off-by: Rick Elrod <rick@elrod.me>
* Unify additional info + WYSIWYG as optional input in the documentation ↵Sviatoslav Sydorenko2021-03-091-10/+4
| | | | report issue form (#73796)
* feature_request: Component Name (#73787)John R Barker2021-03-041-1/+1
| | | Typo in name results in Bot shouting
* Convert markdown issue templates into issue forms (#73751)Sviatoslav Sydorenko2021-03-037-118/+291
| | | | | | | | | | | | | * Convert markdown issue templates into issue forms * Limit allowed issues to the form based ones * Title-case the form field labels Co-authored-by: John R Barker <john@johnrbarker.com> * Remove CoC checkboxes from the forms Co-authored-by: John R Barker <john@johnrbarker.com>
* .github/BOTMETA.yml: cleanup (#73652)Martin Krizek2021-03-021-30158/+77
| | | | Remove anything that is not in ansible/ansible as issues/PRs with those components will be auto-closed anyway.
* Remove shippable.ymlMatt Clay2020-12-071-2/+0
|
* Remove myself from suse-team in BOTMETA (#72827)Thomas Bechtold2020-12-031-1/+1
|
* update team_azure membership (#72653)Matt Davis2020-11-181-2/+2
| | | * remove/ignore haroldwongms at his request
* Enable auto-closing needs_collection_redirect issues/PRs (#71179)Martin Krizek2020-08-121-1/+1
|
* remove jose-delarosa - new job (#70884)Bill Dodd2020-07-281-1/+1
|
* Modernize GitHub pull-request template (#70787)Rick Elrod2020-07-211-1/+1
| | | | | | | | | Change: - Remove "New Module Pull Request" since we're not taking new modules in ansible/ansible - Add "Tests Pull Request" to use for things like adding coverage that aren't bugfixes. Signed-off-by: Rick Elrod <rick@elrod.me>
* bot: remove from team (#70637)DenBeke2020-07-141-1/+1
|
* Updated infini* redirects to transition to infinidat collection (#70565)ekaulberg2020-07-101-9/+8
|
* Migrating MySQL to community.mysql (#70523)Ben Mildren2020-07-091-88/+92
| | | | | | | * Migrating MySQL to community.mysql * Removed aliases to fix yaml linting Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
* DigitalOcean content has been moved to community.digitalocean. (#70483)Felix Fontein2020-07-071-44/+44
|
* migrating ProxySQL to community.proxysql (#70490)Ben Mildren2020-07-071-9/+11
| | | | | | | * migrating ProxySQL to community.proxysql * Removed remaining ProxySQL ref to community.general Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
* botmeta: exoscale migrated to ngine_io.exoscale (#70095)René Moser2020-07-031-3/+3
| | | | | | | | | | | * botmeta: exoscale migrated to ngine_io.exoscale * botmeta: exoscale: add missing migrations * Update lib/ansible/config/ansible_builtin_runtime.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
* botmeta: vultr migrated to ngine_io.vultr (#68916)René Moser2020-07-031-111/+111
|