summaryrefslogtreecommitdiffstats
path: root/docs/bulk_api.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-07Fix: #14523 Add alt-text codeblock to Images for workflow_template.rst (#14604)23.4.0Ratan Gulati1-28/+69
* add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> * add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> * Update workflow_templates.rst * Revised proposed alt text for workflow_templates.rst --------- Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
2023-11-07Removed references to images that were deleted.Thanhnguyet Vo1-4/+0
2023-11-07Updated images - Workflow Templates chapter of Userguide.Thanhnguyet Vo27-0/+0
2023-11-07Revised proposed alt text for insights.rstTVo1-4/+4
2023-11-07Update insights.rstBHANUTEJA1-0/+2
2023-11-07Update insights.rstBHANUTEJA1-2/+7
2023-11-06Revised the proposed Alt text for main_menu.rstTVo1-15/+12
2023-11-06Fix: #14511 Add alt-text codeblock to Images for Userguide: main_menu.rstRatan Gulati1-0/+12
Signed-off-by: Ratan Gulati <ratangulati.dev@gmail.com>
2023-11-06fix wsrelay connection in ipv6 environmentsElijah DeLee1-1/+12
2023-11-03Removed mailing list from triage_replies.mdTVo1-2/+2
2023-11-03Re-do for PR #14595 to fix CI issues.Thanhnguyet Vo7-62/+101
2023-11-03Fix python_paths error in CI(#14622)Seth Foster1-2/+0
Remove outdated lines from pytest.ini Was causing KeyError 'python_paths' in CI Signed-off-by: Seth Foster <fosterbseth@gmail.com>
2023-10-31[rsyslog] remove main_queue, add more action queue params (#14532)Rick Elrod9-45/+64
* [rsyslog] remove main_queue, add more action queue params Signed-off-by: Rick Elrod <rick@elrod.me> * Remove now-unused LOG_AGGREGATOR_MAX_DISK_USAGE_GB, add LOG_AGGREGATOR_ACTION_QUEUE_SIZE Signed-off-by: Rick Elrod <rick@elrod.me> --------- Signed-off-by: Rick Elrod <rick@elrod.me>
2023-10-30Fix cancel bug - WorkflowManager cancel in transaction (#14608)Alan Rominger3-4/+13
This fixes a bug where jobs within a workflow job were not canceled when the workflow job was canceled by the user The fix is to submit the cancel request as a part of the transaction that WorkflowManager commits its work in this requires that we send the message without expecting a reply so this changes the control-with-reply cancel to just a control function
2023-10-30Update receptor-collection version to 2.0.2 (#14613)Hao Liu1-1/+1
2023-10-30Send notifications for dependency failures (#14603)Alan Rominger5-107/+63
* Send notifications for dependency failures * Delete tests for deleted method * Remove another test for removed method
2023-10-26Fix bug that prevented dispatcher exit with downed DB (#14469)Alan Rominger2-9/+68
* Separate handling of original sitTERM and sigINT
2023-10-25Fix DevOps Secrets Vault credential plugin to work with python-dsv-sdk>=1.0.4Andrii Zakurenyi1-16/+29
Signed-off-by: Andrii Zakurenyi <andrii.zakurenyi@c.delinea.com>
2023-10-25Fix missing service account secret in docker-compose-minikube role (#14596)lmo52-8/+10
* Fix missing service account secret Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
2023-10-25fix typos in docs/development/minikube.mdSurav Shrestha1-2/+2
2023-10-25Fix extra_vars bug in ansible.controller.ad_hoc_command (#14585)jessicamack2-1/+21
* convert to valid type for serializer * check that extra_vars are in request * remove doubled line * add integration test for change * move change to the ad_hoc_command module Signed-off-by: jessicamack <jmack@redhat.com> * fix imports Signed-off-by: jessicamack <jmack@redhat.com> --------- Signed-off-by: jessicamack <jmack@redhat.com>
2023-10-24Fix: typos inside /docs directory (#14594)Parikshit Adhikari4-10/+10
fix typos inside docs
2023-10-24Typo in export.py example (#14598)nmiah11-1/+1
2023-10-24Fix Boolean values defaulting to False in collection (#14493)Alan Rominger3-0/+37
* Fix Boolean values defaulting to False in collection * Remove null values in other cases, fix null handling for WFJT nodes * Only remove null values if it is a boolean field * Reset changes to WFJT node field processing * Use test content from sean-m-sullivan to fix lookups in assert
2023-10-24Fix "upgrade in progress" status page not showing up while migration is in ↵23.3.1Hao Liu1-2/+0
progress (#14579) Web container does not need to wait for migration if the database is running and responsive, but migrations have not finished, it will start serving, and users will get the upgrading page wait-for-migration prevent nginix and uwsgi from starting up to serve the "upgrade in progress" status page
2023-10-24Fix swagger generation on rhel (#14317) (#14589)Oleksii Baranov1-1/+1
2023-10-24Pip compile docsite requirements (#14449)Don Naro4-4/+97
Co-authored-by: Sviatoslav Sydorenko <578543+webknjaz@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2023-10-20Alt text for Execution Env section of Userguide (#14576)BHANUTEJA1-2/+7
Co-authored-by: TVo <thavo@redhat.com>
2023-10-20Adds alt text to instance_groups.rst images (#14571)Mike Mwanje1-1/+7
Co-authored-by: TVo <thavo@redhat.com>
2023-10-20Add alt text for image directives in credential_types.rst (#14551)Kishan Mehta1-0/+8
Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
2023-10-20Format constructed inventory hint example as valid YAML (#14568)Marliana Lara2-4/+4
2023-10-20Add alt text for image directives in credentials.rst (#14550)Kishan Mehta1-0/+28
Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
2023-10-20Add alt text for image directives in job_capacity.rst & job_slices.rst (#14549)Kishan Mehta2-1/+4
Co-authored-by: Kishan Mehta <kishan@scrapinghub.com> Co-authored-by: TVo <thavo@redhat.com>
2023-10-20Remove specific version for receptorctl (#14593)Hao Liu2-2/+2
2023-10-19Add alt text for image directives in job_templates.rst (#14548)Kishan Mehta1-2/+31
Co-authored-by: Kishan Mehta <kishan@scrapinghub.com>
2023-10-19added alt-text in projects.rst (#14544)Sayyed Faisal Ali1-0/+36
Signed-off-by: c0de-slayer <fsali315@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
2023-10-19Corrected missing text replacement directives (#14592)TVo1-3/+10
2023-10-19[DOCS] EE guide: fix a ref to Get started with EE (#14587)Andrew Klychkov1-1/+1
2023-10-17Adding alt text for image (#14541)Deepshri M1-0/+4
Signed-off-by: Deepshri M <deepshrim613@gmail.com>
2023-10-17docs: Update teams.rst (#14539)Rohit Raj1-11/+14
Co-authored-by: TVo <thavo@redhat.com>
2023-10-17docs: Update users.rst (#14538)Rohit Raj1-20/+14
Co-authored-by: TVo <thavo@redhat.com>
2023-10-17docs: Update security.rst (#14540)Rohit Raj1-1/+2
Co-authored-by: Don Naro <dnaro@redhat.com>
2023-10-16added alt-text in project-sign.rst (#14545)Sayyed Faisal Ali1-0/+4
Signed-off-by: c0de-slayer <fsali315@gmail.com> Co-authored-by: TVo <thavo@redhat.com>
2023-10-13AAP-16926 Delete unpartitioned tables in a separate transaction (#14572)Alan Rominger1-39/+71
2023-10-13Removing mailing list from get involved (#14580)Hao Liu1-2/+1
2023-10-13Make wait-for-migrations wait forever (#14566)Hao Liu1-4/+2
2023-10-12Added alt-text for images in notifications.rst (#14555)Surendran1-4/+22
Signed-off-by: Surendran Gokul <surendrangokul55@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
2023-10-12Added alt-text for images in organizations.rst (#14556)Surendran1-1/+8
Signed-off-by: Surendran Gokul <surendrangokul55@gmail.com> Co-authored-by: Don Naro <dnaro@redhat.com>
2023-10-12Fix CVE-2023-43665 (#14561)Hao Liu3-15/+2
2023-10-11Add customizable batch_size for cleanup_activitystream and cleanup_jobs (#14412)Daniel Gonçalves3-5/+13
Signed-off-by: Daniel Gonçalves <daniel.gonc@lves.fr>