Commit Graph

8272 Commits

Author SHA1 Message Date
Jared Tabor 4554e140e3 Merge pull request #2540 from jaredevantabor/notification_templates
removing hover popover on recent notifications icon
2016-06-21 09:53:33 -07:00
Jared Tabor ecb1e7b15e removing hover popover on recent notifications icon 2016-06-21 09:21:30 -07:00
Ken Hoes 52c8c4090b Removed hover tooltip 2016-06-21 11:54:28 -04:00
Akita Noek f580b9f7d8 Hide the team role column and team tab from the add permissions modal on the Teams page 2016-06-21 11:39:01 -04:00
John Mitchell 233b86b3cd remove set locale hack 2016-06-21 11:38:29 -04:00
Wayne Witzel III bc457ccef6 assert Credential unique_togehter works 2016-06-21 11:36:31 -04:00
Wayne Witzel III 14d67d560e add Credential migration for unique_together 2016-06-21 11:35:51 -04:00
Wayne Witzel III 3575b32eab Credential should have a unique org,kind,name 2016-06-21 11:35:30 -04:00
Michael Abashian e72f371a1e Merge pull request #2536 from mabashian/rest-trailing-slash
Added trailing / to the end of our urls
2016-06-21 11:14:21 -04:00
Michael Abashian bcb9beb6ac Merge pull request #2531 from mabashian/job-list-extra-api-calls
Removed unnecessary extra inventory source API calls
2016-06-21 10:48:27 -04:00
Akita Noek 23ffafd6b9 Fix funky layout on failed project job template warning
Solves #2510

Root cause is the addition of `display: flex` added to `.alert-info` in
https://github.com/ansible/ansible-tower/commit/cefb3713550f3266f02542bc49f8d5e5debbcda4#diff-9ef281f21346102e21d32991c5c756a3R599

however this is apparently needed elsewhere so the easy workaround is to
just wrap any content we don't want flexified in a div.
2016-06-21 10:39:13 -04:00
Michael Abashian 58e760355f Added trailing / to the end of our base url paths 2016-06-21 10:34:12 -04:00
Akita Noek c20e9baa55 Merge pull request #2529 from anoek/2415
Hide benign credential 403s from inventory updates
2016-06-21 09:31:34 -04:00
Alan Rominger e5be8d608b Merge pull request #2516 from AlanCoding/2489_proj_permission_cls
Fix ProjectUpdate permission bug, consolidate logic
2016-06-21 08:41:13 -04:00
kensible 647c6ace82 Merge pull request #2514 from kensible/2323-inventoryAudit
Inventory manage audit
2016-06-21 08:27:30 -04:00
Jared Tabor 07e42ea988 Merge pull request #2528 from jaredevantabor/session
Prevent dashboard services until user logs in
2016-06-20 14:40:26 -07:00
John Mitchell eb0ca2da4a use bootstrap date picker and fix for locales 2016-06-20 16:57:54 -04:00
Michael Abashian b651b05789 Removed Rest depencency as it is not longer needed in the factory 2016-06-20 16:38:13 -04:00
Michael Abashian 2d6ba917f8 Removed unused name link code that was causing lots of extra inventory source API calls 2016-06-20 16:25:59 -04:00
Akita Noek 665738d355 Hide benign credential 403s from inventory updates
#2415
2016-06-20 16:18:30 -04:00
Jared Tabor bc9289c5a5 Prevent dashboard resolve from sending GET requests until after user logs in 2016-06-20 13:18:05 -07:00
Michael Abashian c9037d2c50 Merge pull request #2520 from mabashian/job-status-tooltip
Removed the focus trigger on our tooltips
2016-06-20 15:27:10 -04:00
Michael Abashian 60c08149fc Added breadcrumb for inventory sync schedule state 2016-06-20 15:19:01 -04:00
Jared Tabor 020424ff3a Merge pull request #2509 from jaredevantabor/notification_templates
Notification templates -- recent notifications popover fix
2016-06-20 12:03:15 -07:00
Jared Tabor 11bd5570cf fix for setup menu route resolve 2016-06-20 11:37:27 -07:00
Jared Tabor 8a34b5712a returning promise in resolve for setup menu 2016-06-20 10:43:31 -07:00
Michael Abashian fa1608cef2 Merge pull request #2505 from mabashian/inventory-sync-stdout-linkback
Removed link to /home/groups and replaced with inv manage link
2016-06-20 13:42:13 -04:00
Michael Abashian ff439104ac Removed the focus trigger on our tooltips 2016-06-20 13:38:25 -04:00
Chris Meyers f506ef9f04 Merge pull request #2517 from chrismeyersfsu/fix-deprecation_warnings_bare_vars
fix deprecation warnings
2016-06-20 13:26:51 -04:00
AlanCoding 8fd18b882a move logic for project udpate to access.py 2016-06-20 12:05:41 -04:00
Ken Hoes fb70523f6b Inventory manage audit 2016-06-20 10:43:09 -04:00
James Laska d182280ff7 Correctly set verify_ssl to a boolean value 2016-06-17 20:53:46 -04:00
Leigh Johnson de9b44e041 Merge branch '1312' into release_3.0.0 2016-06-17 20:44:20 -04:00
Leigh 4f3dcbda21 Disable select-all directive, resolves #2383 (#2452)
* disable multi-select directive, resolves #2383

* disable select-all unit test
2016-06-17 20:41:54 -04:00
Leigh 94a0f22b39 route activity stream > groups links to inventory manage, remove HomeGroups code, resolves #1660 (#2488) 2016-06-17 20:37:17 -04:00
Jared Tabor 2de4a2d0f9 removing wait spinner on notification popover 2016-06-17 17:12:54 -07:00
Jared Tabor de1d605c28 fix for broken recent-notifications popover 2016-06-17 17:11:00 -07:00
Jared Tabor 3115dd4fee hiding notifcation templates on setup menu
for non org admins
2016-06-17 17:11:00 -07:00
Jared Tabor 283b62e598 Merge pull request #2506 from jaredevantabor/notifications
updating notifications status after test notification
2016-06-17 16:59:58 -07:00
Jared Tabor 17ffc39281 updating notifications status after test notification 2016-06-17 13:44:48 -07:00
Matthew Jones 50816d4d67 Merge pull request #2507 from AlanCoding/NT_flake8
Fix flake8
2016-06-17 15:15:31 -05:00
AlanCoding 5e07ee2e45 fix flake8 errors from notification template edit 2016-06-17 16:11:22 -04:00
jlmitch5 e83a81a694 Merge pull request #2493 from jlmitch5/fixScmUrlPopover
fix scm url popover generation on project edit
2016-06-17 15:54:58 -04:00
jlmitch5 e23f867b9a Merge pull request #2499 from jlmitch5/scheduleSpinnerStyling
Schedule spinner styling
2016-06-17 15:54:46 -04:00
Michael Abashian 08fcca5401 Merge pull request #2494 from mabashian/notification-name-link
Point notification links to the right place
2016-06-17 15:44:41 -04:00
kensible c8657be271 Merge pull request #2504 from kensible/marketing-update
Updated system tracking for marketing screenshots
2016-06-17 15:43:48 -04:00
Michael Abashian 593441b70e Merge pull request #2492 from mabashian/survey-maxlength
Pass survey question min/max values to API correctly
2016-06-17 15:29:34 -04:00
Michael Abashian 61f3af1f86 Merge pull request #2461 from mabashian/jt-labels-combining
Fixed bug where JT labels appeared to be getting combined
2016-06-17 15:29:07 -04:00
Michael Abashian dba05017a7 Recursively build a groups list of ancestors so that we can link the user back to inv manage from the group name. 2016-06-17 15:24:15 -04:00
Ken Hoes 1024d686f4 Updated system tracking for marketing screenshots 2016-06-17 15:00:40 -04:00