| Commit message (Expand) | Author | Age | Files | Lines |
* | Make lookup plugins return lists to fix failures (#15625) | Alan Rominger | 2024-11-12 | 2 | -4/+4 |
* | Replaced all references of downstream docs to upstream docs (#15388) | TVo | 2024-07-24 | 1 | -1/+1 |
* | Schedule rruleset fix related #13446 (#13611) | Kevin Pavon | 2023-08-16 | 1 | -1/+1 |
* | Follow suggestion from comment, split if NOT list | Alan Rominger | 2023-02-23 | 1 | -0/+1 |
* | Follow suggestion from comment, split if NOT list | Alan Rominger | 2023-02-23 | 1 | -2/+3 |
* | Fix error for byweekday in schedule_rruleset | npithonDR | 2023-02-09 | 1 | -2/+1 |
* | Fix syntax bug that came from fixing sanity tests (#13473) | Alan Rominger | 2023-01-31 | 1 | -28/+28 |
* | Run collection sanity tests in CI (#13356) | Alan Rominger | 2022-12-20 | 3 | -8/+9 |
* | Fix lookup plugins sanity (#13238) | Jake Jackson | 2022-12-15 | 2 | -71/+74 |
* | fix typo | Manas Maiti | 2022-12-12 | 1 | -1/+1 |
* | Modifying schedules API to allow for rrulesets #5733 (#12043) | John Westcott IV | 2022-04-28 | 1 | -0/+349 |
* | Fix more F811 linter violations | Alan Rominger | 2022-01-14 | 1 | -5/+1 |
* | Update auth_plugin doc extension to fix malformed Collections docs | Bianca Henderson | 2021-10-18 | 1 | -2/+1 |
* | Fix sanity errors for collections | beeankha | 2021-07-30 | 1 | -4/+4 |
* | Run flake8 on the AWX collection in CI | Alan Rominger | 2021-07-09 | 1 | -1/+0 |
* | fqcn redirects, and raise from sanity test fix | Seth Foster | 2021-06-08 | 1 | -6/+6 |
* | sanity tests | Seth Foster | 2021-06-08 | 1 | -3/+3 |
* | fix super and kwargs | Seth Foster | 2021-06-08 | 1 | -1/+1 |
* | various sanity fixes | Seth Foster | 2021-06-08 | 1 | -3/+4 |
* | fixed ansible-test sanity import tests; removed sanity-ignore files | Sarabraj Singh | 2021-06-08 | 1 | -20/+15 |
* | auth_plugin env alternative | Seth Foster | 2021-06-08 | 1 | -1/+2 |
* | Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runti... | Seth Foster | 2021-06-08 | 1 | -1/+1 |
* | mostly includes renaming non-syntax references to tower | Seth Foster | 2021-06-08 | 2 | -12/+12 |
* | more rename, mostly in test | Seth Foster | 2021-06-08 | 1 | -8/+8 |
* | pycharm refactor rename files and class, linux rename tower_ controller_ | Seth Foster | 2021-06-08 | 2 | -3/+3 |
* | move code linting to a stricter pep8-esque auto-formatting tool, black | Ryan Petrello | 2021-03-23 | 2 | -14/+8 |
* | Adding example of specifying connection info | John Westcott IV | 2020-09-16 | 1 | -0/+4 |
* | Fixing issue with lookup plugin not able to load host, user, etc | John Westcott IV | 2020-09-16 | 1 | -2/+2 |
* | Adding import/export awx kit features | John Westcott IV | 2020-08-19 | 1 | -3/+3 |
* | Make minor edits to the rrule module | beeankha | 2020-07-28 | 1 | -18/+18 |
* | More refinement of examples | John Westcott IV | 2020-07-14 | 1 | -5/+6 |
* | Update examples | John Westcott IV | 2020-07-14 | 1 | -30/+23 |
* | Reverting commit 81b192c3b0520be0897f95e2630edab295e6bf24, we should fail onl... | John Westcott IV | 2020-07-14 | 1 | -1/+1 |
* | Revamp of the examples | John Westcott IV | 2020-07-14 | 1 | -4/+35 |
* | When using return_ids send back a list of strings instead of ints. | John Westcott IV | 2020-07-14 | 1 | -2/+3 |
* | Added note about exception if list view return is > max_objects | John Westcott IV | 2020-07-14 | 1 | -0/+1 |
* | Making the count check >= instead of just > | John Westcott IV | 2020-07-14 | 1 | -1/+1 |
* | Fixing undefined variabe | John Westcott IV | 2020-07-14 | 1 | -1/+1 |
* | make lookup plugin compatible with ansible.tower namespace (#9) | Alan Rominger | 2020-07-14 | 1 | -2/+3 |
* | Delete the tower_get_id plugin and tests | AlanCoding | 2020-07-14 | 1 | -82/+0 |
* | Pull in functionality from lookup plugin get_id into tower_api itself | AlanCoding | 2020-07-14 | 1 | -13/+79 |
* | Make tower_api a generic GET'er | John Westcott IV | 2020-07-14 | 1 | -21/+9 |
* | Initial fixes from github comments | John Westcott IV | 2020-07-14 | 1 | -2/+2 |
* | Fixing doc issue | John Westcott IV | 2020-07-14 | 1 | -2/+4 |
* | Fix documentation in api lookup plugin, fix typos in integration tests | beeankha | 2020-07-14 | 2 | -5/+8 |
* | Adding tower_api and tower_get_id lookup plugins | John Westcott IV | 2020-07-14 | 2 | -0/+191 |
* | Comply with updated Ansible sanity test rules | AlanCoding | 2020-06-03 | 1 | -1/+0 |
* | Now actually checking the version instead of just getting it | John Westcott IV | 2020-05-21 | 1 | -3/+5 |
* | Validating the version of python-dateutil | John Westcott IV | 2020-05-20 | 1 | -1/+8 |
* | Unit testing of tower_schedule | AlanCoding | 2020-05-07 | 1 | -13/+19 |