19055 Commits

Author SHA1 Message Date
Antony PERIGAULT
4090fe6d11 Fix functional tests 2018-05-02 16:25:44 +02:00
AlanCoding
ac20aa954a
Replace logging-related restart with dynamic handler
refactor existing handlers to be the related
  "real" handler classes, which are swapped
  out dynamically by external logger "proxy" handler class

real handler swapout only done on setting change

remove restart_local_services method
get rid of uWSGI fifo file

change TCP/UDP return type contract so that it mirrors
  the request futures object
add details to socket error messages
2018-05-02 09:47:22 -04:00
Marliana Lara
dce52d0552
Update the Add button content and styles
* Change the text from "Add" to "+"
* Update the e2e test to check for an id #button-add
2018-05-02 09:35:11 -04:00
Antony PERIGAULT
9bfac4f44b New feature: Add SAML users as organization admins 2018-05-02 15:03:48 +02:00
Antony PERIGAULT
13cd57feba Revert "Map users in organizations based on saml groups"
This reverts commit b4e0ff650165e6b0ab08d9a78be85f2f46182b94.
2018-05-02 15:03:48 +02:00
Antony PERIGAULT
eab417cf8b Map users in organizations based on saml groups 2018-05-02 14:54:20 +02:00
Jake McDermott
0c8b2a9872
remove unused service 2018-05-02 01:06:15 -04:00
Jake McDermott
83d5fef67c
conditionally hide scroll 2018-05-02 01:06:04 -04:00
Jake McDermott
b64990562a
Merge pull request #1644 from jaredevantabor/activity-stream-fixes
Activity stream fixes
2018-05-01 19:34:41 -04:00
Jared Tabor
cf0efe969e
Changes "Cancel" to "OK" on cancel-job-prompt modal 2018-05-01 16:20:44 -07:00
Jared Tabor
63542c3b43
Don't render tooltips that shouldn't exist 2018-05-01 16:05:22 -07:00
Jake McDermott
359140f733
Merge pull request #1634 from mabashian/1486-relaunch
Update relaunch button on details page in real time as status changes
2018-05-01 18:48:05 -04:00
Jared Tabor
a840ec4089
Fixes jobs' page activity stream link, and remove AS button on job results page 2018-05-01 15:36:47 -07:00
Jared Tabor
a79632968c
Fixes job template schedule link from Activity Stream 2018-05-01 15:19:44 -07:00
adamscmRH
dead84da1a add auth cookies 2018-05-01 16:57:17 -04:00
Jared Tabor
079d8e2565
fixes issue with ui-view for network UI
and closes network UI socket connections after closing the network UI
2018-05-01 13:43:33 -07:00
Christian Adams
fd4f78a64c
Merge pull request #1637 from rooftopcellist/exp_setting_update
Token Expiration Setting Update
2018-05-01 15:05:33 -04:00
adamscmRH
1963ab689a rm an unnecessary uwsgi restart 2018-05-01 14:12:00 -04:00
Chris Meyers
cbc1fc2faa
Merge pull request #1635 from chrismeyersfsu/fix-tower_instance_group_read_only
make tower instance group name field read-only
2018-05-01 13:54:52 -04:00
Chris Meyers
22c2bd0257
Merge pull request #1629 from chrismeyersfsu/fix-stable_broadcast_queue_name
broadcast queues get a per-node stable queue name
2018-05-01 13:53:25 -04:00
chris meyers
202ddae813 make tower instance group name field read-only 2018-05-01 13:31:24 -04:00
chris meyers
648d9165ff broadcast queues get a per-node stable queue name
* Using Kombu's default Broadcast() constructor requires only 1
parameter. That parameter defines the exchange name and the queue name
is randomly generated per-node.
* This caused problems if/when celery enters an infinite restart loop
because too many rabbit queues get created and rabbit OOM's
(gracefully).
* To remedy this we tell Broadcast the queue name to use, which is
derived from some constant + the node name so that the per-node queue
name is stable.
2018-05-01 13:09:10 -04:00
mabashian
5ef297aec1 Update relaunch button on details page in real time as status changes 2018-05-01 12:13:16 -04:00
Jared Tabor
421293c8c5
fixes error handling with groups service, sources service 2018-04-30 15:11:34 -07:00
mabashian
e45be8155e Clear invalid password error if password field is completely cleared 2018-04-30 14:57:05 -04:00
Jake McDermott
f7effd82dc
Merge pull request #1828 from jakemcdermott/patch-tests
patch smoke test
2018-04-30 14:22:29 -04:00
Ben Thomasson
05556809d3
Merge pull request #1618 from benthomasson/network_ui_toolbox_title_fix
Fixes scroll of devices over inventory toolbox title.
2018-04-30 13:59:49 -04:00
Ben Thomasson
90813c9be6
Merge pull request #1617 from benthomasson/network_ui_toolbox_drag_fix
Fixes dragging devices out of the inventory toolbox
2018-04-30 13:59:17 -04:00
Ben Thomasson
58d47a1b0b
Merge pull request #1622 from benthomasson/network_ui_inventory_redirect
Fixes 301 redirects on topology websocket connection
2018-04-30 13:58:25 -04:00
Jake McDermott
b71a8af62d
patch smoke test 2018-04-30 13:51:43 -04:00
Christian Adams
dab766239f
Merge pull request #1613 from rooftopcellist/update_oauth2_filter
granularly prevent filtering oauth secrets
2018-04-30 12:11:24 -04:00
Shane McDonald
17b6051233
Merge pull request #1826 from shanemcd/update-install-docs
Update install docs
2018-04-30 12:05:11 -04:00
Shane McDonald
6f4ef29ae7 Update install docs
- Document openshift_skip_tls_verify
- Document openshift_pg_emptydir
- Add minimum minishift specs
- Move minishift section below variable reference
2018-04-30 12:02:57 -04:00
mabashian
f8a9402d4b Fixed team list org sorting 2018-04-30 11:55:54 -04:00
adamscmRH
4197a9fd35 granularly prevent filtering oauth secrets 2018-04-30 11:54:23 -04:00
mabashian
fcc5549ec9 Reload state after copying inventory to update list 2018-04-30 11:41:26 -04:00
Ben Thomasson
fd38c62e7e
Fixes 301 redirects on topology websocket connection
Fixes 301 redirects on creation of the topology websocket
connection by adding a trailing slash to the websocket URI.
2018-04-30 10:59:54 -04:00
mabashian
24e363888a Fixed error showing vault password prompts on relaunch 2018-04-30 10:47:41 -04:00
Ben Thomasson
456bf5d04d
Fixes scroll of devices over inventory toolbox title.
Fixes a defect where the devices in the inventory toolbox
would scroll over the toolbox title.   This moves the title
later in the rendering order and adds a background to the title.
2018-04-30 10:40:30 -04:00
Ben Thomasson
10fd65bea0
Fixes dragging devices out of the inventory toolbox
Fixes a defect where devices were dropped onto the canvas
if they were moved a small amount after being selected in
the inventory toolbox.   This fix checks that the mouse
has cleared the boundary of the inventory toolbox before
dropping it onto the canvas.
2018-04-30 10:26:09 -04:00
Ryan Petrello
1e4c2f6d4f
Merge pull request #1814 from jaredevantabor/1811-sockets
Adds liveUpdates flag for the UI back in
2018-04-27 16:24:16 -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
791cc06e27 Adds liveUpdates flag for the UI back in
This line was lost in the 3.2.4 merge
2018-04-27 12:33:57 -07: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
327d3c3f5b
Merge pull request #1810 from ryanpetrello/devel
restore the celery hostname
2018-04-27 12:20:30 -04:00