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
Joe Fiorini
4775523764
Updates jshint settings
2015-01-30 15:43:22 -05:00
Joe Fiorini
2464d68b38
Fix jshint errors in my updates
2015-01-30 15:42:50 -05:00
Joe Fiorini
ffc12c3065
Don't show dashboard until we have a user signed in
2015-01-30 15:42:50 -05:00
Joe Fiorini
2814300e1e
Consistency fixes
2015-01-30 15:42:50 -05:00
Joe Fiorini
6b509e2814
Handle edge cases for auto resize module directive
2015-01-30 15:42:50 -05:00
Joe Fiorini
e28869c63d
Fix cleanup of resize events
2015-01-30 15:42:50 -05:00
Joe Fiorini
f1f15f1670
Generate chart model from the start
2015-01-30 15:42:50 -05:00
Joe Fiorini
98a4f195c2
Add grunt task for running plato reports
2015-01-30 15:42:50 -05:00
Joe Fiorini
1809fec52e
Setup testing for ci and development
2015-01-30 15:42:49 -05:00
Joe Fiorini
2e87454e5a
More unused code
2015-01-30 15:42:49 -05:00
Joe Fiorini
1113337cdc
Fix initial load resize for module
2015-01-30 15:42:49 -05:00
Joe Fiorini
03e5e42dae
Fix include order for tests
2015-01-30 15:42:49 -05:00
Joe Fiorini
4fc86e30ea
Fix displaying graphs with no content
2015-01-30 15:42:49 -05:00
Joe Fiorini
6e2c9f5eda
Remove Debug helper
2015-01-30 15:42:49 -05:00
Joe Fiorini
7b92bf1b88
Document the graph resizing calculations
2015-01-30 15:42:49 -05:00
Joe Fiorini
f2dbf7a559
Fix issue with graph modules causing vertical scroll
2015-01-30 15:42:49 -05:00
Joe Fiorini
5ab6ed91fa
Keep bottom margins consistent on line graphs
2015-01-30 15:42:49 -05:00
Joe Fiorini
34e29a0421
Correctly select axes on graphs
2015-01-30 15:42:49 -05:00
Joe Fiorini
f3b1bd0a75
Rename new-dashboard less template
2015-01-30 15:42:49 -05:00
Joe Fiorini
38b8ed4e9e
Remove extraneous unused code/comments
2015-01-30 15:42:49 -05:00
Joe Fiorini
e567386c69
Fix errors resizing job status graph
2015-01-30 15:42:48 -05:00
Joe Fiorini
896433300d
Fix double modal issue on 401 error
2015-01-30 15:42:48 -05:00
Joe Fiorini
d3a6fac5f9
Extract data loading for host count graph
2015-01-30 15:42:48 -05:00
Joe Fiorini
50d9c11419
Ensure we always catch errors on Rest calls
2015-01-30 15:42:48 -05:00
Joe Fiorini
64484c4054
Use jquery for resize binding
2015-01-30 15:42:48 -05:00
Joe Fiorini
6046419e2d
Kill eager unbind on window resize event
...
This severly breaks any window resize bindings in directives. That is
double plus bad. I made the executive decision to remove them because
they exist for cleanup that should be done already, assuming we are
following good practices. We aren't yet, so it _could_ cause some
problems, but not likely. I've already pinged @jlaska to keep an eye on
resizing behavior & memory usage in his testing.
2015-01-30 15:42:48 -05:00
Joe Fiorini
7ddb695afc
Remove HostGraph widget
2015-01-30 15:42:48 -05:00
Joe Fiorini
ad5c12fa49
Use responsive helper in host count graph
2015-01-30 15:42:48 -05:00
Joe Fiorini
408d9bf136
Move host count graph into directive
2015-01-30 15:42:48 -05:00
Joe Fiorini
f98e9ce0c7
Update size of host pie chart on window resize
2015-01-30 15:42:48 -05:00
Joe Fiorini
116e7b2118
Take toolbar height into account on job status graph
2015-01-30 15:42:48 -05:00
Joe Fiorini
1c4b8c0676
Move HostPieChart into directive
2015-01-30 15:42:47 -05:00
Joe Fiorini
42fbcf3454
Implement responsiveness in graph
2015-01-30 15:42:47 -05:00
Joe Fiorini
3db561141e
Add Debug.log helper for easy logging
2015-01-30 15:42:47 -05:00
Joe Fiorini
8e092714fb
Switch to using element instead of attribute
2015-01-30 15:42:47 -05:00