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

14363 Commits

Author SHA1 Message Date
Michael Abashian
f3fc0965fd Merge pull request #159 from mabashian/7371-adhoc-add-host
Fixed adhoc routing
2017-08-03 09:37:20 -04:00
Michael Abashian
ddb47c4e81 Merge pull request #156 from mabashian/5225-responsive-workflow-editor
Fixed workflow maker responsiveness
2017-08-03 09:36:58 -04:00
Michael Abashian
d5769a26a9 Merge pull request #153 from mabashian/7203-inv-job-status
Inventory list popover fixes
2017-08-03 09:36:37 -04:00
Michael Abashian
77f4e21e19 Merge pull request #149 from mabashian/7283-xss-schedules
Sanitize schedule titles
2017-08-03 09:36:13 -04:00
Michael Abashian
270217a612 Merge pull request #148 from mabashian/7274-first-last-pagination
Only show first/last arrows when they are needed
2017-08-03 09:34:35 -04:00
Alan Rominger
22d538702a Merge pull request #147 from AlanCoding/underscores
add underscores to Role serializer resource_type
2017-08-03 09:01:18 -04:00
AlanCoding
06eabc4410 silence benign errors from inventory computed fields task 2017-08-03 08:45:28 -04:00
Jared Tabor
93da7c9626 changing default number of rows for host facts based
on the presence/abscence of facts
2017-08-02 15:54:06 -07:00
Greg Considine
4e1363dd98 Merge pull request #166 from gconsidine/ui/fix/explosion
Fix route protection that led to infinite redirect
2017-08-02 17:58:56 -04:00
Aaron Tan
195c0bdfe4 Prevent setting SCM fields for non-SCM inventory sources 2017-08-02 17:22:15 -04:00
gconsidine
0d7fc97259 Fix route protection that led to infinite redirect
* On login without license data, the user is redirected to the license
page. The license route checked for a condition and returned false.
Explicitly returning false redirects the user -- omitting a return
value lets the user proceed.
2017-08-02 17:21:00 -04:00
mabashian
b3e1e4a569 Removed unused partials 2017-08-02 16:52:11 -04:00
mabashian
08f8e3b837 Added dynamic: true to states with search that were missing it 2017-08-02 16:41:11 -04:00
mabashian
5f7f549231 Updated input/injector popover text. Changed credential "type" column header to "kind". Hide credential types not managed by tower in types list. 2017-08-02 16:25:15 -04:00
Marliana Lara
e1c9388831 Merge pull request #161 from marshmalien/ux/fix/buttonWidth
Change input group width to auto
2017-08-02 16:22:36 -04:00
Marliana Lara
26935528c3 Change input group width to auto 2017-08-02 16:22:00 -04:00
mabashian
700d4c3c5b Fixed adhoc routing 2017-08-02 16:05:40 -04:00
Wayne Witzel III
3ce0529846 Merge pull request #152 from wwitzel3/issue-7355
Ensure hosts list properly when given read access to a smart inventory
2017-08-02 15:41:13 -04:00
John Mitchell
8c5ae5733b fix link out to inventory source on standard out page 2017-08-02 15:37:49 -04:00
Wayne Witzel III
eb73248d37 Refactor InventoryHostsList get_queryset to use getattrd 2017-08-02 15:13:27 -04:00
mabashian
a1ef740db4 Fixed workflow maker responsiveness 2017-08-02 15:09:06 -04:00
Marliana Lara
207ea901ab Disable cancel button after initial click 2017-08-02 15:06:33 -04:00
Alan Rominger
e3f0246f4c Merge pull request #132 from AlanCoding/fix_restarts
fix restarts in dev, allow shutdown traceback
2017-08-02 14:37:24 -04:00
AlanCoding
4d5bedce74 functionality for dev + IG + supervisor configuration 2017-08-02 14:32:35 -04:00
AlanCoding
b01732bcb3 fix restarts in dev, allow shutdown traceback 2017-08-02 14:25:20 -04:00
mabashian
e913c4dabb Fixed tooltip inside of host/source summary popovers. Updated recent jobs popover title based on failed true/false. 2017-08-02 13:59:55 -04:00
Wayne Witzel III
7f75ef9ad4 whitespace clean up 2017-08-02 13:11:16 -04:00
Wayne Witzel III
fe36ed94b8 Ensure hosts list properly when given read access to a smart inventory 2017-08-02 13:10:55 -04:00
Marliana Lara
2f07c0a2e5 Merge pull request #150 from marshmalien/fix/6479-DuplicateDefaultSCMInvChoice
Remove duplicate "Choose a [sic] inventory file" dropdown option
2017-08-02 13:10:19 -04:00
Jared Tabor
d9ae22b148 Merge pull request #142 from jaredevantabor/sources-form
Adding source vars for cloudforms, satellite6
2017-08-02 09:49:14 -07:00
Jared Tabor
dad2145c0f Merge pull request #146 from jaredevantabor/users-permissions
Users/Teams permissions links
2017-08-02 09:35:33 -07:00
Jared Tabor
35a68e6eda removing comment 2017-08-02 09:34:35 -07:00
Chris Meyers
22aa251a24 Merge pull request #127 from chrismeyersfsu/fix-6559
remove conditional inventory sources POST
2017-08-02 12:25:50 -04:00
Chris Meyers
9b12d88e8c lay the foundation for checking license on upgrade 2017-08-02 12:24:58 -04:00
Marliana Lara
e570792998 Prevent default text from getting pushed to dropdown options 2017-08-02 12:01:27 -04:00
Chris Meyers
6cc5f14e16 remove conditional inventory sources POST
* Move logic from validator down to model
* Allow only 1 inventory source of type scm with
update_on_project_update set to True; for each inventory
2017-08-02 11:49:10 -04:00
John Mitchell
9ad9b95d5b add translate directive to about modal 2017-08-02 11:43:13 -04:00
Michael Abashian
901362384a Merge pull request #143 from mabashian/7311-readonly-credential-type
Make configuration and injector codemirrors read only based on permissions
2017-08-02 10:26:08 -04:00
Michael Abashian
e27f10ac8b Merge pull request #139 from mabashian/4727-node-no-jt
Fixed workflow deleted resource details link
2017-08-02 10:24:46 -04:00
Michael Abashian
29c5ec7787 Merge pull request #137 from mabashian/7361-group-navigation
Take the user to a groups groups tab when clicked from a groups list
2017-08-02 10:23:56 -04:00
mabashian
073af62cf9 Sanitize schedule titles 2017-08-02 10:21:16 -04:00
Greg Considine
335add1b66 Merge pull request #138 from gconsidine/ui/fix/documentation-link
Ui/fix/documentation link
2017-08-02 10:16:11 -04:00
mabashian
da0cb67c18 Only show first/last arrows when they are needed 2017-08-02 10:05:51 -04:00
Alan Rominger
c6a790bd24 Merge pull request #145 from AlanCoding/vault_perm
treat vault_credential same as credential for JT launch
2017-08-02 09:46:40 -04:00
AlanCoding
321591515c hack to work around Django-polymorphic select_related bug 2017-08-02 09:32:13 -04:00
Marliana Lara
86763510c1 Merge pull request #141 from marshmalien/fix/7357-CrossBrowserMultilookupStyle
Fix Lookup Button styles in Firefox and Safari
2017-08-02 09:24:11 -04:00
AlanCoding
4d8faa7265 add underscores to Role serializer resource_type 2017-08-02 08:27:25 -04:00
AlanCoding
0b617d7538 treat vault_credential same as credential for JT launch 2017-08-02 08:24:24 -04:00
Jared Tabor
cfb76e628e making Setup the parent breadcrumb of credentials 2017-08-01 21:04:33 -07:00
Jared Tabor
844e704adf making default fact view height 10 2017-08-01 20:31:07 -07:00