David Ponessa
a3164862d1
Adding scathatheworm as maintainer for pkgutil module ( #30317 )
7 years ago
John R Barker
0a5fc3edf9
Add amuraleedhar to Lenovo ( #30068 )
7 years ago
Sam Doran
36a732be7a
Remove test/: key since it is now empty ( #29660 )
...
Still working out what lables to apply. Labels were removed in a previous PR, and now the bot is upset.
7 years ago
Pilou
6339a27042
Use 'test' label only for test related pull request ( #28956 )
...
Path components of 'file' parent key which are valid GitHub labels
are automatically added to the label list [1]. 'test' is a valid label,
hence 'test' and 'test_pull_requests' were both added.
Fix 3334407c71
[1] 9dd71e881b/ansibullbot/parsers/botmetadata.py (L54)
7 years ago
Pierre-Louis Bonicoli
15fd23c6be
devel is now unfrozen: enable automerge
7 years ago
Pilou
c9f2b931db
Fix GitHub ID case ( #29089 )
7 years ago
Pilou
3334407c71
Add setup for test, docs and packaging labels ( #28926 )
7 years ago
Chris Alfonso
1445a1aae7
Adding new maintainer for zabbix_host module ( #28846 )
7 years ago
jctanner
254327c70d
Add more meta for vmware and ec2 ( #28824 )
...
* Add more meta for vmware and ec2
* Add another string for ec2.py
* more keywords for ec2
7 years ago
hyperized
b3dbd1bca8
Added hyperized to team_rabbitmq ( #28823 )
7 years ago
jctanner
4b4c946b4b
Add more bot meta about inventory scripts ( #28794 )
...
* Add more bot meta about inventory scripts
* Add a key for the botmeta too
7 years ago
Monty Taylor
d548c477c0
Translate openstack inventory from script to plugin
7 years ago
Artem Zinenko
1c958af88b
[28017] Integration tests for win_rabbitmq_plugin ( #28118 )
...
* Check registry to find RabbitMQ installation path
* Integration tests for win_rabbitmq_plugin
* Added himself to BOTMETA.yml
* Skipped running tests on Windows 2008 SP2
7 years ago
jctanner
62e01aecfb
Listify the linode script maintainers ( #28671 )
7 years ago
Joshua Conner
05722dad35
Remove myself as a docker_container maintainer ( #28686 )
...
I haven't been active, and don't use the module anymore to be helpful. Thank you! <3
7 years ago
James Tanner
c3b2a48972
Add missing colon
7 years ago
Monty Taylor
ab204c845d
Mark $team_openstack as owning openstack things
...
All of the OpenStack things should be owned by the openstack team.
dagnello is maintainer of several modules, so add to the team.
7 years ago
Ryan S. Brown
cc802bc883
Update CHANGELOG and botmeta for aws_waf_facts
7 years ago
Ryan S. Brown
c39c782282
[cloud] Update changelog/botmeta for aws_direct_connect_connection module
7 years ago
Ryan S. Brown
a9458ca609
Add aws_direct_connect_link_aggregation_group to changelog
7 years ago
Dag Wieers
b9cee65756
Original author wishes not to be notified by ansibot ( #28447 )
...
And moving maintainers to BOTMETA.yml as well.
7 years ago
Chris Alfonso
bd56e6c9ce
Removing deprecated openswitch modules ( #28397 )
7 years ago
Sam Doran
8e18a2d6ee
Update maintainers for mount.py ( #28362 )
7 years ago
Matt Clay
8e0b5800b7
Miscellaneous ansible-test fixes. ( #28355 )
...
* Include .github in test targets. Fix BOTMETA.yml.
* Include bin in compile tests.
* Exclude links from test targets.
* Include bin in pep8 and pylint tests.
* Fix pep8 and pylint issues in bin dir.
7 years ago
jctanner
83ac480241
Correct the formatting for azure_rm's maintainers ( #28346 )
7 years ago
Kevin Hulquest
67dff61f47
Updating the NetApp team. ( #28291 )
7 years ago
jctanner
b2bbc63ab6
Remove at symbol from botmeta ( #28305 )
7 years ago
Sam Doran
ec8858261d
Update maintainer for pam_limits.py ( #28303 )
...
[skip ci]
7 years ago
jctanner
8a69706037
Add automerge key ( #28220 )
7 years ago
Dag Wieers
1e00f7e56c
Fix indentation
...
Don't use the Github editor :-/
7 years ago
Dag Wieers
6952c0aae9
Add new maintainer for ACI
7 years ago
Jordan Borean
7c59b66802
updated changelog for windows ( #28040 )
7 years ago
Chris Alfonso
63d0ea3d5a
Adding tumbl3w33d as second maintainer of maven_artifact module ( #27769 )
7 years ago
Dylan Silva
8e9b2e5762
added in manageiq team to botmeta ( #27717 )
7 years ago
Dag Wieers
d125520071
imc_rest: Increase default timeout, add elapsed time ( #26743 )
...
The IMC interface can be quite slow depending on the XML fragments used.
So we increase the default timeout to 60 seconds, and return the elapsed
time so it is easier to determine what timeout value makes sense from
earlier runs.
We also renamed **imc_xml** to **imc_rest**, now that we still can.
7 years ago
Sam Doran
477ed3cc96
Add maintainers for Azure dynamic inventory ( #27725 )
7 years ago
Yanis Guenane
d1c51405da
BOTMETA: Add Spredzy as maintainter of modules_utils/crypto.py ( #27691 )
7 years ago
Sloane Hertel
9498b96874
Add linode maintainers for dynamic inventory. ( #27657 )
7 years ago
Andrew Saraceni
435a562630
Rename win_group_member module to win_group_membership ( #27614 )
...
* rename win_group_member to win_group_membership
* adding details to BOTMETA.yml
7 years ago
John R Barker
914b05c622
Tidup and extend all the network maintainers list ( #27551 )
...
* Tidup and extend all the network maintainers list
* Remove double spaces
* Openswitch modules are being removed
* bearychat
* Add label: networking to these files
* Correct format
* Match all ios*
7 years ago
Toshio Kuratomi
976293dff6
The choffman github nick is not the actual author of the rabbitmq module
...
Put the nick in ignored so that they do not get CC'd on every ticket for
that module
7 years ago
Dag Wieers
97aaf103e8
ACI module_utils library for ACI modules ( #27070 )
...
* ACI module_utils library for ACI modules
This PR includes:
- the ACI argument_spec
- an aci_login function
- an experimental aci_request function
- an aci_response function
- included the ACI team
* New prototype using ACIModule
This PR includes:
- A new ACIModule object with various useful methods
7 years ago
Paul Seiffert
499cc8f0d9
Remove author from list of iam maintainers
7 years ago
Anthony Bond
98e2d37c45
Restore Digital Ocean module maintainer that was in maintainer.txt
7 years ago
Ryan S. Brown
8daeea014a
Add maintainer for gce_labels module
7 years ago
Philippe Dellaert
12766571e9
Adding maintainer for nuage modules ( #27265 )
7 years ago
Jordan Borean
c9b474cb33
Added new module info to bot meta and changelog ( #27148 )
7 years ago
Hans-Joachim Kliemeck
f58a0cb2b9
remove author due to inactivity
7 years ago
Dag Wieers
2b4a8095e9
Simplify XML error-handling and typo ( #26929 )
...
This PR fixes:
- A typo in the aci_login function
- Improve (XML) error-handling
- Rename status_code back to status
7 years ago
Tim Rupp
229acfcee2
Updates botmeta to make F5 maintain their modules ( #26907 )
...
Updating the metadata file so that customers no longer need
to be called out when an F5 change is made
7 years ago