Ben Thomasson
d8a1b78316
Adds authentication checking to the network UI websocket.
...
Adds user authentication checking to the websocket connect
callback function. This prevents unauthenicated users
from making changes to the network canvas or viewing the
data on the canvas by getting snapshots of the diagram.
2018-05-02 10:28:24 -04:00
John Mitchell
7781667977
Merge pull request #1612 from jlmitch5/removePanelCloseIcon
...
only show close icon in templates panel header when applicable
2018-04-27 15:44:34 -04:00
John Mitchell
aa6fc6d8bf
only show close icon in templates panel header when applicable
2018-04-27 15:38:12 -04:00
Jared Tabor
28d6983be0
Merge pull request #1610 from jaredevantabor/fix-sockets
...
Fix sockets
2018-04-27 12:31:39 -07:00
Alan Rominger
f122fb4e1d
Merge pull request #1321 from AlanCoding/order_field_validate
...
Use field validation in both filter classes
2018-04-27 14:34:07 -04:00
John Mitchell
1344e056fa
Merge pull request #1597 from jlmitch5/oauthNewFields
...
Oauth new fields
2018-04-27 14:22:21 -04:00
Jared Tabor
f5c4f9a9df
Adds liveUpdates flag for the UI back in
...
This line was lost in the 3.2.4 merge
2018-04-27 11:15:20 -07:00
John Mitchell
11560ab7bb
populate org and description on app detail view
2018-04-27 13:05:34 -04:00
Ryan Petrello
0e27d62e7a
Merge pull request #1608 from ryanpetrello/celery-whooooooooo-aaaaaare-you-who-who-who-whoooo
...
restore the celery hostname
2018-04-27 12:15:33 -04:00
Ryan Petrello
c8e416f0b7
restore the celery hostname
2018-04-27 11:40:58 -04:00
John Mitchell
6ab64590d7
update app activity stream target to o_auth2_application
2018-04-27 11:37:17 -04:00
Jake McDermott
c31dd4994e
Merge pull request #1606 from marshmalien/fix/1536-job-results-ux
...
Fix job result detail and standard out panel styles
2018-04-27 11:34:41 -04:00
Jake McDermott
5537431e05
Merge pull request #1598 from jakemcdermott/project-host-details-and-traceback-label
...
add click-to-open project host details and improve traceback details label
2018-04-27 11:31:59 -04:00
Marliana Lara
35bd98eb49
Fix job result detail and standard out panel styles
2018-04-27 10:31:36 -04:00
Jared Tabor
1b013eb2e3
Merge pull request #1577 from jaredevantabor/network-dep-cleanup
...
Removes dupclicate Angular import
2018-04-26 14:36:42 -07:00
John Mitchell
f99792e604
make selects work with ng required
2018-04-26 17:06:20 -04:00
Jake McDermott
af44a12e7b
Merge pull request #1600 from wenottingham/and-the-years-start-coming-and-they-dont-stop-coming
...
Fix another stray 2017 in the UI.
2018-04-26 14:27:30 -04:00
Bill Nottingham
23a009f8bb
Fix another stray 2017 in the UI.
2018-04-26 14:03:57 -04:00
Alan Rominger
22e763a44c
Merge pull request #1595 from AlanCoding/revert_team
...
Revert allowing org members to see teams
2018-04-26 14:02:27 -04:00
AlanCoding
c88303ca67
revert change to allow org members to see teams
2018-04-26 13:37:08 -04:00
Jake McDermott
61757fb2b1
improve traceback details label
2018-04-26 13:24:41 -04:00
John Mitchell
3bcc48402c
add support for applications activity stream
2018-04-26 13:23:03 -04:00
John Mitchell
72254758f6
add support for additional selects
2018-04-26 13:22:39 -04:00
Jake McDermott
9cc9bdc4b5
clickable stdout events and host details modal for projects
2018-04-26 13:21:28 -04:00
Jared Tabor
da79f1450c
Merge pull request #1576 from jaredevantabor/1021-system-job-cleanup
...
Cleanup the Cleanup
2018-04-26 10:18:34 -07:00
Jared Tabor
5f38b4fde4
removes code/references related to cleanup_facts mgmt jobs, and their schedules
2018-04-26 09:35:34 -07:00
Jared Tabor
b154949639
Removes dupclicate Angular import, and removes tower.app.js module from network UI
2018-04-26 09:22:25 -07:00
AlanCoding
dff0f2f9ed
Revert "update tests for org members seeing teams"
...
This reverts commit fe04f69e891078dd3e6eabd2171796c20ff08114.
2018-04-26 12:21:50 -04:00
Ryan Petrello
a009d21edc
Merge pull request #1592 from ryanpetrello/release_3.3.0
...
3.2.4 -> 3.3.0
2018-04-26 11:34:16 -04:00
Ryan Petrello
1eb5e98743
Merge branch 'release_3.2.4' into release_3.3.0
2018-04-26 11:10:28 -04:00
Alan Rominger
074302b573
Merge pull request #1588 from AlanCoding/notification_update_fields
...
Avoid unrelated errors saving notification
2018-04-26 10:19:40 -04:00
Alan Rominger
144e89f0a9
Merge pull request #1587 from AlanCoding/workflow_job_log
...
Add corresponding log for WorkflowJob submission
2018-04-26 09:50:05 -04:00
AlanCoding
52d8d851fe
avoid unrelated errors saving notification
2018-04-26 09:36:43 -04:00
AlanCoding
84d9273012
add corresponding log for WorkflowJob submission
2018-04-26 09:30:19 -04:00
Matthew Jones
ccada295ee
Merge pull request #1586 from ansible/fix_missing_instance_group
...
Fix an issue where missing instance group would cause an error
2018-04-26 09:21:37 -04:00
Matthew Jones
2f3d7b17f6
Fix an issue where missing instance group would cause an error
...
We'll now default to queue submission to the basic management queue
2018-04-26 09:11:08 -04:00
AlanCoding
6306ac2825
use field validation in both filter classes
2018-04-26 07:23:20 -04:00
Jake McDermott
0046b25fa0
Merge pull request #1578 from jakemcdermott/fix-jobz-expanded-host-event
...
ensure host modal can be visible when details panel is collapsed
2018-04-26 00:31:43 -04:00
Jake McDermott
8fa224f846
ensure host modal can be visible when details panel is collapsed
2018-04-26 00:03:53 -04:00
John Mitchell
45d037a2cc
don't prefer destructuring for arrays within es-lint
2018-04-25 21:12:13 -04:00
Jake McDermott
9809ddb84c
Merge pull request #1575 from mabashian/1522-expand-results
...
Implemented expand/collapse job results
2018-04-25 17:56:53 -04:00
Michael Abashian
8f6bb15acf
Merge pull request #1564 from mabashian/1444-prompt-socket-v2
...
Hold off on refreshing lists when launch prompt modal is open
2018-04-25 17:00:02 -04:00
mabashian
fe7a0a63b9
Implemented expand/collapse job results
2018-04-25 16:56:11 -04:00
Ryan Petrello
6e3c35dba8
Merge pull request #1574 from ryanpetrello/select-poll
...
use select.poll() instead of select.select() for file descriptors
2018-04-25 16:49:41 -04:00
Ryan Petrello
f0d3713e99
use select.poll() instead of select.select() for file descriptors
...
see: https://github.com/ansible/tower/issues/861
see: https://github.com/pexpect/pexpect/pull/474
2018-04-25 16:29:55 -04:00
Christian Adams
5d82ee5a27
Merge pull request #1572 from rooftopcellist/radius_auth_fix
...
Radius auth fix
2018-04-25 16:17:31 -04:00
Ryan Petrello
69b10feecd
Merge pull request #1571 from ryanpetrello/remove-old-fact-cleanup
...
remove the legacy fact cleanup system template
2018-04-25 16:14:38 -04:00
Bill Nottingham
523613c64c
Merge pull request #1554 from wenottingham/(don't)-use-the-force-rey
...
Only force role updates when we actually check out a new version.
2018-04-25 15:11:26 -04:00
adamscmRH
90308066af
update radius backend for dr1.3.3
2018-04-25 15:04:46 -04:00
Ryan Petrello
0bc5665e92
remove the legacy fact cleanup system template
...
see: https://github.com/ansible/tower/issues/1021
2018-04-25 14:20:19 -04:00