1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00
Commit Graph

13082 Commits

Author SHA1 Message Date
Jared Tabor
6a5102d51d Merge pull request #6174 from jaredevantabor/source-notifications
Source notifications
2017-05-03 21:18:33 -04:00
Jared Tabor
394c7ed341 adding notifications to the inventory source 2017-05-03 21:18:06 -04:00
Jared Tabor
1f4c6edced Merge pull request #6165 from jaredevantabor/inventory-cleanup
removing old inv manage files
2017-05-03 20:51:39 -04:00
Wayne Witzel III
dfd65441b1 Merge pull request #6177 from wwitzel3/devel
add organization_id to Inventory summary fields
2017-05-03 17:13:20 -04:00
Wayne Witzel III
397f24f160 add organization_id to Inventory summary fields 2017-05-03 17:01:51 -04:00
Alan Rominger
a9c7822a4d Merge pull request #6176 from AlanCoding/inv_src_as
link inventory source activity stream to right place
2017-05-03 17:00:26 -04:00
AlanCoding
4735358857 link inventory source activity stream to right place 2017-05-03 16:31:21 -04:00
Alan Rominger
24a04d56f1 Merge pull request #6135 from AlanCoding/scm_bifurcation
Allow management of 2 types of SCM inventory sources
2017-05-03 16:03:11 -04:00
Wayne Witzel III
17b18f3d85 Merge pull request #6173 from wwitzel3/devel
Add organization to the InventorySource fields
2017-05-03 15:35:26 -04:00
Wayne Witzel III
0134b7e0bd Add organization to the InventorySource fields 2017-05-03 15:29:21 -04:00
Ryan Petrello
4a438e044e acceptance docs for [AUDIC] Arbitrary User-Defined Inventory & Credential 2017-05-03 14:09:46 -04:00
AlanCoding
3243110496 connect CredentialType to activity stream 2017-05-03 13:53:11 -04:00
AlanCoding
12ab3a0ae9 managed_by_tower restriction now in validation, not access 2017-05-03 13:53:06 -04:00
Marliana Lara
17a65bd67b Merge pull request #6156 from marshmalien/fix/stdOutPanesFillHeight
Stretch standard out panes to page height
2017-05-03 13:40:00 -04:00
Ryan Petrello
d0a848d49a Add a new extra_credentials endpoint for Jobs and JobTemplates
additionally, add backwards compatible support for `cloud_credential`
and `network_credential` in /api/v1/job_templates/ and /api/v1/jobs/.

see: #5807
2017-05-03 13:38:10 -04:00
Ryan Petrello
accf7cdea2 Replace Job/JT cloud/network credentials with a single M2M relation.
The following fields:

    * (Job | JobTemplate).cloud_credential
    * (Job | JobTemplate).network_credential

...are replaced by M2M relationships:

    * Job.extra_credentials
    * JobTemplate.extra_credentials

Includes support for task execution with multiple cloud credentials.

see: #5807
2017-05-03 13:36:59 -04:00
Marliana Lara
82d37d3fec Change left panel height to 100% for consistency 2017-05-03 13:24:55 -04:00
Marliana Lara
c49f7dddec Fix height responsiveness 2017-05-03 13:18:20 -04:00
AlanCoding
8d2598beee allow management of 2 types of SCM inventory sources 2017-05-03 12:18:08 -04:00
Marliana Lara
fae6573ae2 Stretch left panel to height of browser 2017-05-03 11:55:09 -04:00
Jared Tabor
f1c39cf5c2 removing old inv manage files
somehow they snuck in our giant rebase w/ devel
2017-05-03 11:33:36 -04:00
Wayne Witzel III
465d620629 Merge pull request #6163 from wwitzel3/issue-5922
Remove deprecated fields / old migration tests.
2017-05-03 10:42:13 -04:00
Wayne Witzel III
9f28c57521 Remove all CONSTANTS 2017-05-03 10:27:32 -04:00
Bill Nottingham
1b9bd8d9fb Merge pull request #6136 from wenottingham/warning
Fix deprecation warning.
2017-05-03 09:38:03 -04:00
Wayne Witzel III
dd52e2be30 Add migration and restore Credential logic 2017-05-02 22:49:17 -04:00
Wayne Witzel III
11eb99820d Initial pass of removing RBAC deprecated fields and Permission 2017-05-02 22:38:34 -04:00
Aaron Tan
6fe133dc7f Merge pull request #6142 from jangsutsr/6113_allow_concurrent_workflow_job_runs
Allow concurrent workflow job runs
2017-05-02 16:41:32 -04:00
Aaron Tan
057b24ccd0 Allow concurrent workflow job runs. 2017-05-02 16:28:24 -04:00
Alan Rominger
84b8dcece0 Merge pull request #6120 from AlanCoding/ansible-inventory
Inventory updates through `ansible-inventory`
2017-05-02 16:19:58 -04:00
Aaron Tan
59376feb70 Merge pull request #6133 from jangsutsr/6118_rework
Trailing comma rework
2017-05-02 15:41:23 -04:00
Chris Church
22a4279615 Fix license expires on to use license_date instead of number of days remaining. 2017-05-02 15:35:49 -04:00
jlmitch5
e1cb9615cb Merge pull request #6149 from jlmitch5/tacacsUI
tacacs ui implementation
2017-05-02 13:49:33 -04:00
Wayne Witzel III
65b7e7e839 Merge pull request #6144 from wwitzel3/issue-5745
Support dynamic Inventory
2017-05-02 13:28:48 -04:00
Wayne Witzel III
e46a043213 Revert isinstance, circular imports due to when the HostManager exists for an Inventory 2017-05-02 13:16:53 -04:00
Ryan Petrello
2839e14313 Merge pull request #6155 from ryanpetrello/new_credential_model
disallow `ask_at_runtime` fields for custom credential types
2017-05-02 13:15:00 -04:00
Wayne Witzel III
af35838aff Make kind read-only for PUT/PATCH, use isinstance in Host Manager, update field fasly check 2017-05-02 13:00:17 -04:00
Michael Abashian
5083d8bbe7 Removed extra debug line 2017-05-02 11:40:16 -04:00
Michael Abashian
f38a5e5672 Fixed various inventory related bugs 2017-05-02 11:38:21 -04:00
Marliana Lara
57ce713891 Stretch standard out panes to page height
* Fix #5962
* Give StandardOut-container a fixed height so flex children will stretch
to fill 100%.
* Edit overflow and height properties to make panel content scrollable
and visible
2017-05-02 11:11:28 -04:00
Ryan Petrello
61b3f7afb7 disallow ask_at_runtime fields for custom credential types 2017-05-02 10:45:43 -04:00
Marliana Lara
4926a78f53 Merge pull request #6147 from marshmalien/fix/templateLabelsWidth
Fix padding and wrap of Labels section in Template
2017-05-02 10:44:06 -04:00
Ryan Petrello
bc20fa24f3 Merge pull request #6150 from ryanpetrello/new_credential_model
split `machine` CredentialType kind into two distinct (ssh and vault) kinds
2017-05-02 10:35:15 -04:00
Ryan Petrello
a1fa9243bc split machine CredentialType into two distinct (ssh and vault) kinds 2017-05-02 10:26:37 -04:00
Marliana Lara
2331c7035e Use border color alias 2017-05-02 09:57:03 -04:00
Chris Meyers
3648757efd Merge pull request #6125 from chrismeyersfsu/6115
per-jt most recent fact scan gathering
2017-05-02 08:41:54 -04:00
Matthew Jones
bd3ea61c21 Merge branch 'release_3.1.3' into devel
* release_3.1.3:
  Install jlaska copr key for rabbitmq
2017-05-01 21:22:56 -04:00
Aaron Tan
df49a70fd7 Trailing comma rework. 2017-05-01 16:42:32 -04:00
Chris Meyers
0be384af18 rename field to store_facts and fix up tests 2017-05-01 16:39:48 -04:00
Jared Tabor
2c0a24f408 Merge pull request #6109 from ansible/inventory-rework
New Inventory Pages
2017-05-01 16:33:05 -04:00
Jared Tabor
6de87b910b adding host resolve for nested groups route 2017-05-01 16:19:19 -04:00