Commit Graph

3718 Commits

Author SHA1 Message Date
Joe Fiorini 2f9dc2b4ef Merge pull request #63 from ansible/fix-dashboard-errors
Do not try to render home template on login/logout
2015-02-06 09:26:47 -05:00
John Mitchell 40106cdc34 send the yaml extra vars in raw form to the backend 2015-02-05 23:47:21 -05:00
Joe Fiorini 9bab35937c Fix cleanup of host-count-graph 2015-02-05 13:30:30 -05:00
Joe Fiorini f512cdf79d Add missing partial 2015-02-05 12:58:45 -05:00
Matthew Jones 888ae53027 Fix up flake8 runtime configuration, do a bit of flake8 work as it
relates to pyflakes)
2015-02-05 10:40:47 -05:00
Joe Fiorini 109c9d8832 Do not try to render home template on login/logout 2015-02-04 17:11:27 -05:00
Jared Tabor 6a77c5dbab Added metric for cache timeout on project page
For cache timeout on the project form page, I've added the metric in seconds to the field label
2015-02-04 17:00:58 -05:00
John Mitchell 57acb5e21e Fixed teams list crashing when team has no organization 2015-02-04 16:53:04 -05:00
Matthew Jones 9e97783b13 Fixing up more pep8 issues 2015-02-04 16:32:14 -05:00
John Mitchell fb9e231189 made checkboxes clickable with label 2015-02-04 16:22:21 -05:00
Jared Tabor 1e521e43c2 Auth timeout on survey edit
The UI would error out on the console
2015-02-04 16:16:16 -05:00
Joe Fiorini 16119114dc Fix jshint errors 2015-02-04 16:15:39 -05:00
John Mitchell 50f5e7bf09 fixing exclamation point in top right user menu 2015-02-04 16:15:00 -05:00
jlmitch5 639c0f839a Merge pull request #62 from ansible/js_error_org_user
fixed the null error for the org add user breadcrumbs
2015-02-04 15:35:54 -05:00
John Mitchell 0dca82befd fixed the null error for the org add user breadcrumbs 2015-02-04 15:31:30 -05:00
Matthew Jones 1d76c1cd06 More pep8 goodness 2015-02-04 14:44:38 -05:00
jlmitch5 fbf0ebf4d9 Merge pull request #55 from ansible/popover_disable
Fixed popOver bug
2015-02-04 14:44:04 -05:00
Joe Fiorini 6e0399379d Cleanup the hack 2015-02-04 14:33:10 -05:00
John Mitchell cef0d0bb00 removed bottom right pop-over directions. 2015-02-04 14:30:32 -05:00
Jared Tabor 7788d45088 Removing the Launch and Sync button
removing the launch button from the JT form page and the sync project from the project page
2015-02-04 14:28:31 -05:00
Matthew Jones 9b0fe1b015 Ignore E265 in pep8, it's super noisy 2015-02-04 11:47:17 -05:00
Jared Tabor 5116e41433 adding comments to survey code
helps with refactoring
2015-02-04 11:34:55 -05:00
Matthew Jones ffec2a19ae Some slight improvements in ansible version detection in tower where
that's used
2015-02-04 10:55:45 -05:00
Joe Fiorini 487f652abe Use correct module declaration files in index template 2015-02-04 09:41:29 -05:00
Joe Fiorini ed15bdeb63 Fix build order with new module files
The two renamed files represent files that merely define angular
modules. Unfortunately, in minification mode, they were getting
processed out of order with files that depend on them. Since we don't
have any sort of native module or dependency resolution (YET), I'm
hacking it to make sure they come first asciibetically.
2015-02-03 16:51:18 -05:00
Chris Meyers d534674568 Merge pull request #61 from chrismeyersfsu/fix-settings_proot
disable proot on test that is failing
2015-02-03 15:32:37 -05:00
Chris Meyers 3f7e73a758 disable proot on test that is failing 2015-02-03 15:24:20 -05:00
Jared Tabor 2a5f904283 Adding extra dependency reference for awToolTip
the awToolTip directive has a dependency on the $sce (context escaping) service, and I had incorrectly defined this reference in an earlier commit.
2015-02-03 14:35:39 -05:00
Matthew Jones ac7eeb7bd3 Merge pull request #60 from ansible/timing-issue
Address IOError 500
2015-02-03 14:13:21 -05:00
Jared Tabor 3d07e09aeb More escaping of malicious html/js in Activity Stream
I had to move the escaping functions to happen earlier in the URL creation for activity streams
2015-02-03 14:02:21 -05:00
Matthew Jones 6e6a709165 Fixing up some pep8 issues 2015-02-03 13:46:58 -05:00
Luke Sneeringer 67bf4c9cf8 Address IOError 500 2015-02-03 11:32:59 -06:00
Jared Tabor 61e2683f57 Added 'About Tower' to portal mode acct menu
we decided not to add Account Settings for now.
2015-02-03 12:24:28 -05:00
Chris Meyers 6c84fca62c Merge pull request #59 from chrismeyersfsu/improvement-cleanup_deleted_summary_count
print a single line summary containing the number of deletions
2015-02-03 12:21:33 -05:00
Chris Meyers 7419b88cc0 print a single line summary of the number of deletions 2015-02-03 12:15:07 -05:00
Chris Meyers 766d972d8c Merge pull request #58 from chrismeyersfsu/refactor-settings
Refactor settings
2015-02-03 12:08:30 -05:00
Chris Meyers 981eeb3c88 towards tower-qa running against dev ansible-tower 2015-02-03 11:58:56 -05:00
Chris Meyers 6d99ed2774 Merge pull request #56 from chrismeyersfsu/improvement-auth_behind_proxy
add support to get ip address from HTTP_X_FORWARDED_FOR header
2015-02-03 10:08:14 -05:00
Chris Meyers e7b8bf9511 Merge pull request #57 from chrismeyersfsu/improvement-remote_addr_headers_confd
add conf.d option for REMOTE_HOST_HEADERS
2015-02-03 10:08:01 -05:00
Chris Meyers f1674df788 towards an easier to setup development environment 2015-02-03 09:22:31 -05:00
Chris Meyers 76746e6c13 add support to get ip address from HTTP_X_FORWARDED_FOR header 2015-02-03 08:32:36 -05:00
John Mitchell f0a2ce2c67 initial commit of the click-off popOver bug 2015-02-02 23:31:14 -05:00
Jared Tabor f914482e19 Changed 'Cleanup Job' to name of cleanup job ran
on the modal that prompts the user for number of days of data to keep, I changed the title of the modal to say the name of the job being run.
2015-02-02 20:58:49 -05:00
Matthew Jones d9a2acb252 Revert "Upgrade Markdown to 2.5.2" due to issues with logging in python
2.6.

This reverts commit 6787490e6d854eecea70b511673290277ea3bccc.
2015-02-02 10:26:44 -05:00
Jared Tabor 57e2548265 Added escaping for Add JT -> create survey
the service for the escaping for the html was not included in the JT add function
2015-02-02 10:24:34 -05:00
Jared Tabor 208e08410f Websocket would connect before login
The websockets would make a connection before login when the user refreshes the login page. I believe this was happening on upgrade too.
2015-01-30 16:02:37 -05:00
Matthew Jones 90c8f18f76 Make error messages less alarming and include ip address in them 2015-01-30 15:55:32 -05:00
Joe Fiorini 6a4104e913 Merge pull request #42 from joefiorini/job-status-graph
Fixes responsiveness of graphs on dashboard
2015-01-30 15:50:59 -05:00
Chris Meyers 5ca31292e4 Merge pull request #54 from chrismeyersfsu/improvement-stdout_sensitive_data_removal
fix use before declare and added a missed redact
2015-01-30 15:50:03 -05:00
Chris Meyers ee9ae8bb00 fix use before declare and added a missed redact 2015-01-30 15:48:06 -05:00