summaryrefslogtreecommitdiffstats
path: root/docs/bulk_api.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: typos inside /docs directory (#14594)Parikshit Adhikari2023-10-241-2/+2
| | | fix typos inside docs
* comment everything related to instance group, will add back once 13584 goes injainnikhil302023-03-081-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* make the max host default to 100jainnikhil302023-03-081-1/+1
| | | | | | | | | | | Make the max host default 100. We are seeing with moderate number of hosts i.e. 500 hosts having a few host variable each runs into max size of nginx message and nginx rejects the request. we are therefor keeping the value small so that it doesn't fail with decent number of host variables as well. remove the 999 hosts test because the default max is 100 fix the credential check fix the instance groups and execution env permission checks
* fix access problems (#15)Elijah DeLee2023-03-081-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix access problems and add Add bulk job max settings to api filter workflow job nodes better This will both improve performance by limiting the queryset for the node sublists as well as fix our access problem. override can_read instead of modify queryset in access.py We do this because we are not going to expose bulk jobs to the list views, which is complicatd and has poor performance implications. Instead, we just care about individual Workflows that clients get linked to not being broken. fix comment remove the get functions from the conf.py for bulk api max value comment the api expose of the bulk job variables reformt conf.py with make black trailing space add more assertion to the bulk host create test
* add more docs on the bulk job launch featureNikhil2023-03-081-16/+41
| | | | better error message
* remove char_prompts and survey password from bulk jobNikhil2023-03-081-0/+39
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