1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

2484 Commits

Author SHA1 Message Date
Chris Houseknecht
89f65d8ba0 local_config
Fixed javascript error.
2014-07-25 10:45:12 -04:00
Chris Houseknecht
623ac5804e local_config
Don't start the app until the config file is loaded and $AnsibleConfig is defined.
2014-07-25 10:43:05 -04:00
Chris Houseknecht
d872aa1985 local_config.js
Look for local_config.js. If not found, load config.js. Set debug_mode to true and make other config changes locally without affecting production builds.
2014-07-25 10:25:37 -04:00
Chris Houseknecht
f0cb84d973 Job detail
Monitor socket connection and attempt to restart when status returns 'error' or continuously returns 'connecting'.
2014-07-25 10:24:15 -04:00
Chris Houseknecht
9af5cc3d6d Job details -play button
Pause live events by clicking on a task or play. Restart live events by clicking the play button. Fixed issues with event viewer and host viewer dialogs.
2014-07-24 20:50:38 -04:00
Luke Sneeringer
627c6f029e Adding sensible ordering to common models.
https://trello.com/c/tTwRM2VV/102-tower-api-teams-endpoint-does-not-sort-consistently
2014-07-24 15:01:16 -05:00
Matthew Jones
ef89737845 Clear password fields on mark inactive 2014-07-24 15:21:19 -04:00
Matthew Jones
695df551e7 Handle cascading mark inactive in better ways as per rbac spec
specifically around Teams and Credentials
2014-07-24 15:21:19 -04:00
Chris Church
20d76bfc91 Fix UnicodeDecodeError from pexpect when ansible-playbook output contains unicode. 2014-07-23 20:03:55 -04:00
Chris Houseknecht
074b882714 Authorization
Fixed js error. Confirmed that setting Authorization header to '' on calls to /api and /api/v1 works. Switched debug_mode to false for the demo.
2014-07-23 15:04:30 -04:00
Chris Houseknecht
66851bd28f Authentication
Attempt to remove the Authentication: Basic header by nulling it out on request to /api and /api/v1
2014-07-23 14:35:53 -04:00
Chris Houseknecht
d24800bf5f Missing breadcrumbs
Added breadcrumbs back in for nested lists (i.e. adding users to an organization or a project to a team).
2014-07-23 14:21:26 -04:00
Jared Tabor
95b99bbc89 small change to breadcrumb border 2014-07-23 12:15:14 -04:00
Matthew Jones
d6bfdc8560 Add a little more info to the documentation for the job_tasks endpoint
to clarify what the id being filtered is
2014-07-23 11:52:40 -04:00
Matthew Jones
52e7d34d38 Full packaging and playbook setup for munin apache directory and
htpassword configuration
2014-07-23 11:42:40 -04:00
Chris Houseknecht
a1c6af5a08 Fixed JS linting error. 2014-07-23 11:34:52 -04:00
Chris Houseknecht
99966760bb License viewer
Removed contact info.
2014-07-23 11:27:06 -04:00
Chris Houseknecht
eb40fc1265 Password strength meter
Now enforcing the minimum of 8 characters (as it has always been stated in the help text). When the strength score is >=
required strength the meter turns green (as it always has) and now goes to 100% of the width. Previously it only went to
about 50% of screen width.
2014-07-23 10:39:42 -04:00
Jared Tabor
15a1420d4a fixed issue with job status graph xaxis disappearing on first filter 2014-07-23 10:25:10 -04:00
Chris Houseknecht
78b7fc19f8 Jobs page
Removed 20px margin at the top.
2014-07-23 10:23:00 -04:00
Chris Houseknecht
d32ba23705 Menu title fix
Always recalc menu title regardless of menu level.
2014-07-23 10:08:49 -04:00
Chris Houseknecht
7f344549aa Accordion styles
Fixed active accordion style background. The active accordion now has a grey background. Inactive and hovered accordion
headers now  have a white background.
2014-07-23 10:01:10 -04:00
Chris Houseknecht
509bf5b224 Menu collapse break-point
Increased based on new T O W E R logo size. Increasing prevents the Accounts menu from breaking to a new line
2014-07-23 09:34:55 -04:00
Jared Tabor
287e2f7965 changed active breadcrumb to bold 2014-07-23 09:19:17 -04:00
Jared Tabor
8d80ce9e31 changed logo 2014-07-22 17:07:08 -04:00
Chris Houseknecht
8dfa531df4 Accordion
Reduced space between stacked accordions to 1px.
2014-07-22 16:05:10 -04:00
Chris Houseknecht
210edea9f0 Misc Fixes
Style fixes for accordions, menu title (when menu collapses), refresh button on jobs page, sizing of refresh button icon on job detail page.
2014-07-22 15:56:16 -04:00
Jared Tabor
0e2d84d663 changed breadcrumbs to be white with grey background 2014-07-22 14:49:46 -04:00
Chris Houseknecht
7206c1ede1 Job detail page
Added ellipsis to plays and tasks table columns.
2014-07-22 14:06:16 -04:00
Chris Houseknecht
8be350b791 Event viewer status icon
The getStatus function was not accessing the event array correctly.
2014-07-22 13:40:43 -04:00
Chris Houseknecht
e6b738e177 Event viewer- ignore jinja variables
Brought forward change from 1.4.11 to keep angular from attempting to bind to jinja vars that might appear in task names or pre formated output. Removed use of transparent background from jqueryui overrides.
2014-07-22 13:27:30 -04:00
Chris Houseknecht
49b10765b8 Merge branch 'master' of github.com:ansible/ansible-commander 2014-07-22 12:37:48 -04:00
Chris Houseknecht
08e6751f69 Accordion and form styling
Simplified styling by removing background colors and images. Border colors are now grey rather than blue.
2014-07-22 12:34:28 -04:00
Jared Tabor
c960d2bedf updated monitoring link 2014-07-22 10:56:36 -04:00
Chris Houseknecht
7e77a756d9 Status 410 object deleted
Added a message to ProcessErrors to handle HTTP 410 errors.
2014-07-22 10:56:00 -04:00
James Laska
356d4edc89 Fix jshint failure 2014-07-21 19:18:25 -04:00
Jared Tabor
ecd622ca11 changed save button to blue 2014-07-21 16:28:23 -04:00
Jared Tabor
0ab9fbcf26 changed breadcrumbs colors 2014-07-21 15:49:18 -04:00
Chris Houseknecht
c41a97b191 Job stdout sockets and menu title
Added monitoring and restart of the socket connections on the stdout page. Added a title to the main nav that displays when the menu collapses.
2014-07-21 14:10:27 -04:00
Matthew Jones
1620494584 Adding munin install and configuration to the playbook and package builds 2014-07-21 13:45:50 -04:00
Jared Tabor
cdb711dc61 changed logo and nav bar positioning 2014-07-21 12:57:17 -04:00
Jared Tabor
972478929d adjusted column widths on inventory groups & inventory hosts page 2014-07-21 11:05:24 -04:00
Chris Houseknecht
f07e78a592 Login dialog
Made login logo width a % rather than a fixed px. Fixed column classes so that labels break correctly on smaller viewports.
2014-07-21 09:48:30 -04:00
Chris Houseknecht
2961d5150f Jobs and Sockets
Job submission now removes the spinner once the job is started. It is also 'socket aware'. In the event the socket connection is unavailable on SCM updates and inventory sync runs it prompts the user with a dialog letting them know to hit the refresh button. Came up with a way to 'monitor' socket connections. On the main connection and on the Jobs page connecgtions we now check the connection every 3 seconds. If the connection status is error, or if the status returns 'connnecting' 2x in a row, we kill and restart the connections.
2014-07-18 19:59:28 -04:00
Jared Tabor
dde42b04f2 removed borders that show up on dashboard screen before user logs in 2014-07-18 14:38:31 -04:00
Chris Church
48afe188b2 Fix to return hosts without a group in the 'all' group from inventory script view. 2014-07-18 13:28:23 -04:00
Matthew Jones
e35a530dbb Rename from schedule_change to schedule_changed to fit our socketio motif. 2014-07-18 13:24:38 -04:00
Jared Tabor
b35da4557f added link to monitoring page in the account dropdown menu for admin users only 2014-07-18 11:15:44 -04:00
Chris Houseknecht
a75c455633 Activity Streams
Activity stream button was not working. Broke when tabs were removed from index.html. Fixed a bug in Users stream search on related username.
2014-07-17 17:30:50 -04:00
Chris Houseknecht
4df2fbc38f Schedules / Activity Stream
Changed status_change to schedule_change in schedules socket on test page. Started fixing activity stream brokeness.
2014-07-17 16:46:44 -04:00