Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/awx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.6.0
Choose a base ref
...
head repository: ansible/awx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.6.1
Choose a head ref
  • 15 commits
  • 37 files changed
  • 7 contributors

Commits on Jun 21, 2024

  1. Various RBAC fixes related to managed RoleDefinitions (#15287)

    * Add migration testing for certain managed roles
    
    * Fix managed role bugs
    
    * Add more tests
    
    * Fix another bug with org workflow admin role reference
    
    * Add test because another issue is fixed
    
    * Mark reason for test
    
    * Remove internal markers
    
    * Reword failure message
    
    Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
    AlanCoding and fosterseth authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    853af29 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Added troubleshooting and tips tricks content (#15212)

    * Added troubleshooting and tips tricks content
    
    * Added troubleshooting and tips tricks content
    
    * Moved DNS host entry override info to customize pod spec section of CG chapter.
    
    * Added troubleshooting and tips tricks content
    
    * Moved DNS host entry override info to customize pod spec section of CG chapter.
    
    * Update docs/docsite/rst/administration/containers_instance_groups.rst
    
    Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
    
    * Update docs/docsite/rst/administration/containers_instance_groups.rst
    
    Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
    
    * Update docs/docsite/rst/administration/containers_instance_groups.rst
    
    Co-authored-by: Sandra McCann <samccann@redhat.com>
    
    * Incorp'd review feedback from @fosterseth and @samccann
    
    * Update docs/docsite/rst/administration/containers_instance_groups.rst
    
    Co-authored-by: Sandra McCann <samccann@redhat.com>
    
    * Final revisions based on @fosterseth's inputs.
    
    ---------
    
    Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
    Co-authored-by: Sandra McCann <samccann@redhat.com>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    407194d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Temporary workaround for CI failure (#15305)

    Workaround
    ```
    ERROR awx/main/tests/functional/test_licenses.py - pip._vendor.distlib.DistlibException: Unable to locate finder for 'pip._vendor.distlib'
    ```
    TheRealHaoLiu authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7c08b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    dbc2215 View commit details
    Browse the repository at this point in the history
  2. Add TASK_MANAGER_LOCK_TIMEOUT (#15300)

    * Add TASK_MANAGER_LOCK_TIMEOUT
    
    `TASK_MANAGER_LOCK_TIMEOUT` controls the `idle_in_transaction_session_timeout` and `idle_session_timeout` configuration for task manager connections and lock in database
    
    hope to prevent the situation that the task instance that holds the lock becomes unresponsive and preventing other instance to be able to run task manager
    
    * Add session timeout to periodic scheduler and all sub task manager locks
    TheRealHaoLiu authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6f2307f View commit details
    Browse the repository at this point in the history
  3. LISTENER_DATABASES clobbers DATABASES OPTIONS (#15306)

    Do not overwrite DATABASES OPTIONS with LISTENER_DATABASES
    jamesmarshall24 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4e0d199 View commit details
    Browse the repository at this point in the history
  4. Fix permissions that come from an external auditor role (#15291)

    * Add tests for external auditor
    
    * Add assertion for unified JTs which fails
    
    * Fix UJT listing bug
    
    * Add test for ad hoc commands just to be sure
    AlanCoding authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    db72c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Do not use cache in github image build action (#15308)

    * Do not use cache in actual image build action
    
    * Add cache args to kube prod builds
    AlanCoding authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a70b0c1 View commit details
    Browse the repository at this point in the history
  2. Update ExecutionEnvironment model so object-level roles work with DAB…

    … RBAC system (#15289)
    
    * Add initial test for deletion of stale permission
    
    * Delete existing EE view permission
    
    * Hypothetically complete update of EE model permissions setup
    
    * Tests passing locally
    
    * Issue with user_capabilities was a test bug, fixed
    AlanCoding authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b59aff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    98bbc83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f44d7 View commit details
    Browse the repository at this point in the history
  3. Add better 403 error message for Job template create (#15307)

    * Add better 403 error message for Job template create
    
    To create Job template u need access to projects and inventory
    
    ---------
    
    Co-authored-by: Chris Meyers <chris.meyers.fsu@gmail.com>
    TheRealHaoLiu and chrismeyersfsu authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2c4ad6e View commit details
    Browse the repository at this point in the history
  4. Added new OpenShift Virtualization inventory source to docs. (#15299)

    * Added new OpenShift Virtualization inventory source to docs.
    
    * Incorporated review feedback from @fosterseth and @TheRealHaoLiu.
    
    * Fixed link to correct kubevirt.core.kubevirt documentation.
    tvo318 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6763bad View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add in missing read permissions for organization audit role (#15318)

    * Add in missing read permissions for organization audit role
    
    * Add missing audit permission, special case name handling
    AlanCoding authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c4688d6 View commit details
    Browse the repository at this point in the history
  2. Prevent assigning credential to user of other org (#15296)

    Utilizes the `validate_role_assignment` callback
    from dab (see dab PR #490) to prevent granting credential
    access to a user of another organization.
    
    This logic will work for role_user_assignments
    and role_team_assignments endpoints.
    
    Signed-off-by: Seth Foster <fosterbseth@gmail.com>
    fosterseth authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    94e5795 View commit details
    Browse the repository at this point in the history
Loading