Commit Graph

8116 Commits

Author SHA1 Message Date
Akita Noek
fe56b11243 Merge pull request #2139 from anoek/2107
Fixed job template verbosity select2 syncing
2016-06-02 22:01:30 -04:00
Jared Tabor
155b30af41 Updating comment in app.js 2016-06-02 17:50:34 -07:00
Jared Tabor
c516a17ef9 Removing old code and cleaning up for PR 2016-06-02 17:42:41 -07:00
Jared Tabor
0ae30d14e9 Starting timer after config response returns
b/c timer depends on the 'auth-token-timeout' from the /config response
2016-06-02 17:42:40 -07:00
Jared Tabor
7c489ae4c8 UX Changes to the License workflow
adding the Tower logo and a sentence to the license screen when no license is present
2016-06-02 17:42:40 -07:00
Jared Tabor
40abf57b4a Improvements to feature service timing for AS button 2016-06-02 17:42:40 -07:00
Jared Tabor
4d1c43f4bd Fix for session limit per user 2016-06-02 17:42:40 -07:00
Jared Tabor
4466fc80a2 Fixing features timing with new config work 2016-06-02 17:42:39 -07:00
Jared Tabor
ef935768a5 fix for session timeout 2016-06-02 17:42:39 -07:00
Jared Tabor
7c68f18060 fixing issue where first route was empty on refresh 2016-06-02 17:42:39 -07:00
Jared Tabor
5f52384a3d fixing login and submit for new license 2016-06-02 17:42:39 -07:00
Jared Tabor
8b271c4caf Promise-ify the call to /config and reduce number
of calls to 1 per session. We'll also pull the config/license info from memory instead of local storage
2016-06-02 17:41:56 -07:00
Matthew Jones
26b31fedbc Expose any external account as a user property
This adds a field to the user object to denote whether and what kind of
user account it is.

For normal accounts this field will be null.
For social auth accounts it will be "social"
for radius accounts it will be "radius"

This change also prevents a radius user from changing their local
password thus bypassing the password caching feature of django-radius
2016-06-02 16:58:19 -04:00
Akita Noek
93ccbdc872 Code organization 2016-06-02 16:57:11 -04:00
Chris Meyers
05b3920837 Merge pull request #2144 from chrismeyersfsu/feature-setup_ci3
more install playbook tests
2016-06-02 16:51:40 -04:00
Akita Noek
a9426aaeb9 stdout sytle updates
* Fixed column width to 50% for both job stdout view and inventory update
script output view
* Fixed scrolling behavior so we don't have two elements doing scrolling
(inner was doing width, outter was doing height)
* Reduced max height for stdout jt output view to 900px down from
1600px
* Flexified inner output window on inventory script output view so the
gray output area always fills the height of the panel

 #2127 @2028
2016-06-02 16:42:06 -04:00
Michael Abashian
68365effb8 Remove event socket listeners when the scope that created them is destroyed. This should fix #2121 where an existing jobs standard out was erroneously being updated after a new job launch. 2016-06-02 16:21:15 -04:00
Matthew Jones
1881af8e77 Fix passively creation of notification templates
Passively creating notification templates on m2m endpoints was failing
serializer validation due to a bug trying to look up the related
object.  In reality that check should only happen when the view is the
NotificationTemplateDetail view.
2016-06-02 15:04:51 -04:00
Matthew Jones
0591647333 Implement a flag that allows simulteanous job launches on job templates 2016-06-02 15:04:51 -04:00
Akita Noek
d565faff98 typo fix 2016-06-02 14:33:24 -04:00
Akita Noek
e0a00a8705 Fixed verbosity select2 syncing
#2107
2016-06-02 14:01:28 -04:00
Akita Noek
cfe450b7be Fixed missed refactor of function name 2016-06-02 14:01:02 -04:00
Akita Noek
a6e06588b4 Merge pull request #2138 from anoek/migration
Fixed up multi-org project migrations
2016-06-02 13:43:14 -04:00
Akita Noek
c15db1eef6 Fixed up multi-org project migrations 2016-06-02 13:34:10 -04:00
Michael Abashian
49fdc735bc Fixed bugs where deleting a group with no hosts wasn't working as well as a bug where deleting a group with hosts wasn't properly clearing the modal background. 2016-06-02 10:58:18 -04:00
Michael Abashian
aa80e841dc Merge pull request #2128 from mabashian/azure-resource-manager
Azure Resource Manager credential required fields tweak
2016-06-02 10:10:28 -04:00
Alan Rominger
ffd1f6c787 Merge pull request #2131 from AlanCoding/1351_survey_del
Fixing of survey-related bugs
2016-06-02 09:58:49 -04:00
Michael Abashian
c4c91bcba9 Merge pull request #2119 from mabashian/remove-dashboard-button
Removed dashboard icon from inventory manage breadcrumb area
2016-06-02 09:49:56 -04:00
Michael Abashian
854b613bb7 Merge pull request #2110 from mabashian/1928-organizations-action-buttons-v2
Organization lists bug fixes
2016-06-02 09:34:58 -04:00
AlanCoding
53327dea2b Bug fixes related to survey corner cases and survey test refactor 2016-06-02 08:58:59 -04:00
Akita Noek
d813a8a680 Merge pull request #2122 from anoek/jshint
JShint fixes and tests
2016-06-02 08:42:07 -04:00
Akita Noek
3247fe42c0 Merge branch 'release_3.0.0' of github.com:ansible/ansible-tower into jshint 2016-06-01 22:56:31 -04:00
Michael Abashian
beb6be189c Made username/password/tenant_id/client_id/client_secret all optional when creating an Azure Resource Manager credential. 2016-06-01 17:07:33 -04:00
Akita Noek
e93969fb10 jshint fix 2016-06-01 16:09:21 -04:00
Akita Noek
4f4724d1c5 Merge pull request #2097 from leigh-johnson/JobDetailHostEvents
Host event/events/summary UX work items & bug fixes
2016-06-01 15:52:32 -04:00
John Mitchell
8c7b4b9a0a Merge branch 'searchUpdates' into release_3.0.0 2016-06-01 15:51:24 -04:00
Michael Abashian
cc36385a75 Removed dashboard icon from inventory manage breadcrumb area. We aren't showing the dashboad icon here anymore for any routes. 2016-06-01 15:23:34 -04:00
John Mitchell
2e9aa3bb8f update list column sizes 2016-06-01 15:07:49 -04:00
John Mitchell
2915b86650 fix limit for summary_fields of labels 2016-06-01 15:07:49 -04:00
John Mitchell
308fc5ef2c support more than label limit on edit and list views 2016-06-01 15:07:49 -04:00
Akita Noek
3b1639da4f Merge branch 'release_3.0.0' of github.com:ansible/ansible-tower into JobDetailHostEvents 2016-06-01 15:06:11 -04:00
Michael Abashian
5fd216f786 Merge pull request #2118 from mabashian/notifications
Fix for empty notification status
2016-06-01 15:06:06 -04:00
Matthew Jones
8708fcf8ce Handle corner case when a job spawns notifications
If a dependent task fails a job might not have a started or finished
time when emitting the notification
2016-06-01 15:04:29 -04:00
John Mitchell
e041fe8316 fix of tag search type dropdown border and empty tags 2016-06-01 15:01:09 -04:00
John Mitchell
857f873f4d fix external source and sync failure queries on inv groups/invs 2016-06-01 15:01:09 -04:00
John Mitchell
c5c65adc09 fix layout of search dropdowns 2016-06-01 15:01:09 -04:00
John Mitchell
763416725c update search widgets across ui 2016-06-01 15:01:09 -04:00
Michael Abashian
564a02c92a Merge pull request #2112 from mabashian/prompt-button-swap
Swapped cancel/action buttons on our prompts
2016-06-01 14:58:59 -04:00
Michael Abashian
2196b03330 Fixed empty notification status as well as an issue with the form which prevented you from creating a notification due to a rogue required field. 2016-06-01 14:45:19 -04:00
Akita Noek
37a7e0a862 Bump to trigger jenkins 2016-06-01 14:41:49 -04:00