jainnikhil30
0de7551477
comment everything related to instance group, will add back once 13584 goes in
...
linting
linting again
Use the correct role on org permission check
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Update docs/bulk_api.md
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Update docs/bulk_api.md
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Update awx/main/access.py
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Update awx/main/access.py
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Update docs/bulk_api.md
Co-authored-by: Alan Rominger <arominge@redhat.com>
fix collection test (#19 )
improve readability of through model object creation (#18 )
lower num jobs/hosts in tests (#20 )
we can test query scaling at lower numbers, to reduce
load in tests. We suspect this was causing some flake
in the tests on PRs
adjust the num of queries
2023-03-08 12:58:12 -05:00
Seth Foster
4b9ca3deee
Resolve id inventory and organization ( #14 )
2023-03-08 12:58:12 -05:00
Nikhil
9358d59f20
remove char_prompts and survey password from bulk job
...
fix the api-lint
fix the api-lint
add the descrition to the bulk job launch module params
add the description for the description field
add the description for the description field
add docs for the bulk api
fix the models on the bulk api serializers
fix some of the issues highlighted in the code review
better use of role model
remove comments
better error message
revert the PrimaryKeyRelatedField for unified_job_template and inventory
2023-03-08 12:58:12 -05:00
Elijah DeLee
9e037f1a02
fixup return values for bulk launch and host create in awxkit
...
Enabled the params bulk job
make black
make black again
Fixed inventory and organization input params for bulk modules
add collection integration tests
Fix cli return errors
fix test completeness
2023-03-08 12:58:12 -05:00
Alan Rominger
ccaace8b30
Merge pull request #13541 from npithonDR/devel
...
Fix error for byweekday in schedule_rruleset
2023-02-27 10:24:48 -05:00
Alan Rominger
4499a50019
Merge pull request #13595 from sean-m-sullivan/devel
...
fix inventory prompt on launch for workflow nodes
2023-02-22 10:23:02 -05:00
sean-m-sullivan
fe3aa6ce2b
fix inventory prompt on launch for workflow nodes
2023-02-18 23:13:46 -05:00
Alan Rominger
b5f240ce70
Add integration test and docs for workflow_approval module
2023-02-17 15:10:59 -05:00
npithonDR
951eee944c
Add additional rruleset tests
2023-02-13 09:50:11 +01:00
Alan Rominger
d07076b686
Merge pull request #13330 from AlanCoding/ask_me_for_tags
...
Fill in rest of ask_tags handling for WFJT module
2022-12-15 10:59:17 -05:00
Julen Landa Alustiza
df61a5cea1
Merge pull request #13126 from infamousjoeg/cyberark-ccp-branding-webserviceid
...
CyberArk Central Credential Provider Lookup custom Web Service ID & update branding
2022-12-15 15:54:35 +01:00
Alan Rominger
51f8e362dc
Add tags prompt to integration test
2022-12-14 09:10:15 -05:00
Jeff Bradberry
7fa9dcbc2a
Merge pull request #13168 from ArtsiomMusin/feature_13055_add_multiple_assert_export
...
Add multiple asset export for awx cli
2022-11-30 15:01:42 -05:00
Sean Sullivan
d1d60c9ef1
update awx collection workflow module schema with new options ( #13162 )
2022-11-16 10:47:31 -03:00
Artsiom Musin
271613b86d
Add more integration tests for export collection
2022-11-09 22:18:02 +01:00
Joe Garcia
9d77c54612
Remove references to AIM everywhere
2022-10-26 12:32:12 -04:00
Rick Elrod
42109fb45a
[collection] Remove instance defaults from docs ( #12964 )
...
We don't specify defaults in the module (because it messes up Instance
updates because AWX things we are trying to change things to be the
default).
- Update the docs to remove the defaults that no longer exist
- Update tests to make them pass (oops)
- Fix tangentially related typo in Kind development docs
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-27 15:18:38 -05:00
Rick Elrod
7d645c8ff6
[collection] Add 'instance' module
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-23 09:46:16 -04:00
Oleksii Baranov
4c64fb3323
Ensure schedule collection test has enough hosts for slices
2022-09-22 16:08:23 -04:00
John Westcott IV
1cfbc02d98
Collection test fixes from prompting changes
...
DNE can sometimes be dne depending on versions, fixing test to find either
Adding additional node to Demo Inventory for job slice counting
2022-09-22 16:08:23 -04:00
John Westcott IV
809df74050
Adding EE/IG/labels/forks/timeout/job_slice_count to schedules
...
Modifying schedules to work with related fields
Updating awx.awx.workflow_job_template_node
2022-09-22 15:35:27 -04:00
Sean Sullivan
3712af4df8
update role to provide better error messages ( #12599 )
2022-08-11 07:09:11 -04:00
Sean Sullivan
8cf75fce8c
Update awx collection workflow nodes to look for type ( #12597 )
2022-08-11 07:08:27 -04:00
John Westcott IV
6279295541
Updating workflow job template collection test ( #12468 )
...
Adding additional use case
Fixing error with workflow calling itslef
Adding better cleanup of assets created as part of the test
2022-07-11 17:07:07 -03:00
Tom Page
b70231f7d0
Allow modification of schedule if there are two of the same name ( #12407 )
2022-06-28 20:23:54 -03:00
John Westcott IV
c67f50831b
Modifying schedules API to allow for rrulesets #5733 ( #12043 )
...
* Added schedule_rruleset lookup plugin for awx.awx
* Added DB migration for rrule size
* Updated schedule docs
* The schedule API endpoint will now return an array of errors on rule validation to try and inform the user of all errors instead of just the first
2022-04-28 15:38:20 -04:00
Seth Foster
a49c4796f4
Merge pull request #12115 from sean-m-sullivan/workflow_node_updates
...
update workflow nodes to allow workflows and system jobs
2022-04-28 14:12:33 -04:00
sean-m-sullivan
456bb75dcb
update awx collection workflow module
2022-04-27 16:32:37 -04:00
sean-m-sullivan
02fd8b0d20
update workflow nodes
2022-04-27 16:18:00 -04:00
Sean Sullivan
f50501cc2a
update awx.awx collection to allow remote project. ( #12093 )
2022-04-26 15:07:29 -04:00
Ivan Aragonés Muniesa
9cd43d044e
let an organization admin to add new users to it's tower organization
2022-02-09 18:59:53 +01:00
Sean Sullivan
94e53d988b
add execution adminitrator to role module
2022-02-08 09:44:50 -05:00
Shane McDonald
c035c12c0a
Merge pull request #11380 from sean-m-sullivan/new_name
...
add new name to multiple modules
2022-01-11 01:42:55 +08:00
sean-m-ssullivan
bb8efbcc82
add new name to multiple modules
2022-01-05 22:33:51 -05:00
sean-m-sullivan
e0bd5ad041
add better error and documentation on labels
2022-01-05 20:09:02 -05:00
sean-m-ssullivan
a28c023cf1
update to allow use of id for unified job template
2021-10-12 13:06:30 -04:00
sean-m-ssullivan
c026790f55
add ability to lookup unified job template by org
2021-09-27 17:31:33 -04:00
sean-m-ssullivan
f92924d57e
add credentials option to schedules
2021-09-16 08:47:00 -04:00
beeankha
ad0dc028f2
Update README with recent Collections changes
2021-08-18 09:04:09 -04:00
beeankha
c89296e76d
Update integration test playbooks to work with most current Collections modules
2021-08-17 13:50:35 -04:00
beeankha
9409dc0085
Remove Collections module parameters deprecated in Controller 4.0.0
2021-08-03 14:55:45 -04:00
Shane McDonald
05c7d3a60e
Merge pull request #10108 from saito-hideki/issue/10057
...
Fix to handle ask_* parameters correctly when set false
2021-07-22 20:25:14 -04:00
tpage
62fc62a3c5
Default source_project for inventory source to organization
...
Signed-off-by: tpage <tpage@redhat.com>
2021-07-07 15:31:32 +01:00
Hideki Saito
70f9d6f015
Fix to handle parameters with Boolean values correctly
...
* Addresses the issue #10057
Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-07-01 13:39:51 +09:00
beeankha
c417c5e219
Add test playbook for EE collections module
2021-06-25 18:01:26 -04:00
Seth Foster
bb3fc3caa8
controller_token, alias tower_token
2021-06-22 10:49:39 -04:00
Bill Nottingham
1e68519c99
Remove insights_credential from inventory
2021-06-22 10:49:33 -04:00
Seth Foster
157adb828e
various sanity fixes
2021-06-08 14:33:28 -04:00
Seth Foster
4add72b9d2
actually make use of option aliases
2021-06-08 14:33:25 -04:00
Seth Foster
7d06fc74dd
tower_username to controller_username, etc
2021-06-08 14:33:25 -04:00