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

18366 Commits

Author SHA1 Message Date
Ryan Petrello
b445e66ffa
Merge pull request #2423 from ryanpetrello/multibyte-unicode-isolated
don't decode stdout on-the-fly as it's processed
2018-07-06 09:44:11 -04:00
Ryan Petrello
172defa0d4
don't use codecs.open for syncing isolated stdout data
see: https://github.com/ansible/tower/issues/2315
2018-07-06 08:25:51 -04:00
Bill Nottingham
dd8ca48bf9
Merge pull request #2403 from wenottingham/read-all-about-it
Don't filter out read role.
2018-07-05 20:04:54 -04:00
Marliana Lara
900cb56950
Merge pull request #2419 from marshmalien/fix/1517-xss-application-token-description
Add sanitize filter to token description field
2018-07-05 16:46:10 -04:00
Marliana Lara
f6c48bc1da
Merge pull request #2426 from marshmalien/fix/1521-templates-dismiss-button
Hide dismiss button on the templates list panel
2018-07-05 16:44:46 -04:00
mabashian
85de502681 Fixed bug displaying vault cred with no vault_id 2018-07-05 15:51:27 -04:00
Marliana Lara
df3f10d71b
Hide dismiss button on the templates list panel 2018-07-05 15:28:59 -04:00
Marliana Lara
aafc92819d
Fix instance modal styles 2018-07-05 14:57:35 -04:00
Marliana Lara
b860395949
Add sanitize filter to token description field 2018-07-05 13:57:38 -04:00
Marliana Lara
70f1b0d642
Merge pull request #2418 from marshmalien/fix/2243-activity-stream-link
Add case for CTIT settings in activity stream
2018-07-05 13:25:28 -04:00
Jared Tabor
56fc5b104e
Merge pull request #2415 from jaredevantabor/fix-2413
Fixes Discard Changes & Save buttons in Settings page
2018-07-05 10:01:24 -07:00
Marliana Lara
c71f98dc42
Add case for settings in build link factory 2018-07-05 12:16:40 -04:00
adamscmRH
9ac92c0ee0 refactor code 2018-07-05 11:48:33 -04:00
Christian Adams
90d57300da
Merge pull request #2357 from rooftopcellist/hookup_ui_expire
Hookup ui expire
2018-07-05 08:45:56 -04:00
Jared Tabor
a4e9f18d2b
Fixes Discard Changes & Save buttons in Settings page 2018-07-03 15:25:00 -07:00
Alan Rominger
0b811a53ff
Merge pull request #2410 from AlanCoding/filterama
Show filterable: False if not filterable
2018-07-03 17:32:11 -04:00
adamscmRH
3e1aaec9fe add generic setting method 2018-07-03 17:09:47 -04:00
adamscmRH
ae0793f374 Hookup UI session expiration 2018-07-03 16:53:27 -04:00
Alan Rominger
13c1b87df4
Merge pull request #2191 from AlanCoding/schedule_fixes
Fix bugs creating WFJT schedule with passwords
2018-07-03 16:51:01 -04:00
Jared Tabor
2f108e55f3
Merge pull request #2412 from jaredevantabor/fix-warning
Prefers arrow function over unnamed function
2018-07-03 13:26:55 -07:00
Jared Tabor
580736e80d
Prefers arrow function over unnamed function 2018-07-03 13:08:57 -07:00
Alan Rominger
360ad7ad61
Merge branch 'release_3.3.0' into filterama 2018-07-03 15:42:37 -04:00
Ryan Petrello
151187f623
Merge pull request #2408 from ryanpetrello/fix-2323
properly check read permissions in `GET /api/v2/wfjt/N/copy/`
2018-07-03 15:32:20 -04:00
kialam
1feb81f20c
Merge pull request #2402 from kialam/fix/2308-network-ui-device
Update the canvas element’s scale factor upon initialization.
2018-07-03 15:24:42 -04:00
Alan Rominger
1f7d7151ad
Merge pull request #2405 from AlanCoding/app_act_str
Add back in application activity stream link
2018-07-03 15:23:18 -04:00
AlanCoding
b97626bf37
show filterable: False if not filterable 2018-07-03 15:21:10 -04:00
Yunfan Zhang
e9a2100a62
Merge pull request #2400 from YunfanZhang42/fix_content_type
Handle exception with invalid HTTP content_type.
2018-07-03 15:16:13 -04:00
Ryan Petrello
d1f5485b96
properly check read permissions in GET /api/v2/wfjt/N/copy/
see: https://github.com/ansible/tower/issues/2323
2018-07-03 15:15:00 -04:00
kialam
26360f8852 Update the canvas element’s scale factor upon initialization.
And fix initial value of `$scope.current_scale`.
2018-07-03 15:03:09 -04:00
AlanCoding
2a5853e4fc
add back in application activity stream link 2018-07-03 14:30:56 -04:00
Bill Nottingham
e271a69efb Don't filter out read role. 2018-07-03 14:00:38 -04:00
Yunfan Zhang
b4890ee331 Handle exception with invalid HTTP content_type.
Signed-off-by: Yunfan Zhang <yz322@duke.edu>
2018-07-03 13:55:18 -04:00
Jared Tabor
4c1bc49258
Merge pull request #2395 from jaredevantabor/https-dev-server
Changes UI dev server to operate over https
2018-07-03 09:30:41 -07:00
Marliana Lara
77815c20a4
Merge pull request #2386 from marshmalien/fix/1824-disable-row-user-permissions
Fix disableRowValue expression in permissions users list
2018-07-03 11:27:19 -04:00
Marliana Lara
a9ddd02f5c
Merge pull request #2392 from marshmalien/fix/1380-disable-ig-lookup
Disable instance group lookup for org admin
2018-07-03 11:17:11 -04:00
Marliana Lara
f3ff624873
Merge pull request #2361 from marshmalien/fix/panel-header-docs
Modify panel header to accept title and badge string bindings
2018-07-03 11:16:36 -04:00
Ryan Petrello
1c478b5ccb
Merge pull request #2399 from ryanpetrello/remove-storage-cruft
delete some old, dead code
2018-07-03 11:04:57 -04:00
Ryan Petrello
b8dbf62abc
delete some old, dead code 2018-07-03 10:30:22 -04:00
Marliana Lara
220831a3d0
Merge pull request #2382 from marshmalien/fix/2321-modal-backdrop
Fix modal backdrop styles
2018-07-03 10:27:25 -04:00
Haokun Chen
641392b815
Merge pull request #2342 from Haokun-Chen/1843
move smart inventory button next to smart-search bar in host list page
2018-07-03 10:10:03 -04:00
Ryan Petrello
d58411cf07
Merge pull request #2396 from ryanpetrello/fix-pexpect-hang
support env vars that contain unicode (without hanging)
2018-07-03 08:44:46 -04:00
Ryan Petrello
4d7a20a9fb
support env vars that contain unicode (without hanging)
see: https://github.com/ansible/tower/issues/2391
see: https://github.com/pexpect/pexpect/issues/512
2018-07-03 08:26:11 -04:00
Jared Tabor
92cf8d538a
Changes UI dev server to operate over https 2018-07-02 22:09:24 -07:00
Marliana Lara
35b27005d4
Disable instance group lookup when user is an org admin 2018-07-02 16:25:46 -04:00
adamscmRH
4c84d400a8 migrate session length setting 2018-07-02 14:17:16 -04:00
adamscmRH
b5dc3e6b94 patch session length settings 2018-07-02 14:17:16 -04:00
Marliana Lara
773c41ec81
Fix disableRowValue expression in permissions users list 2018-07-02 12:49:30 -04:00
Guoqiang Zhang
5a4451ddd4 Fix serializers of unified_jobs & ad_hoc_commands to avoid special exceptions 2018-07-02 11:53:33 -04:00
Ryan Petrello
380df1b327
Merge pull request #2380 from ryanpetrello/noisy-celery-watcher
make celery-watcher less noisy
2018-07-02 11:01:18 -04:00
Jake McDermott
209c29d897
Merge pull request #2381 from ansible/jakemcdermott-remove-final-counter-offset
remove offset from EOF websocket final_counter
2018-07-02 10:49:22 -04:00