summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/project.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in description of scm_update_on_launch (#14382)bxbrenden2023-08-281-1/+1
|
* Fix collection module docs for names, IDs, and named URLs (#14269)Homero Pawlowski2023-07-241-4/+4
|
* Make state exists universal in collection (#13890)John Westcott IV2023-05-101-3/+3
| | | | | Make state: exists available for all API modules Make state:exists return the ID just like it would if it created the resource
* Fix bug with awx collection manual type alias (#13671)Alan Rominger2023-03-201-3/+6
| | | | | * Fix bug with manual type alias * Add unit test for creating manual project with path
* Fixing indentation in project moduleJohn Westcott IV2023-02-021-1/+1
|
* [collection] remove module defaults where API defaults are the same (#13037)Rick Elrod2023-02-011-33/+25
| | | | | | | | | | | | | | | | | | | Providing defaults for API parameters where the API already provides defaults leads to some confusing scenarios, because we end up always sending those collection-defaulted fields in the request even if the field isn't provided by the user. For example, we previously set the `scm_type` default to 'manual' and someone using the collection to update a project who does not explicitly include the `scm_type` every time they call the module, would inadvertently change the `scm_type` of the project back to 'manual' which is surprising behavior. This change removes the collection defaults for API parameters, unless they differed from the API default. We let the API handle the defaults or otherwise ignore fields not given by the user so that the user does not end up changing unexpected fields when they use a module. Signed-off-by: Rick Elrod <rick@elrod.me>
* Run collection sanity tests in CI (#13356)Alan Rominger2022-12-201-2/+0
| | | | | | | | | | | | | | | * Run collection sanity tests in CI This requires adding a Makefile install of ansible-core Fake the version to make semver check happy * Fixes from ansible-test sanity failures * Exclude the export module due to awxkit requirement * Fix broken ansible-test rule exceptions remove Ansible 2.14 exclusions that make ansible-test ERROR, saying they are not needed
* Add new flak8 rules to do some meaningful correctionsAlan Rominger2022-09-281-1/+1
|
* add signature_validation_credential to ProjectHao Liu2022-09-061-1/+16
| | | | | | | | | | add new column to `main_project` table - `signature_validation_credential` update project module for awx_collection - added input arg for `signature_validation_credential` Co-Authored-By: Lila Yasin <89486372+djyasin@users.noreply.github.com>
* update awx collection wait interval to 2sean-m-sullivan2022-05-181-2/+2
|
* update awx.awx collection to allow remote project. (#12093)Sean Sullivan2022-04-261-2/+2
|
* add new name to multiple modulessean-m-ssullivan2022-01-061-1/+7
|
* Run flake8 on the AWX collection in CIAlan Rominger2021-07-091-5/+0
|
* tower_username to controller_username, etcSeth Foster2021-06-081-2/+2
|
* mostly includes renaming non-syntax references to towerSeth Foster2021-06-081-6/+6
|
* more rename, mostly in testSeth Foster2021-06-081-6/+6
|
* pycharm refactor rename files and class, linux rename tower_ controller_Seth Foster2021-06-081-0/+414