1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
Commit Graph

3736 Commits

Author SHA1 Message Date
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
Joe Fiorini
7f291c91b5 Fix click handlers for filters 2015-01-30 15:42:47 -05:00
Joe Fiorini
8d29b170bc Extract html string to template 2015-01-30 15:42:47 -05:00
Joe Fiorini
b0dcafca8c Display job status graph in directive instead of widget 2015-01-30 15:42:47 -05:00
Joe Fiorini
95ad326c29 Use new service in job status graph widget 2015-01-30 15:42:47 -05:00
Joe Fiorini
e0efc11ef5 Add error handling to retrieval service 2015-01-30 15:42:47 -05:00
Joe Fiorini
d7a150befe Extract graph data retrieval to a service 2015-01-30 15:42:47 -05:00
Joe Fiorini
1697aff309 Setup karma for testing with mocha & sinon for doubles 2015-01-30 15:42:47 -05:00
Joe Fiorini
cd367395f4 Fix incorrectly-cased file in gitignore 2015-01-30 15:42:47 -05:00
jaredevantabor
8bb8f67370 Merge pull request #49 from ansible/make_errors_nice
Making error messages nicer
2015-01-30 15:20:07 -05:00
John Mitchell
121de37a32 Final niceness commit. 2015-01-30 14:38:36 -05:00
John Mitchell
d688064869 Pass with Jared on the make errors nicer fix 2015-01-30 12:55:43 -05:00
Chris Meyers
f1ba8273be Merge pull request #52 from chrismeyersfsu/improvement-stdout_sensitive_data_removal
calls to redaction mechanism placed in correct places
2015-01-30 12:48:16 -05:00
Chris Meyers
61d843ad49 Merge pull request #53 from ansible/project-updates
Update projects when a new primary is set.
2015-01-30 12:47:50 -05:00
Luke Sneeringer
00a38fd75f Update projects when a new primary is set. 2015-01-30 11:21:05 -06:00
Matthew Jones
2887855c15 Changes to be more strict on connection authentication for the socketio service 2015-01-30 12:14:39 -05:00
Jared Tabor
2a556ecab6 removing extra socket connection call in auth
this line was causing the socket connection to happen before the user logs in after a session timeout
2015-01-30 11:48:45 -05:00
Chris Meyers
77625483bb calls to redaction mechanism placed in correct places
* access to _raw stdout methods/variables remains raw
* wrapped _raw access in redaction where needed
2015-01-30 11:15:31 -05:00
Matthew Jones
b73c7ce41b Merge pull request #48 from matburt/upgrade_vendored_packages
Upgrade vendored packages
2015-01-30 11:12:32 -05:00
Matthew Jones
bd542bc336 Update some of the dev requirements stuff 2015-01-30 10:52:35 -05:00
Chris Meyers
c8f7e781b1 Merge pull request #51 from chrismeyersfsu/improvement-stdout_sensitive_data_removal
added uri redaction to stdout
2015-01-30 10:51:45 -05:00
Chris Meyers
d326aa181e added uri redaction to stdout 2015-01-30 10:18:53 -05:00
John Mitchell
5ad2f3e330 Final pass of making errors nicer 2015-01-29 21:07:12 -05:00
John Mitchell
9ef7822bb0 Round 2 of making things nice 2015-01-29 20:18:28 -05:00
John Mitchell
53db7b7224 Making error messages nicer, first pass 2015-01-29 19:47:12 -05:00
Jared Tabor
7408387826 XSS character escaping for tooltips
I've added character escaping for tooltips to avoid XSS security breaches
2015-01-29 16:19:40 -05:00
Jared Tabor
71eaa5aa2a XSS character escaping for activity stream
The activity stream widget needed the XSS character escaping
2015-01-29 15:26:07 -05:00
James Laska
ea0b39859b Enable django_jenkins flake8 reporting
Also exclude awx/ui from pep8 runs.
2015-01-29 13:56:04 -05:00
Matthew Jones
a8516c4ede Upgrade keyring to 4.1 2015-01-29 13:09:26 -05:00
Matthew Jones
692dcc1317 Upgrade Markdown to 2.5.2 2015-01-29 13:04:30 -05:00
Matthew Jones
6c65ba826d Upgrade python dateutil to 2.4.0 2015-01-29 12:55:37 -05:00
Matthew Jones
48a7b5f80e Upgrade six to 1.9.0 2015-01-29 12:41:26 -05:00
Matthew Jones
32b614fcc4 Upgrade requests to 2.5.1 2015-01-29 12:37:56 -05:00
Matthew Jones
9f5f795097 Update README indicating pytz version number 2015-01-29 12:33:43 -05:00
Matthew Jones
6712388b23 Upgrade pytz to 2014.10 2015-01-29 12:32:31 -05:00
Matthew Jones
6abca24c12 Upgrading setuptools (and related modules) to 12.0.5 2015-01-29 12:28:44 -05:00
Matthew Jones
d2c46d015b Update azure package to 0.9.0 2015-01-29 12:13:53 -05:00
Matthew Jones
18e7541f3b More sanity checking on eula_accepted POST property 2015-01-29 11:55:42 -05:00
Jared Tabor
2cc84f8bdd XSS fix: serialize survey question default answer
For the XSS issues that we found, I am serializing the default answers now to make sure all appropriate characters are escaped.
2015-01-29 11:22:32 -05:00
Chris Meyers
c7006d91b2 Merge pull request #47 from chrismeyersfsu/fix-project_update_parent_instance
always save parent
2015-01-29 09:38:10 -05:00
Chris Meyers
ece59c31e9 always save parent 2015-01-29 09:34:43 -05:00
Matthew Jones
457555265a Check data type on post for license 2015-01-28 16:38:52 -05:00
Jared Tabor
0d8a2a0d82 Permissions page -> JT 'Create'
The permissions page, when saved with 'Create' JT permissions wouldn't re-fill the form correctly when the user renavigates to the edit form page for that permission.
2015-01-28 11:02:09 -05:00
Matthew Jones
ffe0d4a5d0 Handle some more boolean types in our custom boolean converter 2015-01-28 10:21:14 -05:00
Chris Meyers
10f222e48f Merge pull request #46 from chrismeyersfsu/fix-child_parent_status_propogation
did not previously translate project update parent instance correctly
2015-01-28 10:17:05 -05:00
Chris Meyers
7b4e2953a6 did not previously translate project update parent instance correctly 2015-01-28 10:11:10 -05:00
jlmitch5
acb061f0be Merge pull request #41 from ansible/add_cmd_host_event_list
Adding command and warning displays in Event Detail modals
2015-01-28 09:45:19 -05:00
Chris Meyers
fc858af328 Merge pull request #45 from chrismeyersfsu/fix-variable_name_not_quoted
forgot to put quotes around a key name
2015-01-28 07:46:20 -05:00