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

14787 Commits

Author SHA1 Message Date
mabashian
0be16239a0 Small tweaks to empty list text styling 2017-08-28 12:43:47 -04:00
mabashian
d0c9d8ce4e Updated smart inv host filter list empty text 2017-08-28 12:37:41 -04:00
Alan Rominger
c2d59e4815 Merge pull request #347 from AlanCoding/no_start
remove job start endpoint in v2
2017-08-28 12:11:32 -04:00
AlanCoding
5327a4c622
Use global capacity algorithm in serializer
The task manager was doing work to compute currently consumed
capacity, this is moved into the manager and applied in the
same form to the instance group list.
2017-08-28 12:07:47 -04:00
Marliana Lara
d01d8b86b2 Merge pull request #342 from marshmalien/7529-Diff-mode-popover-typo
Replace single apostrophe with Unicode equivalent
2017-08-28 11:20:41 -04:00
Marliana Lara
48d37c8522 Merge pull request #341 from marshmalien/fix/7517-asterisk-whitespace
Keep whitespace between field label asterisk and label title
2017-08-28 11:20:28 -04:00
AlanCoding
495d6e9887
remove job start endpoint in v2 2017-08-28 11:12:13 -04:00
Alan Rominger
c904ed62fe Merge pull request #348 from AlanCoding/jobs_opt
optimizations for unified job subtypes
2017-08-28 11:06:26 -04:00
Michael Abashian
3b2149f252 Merge pull request #336 from mabashian/7523-search-spaces
Re-included logic for stripping out quotes from search value that was inadvertently removed
2017-08-28 10:05:34 -04:00
Aaron Tan
fd08314dcb Merge pull request #345 from jangsutsr/7532_disallow_custom_inv_src_from_using_wrong_cred
Disallow custom inventory sources from using meaningless credentials
2017-08-28 09:45:19 -04:00
Shane McDonald
d5c1f34016 Update pot files 2017-08-27 15:32:21 -04:00
AlanCoding
ce3c969c08
correct capacity algorithm for task manager 2017-08-26 11:59:25 -04:00
Alan Rominger
34a375542e Merge pull request #339 from AlanCoding/encrypted_fix2
allow cache storing of non-DB settings
2017-08-26 11:57:29 -04:00
Alan Rominger
d97cf263c1 Merge pull request #308 from AlanCoding/calm_your_signals2
avoid every-request user signals
2017-08-26 11:56:41 -04:00
Aaron Tan
853b9d1001 Merge pull request #343 from jangsutsr/7530_add_pending_deletion_check_to_job_relaunch_validation
Add pending_deletion check to job relaunch validation
2017-08-25 16:50:16 -04:00
Aaron Tan
90bff467a4 Merge pull request #326 from jangsutsr/7500_add_workflow_license_check_to_user_capabilities
Allow lower-licensed user to delete workflow resources
2017-08-25 16:49:12 -04:00
Aaron Tan
11e924b344 Disallow custom inventory sources from using meaningless credentials 2017-08-25 16:47:08 -04:00
John Mitchell
e6d4de301b fix stdout ordering 2017-08-25 16:26:07 -04:00
Aaron Tan
baa7478ff0 Add pending_deletion check to job relaunch validation 2017-08-25 15:34:32 -04:00
Marliana Lara
db3ee977fa Replace single apostrophe with Unicode equivalent 2017-08-25 14:43:17 -04:00
Marliana Lara
a64bd7e829 Keep whitespace between field label asterisk and title 2017-08-25 14:20:34 -04:00
AlanCoding
5cc5d4deff
allow cache storing of non-DB settings 2017-08-25 13:59:31 -04:00
mabashian
5be6d5bf26 Prevent duplicate host filter strings 2017-08-25 13:30:24 -04:00
Greg Considine
e1ee95234e Delete unwanted (and accidentally created) file 2017-08-25 12:41:26 -04:00
mabashian
78b132580b Re-included logic for stripping out quotes from search value that was inadvertently removed 2017-08-25 09:50:58 -04:00
mabashian
5be3105d60 Edit a host from within the smart inventory tree 2017-08-24 17:12:58 -04:00
Jared Tabor
d1503e974b Merge pull request #332 from jaredevantabor/smart-host-inventories
adding inventory column to smart inventory host search modal
2017-08-24 17:00:00 -04:00
Jared Tabor
74e9834c42 adding inventory column to smart inventory host search modal 2017-08-24 16:25:10 -04:00
Aaron Tan
bd7cd9281b Allow lower-licensed user to delete workflow resources 2017-08-24 15:59:08 -04:00
AlanCoding
50ff18ba25
avoid every-request user signals 2017-08-24 11:20:39 -04:00
Michael Abashian
b4e78b6131 Merge pull request #331 from mabashian/7509-host-filter-permissions
Smart Inv permissions bug fixes
2017-08-23 18:20:08 -04:00
mabashian
be4ddab218 Hide filter tooltip when host filter is disabled 2017-08-23 18:13:33 -04:00
Michael Abashian
6e12fee5ec Merge pull request #329 from mabashian/7491-host-on-off
Disable togglehost when user cannot edit host
2017-08-23 18:02:28 -04:00
Michael Abashian
097c6463ad Merge pull request #327 from mabashian/7493-smart-inv-host-groups
Remove groups column from smart inventory hosts list
2017-08-23 18:01:55 -04:00
Michael Abashian
dbc95b39b7 Merge pull request #324 from mabashian/7265-permissions
Fixed bug removing item from allSelected when adding permissions
2017-08-23 17:59:14 -04:00
Michael Abashian
3aa9d2e64c Merge pull request #320 from mabashian/6034-workflow-402
Basic license wfjt fixes
2017-08-23 17:58:32 -04:00
mabashian
29fcf336c1 Disable host filter lookup for users who don't have edit permissions. Hide delete/edit inv list icons for users who don't have proper permissions. 2017-08-23 12:11:40 -04:00
Jared Tabor
1270a9365b Merge pull request #325 from jaredevantabor/danger
fixing ngToast.danger message for failed test aggregation
2017-08-23 12:03:55 -04:00
Jared Tabor
ba1d196a42 Merge pull request #328 from jaredevantabor/insights
changing logic for Remediate Inventory button
2017-08-23 12:02:59 -04:00
Jared Tabor
9ac29a95ce Merge pull request #330 from jaredevantabor/oops
Oops
2017-08-23 12:02:08 -04:00
Jared Tabor
ba88d1822b removing tower-license submodule...oops 2017-08-23 11:54:38 -04:00
mabashian
991e1916bf Iterator is nested_host and not host 2017-08-23 11:35:06 -04:00
mabashian
51c3d77a92 Disable togglehost when user cannot edit host 2017-08-23 11:07:02 -04:00
Michael Abashian
0cbe083dcf Merge pull request #323 from mabashian/7498-custom-inv-script-cred
Show credential lookup when source is 'custom'
2017-08-22 16:41:18 -04:00
Michael Abashian
105cead4da Merge pull request #313 from mabashian/2989-management-schedule
Fix management job scheduler time inputs by resetting invalid input to 00
2017-08-22 16:40:30 -04:00
Michael Abashian
4e6722a171 Merge pull request #309 from mabashian/roll-back-survey-question-changes
Rolled back survey question preview enhancements
2017-08-22 16:39:06 -04:00
Wayne Witzel III
05b4bff388 Merge pull request #322 from wwitzel3/issue-7501
Update HostManager to return distinct hostnames
2017-08-22 16:31:57 -04:00
Jared Tabor
dd7ebbc461 changing logic for Remediate Inventory button
to only check for any insights projects, instead of insights projects with
specifically the same credential as the insights inventory
2017-08-22 16:08:25 -04:00
John Mitchell
813a66cafe hide run commands for related host, groups nested hosts lists if user does not have permission 2017-08-22 16:07:55 -04:00
mabashian
e7e47c8906 Update name column classes after deleting groups column 2017-08-22 15:26:54 -04:00