Skip to content

Tags: ibidani/awx

Tags

2.1.0

Toggle 2.1.0's commit message
Release 2.1.0

git log 2.0.1..HEAD --no-merges

commit fbec6a6
Author: Shane McDonald <[email protected]>
Date:   Thu Nov 1 11:37:28 2018 -0400

    Bump version to 2.1.0

commit 04625f5
Author: Shane McDonald <[email protected]>
Date:   Thu Nov 1 09:50:02 2018 -0400

    Bump version to 2.0.2

commit e152b30
Author: Daniel Sami <[email protected]>
Date:   Wed Oct 31 11:22:31 2018 -0400

    linting fixes

commit 479448f
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 31 00:52:17 2018 -0400

    remove an old, unused migration file

commit 62a36e3
Author: Jake McDermott <[email protected]>
Date:   Tue Oct 30 22:23:36 2018 -0400

    update job slice count help text

commit 2d286c5
Author: kialam <[email protected]>
Date:   Thu Oct 18 10:19:17 2018 -0400

    Redirect to WF Details page after prompt for slice JT.

commit f435e57
Author: AlanCoding <[email protected]>
Date:   Tue Oct 30 10:09:46 2018 -0400

    Adjust slicing tooltip text

commit 236b332
Author: AlanCoding <[email protected]>
Date:   Thu Oct 18 08:40:44 2018 -0400

    bump migration number

commit a7028df
Author: kialam <[email protected]>
Date:   Wed Oct 17 16:40:01 2018 -0400

    Fix one failing unit test.

commit a59017c
Author: kialam <[email protected]>
Date:   Wed Oct 17 16:38:24 2018 -0400

    Fix eslint errors.

commit affacb8
Author: AlanCoding <[email protected]>
Date:   Wed Oct 17 15:26:34 2018 -0400

    revert change of including slice wfj ids in recent_jobs list

commit 37f9024
Author: AlanCoding <[email protected]>
Date:   Tue Oct 16 16:47:11 2018 -0400

    fix slicing task_impact and script gen bugs

commit f72fca5
Author: kialam <[email protected]>
Date:   Wed Oct 17 09:31:34 2018 -0400

    Fix unit tests after "slice" rename.

    - Update Jobs List unit tests with new schema and test cases.
    - Update Job Details unit tests with new schema and test cases.
    - Test both for expected behavior when handling a regular non-sliced job.

commit 21aeda0
Author: kialam <[email protected]>
Date:   Thu Oct 11 11:10:13 2018 -0400

    Add unit tests for Job Details

    - Test `getSplitJobDetails` method.
    - Fix failing tests.
    - Rename unit tests.

commit 65a0e5e
Author: kialam <[email protected]>
Date:   Thu Oct 11 11:07:51 2018 -0400

    Fix failing tests.

commit 571e34b
Author: kialam <[email protected]>
Date:   Mon Oct 8 14:56:30 2018 -0400

    Begin adding unit tests for split jobs

    - Test split job tag method within Jobs List Controller.

commit 6dc58af
Author: AlanCoding <[email protected]>
Date:   Tue Oct 16 10:46:20 2018 -0400

    slicing rename test cleanup and bugfix

commit bbd3edb
Author: AlanCoding <[email protected]>
Date:   Mon Oct 15 16:10:55 2018 -0400

    rename to slicing and schema tweaks

commit 46d6dce
Author: Matthew Jones <[email protected]>
Date:   Tue Oct 9 10:30:07 2018 -0400

    Mass rename of shard -> split

commit 475a701
Author: AlanCoding <[email protected]>
Date:   Thu Oct 4 11:50:08 2018 -0400

    Allow use of credential password prompting with split JTs

    also
    *update test to work with new JT callback call pattern
    *fix spelling in template

commit dccd7f2
Author: AlanCoding <[email protected]>
Date:   Wed Oct 3 20:56:16 2018 -0400

    do not split JT callback jobs

commit 47711bc
Author: kialam <[email protected]>
Date:   Wed Oct 3 12:05:39 2018 -0400

    add package-lock.json to gitignore

commit 04eec61
Author: kialam <[email protected]>
Date:   Tue Oct 2 15:22:16 2018 -0400

    Redirect to WF details page when a Split Job is launched

commit ef4a2cb
Author: kialam <[email protected]>
Date:   Wed Oct 3 12:01:48 2018 -0400

    Add Job Splitting feature to UI

commit c8d76db
Author: AlanCoding <[email protected]>
Date:   Thu Sep 27 11:48:59 2018 -0400

    update migration after rebase

commit 61a7062
Author: Matthew Jones <[email protected]>
Date:   Mon Sep 17 10:54:11 2018 -0400

    Adding architecture doc for job sharding

commit 20226f8
Author: AlanCoding <[email protected]>
Date:   Thu Sep 13 11:53:38 2018 -0400

    Polish split jobs API info & add fields to UI

    *clarify help text and squash migrations
    *adds new internal_limit field to Job model for faster reference
    *if field is non-blank, populate shard params in summary_fields
    *add summary information to UI job/wfj details, JT selector

commit 7ff04da
Author: AlanCoding <[email protected]>
Date:   Mon Sep 10 13:54:04 2018 -0400

    Fix IntegrityError deleting job splitting JT

    misc:
    *show sharded jobs in recent_jobs
    *test updates

commit f9bdb1d
Author: AlanCoding <[email protected]>
Date:   Tue Aug 28 15:31:59 2018 -0400

    Job splitting access logic and more feature development

    *allow sharding with prompts and schedules
    *modify create_unified_job contract to pass class & parent_field name
    *make parent field name instance method & set sharded UJT field
    *access methods made compatible with job sharding
    *move shard job special logic from task manager to workflows
    *save sharded job prompts to workflow job exclusively
    *allow using sharded jobs in workflows

commit dab678c
Author: AlanCoding <[email protected]>
Date:   Mon Aug 27 11:08:06 2018 -0400

    Implement splitting logic in inventory & job task code

commit 44ffcf8
Author: Matthew Jones <[email protected]>
Date:   Fri Aug 24 14:21:18 2018 -0400

    Properly take prompted inventory into account

    This also will rename shard jobs to add an index to the job name

commit 8a18984
Author: Matthew Jones <[email protected]>
Date:   Wed Aug 22 09:29:59 2018 -0400

    Spawn concrete workflow jobs from a job template launch

commit 0b17760
Author: Matthew Jones <[email protected]>
Date:   Tue Aug 14 12:12:07 2018 -0400

    Implement model/view/launch paradigm for shard/split job templates

commit 5da1368
Author: Daniel Sami <[email protected]>
Date:   Wed Oct 31 11:03:44 2018 -0400

    updated fixtures to use proper organization linking

commit a1012b3
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 31 10:10:13 2018 -0400

    pin docker-compose to a working version

commit 7fc269b
Author: Bill Nottingham <[email protected]>
Date:   Tue Oct 30 12:10:00 2018 -0400

    Re-add markdown, which is used for rendering API help.

commit 80adbf9
Author: Jake McDermott <[email protected]>
Date:   Sat Oct 27 00:15:14 2018 -0400

    fix smoke test

commit e513f8f
Author: AlanCoding <[email protected]>
Date:   Tue Sep 11 12:08:22 2018 -0400

    do 2-pass cancel for workflow jobs

commit 28512e0
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 26 10:02:43 2018 -0400

    remove DeprecatedAuthTokenMiddleware

commit 482395e
Author: AlanCoding <[email protected]>
Date:   Tue Sep 18 15:28:57 2018 -0400

    reduce default verbosity of devel-specific callback logging

commit 19030b9
Author: AlanCoding <[email protected]>
Date:   Thu Oct 25 11:27:43 2018 -0400

    apply docker-compose fix to cluster target too

commit 6ecd18b
Author: Daniel Temme <[email protected]>
Date:   Mon Oct 15 10:44:07 2018 +0200

    make volume concatenation work

    The second list gets interpreted as part of the else block, effectively
    dropping it. Separating both list definitions with braces seems to work.

    # Conflicts:
    #       installer/roles/local_docker/tasks/standalone.yml

commit 4e9c705
Author: Daniel Temme <[email protected]>
Date:   Fri Oct 12 18:36:05 2018 +0200

    Partial revert for "Bugfix for ca_trust_dir"

    # Conflicts:
    #       installer/roles/local_docker/tasks/standalone.yml

    # Conflicts:
    #       installer/roles/local_docker/tasks/standalone.yml

commit bf5c259
Author: wilmardo <[email protected]>
Date:   Tue Oct 23 12:12:54 2018 +0200

    Empties /tmp in web Dockerfile

commit 526ca3a
Author: AlanCoding <[email protected]>
Date:   Wed Sep 19 14:46:17 2018 -0400

    automatically delete project files in entire cluster

commit c133b35
Author: Igor Vuk <[email protected]>
Date:   Wed Oct 24 23:40:42 2018 +0200

    Update variable names for local Docker daemon installation

    Signed-off-by: Igor Vuk <[email protected]>

commit 8965f19
Author: AlanCoding <[email protected]>
Date:   Fri Oct 19 16:02:56 2018 -0400

    fix bug with relaunching with changed JT

commit 8b3e49c
Author: AlanCoding <[email protected]>
Date:   Fri Oct 19 12:39:00 2018 -0400

    fix server error using 2 creds of same type

commit 9e7808f
Author: kialam <[email protected]>
Date:   Mon Oct 22 10:18:03 2018 -0400

    Restore Date Picker field in Scheduler template.

commit 72ce7b1
Author: AlanCoding <[email protected]>
Date:   Tue Oct 23 10:57:23 2018 -0400

    allow UI to filter by type again

commit 1dd44df
Author: David Moreau Simard <[email protected]>
Date:   Tue Oct 23 22:13:06 2018 -0400

    Let users disable create_preload_data if it isn't necessary

    The demo things might not be desirable in a production environment.

commit a361b5d
Author: Shane McDonald <[email protected]>
Date:   Mon Oct 22 19:02:31 2018 -0400

    Fix permissions when running dev container as non-root user

    I wanted to pass `—user` to `docker-compose` up, but that option doesnt exist. To get around this, I had to record the uid on the host (CURRENT_UID), interpolate the variable in tools/docker-compose.yml, and detect that inside the container. I then piggy-backed on the /etc/passwd hack we use for scenarios with unpredictable uids.

commit 7df6383
Author: Shane McDonald <[email protected]>
Date:   Mon Oct 22 18:57:34 2018 -0400

    Remove reference to file that doesnt exist anymore

commit c695ba2
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 24 08:49:35 2018 -0400

    fix flake8

commit 9ae3e1c
Author: Vladimir Pouzanov <[email protected]>
Date:   Tue Oct 23 18:01:00 2018 +0100

    Fix a typo

commit a56a231
Author: Bill Nottingham <[email protected]>
Date:   Mon Oct 22 15:55:55 2018 -0400

    Remove some obsolete requirements.

    Bump cryptography to latest.

commit 3b7336c
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 19 10:57:09 2018 -0400

    drop old celery/djcelery tables we no longer need

commit c5ce62e
Author: Daniel Sami <[email protected]>
Date:   Fri Oct 19 10:23:50 2018 -0400

    added functionality to validate that search is complete before continuing

commit 9316c9e
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 19 09:55:39 2018 -0400

    implement simple retries for wayward inventory deletes

commit 427b8bd
Author: Daniel Sami <[email protected]>
Date:   Fri Oct 19 10:01:50 2018 -0400

    lint fix

commit 92baea2
Author: Daniel Sami <[email protected]>
Date:   Fri Oct 19 09:43:13 2018 -0400

    fix to search for exact search matches

commit 3be9113
Author: Ryan Petrello <[email protected]>
Date:   Thu Oct 18 16:05:12 2018 -0400

    fix a bug that breaks job cancel on single node jobs

    1.  Install awx w/ a single node.
    2.  Start a long-running job.
    3.  Forcibly kill the `awx-manage run_dispatcher` process (e.g.,
        SIGKILL) and do not start it again.
    4.  The job remains in running - without a second cluster to discover
        the job, it is never reaped.
    5.  This PR allows you to cancel the job from the UI+API.

commit 0d29bbf
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 17 13:36:19 2018 -0400

    make the dispatcher more fault-tolerant to prolonged database outages

commit bb921af
Author: John Mitchell <[email protected]>
Date:   Thu Oct 18 15:37:29 2018 -0400

    fix badge updating and xss e2e test for projects list updates

commit 5e0ecc7
Author: John Mitchell <[email protected]>
Date:   Thu Oct 18 09:45:41 2018 -0400

    fix projects list search selectors

commit 73dc58e
Author: John Mitchell <[email protected]>
Date:   Wed Oct 17 14:53:40 2018 -0400

    update project badge selector

commit 89344c2
Author: John Mitchell <[email protected]>
Date:   Wed Oct 17 14:30:13 2018 -0400

    update project list selectors

commit d61cd51
Author: John Mitchell <[email protected]>
Date:   Wed Oct 17 11:13:36 2018 -0400

    fix panel title and badge for new projects list

commit 8057438
Author: John Mitchell <[email protected]>
Date:   Wed Oct 10 12:11:41 2018 -0400

    add back in old-style project list json and relevant factories

commit 1106715
Author: John Mitchell <[email protected]>
Date:   Thu Sep 20 11:57:55 2018 -0400

    fix lint error with projects list route

commit 92ac305
Author: Haokun-Chen <[email protected]>
Date:   Thu Aug 2 12:32:16 2018 -0400

    refactor projects list, clean up dependencies and old list generators and factory methods

commit 2c01476
Author: Bill Nottingham <[email protected]>
Date:   Thu Oct 18 13:43:39 2018 -0400

    Don't explicitly remove certifi.

commit 8adbc8a
Author: Bill Nottingham <[email protected]>
Date:   Wed Oct 17 22:52:39 2018 -0400

    Update Azure requirements to match Ansible 2.7 requirements.

    Add comments for Ansible requirements to note where they're used.

    Remove our custom docutils fork, as the fix was merged upstream.

commit fdedc47
Author: Daniel Sami <[email protected]>
Date:   Thu Oct 18 15:06:37 2018 -0400

    lint fix

commit 88819ad
Author: James Evans <[email protected]>
Date:   Thu Oct 18 14:00:05 2018 -0500

    Remove .cluster.local from service name for rabbitmq

    FQDNs are not required for service discovery, and having the FQDN in the
    name prevents the discovery from working in clusters not named
    cluster.local.

commit b4549e5
Author: Daniel Sami <[email protected]>
Date:   Thu Oct 18 14:38:10 2018 -0400

    added search for visualizer nodes

commit 1bc78fd
Author: John Mitchell <[email protected]>
Date:   Wed Oct 17 13:59:52 2018 -0400

    fix selectors for settings sub pane

commit 6ce1b50
Author: John Mitchell <[email protected]>
Date:   Wed Oct 17 11:47:39 2018 -0400

    update config e2e tests to fix syntax and linting issues

commit 6c87b88
Author: John Hill <[email protected]>
Date:   Mon Oct 15 08:10:18 2018 -0400

    Updating configuration/settings page

commit 10f21b8
Author: John Hill <[email protected]>
Date:   Mon Oct 15 08:06:58 2018 -0400

    Updating e2e tests to match new settings nav

commit 0d1b251
Author: John Mitchell <[email protected]>
Date:   Mon Oct 15 18:04:36 2018 -0400

    fix scope location of json fields of settings auth form

commit d2118b8
Author: John Mitchell <[email protected]>
Date:   Wed Oct 10 12:40:09 2018 -0400

    fix activity stream settings links

commit b852caa
Author: John Mitchell <[email protected]>
Date:   Mon Oct 8 15:42:44 2018 -0400

    update configuration controllers to fix syntax warnings

commit b0dd10b
Author: John Mitchell <[email protected]>
Date:   Mon Oct 8 15:07:09 2018 -0400

    sidenav sub pane feedback
    make height the same as side nav items
    no tooltip for collapsed settings

commit 8f4aa55
Author: John Mitchell <[email protected]>
Date:   Mon Oct 8 14:06:10 2018 -0400

    update side nav settings pane show hide hover logic

commit 4b26ac0
Author: John Mitchell <[email protected]>
Date:   Mon Oct 8 12:24:19 2018 -0400

    fix open/close on settings nav item hover

commit 4dc6452
Author: John Mitchell <[email protected]>
Date:   Mon Oct 8 12:22:57 2018 -0400

    updating suit name and variabilize colors for sub nav pane

commit 5a17acb
Author: John Mitchell <[email protected]>
Date:   Fri Oct 5 16:58:01 2018 -0400

    working commit

commit 6cfd9db
Author: Haokun-Chen <[email protected]>
Date:   Thu Jul 5 15:22:27 2018 -0400

    refactor configuration (settings)

    sub-nav added

commit 4198227
Author: James Evans <[email protected]>
Date:   Thu Oct 18 09:34:13 2018 -0500

    Pass tiller namespace down to helm task

commit 6117f82
Author: AlanCoding <[email protected]>
Date:   Wed Oct 17 14:27:14 2018 -0400

    remove changelog

commit bf39a2a
Author: Numblesix <[email protected]>
Date:   Fri Oct 12 19:57:19 2018 +0200

    Added some Doc for FREEipa

commit f27ec8c
Author: Bill Nottingham <[email protected]>
Date:   Tue Oct 16 15:34:13 2018 -0400

    Update Django version in version check.

commit aec3244
Author: Bill Nottingham <[email protected]>
Date:   Tue Oct 16 11:48:33 2018 -0400

    Update to latest django subminor to pick up assorted fixes.

commit 6d0fed6
Author: Numblesix <[email protected]>
Date:   Fri Oct 12 19:44:29 2018 +0200

    Added some Doc for ca_trust_dir

commit 53ae050
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 17 10:56:29 2018 -0400

    use the proper logger for the callback receiver

commit 79002ae
Author: Ryan Petrello <[email protected]>
Date:   Tue Oct 16 14:56:41 2018 -0400

    upgrade to the latest kombu + celery

commit 6e4f3ef
Author: Ryan Petrello <[email protected]>
Date:   Tue Oct 16 08:32:48 2018 -0400

    silence the noisy error that's printed w/ `awx-manage check_migrations`

commit 6ff1fe8
Author: Ryan Petrello <[email protected]>
Date:   Tue Oct 16 11:18:18 2018 -0400

    allow users to specify BROKER_URL with passwords that contain : and @

commit 0477581
Author: Matthew Jones <[email protected]>
Date:   Tue Oct 16 11:09:08 2018 -0400

    Fix up flake8

commit d5c557c
Author: Matthew Jones <[email protected]>
Date:   Tue Oct 16 11:00:44 2018 -0400

    Proper parameterization for scm tests

commit 8e60cb1
Author: Matthew Jones <[email protected]>
Date:   Tue Oct 16 10:48:09 2018 -0400

    Purge an unneeded ansible 2.4 version check

commit 906eb98
Author: chris meyers <[email protected]>
Date:   Tue Oct 16 10:45:24 2018 -0400

    fixes dispatcher test that inadvertently access db

    * Logger inadvertently triggered by dispatcher tests that do not need DB
    access. Mock settings to sidestep DB access.

commit 119b947
Author: Matthew Jones <[email protected]>
Date:   Tue Oct 16 09:19:15 2018 -0400

    Force openshift user behavior for uids over 2500

commit f3e73bb
Author: Ryan Petrello <[email protected]>
Date:   Tue Oct 16 08:54:03 2018 -0400

    don't call rabbitmqctl forget_cluster_node for isolated instances

commit d65a3fa
Author: jmferrer <[email protected]>
Date:   Tue Oct 16 09:59:11 2018 +0200

    Restore per-deployment requirements.

commit 9645e5b
Author: mabashian <[email protected]>
Date:   Mon Oct 15 13:27:32 2018 -0400

    Remove portalMode accidental portalMode inclusion that resulted from merge conflict

commit 0a09d98
Author: mabashian <[email protected]>
Date:   Mon Aug 6 12:03:02 2018 -0400

    Removes system tracking code from the UI.  Moves import of shared out to app.js

commit 00cae10
Author: Ryan Petrello <[email protected]>
Date:   Mon Oct 15 16:28:09 2018 -0400

    remove over-eager survey choices validation

    it looks like choices can also be a list and _maybe_ comma delimited;
    clearly there's a lot of history here; let's verify and test what's _really_ supported and _then_ add any necessary validation

commit f27a34c
Author: jmferrer <[email protected]>
Date:   Mon Oct 15 18:27:49 2018 +0200

    Change openshift vars path.

commit 720a634
Author: Ryan Petrello <[email protected]>
Date:   Mon Oct 15 12:17:52 2018 -0400

    don't attempt to recover special QUIT messages in the worker pool

    when `--reload` is sent to the dispatcher, it sends a special QUIT
    message to each worker in the pool so that it will exit gracefully at
    the next opportunity

    when a worker process exits unexpectedly, the dispatcher attempts to
    recover its queued messages and sends them to another worker in the
    pool; in this scenario, we should _never_ re-enqueue these special
    QUIT messages (because the process doesn't need to quit, it's already
    gone)

    To reproduce this race condition:

    1.  Launch an adhoc that does `sleep 60`
    2.  Run `awx-manage run_dispatcher --reload` to enqueue a `QUIT` message
        into the worker's queue
    3.  Find the pid of the worker running the `sleep 60` and `SIGKILL` it.
    4.  Observe that dispatcher attempts to requeue the `QUIT` message and
        logs a confusing error.

commit 011c8ae
Author: Ryan Petrello <[email protected]>
Date:   Mon Oct 15 10:58:21 2018 -0400

    fix a typo on the JT add page that breaks the custom venv field

commit ac80bc8
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 12 11:50:29 2018 -0400

    more shippable -> zuul cleanup

commit 2e98446
Author: chris meyers <[email protected]>
Date:   Wed Oct 10 12:32:27 2018 -0400

    fix issue with ldap queries containing unicode

commit 517043e
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 12 10:21:57 2018 -0400

    update to the latest stable 1.1 django-oauth-toolkit

    see: jazzband/django-oauth-toolkit#629

commit c25d208
Author: Daniel Sami <[email protected]>
Date:   Fri Oct 12 10:18:49 2018 -0400

    added browser close at end, waits for spinners

commit 921231f
Author: Daniel Temme <[email protected]>
Date:   Fri Oct 12 11:13:42 2018 +0200

    fix indentation for register variable

commit 9bec7cf
Author: Ashley Nelson <[email protected]>
Date:   Thu Oct 11 16:25:55 2018 -0500

    Fix openshift auth broken by undefined vars

    Signed-off-by: Ashley Nelson <[email protected]>

commit 1167361
Author: Ryan Petrello <[email protected]>
Date:   Thu Oct 11 14:55:27 2018 -0400

    some minor README updates

commit 78901ab
Author: Jake McDermott <[email protected]>
Date:   Mon Oct 1 13:02:18 2018 -0400

    add organization permissions view

commit 938bf1b
Author: Jake McDermott <[email protected]>
Date:   Mon Oct 1 11:16:35 2018 -0400

    add organizations tab to team permissions screen

commit 27da141
Author: Marliana Lara <[email protected]>
Date:   Thu Oct 11 13:13:01 2018 -0400

    Address review comments

commit 2bf2412
Author: Ashley Nelson <[email protected]>
Date:   Thu Oct 11 11:49:08 2018 -0500

    Add serviceName to Kubernetes StatefulSet spec

    Signed-off-by: Ashley Nelson <[email protected]>

commit 1e3c229
Author: Daniel Sami <[email protected]>
Date:   Thu Oct 11 12:24:55 2018 -0400

    lint fixes

commit cfa93b5
Author: AlanCoding <[email protected]>
Date:   Wed Sep 19 09:25:47 2018 -0400

    Always allow resource creation via global list

commit 96ad2b2
Author: Christian.Rohr <[email protected]>
Date:   Mon Sep 10 22:11:43 2018 +0200

    Extracted more variables which a related to rabbitmq

commit 8fceaf8
Author: Daniel Sami <[email protected]>
Date:   Thu Oct 11 12:14:00 2018 -0400

    Tests for UI workflow always nodes

commit c39370d
Author: Anthony Green <[email protected]>
Date:   Sat Aug 11 09:46:49 2018 -0400

    Fix token based openshift logins

commit bdc7efb
Author: AlanCoding <[email protected]>
Date:   Tue May 8 16:02:19 2018 -0400

    humble beginnings of survey question type validation

commit 10c76e2
Author: Ryan Petrello <[email protected]>
Date:   Thu Oct 11 11:47:40 2018 -0400

    update Azure inventory script to latest from Ansible

    rebased version of ansible#2234

commit ff1e8cc
Author: Ryan Petrello <[email protected]>
Date:   Wed Aug 8 13:41:07 2018 -0400

    replace celery task decorators with a kombu-based publisher

    this commit implements the bulk of `awx-manage run_dispatcher`, a new
    command that binds to RabbitMQ via kombu and balances messages across
    a pool of workers that are similar to celeryd workers in spirit.
    Specifically, this includes:

    - a new decorator, `awx.main.dispatch.task`, which can be used to
      decorate functions or classes so that they can be designated as
      "Tasks"
    - support for fanout/broadcast tasks (at this point in time, only
      `conf.Setting` memcached flushes use this functionality)
    - support for job reaping
    - support for success/failure hooks for job runs (i.e.,
      `handle_work_success` and `handle_work_error`)
    - support for auto scaling worker pool that scale processes up and down
      on demand
    - minimal support for RPC, such as status checks and pool recycle/reload

commit da74f1d
Author: Ryan Petrello <[email protected]>
Date:   Wed Aug 8 10:26:15 2018 -0400

    refactor and test the callback receiver as a base for a task dispatcher

commit be01bed
Author: Bill Nottingham <[email protected]>
Date:   Wed Aug 1 19:38:25 2018 -0400

    Purge inventory script requirements from the AWX virtual environment.

    boto is still used by AWX itself.

commit b02677a
Author: Daniel Sami <[email protected]>
Date:   Tue Oct 9 16:32:24 2018 -0400

    Initial commit for UI tests for always nodes

commit 1b25dd0
Author: Marliana Lara <[email protected]>
Date:   Tue Oct 9 14:21:59 2018 -0400

    Fix ui-lint error

commit a2f4e36
Author: Marliana Lara <[email protected]>
Date:   Thu Oct 4 23:01:20 2018 -0400

    Show all wf options when node is not a root node

    * Edge type of root node is always "always"
    * If node is not a root node, show all options: always, success, fail
    * Remove edge conflict logic

commit ad566cc
Author: adamscmRH <[email protected]>
Date:   Fri Sep 28 16:22:57 2018 -0400

    tests for always_nodes

commit 4d9523a
Author: adamscmRH <[email protected]>
Date:   Thu Sep 27 17:36:04 2018 -0400

    lift always node mutex restriction

commit a294a6f
Author: Dennis U <[email protected]>
Date:   Thu Aug 9 14:07:29 2018 +0200

    Bugfix for ca_trust_dir

    Changed syntax as ca_trust_dir was not correctly mounted in awx_web container and added command to update CA trust inside awx_web container after creation.

commit d2ab7bd
Author: walkafwalka <[email protected]>
Date:   Sat Aug 4 01:49:07 2018 -0700

    Add inventory vars to set docker install hostnames

    Signed-off-by: walkafwalka <[email protected]>

commit e02e899
Author: walkafwalka <[email protected]>
Date:   Wed Aug 1 00:21:38 2018 +0000

    Allow autocomplete on the AWX login page

    Signed-off-by: walkafwalka <[email protected]>

commit ada2d65
Author: Stoned Elipot <[email protected]>
Date:   Wed Jul 25 19:10:31 2018 +0200

    force boolean evaluation

commit 0443bd3
Author: Ilkka Tengvall <[email protected]>
Date:   Mon Jul 2 09:22:36 2018 +0300

    fixes selinux permissions for awx data.

    fixes issue ansible#2036 and  ansible#1896

commit adaa164
Author: Dmytro Makovey <[email protected]>
Date:   Tue Jun 5 08:16:08 2018 -0700

    allow nginx config extension

2.0.1

Toggle 2.0.1's commit message
Release 2.0.1

git log 2.0.0..HEAD --no-merges

commit 1165dcf
Author: adamscmRH <[email protected]>
Date:   Thu Oct 4 16:59:06 2018 -0400

    update awx version to 2.0.1

commit ee1d5e4
Author: Shane McDonald <[email protected]>
Date:   Tue Oct 9 20:02:03 2018 -0400

    Fix fallout from ansible#2392

    There were some upstream changes that I overwrote but shouldn’t have.

commit f87a09c
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 10 09:37:36 2018 -0400

    build swagger docs as part of CI

commit 5ae19fd
Author: Jake McDermott <[email protected]>
Date:   Tue Oct 9 23:14:21 2018 -0400

    update development documentation

commit 7d5f6aa
Author: Jake McDermott <[email protected]>
Date:   Tue Oct 9 23:11:51 2018 -0400

    don't update lock file by default

commit 9033b3f
Author: Bill Nottingham <[email protected]>
Date:   Tue Oct 9 19:54:05 2018 -0400

    update node requirements in CONTRIBUTING.md to match INSTALL.md

commit de60165
Author: Shane McDonald <[email protected]>
Date:   Tue Oct 9 19:15:32 2018 -0400

    Fix broken defaults in awx installer

commit b8c1724
Author: Wayne Witzel III <[email protected]>
Date:   Tue Oct 9 12:27:07 2018 -0400

    use latest asgi_amqp version

commit 7a5cfd0
Author: Shane McDonald <[email protected]>
Date:   Tue Oct 9 13:59:46 2018 -0400

    Run tests in Docker as non-root user

commit b9279eb
Author: Shane McDonald <[email protected]>
Date:   Tue Oct 9 14:38:18 2018 -0400

    Port downstream installer changes

commit a4dfd96
Author: AlanCoding <[email protected]>
Date:   Wed Oct 3 09:09:07 2018 -0400

    Validate ANSIBLE_ injectors on save and increase verbosity

commit d0572cf
Author: Martin Surovcak <[email protected]>
Date:   Mon Oct 8 16:29:07 2018 +0200

    trivial: update teardown command

commit e0c7a7b
Author: Matthew Jones <[email protected]>
Date:   Fri Oct 5 14:32:47 2018 -0400

    Mention zuul in contributing

commit 640f947
Author: Matthew Jones <[email protected]>
Date:   Fri Oct 5 14:26:03 2018 -0400

    Remove shippable configuration

commit 29b90b7
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 3 10:32:54 2018 -0500

    minor docker-compose fix

commit f7c5289
Author: Matthew Jones <[email protected]>
Date:   Wed Oct 3 11:10:45 2018 -0400

    Clean up CI compose test invocation

commit ee11341
Author: Ryan Petrello <[email protected]>
Date:   Wed Oct 3 09:32:23 2018 -0500

    more make clean tinkering

commit 56263a5
Author: Matthew Jones <[email protected]>
Date:   Mon Oct 1 11:19:48 2018 -0400

    Force ui cleanup in the test environment

    Also allow using the system make

commit 89e41f7
Author: Jake McDermott <[email protected]>
Date:   Mon Oct 1 00:02:48 2018 -0400

    replace phantomjs with headless chrome

commit 3a8bacb
Author: Matthew Jones <[email protected]>
Date:   Mon Sep 24 10:53:55 2018 -0400

    Add an initial check and gate job configuration for zuul

    Updates for running ui tests and linters

commit 7752446
Author: Ryan Petrello <[email protected]>
Date:   Fri Oct 5 10:18:27 2018 -0400

    fix busted notification tests

commit 9f25fdd
Author: mabashian <[email protected]>
Date:   Sun Sep 30 05:14:31 2018 -0400

    Ensure workflow graph width is 100% of container

commit b94d5c7
Author: AlanCoding <[email protected]>
Date:   Thu Oct 4 11:52:49 2018 -0400

    fix flake8 errors in setup.py

commit 02c23fc
Author: André Backeby <[email protected]>
Date:   Thu Oct 4 15:07:52 2018 +0200

    Fixed typo Ansbile->Ansible

2.0.0

Toggle 2.0.0's commit message
Release 2.0.0

1.0.8

Toggle 1.0.8's commit message
Release 1.0.8

1.0.7

Toggle 1.0.7's commit message
Release 1.0.7

1.0.6

Toggle 1.0.6's commit message
Release 1.0.6

1.0.5

Toggle 1.0.5's commit message
Release 1.0.5

1.0.4

Toggle 1.0.4's commit message
Release 1.0.4

1.0.3

Toggle 1.0.3's commit message
Release 1.0.3

1.0.2

Toggle 1.0.2's commit message
Release 1.0.2