18720 Commits

Author SHA1 Message Date
Jake McDermott
32f0e54666
make first and last name optional 2018-07-20 10:16:08 -04:00
Jake McDermott
4937d1f75e
update copy tests 2018-07-20 10:02:50 -04:00
Marliana Lara
831e79ff17
Merge pull request #2621 from marshmalien/fix/2619-scm-icon
Change scm update icon to fa-refresh
2018-07-20 09:36:08 -04:00
Marliana Lara
7c5fc27d96
Merge pull request #2608 from marshmalien/fix/1599-about-modal
Move About modal to header
2018-07-19 16:53:19 -04:00
Michael Abashian
eb1c1acd5d
Merge pull request #2574 from mabashian/2253-pendo-checkbox
Only show pendo checkbox on in license form if license is missing
2018-07-19 16:43:24 -04:00
Marliana Lara
147d301ff9
Change scm update icon from cloud-download to refresh 2018-07-19 16:43:03 -04:00
mabashian
5032849624 Remove unused deps in license controller 2018-07-19 16:19:50 -04:00
Michael Abashian
58dad97cf0
Merge pull request #2582 from mabashian/1558-settings-unsaved
Revert the auth/ldap dropdowns if saving unsaved changes is not successful
2018-07-19 16:16:33 -04:00
Michael Abashian
69754f194c
Merge pull request #2597 from mabashian/2587-jt-creds
Let disassociate jt cred requests finish before attempting to associate any new ones
2018-07-19 16:15:20 -04:00
Michael Abashian
98f86c418e
Merge pull request #2595 from mabashian/765-split
Adds extra logic to handle survey question choices in array form
2018-07-19 16:14:44 -04:00
mabashian
6b3f45bc26 Changes copy behavior to reload list rather than navigate to edit form. Shows toast message on successful copy. 2018-07-19 16:04:18 -04:00
Marliana Lara
1490139740
Change About modal icon to circle info icon 2018-07-19 15:30:35 -04:00
kialam
c893e467c5 Send emit message sooner from prompt controller 2018-07-19 14:30:45 -04:00
John Mitchell
083d6599d1
add information to the smart inventory button could change based on org change 2018-07-19 14:21:46 -04:00
Marliana Lara
1a982d3e40
Remove footer and related styles 2018-07-19 12:04:54 -04:00
adamscmRH
ef29dab013 update logging readme 2018-07-19 11:41:39 -04:00
mabashian
c173e2b71e Users with edit permission on the JT can add/remove credentials 2018-07-19 11:04:00 -04:00
Marliana Lara
1ff4d50cc6
Move about modal to top navigation bar 2018-07-19 10:59:33 -04:00
Matthew Jones
190525e835 Adding cluster development service definitions 2018-07-19 10:39:08 -04:00
Matthew Jones
5c400cdf79 Add local minishift development tooling
Based on mapping the local development tree through minishift
hostfolder interface.
2018-07-19 10:39:08 -04:00
Alan Rominger
eb22e09e4d
Merge pull request #2568 from AlanCoding/fussy_logger
Add log statement if canceling takes way too long
2018-07-19 10:30:45 -04:00
Bill Nottingham
d66b61b854
Merge pull request #2594 from wenottingham/cherry-pickin
cherry pick some more AWX things
2018-07-19 10:03:48 -04:00
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
Chris Meyers
71fcd5f9ca
Merge pull request #2035 from jijojv/devel
ldap attributes filter in user_groups()
2018-07-18 16:05:51 -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
Shane McDonald
8f7931e02f
Merge pull request #2076 from john-westcott-iv/fix_node_link
Change node.js macOS installer link (old link was dead)
2018-07-18 12:21:11 -04:00
John Westcott IV
a124e51331 Change node.js macOS installer link (old link was dead) 2018-07-18 11:32:57 -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