Commit Graph

18512 Commits

Author SHA1 Message Date
Jared Tabor 77dd2c86dc Merge pull request #2598 from jaredevantabor/fix-1501
Bumps version of angular-scheduler
2018-07-18 16:25:55 -07:00
Jared Tabor 7b7c211471 Bumps version of angular-scheduler
After fix for DTSTART parsing
2018-07-18 16:17:07 -07:00
mabashian 0104228541 Let disassociate jt cred requests finish before attempting to associate any new ones 2018-07-18 17:38:11 -04:00
Marliana Lara bc3f06c725 Merge pull request #2585 from marshmalien/fix/2545/forks-capacity-adjuster-slider
Show fork value on capacity adjuster slider
2018-07-18 17:07:36 -04:00
Arnout van Meer 8754ab80c7 Don't capitalise last name
Making assumptions about names is always a risky situation, even having a separate first and last name field should be avoided wherever possible. In this specific case, applying auto-capitalisation to the first character of the last name field makes it impossible to correctly enter my (and many other) Dutch surname. Common initial parts of Dutch surnames are 'de', 'van', 'van der' and other combinations. These are always lowercase.

Fun additional trivia: when it comes to sorting these names alphabetically you are supposed to ignore the prefix. In the case of my name you'd index it under 'M', not 'v'.
2018-07-18 16:51:43 -04:00
Jijo Varghese e1dde21ec3 ldap attributes filter in user_groups()
ldap search currently fetches ALL attributes which is a waste of bandwidth resources and
woefully slow on large ldap groups when it only needs to parse the name_attr

Signed-off-by: Jijo Varghese <jijojv@gmail.com>
2018-07-18 16:51:21 -04:00
mabashian 0701c7d61a Added extra logic around survey question choice splitting to prevent console errors 2018-07-18 16:50:47 -04:00
John Mitchell b07e44ad69 Merge pull request #2573 from jlmitch5/fixEmojiRemoval
fix issue where unicode based search terms couldn't be removed
2018-07-18 16:39:07 -04:00
Marliana Lara 4057df07ba Fix input slider styles in Firefox 2018-07-18 15:59:04 -04:00
Marliana Lara 91900d5534 Show fork value over capacity adjuster slider 2018-07-18 13:01:13 -04:00
mabashian 53c9987663 Revert the auth/ldap dropdowns if saving unsaved changes is not successful 2018-07-18 12:35:32 -04:00
Jared Tabor 0e663f3967 Merge pull request #2561 from jaredevantabor/fix-1501
Adjusts which partical/controller combination is for schedules-edit
2018-07-17 21:28:51 -07:00
mabashian e82d4e9664 Only show pendo checkbox on in license form if license is missing 2018-07-17 19:31:20 -04:00
John Mitchell 76424425b2 fix issue where unicode based search terms couldn't be removed 2018-07-17 17:30:44 -04:00
Alan Rominger 5c7c441b47 Merge pull request #2555 from AlanCoding/app_name_unique
Make applications org-name-unique
2018-07-17 16:49:57 -04:00
Michael Abashian bb65965e2b Merge pull request #2572 from mabashian/2303-inv-src
Disable copy button for inv's with sources
2018-07-17 16:20:20 -04:00
Ryan Petrello cf478df0e3 Merge pull request #2569 from ryanpetrello/fix-2476
properly set InventorySource.status for CLI-based inventory_import
2018-07-17 15:08:49 -04:00
Michael Abashian 868ce5ccbe Merge pull request #2556 from mabashian/1464-workflow
Re-initialize tag options before calling to create select2 in prompt
2018-07-17 14:47:10 -04:00
mabashian b2854fd4d6 Disable copy button for inv's with sources 2018-07-17 14:40:24 -04:00
Ryan Petrello 7adc6c6f73 properly set InventorySource.status for CLI-based inventory_import
see: https://github.com/ansible/tower/issues/2476
2018-07-17 14:04:50 -04:00
AlanCoding 7221c9dae1 add log statement if canceling takes way too long 2018-07-17 12:06:20 -04:00
Jake McDermott d2eeafd5f5 Merge pull request #2553 from jakemcdermott/smoke-retry
make new data for each smoke test attempt
2018-07-17 11:55:28 -04:00
Alan Rominger 27bf12feb2 Merge pull request #2563 from AlanCoding/old_timer_types
Strict type enforcement of deprecated launch fields
2018-07-17 11:53:17 -04:00
Jake McDermott bdc1cae24a Merge pull request #2482 from jakemcdermott/fix-2377-api
add inventory field to inventory update
2018-07-17 11:45:38 -04:00
Jake McDermott 994cb3975e make new data for each smoke test attempt 2018-07-17 11:31:24 -04:00
Jake McDermott a968a44afb add inventory field to inventory update 2018-07-17 11:10:06 -04:00
Chris Meyers e3cb531180 Merge pull request #2558 from chrismeyersfsu/saml_admin_user_feature_cherry_pick
Saml admin user feature cherry pick
2018-07-17 09:27:18 -04:00
AlanCoding a38d6552e8 strict type enforcement of deprecated launch fields 2018-07-17 08:41:40 -04:00
Jared Tabor 429cf40db3 Adjusts which partical/controller combination is used when editing a schedule
MGMT jobs require a different partial + controller
2018-07-16 18:02:11 -07:00
aperigault 71730f9bc1 Update SAML doc 2018-07-16 17:14:41 -04:00
Antony PERIGAULT 53b5291a56 Fix functional tests 2018-07-16 17:03:00 -04:00
Antony PERIGAULT 3b6ab6217b New feature: Add SAML users as organization admins 2018-07-16 17:02:53 -04:00
Antony PERIGAULT 6ec2228885 Revert "Map users in organizations based on saml groups"
This reverts commit b4e0ff650165e6b0ab08d9a78be85f2f46182b94.
2018-07-16 17:02:46 -04:00
Antony PERIGAULT 062c18efa0 Map users in organizations based on saml groups 2018-07-16 17:02:38 -04:00
Michael Abashian a955b3f947 Merge pull request #2542 from mabashian/1466-workflow-node
Properly clear out prompt data when user manually changes a node's JT
2018-07-16 16:17:52 -04:00
AlanCoding 885ea2c5e1 make applications name-unique 2018-07-16 15:54:00 -04:00
mabashian 069c60abf7 Re-initialize tag options before calling to create select2 on those fields in prompt modal 2018-07-16 15:37:12 -04:00
Ryan Petrello b6e246f65a Merge pull request #2554 from ryanpetrello/release_3.3.0
Makefile update.
2018-07-16 14:57:16 -04:00
Ryan Petrello 5bb71fc133 Merge pull request #2550 from rooftopcellist/fix_expire_command
fix expire session command
2018-07-16 14:53:31 -04:00
Ryan Petrello 34fe54c6e0 Makefile update. 2018-07-16 14:45:44 -04:00
Haokun Chen 220b45cb8a Merge pull request #2551 from Haokun-Chen/2547
show empty template list placeholder panel correctly
2018-07-16 14:11:33 -04:00
Alan Rominger 9208ef6664 Merge pull request #2540 from AlanCoding/towerkit_protector
Raise 400 instead of ignoring if fields mismatch v1/v2
2018-07-16 13:29:12 -04:00
Marliana Lara d693dac0c6 Merge pull request #2546 from marshmalien/fix/2206-relaunch-text-translation
Send relaunch value instead of name in POST request
2018-07-16 13:26:52 -04:00
Haokun-Chen b5dab72dd7 show empty template list placeholder panel correctly 2018-07-16 12:59:00 -04:00
adamscmRH 3d7fd9270c fix expire session command 2018-07-16 12:57:00 -04:00
Ryan Petrello ca6b6460bb Merge pull request #2522 from ryanpetrello/fix-2509
awx metavars for job.created_by should be more robust to DoesNotExist
2018-07-16 12:46:50 -04:00
Jake McDermott cb9cbfff87 Merge pull request #2544 from jakemcdermott/fix-2233
fix output double-scroll bug and initial output page numbers
2018-07-16 12:32:52 -04:00
Haokun Chen aa43610250 Merge pull request #2528 from Haokun-Chen/2248
update workflowMaker title text to be preceded by  "Workflow Visualizer"
2018-07-16 12:21:22 -04:00
Haokun Chen 1661e73086 Merge pull request #2541 from Haokun-Chen/1865
show active row indicator correctly when close active list item
2018-07-16 12:21:02 -04:00
Jared Tabor ebaabcfbd9 Merge pull request #2537 from jaredevantabor/fix-2510
Subscribes the Sources list to the inventory group for pending deletes
2018-07-16 09:14:46 -07:00